![]() |
|
Calling SVN Testers! - 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: Calling SVN Testers! (/thread-1343.html) Pages:
1
2
|
Calling SVN Testers! - trisweb - 2007-04-05 Hey SVN testing people -- it's go time! We're testing for the upcoming 1.0.9 release, and believe it or not there have been a lot of changes from 1.0.8, but still not quite ready for 1.1 (sub-albums and the new admin). I refuse to call any release 1.0.10, so 1.1 will be next, I promise. :-) Some new things we have include: [list] SVN as always can be checked out from http://www.zenphoto.org/svn/trunk or downloaded as a ZIP archive from http://www.zenphoto.org/trac/browser/trunk (see "Other formats" at the bottom of the page). Thanks! Calling SVN Testers! - Chilifrei64 - 2007-04-05 Here is what I come up with If the default order is filename and you arrange the photos in your album, when you click save, it says "album order saved. Album sorting set to manual" But it doesnt save the order I just organized them in. Every time after that it will save it but not the first time.. After running upgrade.php, I choose Administrate and it brought me to beta.chilifrei.net/trunk/admin Also, the inline edit no longer works. It does work for me on my main gallery but not this latest svn..I really dont know how to judge this though.. it has always been kinda hit or miss for me with this. Also.. comment notification on IIS does not work.. I havent seen it in the bug tracker and I havent really paid much attention to this cause I dont use it.. I just remember a post about that a couple of days ago or so. Ill add it to the bug tracker.. Calling SVN Testers! - trisweb - 2007-04-06 Thanks Daniel, I'll be looking at those soon... go ahead and submit more bugs to the tracker if you want. Calling SVN Testers! - thinkdreams - 2007-04-06 Now that I'm back from the dead (or rather Linux training), I'll be glad to help with the EXIF theme functions. Hopefully this weekend I'll get some time to install the latest SVN code on my site, and I get to see how everything works together. Calling SVN Testers! - thinkdreams - 2007-04-06 Ok. I have the Rev 483 up there. It seems to work OK for me. Haven't really stressed it out yet though. I'll check out the current EXIF code, and start replacing what I had hacked in there before. Calling SVN Testers! - danfreak - 2007-04-11 I'm up for it! what shoud I do? Calling SVN Testers! - danfreak - 2007-04-11 by the way... the svn checkout @ http://www.zenphoto.org/svn/trunk works for me! Calling SVN Testers! - trisweb - 2007-04-12 Yep, that should work too Dan. Daniel (Chilfrei64 daniel...) could you tell me more about the AJAX edit not working? Where does it go wrong? Would you turn on debugging and tell me what it gives you? It's working great for me... Calling SVN Testers! - Chilifrei64 - 2007-04-12 It starts going wrong when I click in the yellow highlighted area. Internet explorer will pops up an error. 'undefined' is null or not an object. Here is what I gathered(NOTE: Everything is IIS6... i know i know): I hope any of this helps.. I will search more but if I dont get a couple things done tonight the wifey is gonna kill me. Calling SVN Testers! - trisweb - 2007-04-13 Does it work in Firefox, or does it actually stop there? (Or were you just using firebug to show me where it stops in IE?) We should start a bug in trac for this... it'd be easier to... uh... keep trac. Calling SVN Testers! - jlang - 2007-04-13 I wouldn't be so quick to rule out a 1.0.10 - particularly if 1.1 is not going to be out for a while, it'd be worth getting any interim bugfixes/improvements out. Anyway, I can report that current SVN is running well as a base for hacking for me. (I'm mostly fixing a theme to look/behave like my previous gallery setup but in getting there I need/want to brush up my LAMP skills and try out a few things - an additional per album css to override the colour scheme, certain albums not linked to the front page (events/ friends' weddings etc that the whole world doesn't need to see), tinkering with some javascript/preloading to speed up the interface. If I achieve anything substantial beyond integrating other people's hacks I'll be sure to give back to the community. I looked at trying to allow ampersands in album directory names and got things working somewhat by going through the core code and irregularising some htmlspecialchars/urlencode/pathurlencode etc calls, but I've pretty much decided to move my album structure to dashes instead as a more reliable long term change - with a .htaccess redirect for people coming in through the old URLs, many of which were in the format http://website.com/pics/Bride&Groom/ . But anyway number 2, this post isn't about my hacking, more to report that the pre-1.0.9 version is running well.) Calling SVN Testers! - Chilifrei64 - 2007-04-13 On the galleries that they do work(My main one for example) it works in both IE and firefox. Ill load a default install today on another webhost to see if there is a difference.. Calling SVN Testers! - trisweb - 2007-04-13 Thanks Daniel, now.. how 'bout an admin user/pass on one of the galleries where you see the bug? You can email it to me if you want. thanks! Calling SVN Testers! - Chilifrei64 - 2007-04-13 I just sent you an email.. I installed it on 2 different linux hosts and they work fine on those. Calling SVN Testers! - Maccus - 2007-04-19 Hi, Yesterday I installed 1.0.8.2 and I had problems with the mod_rewrite thing. I read the forum and tried all sorts of tweaks. So I installed SVN trunk today. Om my webhost, zenphoto never works, regardless if I turn mod_rewrite on or off, see this: http://www.maccusfoto.nl/trunk/ . I don't even get the theme. To check things further, I installed ZP on my local server with the apache mod_rewrite module in place and enabled. But ZP only works when I turn MW off in .htaccess and zp-config.php. (RewriteEngine off, RewriteBase /trunk, $conf['mod_rewrite'] = false So, I wouldn't release ANY new version if this is not fixed, the gallery is just not usable here. I hope this can be fixed soon, because I really need this supercool program... Regards, Max. Calling SVN Testers! - thinkdreams - 2007-04-19 @Max Can we see a phpinfo() from your server? If you don't know how to do this, this is the code (place it in a file in the root of your web server where you can get to it): `` and call it phpinfo.php What it does is display how your web host has configured your server. It may be a simple thing. One thing that zenphoto doesn't work well with is PHP Safe Mode. You may also want to do this phpinfo() on your local server, and post it as well so we can see what the configuration is in both places. It may also help to post a copy of your zp_config file and your htaccess file. We'll get you fixed up. Calling SVN Testers! - Chilifrei64 - 2007-04-19 something is rewriting your URL on the first page. once you get to the second page it all works from there you will notice that if you click on the link it takes you to Also, not sure if you just put it up there but there is a phpinfo here Calling SVN Testers! - Chilifrei64 - 2007-04-19 at first glance I dont see too much wrong. Your server doesnt support modrewrite so just to make sure.. yours is set to false right.. Also. are there any .htaccess files in the root of your site there that might be affecting this I notice that all your links on your front page point to a page further into your site.. but the url stays the same.. I think this might be interfering with it whatever is causing the url redirection. It is weird though.. (and I am no apache server expert) but mod-rewrite doesnt seem to be compiled with apache according to your phpinfo page. Calling SVN Testers! - Maccus - 2007-04-19 Here we go: When I turn MR off I can get to the gallery ONLY WHEN I INCLUDE index.php in the URL: http://maccusfoto.nl/trunk/index.php Everything works, but when I click on 'my photos' to go to the main page, I get the ugly page again, because the link points to http://maccusfoto.nl/trunk/ WITHOUT index.php in the URL. When I turn MR on, it is the same, but when I click on an image on the second page, i get: Zenphoto Error: the requested object was not found. Please go back and try again. ...and the URL looks like: http://maccusfoto.nl/trunk/test/2007-02-19-122340-A.jpg.php ...jpg.php??? [edit] Oh I just looked at the config option, guess I should change that... Ik have an .htaccess file in the Document Root that has the line: AddType application/x-httpd-php html but when I rename this to .htaccess.tmp I still get the errors. The phpinfo file should be on the docroot of the server, do you still need a local PHP config? Here's the files: htaccess file for zenphotoNOTE: Change the RewriteBase below to the absolute path to your zenphoto directory.RewriteEngine Off !!! Change this to the web path (eg: http://www.example.com/photos --> /photos) !!!RewriteBase /trunk RewriteRule ^admin/?$ zen/admin.php [R,L] RewriteCond %{REQUEST_FILENAME} -f [NC,OR] RewriteRule index.php$ index.php [L,QSA] Catch-all - everything else gets handled in PHP for compatibility.RewriteRule ^(.*)/?$ index.php?album=$1 [L,QSA] Calling SVN Testers! - Chilifrei64 - 2007-04-19 looks like you got it figured out???? the page looks like it is functioning properly.. What was it that you did? |