|
1.22 (+3 -3 lines) |
07/10/2008 02:41 PM |
Michael Rubinsky mrubinsk |
*sigh*
Another version bump for the minimum Horde required. We now need 3.2.2
due to a bugfix in sql_hierarchical share driver. |
|
1.21 (+30 -2 lines) |
06/05/2008 04:22 PM |
Michael Rubinsky mrubinsk |
Add tests for opencv, libpuzzle as well as Agora, and at least 3.2.1 of
Horde |
|
1.20 (+2 -2 lines) |
01/02/2008 06:11 AM |
Jan Schneider jan |
Happy New Year |
|
1.19 (+7 -2 lines) |
11/27/2007 12:21 AM |
Chuck Hagenbuch chuck |
We can't change the fact that Horde_Compress_zip needs the whole file
to be in memory until Horde 4, but we can very easily use the
ArchiveZip class, if it's available in PHP, to ensure we only need to
have a single file in memory at once. All streams all the time would
be better, but this is enough of an improvement to go in.
Also, unset data when we're done with it, especially in loops. |
|
1.18 (+6 -1 lines) |
10/25/2007 04:19 PM |
Michael Rubinsky mrubinsk |
First stab at adding pretty thumbnail generation to Ansel (rounded corners and drop shadow)
Basically, if you enable this - which is only possible if you choose PNG format -
a 'prettythumb' view will be added and stored in the VFS seperately from the 'thumb' view.
Also, if you want to enable this I *strongly* recommend using either ImageMagick's convert
utility or (for quicker results) the Imagick pecl library. (The Imagick library will
automatically be used if it's present and you provide the path to convert in config/conf.php).
The GD2 api will work, but it is much slower and does not produce as pretty results currently. |
|
1.17 (+1 -5 lines) |
05/15/2007 11:32 PM |
Michael Rubinsky mrubinsk |
HTML_TagCloud is no longer required
Bug: 5360 |
|
1.16 (+6 -2 lines) |
05/10/2007 11:31 PM |
Michael Rubinsky mrubinsk |
Add a test for HTML_TagCloud package in test.php |
|
1.15 (+5 -8 lines) |
01/11/2007 03:55 PM |
Chuck Hagenbuch chuck |
reorganize a little |
|
1.14 (+2 -2 lines) |
01/02/2007 07:46 AM |
Jan Schneider jan |
Happy New Year |
|
1.13 (+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.12 (+2 -2 lines) |
12/30/2006 02:20 PM |
Jan Schneider jan |
Standardize on "_The_ Horde Project" and "http://_www_.horde.org". |
|
1.11 (+2 -2 lines) |
12/17/2006 01:43 AM |
Chuck Hagenbuch chuck |
h2, wording |
|
1.10 (+5 -2 lines) |
12/04/2006 02:35 PM |
Michael Rubinsky mrubinsk |
Check for MDB2 package in test.php and fatal out if we are otherwise unable to create the db object (like if we have MDB2.php but not the appropriate MDB2_Driver_* package for our backend. I'm not really happy with the Horde::fatal() but couldn't come up with a better idea for verifying the correct MDB2_Driver_* package is installed... |
|
1.9 (+3 -3 lines) |
04/30/2006 07:25 PM |
Chuck Hagenbuch chuck |
Don't silence calls like is_readable, file_exists, or test calls that don't need to be silcned. |
|
1.8 (+1 -1 lines) |
01/01/2006 04:09 PM |
Jan Schneider jan |
Happy new year\! |
|
1.7 (+1 -1 lines) |
01/03/2005 09:34 AM |
Jan Schneider jan |
Happy New Year |
|
1.6 (+2 -2 lines) |
01/01/2004 10:13 AM |
Jan Schneider jan |
Happy new year everyone. |
|
1.5 (+2 -2 lines) |
11/26/2003 07:06 PM |
Chuck Hagenbuch chuck |
Add a caption editor for setting captions on all images in a gallery at once. |
|
1.4 (+2 -2 lines) |
10/29/2003 02:45 PM |
Chuck Hagenbuch chuck |
Give this script a better name. |
|
1.3 (+12 -1 lines) |
10/29/2003 02:32 PM |
Chuck Hagenbuch chuck |
Include check for the framework classes, and instructions for installing them,
in all test.php scripts. |
|
1.2 (+2 -10 lines) |
09/04/2003 10:28 AM |
Chuck Hagenbuch chuck |
We don't use Image_Transform anymore. |
|
1.1 |
07/13/2003 08:52 PM |
Chuck Hagenbuch chuck |
Add Ansel tests, including for newly required PEAR modules. |