|
1.20 (+3 -20 lines) |
03/11/2008 01:58 PM |
Michael Rubinsky mrubinsk |
Add a 'default_view' switch in Ansel::getUrlFor() to return a properly
formatted url for the configured default view....and use it on the index
page so far...more places to change I'm sure. |
|
1.19 (+8 -3 lines) |
03/10/2008 04:17 PM |
Michael Rubinsky mrubinsk |
- A whole bunch of pretty url generation
- Activate the new Ansel_View_List in place of list.php (list.php will remain
for now until further testing, but it will be removed shortly)
- Added additional rewrite rules so we have pretty urls for the general
groupings as well |
|
1.18 (+2 -2 lines) |
01/17/2008 12:42 AM |
Chuck Hagenbuch chuck |
A few more define() updates |
|
1.17 (+2 -2 lines) |
01/02/2008 06:11 AM |
Jan Schneider jan |
Happy New Year |
|
1.16 (+7 -4 lines) |
05/16/2007 02:50 PM |
Chuck Hagenbuch chuck |
Add a default case in case someone's prefs haven't updated yet. |
|
1.15 (+13 -2 lines) |
05/11/2007 02:26 PM |
Michael Rubinsky mrubinsk |
Add an initial view pref and fix CSS class of the browse menu icon when viewing browse page. |
|
1.14 (+1 -1 lines) |
01/02/2007 07:46 AM |
Jan Schneider jan |
Happy New Year |
|
1.13 (+4 -2 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 (+3 -3 lines) |
04/30/2006 07:37 PM |
Chuck Hagenbuch chuck |
is_readable doesn't need to be silenced, but we generally silence app constant defines. |
|
1.11 (+1 -1 lines) |
01/01/2006 04:09 PM |
Jan Schneider jan |
Happy new year\! |
|
1.10 (+1 -1 lines) |
01/03/2005 09:34 AM |
Jan Schneider jan |
Happy New Year |
|
1.9 (+2 -3 lines) |
10/19/2004 06:09 AM |
Jan Schneider jan |
Remove html.php tests. |
|
1.8 (+1 -2 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
1.7 (+2 -2 lines) |
01/24/2004 03:04 PM |
Chuck Hagenbuch chuck |
[cjh] Various $no_auth and $self_contained_auth flags have been standardized
into an AUTH_HANDLER constant, which if defined signals the application
that it should not check permissions upon calling $registry->pushApp(),
as the calling script will handle that itself, or is a system-level cron
job/script/etc.
[cjh] Add an option to $registry->pushApp() to specify whether or not to check
application permissions. |
|
1.6 (+2 -2 lines) |
01/01/2004 10:13 AM |
Jan Schneider jan |
Happy new year everyone. |
|
1.5 (+2 -1 lines) |
12/01/2003 05:33 PM |
max |
Add a define('HORDE_LIBS', ''); for the unconfigured case to all index files to fix a warning. Other ws and header nits here and there. |
|
1.4 (+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.3 (+3 -2 lines) |
09/29/2003 03:20 PM |
Chuck Hagenbuch chuck |
Need some CSS styles to handle upcoming cropping code. |
|
1.2 (+4 -3 lines) |
08/24/2003 06:47 PM |
Jan Schneider jan |
Use Horde_Test::configFileMissing(). |
|
1.1 |
07/07/2003 11:20 AM |
Chuck Hagenbuch chuck |
THIS DOES NOT WORK.
I'm getting this coce into CVS so it's there, so others can help,
etc. Right now it assumes a set of SQL drivers; it should be rewritten
to use the Category driver for pretty much everything, and VFS for
storage.
I've done (most of) the necessary renaming and reorganization. Feel
free to hack on this; ask me (or the newly created
ansel@lists.horde.org, which I'm on) if you have any questions on
which way I want things to go. |