Need to test it before flagging as stable
Trustmaster |
|
---|---|
We have made some important changes in the users database, so we need to be sure it works and doesn't break anything before releasing 0.9.11. So if you have time please test it on a copy of your site (to test the upgrade procedure) and also on a blank install. What to pay attention for:
Download the latest code here. Do not apply it on live sites yet. Thanks for testing! May the Source be with you!
|
elfrenazo |
|
---|---|
Hello, https://weeox.com/pruebas Logging in and out of the site ---> with https redirects me to disconnect to http also connecting redirected to http Changing passwords in profile/edit, password recovery, etc. ---> Error You didn't enter your present password, or it's wrong Timezone selection and display. ---> OK Performance ---> this site says: https://weeox.com/pruebas is not gzipped |
|
This post was edited by elfrenazo (2012-07-14 06:15, 12 years ago) |
GHengeveld |
|
---|---|
In case you're wondering why we ask for these specific features to be tested, there's two major changes in Siena 0.9.11:
|
elfrenazo |
|
---|---|
pleased to collaborate |
Trustmaster |
|
---|---|
#34962 elfrenazo: HTTPS errors - I'll check it, thanks! Changing passwords - I've tested and it works. Please check if you enter a correct present password. Performance - better try this tool or this. They tell your site is gzipped. Added 1 hour later: HTTPS bug is now fixed. Thanks, elfrenazo! May the Source be with you!
|
|
This post was edited by Trustmaster (2012-07-23 09:18, 12 years ago) |
ez |
|
---|---|
Hi there, i saw something very interesting for a backport to Genoa.... : New timezone system with DST support.
I would be very very happy if this can be arranged for Genoa too. I hope you consider this.. :)
greetings, Ez.
==- I say: Keep it EZ -==
|
Trustmaster |
|
---|---|
Hi Ez, We have implemented password salting a bit different for Siena, see this comment. We are going to apply it on Genoa 0.6.24 too, so I hope it won't conflict with your patch. As for timezones and DST... It isn't so easy. You see, in Siena all date/time stamps are passed throught cot_date() function which applies time format depending on current user's locale and applies timezone offset. While in Genoa plain PHP date() function is used and offsets are calculated in place. So, backporting this feature would introduce lots of changes around all files. We try to avoid big changes in Genoa to keep all the old code working and to prevent from new bugs which appear in new code. May the Source be with you!
|
ez |
|
---|---|
DST: hmm too bad, i really would love it if that was done for Genoa to (maybe ill try to fix that, i have an idea on how.... ill look later on how to do that) Password: The methods you introduce are probably not compatible, but maybe i can alter my code... it all depends on how the salting is done (before or after the pass) ==- I say: Keep it EZ -==
|
Trustmaster |
|
---|---|
What do you mean by "before or after the pass"? If you mean concatenation order, then it is $pass . $salt. May the Source be with you!
|
tensh |
|
---|---|
Maybe not entirely in topic, but I've been testing Siena 0.9.10, and:
- Adminizio theme misses main icons in the menu, which is strange.
|
|
This post was edited by tensh (2012-07-25 19:57, 12 years ago) |
Trustmaster |
|
---|---|
Thanks for reporting, tensh! I'll try to fix as many of these as possible. May the Source be with you!
|
tensh |
|
---|---|
Always at your service :) I'll try to come up with more, I'm playing with Siena right now. |
Trustmaster |
|
---|---|
#35012 tensh:
May the Source be with you!
|
tensh |
|
---|---|
Dammit, you're right about reviews, my bad. I just filtered results by Siena plugins and blindly hit download link, not watching what's written inside reviews. Maybe the Siena reviews should be in download by default? ;) Okay, I'll file an issue, just have to reproduce it to see exact message. EDIT: I couldn't reproduce the error with checklistbox, probably it was fixed in the process? (I noticed it some time ago) I installed elRTE, and the file manager. On first run file manager throws error:
Invalid backend response. But Then it works normally. It throws this error when it doesn't find the datas/files folder, but just after the error, the folder is created and the file manager works normally without errors.
Additional bug:
|
|
This post was edited by tensh (2012-07-26 21:37, 12 years ago) |
Trustmaster |
|
---|---|
Please start a new topic about elRTE/elFinder bugs. It is recommended to create a folder for elFinder files after configuring it in plugin settings. It is not created automatically on install because you can change it in configuration. Added 3 days later: Genoa 0.6.24 release candidate is ready for testing. It includes mostly the backport of hashing changes mentioned above. May the Source be with you!
|
|
This post was edited by Trustmaster (2012-07-30 12:45, 12 years ago) |