|
1.24 (+14 -1 lines) |
12/22/2007 09:41 AM |
Duck duck |
Add comments |
|
1.23 (+8 -8 lines) |
11/30/2007 11:31 AM |
Chuck Hagenbuch chuck |
Unless there is a good design reason to forbid extensibility, we
should always use protected instead of private to allow it. |
|
1.22 (+6 -5 lines) |
11/30/2007 11:30 AM |
Chuck Hagenbuch chuck |
Restore item owner check |
|
1.21 (+4 -6 lines) |
11/30/2007 11:25 AM |
Chuck Hagenbuch chuck |
Restore owner check |
|
1.20 (+2 -2 lines) |
11/30/2007 06:15 AM |
Duck duck |
First set of constant removal - for actionIDs |
|
1.19 (+2 -2 lines) |
11/30/2007 05:30 AM |
Duck duck |
params should be private |
|
1.18 (+6 -8 lines) |
11/30/2007 05:20 AM |
Duck duck |
Add basic item type definition |
|
1.17 (+3 -4 lines) |
11/30/2007 04:51 AM |
Duck duck |
Items has already their unique ID (autoincremented) so we don't need to check two indexes to get the item. |
|
1.16 (+336 -58 lines) |
11/30/2007 04:32 AM |
Duck duck |
I doubt we will see any other driver than sql. So merge it with main drievr class to not have a file just for the singleton/factory.
Don't store the items list in driver cache as is not used later, just return them and save some memory usage. |
|
1.15 (+8 -8 lines) |
11/30/2007 03:12 AM |
Duck duck |
PHP5 style methos/constants definitions |
|
1.14 (+1 -4 lines) |
03/01/2006 02:06 PM |
Chuck Hagenbuch chuck |
Global loading of History.php, and remove random $_SESSION use. |
|
1.13 (+5 -3 lines) |
11/07/2005 12:50 AM |
Chuck Hagenbuch chuck |
Fixes for reference warnings with PHP 5.1. If someone could merge
these it'd be appreciated, I'm not up to it right now and will be
swamped come morning. |
|
1.12 (+7 -4 lines) |
06/23/2005 05:45 PM |
Matt Selsky selsky |
Clean up phpdoc. |
|
1.11 (+3 -3 lines) |
06/07/2005 01:15 AM |
Matt Selsky selsky |
Remove optional from phpdoc. |
|
1.10 (+6 -4 lines) |
05/10/2005 08:55 PM |
Matt Selsky selsky |
Fix viral 'wil' typo. |
|
1.9 (+1 -2 lines) |
04/20/2005 02:34 AM |
Matt Selsky selsky |
Remove @version. |
|
1.8 (+3 -3 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
1.7 (+3 -3 lines) |
01/25/2004 02:29 PM |
Chuck Hagenbuch chuck |
[cjh] Horde_History, Horde_Links, and Horde_Search have been moved to
framework packages. |
|
1.6 (+3 -3 lines) |
10/30/2003 06:37 PM |
Jan Schneider jan |
PHP 5 fixes. |
|
1.5 (+36 -179 lines) |
10/22/2003 03:30 PM |
Chuck Hagenbuch chuck |
Convert Genie to the new nag-inspired driver model, add history tracking, and
associated html cleanups. |
|
1.4 (+16 -8 lines) |
09/01/2003 05:59 PM |
Jan Schneider jan |
Simplify driver instantiation even more. |
|
1.3 (+13 -4 lines) |
08/22/2003 08:36 PM |
Jan Schneider jan |
Let all driver based applications use Horde::getDriverConfig(). |
|
1.2 (+14 -8 lines) |
02/06/2003 12:32 AM |
Chuck Hagenbuch chuck |
[cjh] Add a Horde_Block for Genie.
[cjh] Basic adding/listing/viewing/editing/deleting of items works. |
|
1.1 |
01/17/2003 03:05 PM |
Chuck Hagenbuch chuck |
Initial Genie commit. |