![]() |
|
1.0.4.. and... 1.0.5 Released! - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: 1.0.4.. and... 1.0.5 Released! (/thread-942.html) Pages:
1
2
|
1.0.4.. and... 1.0.5 Released! - thinkdreams - 2006-12-11 Gotta keep up with the Joneses, upgraded to 1.0.5 (rev 310 SVN version). Working fine so far.... 1.0.4.. and... 1.0.5 Released! - trisweb - 2006-12-11 Not that different Craig, but thanks for keeping up :-) 1.0.4.. and... 1.0.5 Released! - squ1rrel - 2006-12-11 I don't see anyone else reporting this, so I guess I'm the only one. Version 1.0.3 worked fine, but now with 1.0.5 I'm getting a long list of: Warning: Invalid argument supplied for foreach() in /var/www/lizardslounge.org/htdocs/zenphoto/zen/kses.php on line 429 at the top of each page. Is there some PHP/Apache setting I need to change (other than turning off warnings), or what? 1.0.4.. and... 1.0.5 Released! - trisweb - 2006-12-11 @squ1rrel -- Check out step 3 of the upgrade steps:
You need some of the new config parameters, specifically allowed_tags has changed into an array which the kses library reads to filter comment and other text. 1.0.4.. and... 1.0.5 Released! - squ1rrel - 2006-12-11 Yes, that was it. I kept my old zp-config file, and even ran a diff on the old and new and still didn't notice this. Can't see for looking, I guess. 1.0.4.. and... 1.0.5 Released! - dwn - 2006-12-11 just a question for tris... Have you changed something in storing width and height of image in SQL. After upgrade to 1.0.4 all new images have this fields marked as NULL. Everything is running smoothly, this is just my curiosity 1.0.4.. and... 1.0.5 Released! - trisweb - 2006-12-11 Hmmm... I will check. Thanks for the report. I updated the way [i]everything[/i] is saved, remember, so it could be wrong. 1.0.4.. and... 1.0.5 Released! - trisweb - 2006-12-11 Yep, forgot to save() after updating dimensions. This will also be fixed in 1.0.6 within the next couple days. Thanks again for some great testing! Update: Fixed in SVN. Note that dimensions still work perfectly in 1.0.5, but they have to be got from the image each time they're requested instead of from the database. The fix just speeds that up, which is good. 1.0.4.. and... 1.0.5 Released! - dwn - 2006-12-12 and another one now i don't know if sorting is missing only for subalbums or everywhere, because it is not possible to sort images in normal albums too. i'm not using subalbums right now. When i want to to sort album manually i get this error: Sort the images by dragging them... Fatal error: Call to undefined function: getimageid() in /DISK2/WWW/harcek.info/gallery/zen/admin-functions.php on line 118 1.0.4.. and... 1.0.5 Released! - dwn - 2006-12-12 and i forgot to say that i'm using 1.0.4 still 1.0.4.. and... 1.0.5 Released! - Donkikong - 2006-12-12 @dwn that's going to be fixed later this week in a 1.0.6 release. See http://www.zenphoto.org/support/topic.php?id=998 1.0.4.. and... 1.0.5 Released! - trisweb - 2006-12-13 @dwn, Donkikong has it. We've already diagnosed and fixed that, and you can grab the latest SVN code if you need it fixed right away. Otherwise it will be out in a bugfix release this week. 1.0.4.. and... 1.0.5 Released! - jayray999 - 2006-12-18 Hi all, Will themes like ChiliLight-2 and Cimi work with the new release 1.0.5? Things are working great as they are so I am a bit hesitant to change. Subalbums will be great though... Thanks. 1.0.4.. and... 1.0.5 Released! - aitf311 - 2006-12-18 jayray999: I just tried out cimi and it worked fine. Most of the themes will work just as they always have. 1.0.4.. and... 1.0.5 Released! - jayray999 - 2006-12-19 Wow. Thats so cool. Tristan is da man. 1.0.4.. and... 1.0.5 Released! - trisweb - 2006-12-19 It's fully compatible and shouldn't cause any problems with any previous themes. In fact, it fixes many bugs (even though it adds two ;-) A bugfix release will be out very soon to fix the sorting bug in 1.0.5... 1.0.4.. and... 1.0.5 Released! - jayray999 - 2006-12-19 Ok, before I take the plunge I have a couple of other questions about the upgrade to 1.0.5.
Thanks. J 1.0.4.. and... 1.0.5 Released! - trisweb - 2006-12-20 @jayray999
Hope that explains everything! Have a look at upgrade.php and see what it does... nothing destructive. |