-
In the 'people' drop down menus, when javascript autocompletion is not activated, the list of people sort per id instead of per name and firstname.
2009-04-20 00:06:12 UTC in Zoph
-
In the user page, the table header are in wrong order. The 'access level' and the 'watermark level' headers are inverted.
See the attached file for a patch.
2008-09-24 07:45:01 UTC in Zoph
-
This can be solved in user.inc.php with the attached patch.
File Added: album.patch.
2008-09-24 07:42:04 UTC in Zoph
-
Sorry, my post was not complete.
This happens when a first level album doesn't contain any photos.
So, for example, if you have:
Root Album
-Album level 1 (no photos)
--Album level 2 (photos contained)
The user has access to all albums, but when trying to browse he will only see the Root Album.
This can also be seen in the user edition page when giving permissions rights.
2008-09-24 07:38:53 UTC in Zoph
-
When one sets up album permissions per user, the user cannot browse albums anymore.
2008-09-24 07:34:55 UTC in Zoph
-
Yes, replacing with 1 seems to works, at least it's not giving errors.
I agree with PHP4 being a bit old, but that's a policy that can be enforced by the provider in which one can have no choice.
2008-06-08 22:09:06 UTC in Zoph
-
This is a feature request along with a small patch implementing it. It provides a customizable way to introduce a Shortcut/Favorite icon for the Zoph album. This icon will be shown on the left hand side of the URL, as well as used inside tabs, bookmarks, history, etc.
The patch is against two files: config.inc.php and header.inc.php.
2008-06-07 12:48:17 UTC in Zoph
-
Hello Jeroen,
I think I found another PHP4 incompatibility in the new 0.7.2 code. It's related to the Zip library.
In util.inc.php at line 671 you have
if ($zip->open($tempfile, ZIPARCHIVE::CREATE)!==TRUE)
However, under my Debian installation, although I have the Zip extension compiled in, this line gives the following error:
[07-Jun-2008 13:36:20] PHP Parse error: syntax error,
2008-06-07 12:22:41 UTC in Zoph
-
I've tested the correction in v0.7.2.1 under PHP4 and import.php is working fine. Thanks!
2008-06-07 12:11:39 UTC in Zoph
-
Hello Jeroen,
Sorry for the late reply.
The exact error message is:
[27-May-2008 12:35:10] PHP Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /var/www/antoine/zoph.0.7/import.php on line 154
This is because PHP4 doesn't support method chaining. See http://www.talkphp.com/advanced-php-programming/1163-php5-method-chaining.html
But my patch, wasn't the best way to...
2008-05-27 11:18:22 UTC in Zoph