-
mindless committed revision 20941 to the Gallery SVN repository, changing 1 files.
2009-11-20 20:26:41 UTC by mindless
-
thanks!
2009-11-20 19:57:02 UTC by mindless
-
mindless committed revision 20940 to the Gallery SVN repository, changing 43 files.
2009-11-20 19:56:16 UTC by mindless
-
bharat committed revision 20939 to the Gallery SVN repository, changing 2 files.
2009-11-20 19:44:33 UTC by bharat
-
reviewing and adding.
2009-11-20 19:33:55 UTC by mindless
-
PHP 5.3 / G2 svn trunk brings this warning:
"Deprecated: Assigning the return value of new by reference is deprecated in /var/www/localhost/htdocs/gc/modules/gd/classes/GdToolkitHelper.class on line 388 "
Most such warnings are fixed in svn, this was probably forgotten. Patch attached.
2009-11-20 19:20:46 UTC by ctulhu
-
PHP 5.3 brings deprecation warnings on split. All split calls should be replaced by preg_split (if they need regexp functionality) or explode (if they don't need regexps, which is also faster).
I've done this for most of the split-appearences in g2 svn trunk. Though there are five left that I was unsure about. I'll have a deeper look at them later.
Please apply attached patch.
2009-11-20 18:50:52 UTC by ctulhu
-
bharat committed revision 20938 to the Gallery SVN repository, changing 2 files.
2009-11-20 17:46:30 UTC by bharat
-
Superceded by:
https://sourceforge.net/apps/trac/gallery/ticket/907.
2009-11-20 17:35:17 UTC by bharat
-
Absolutely necessary option. If you put the images from the same server is obviously that many people just want a symlink to the place where the picture already is, not to copy it again and having double space occupied on the hard disk.
It's a must this feature to make Server Add usable.
thanks,
Sergi.
2009-11-20 17:20:28 UTC by sergi34