|
1.13 (+2 -2 lines) |
08/07/2008 09:43 AM |
Michael Rubinsky mrubinsk |
More gettext string clean up, standardization etc... |
|
1.12 (+2 -2 lines) |
08/03/2008 02:32 PM |
Michael Rubinsky mrubinsk |
Gettext string cleanup. Mostly images->photos but some grammer and other
string consolidation as well. |
|
1.11 (+2 -2 lines) |
06/05/2008 12:13 AM |
Michael Rubinsky mrubinsk |
Change Ansel_Image#vfspath to Ansel_Image#getVFSPath to be more inline
with other method names |
|
1.10 (+22 -3 lines) |
05/20/2008 11:57 AM |
Chuck Hagenbuch chuck |
This should be basically identical to screen.php |
|
1.9 (+2 -2 lines) |
02/06/2008 05:22 PM |
Michael Rubinsky mrubinsk |
Statically cache Ansel_Storage::getImage() calls since they can often
be called multiple times per page load and from different scopes. Also
have to add reference operators now to be sure that only a single copy of
the image object is ever operated on per page load in PHP4.
Bug: 6219
Submitted by: Duck |
|
1.8 (+2 -2 lines) |
01/15/2008 08:30 PM |
Michael Rubinsky mrubinsk |
The mother of all Ansel commits. This removes all the gallery attributes
from the datatree, leaving only permissions and hierarchical information in
datatree.
To upgrade, first run the 2008_01_07_add_galleries.sql script to create
the gallery table and then run the sql_galleries.php script. The script
does *NOT* delete any data from the datatree - it only creates the new
structure. Another (upcoming) upgrade script will remove the data from
the datatree once this is more thoroughly tested.
Bug: 6101 |
|
1.7 (+2 -2 lines) |
01/02/2008 06:11 AM |
Jan Schneider jan |
Happy New Year |
|
1.6 (+4 -2 lines) |
10/29/2007 01:47 PM |
Jan Schneider jan |
Fatal errors when we can't display images. |
|
1.5 (+2 -2 lines) |
01/02/2007 07:46 AM |
Jan Schneider jan |
Happy New Year |
|
1.4 (+5 -3 lines) |
01/01/2007 07:40 PM |
Jan Schneider jan |
Assign copyright to The Horde Project for those copyright holders that already agreed to it. |
|
1.3 (+3 -3 lines) |
03/04/2006 05:52 PM |
Chuck Hagenbuch chuck |
Remove PATH_INFO parameters that aren't used. |
|
1.2 (+2 -2 lines) |
01/01/2006 04:09 PM |
Jan Schneider jan |
Happy new year\! |
|
1.1 |
08/02/2005 10:54 PM |
Chuck Hagenbuch chuck |
- Move image display to smaller, simpler scripts.
- html cleanup |