|
1.15 (+4 -4 lines) |
08/07/2008 11:13 PM |
Chuck Hagenbuch chuck |
no need to silence these defines |
|
1.14 (+2 -2 lines) |
04/18/2006 11:39 AM |
Jan Schneider jan |
Consistently use /usr/bin/php in script shebangs. |
|
1.13 (+2 -2 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
1.12 (+5 -5 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.11 (+6 -3 lines) |
10/29/2003 09:37 AM |
Chuck Hagenbuch chuck |
Include core.php in a number of scripts that need it. |
|
1.10 (+2 -2 lines) |
10/28/2003 07:32 PM |
Jan Schneider jan |
Move CLI class to framework module. |
|
1.9 (+3 -2 lines) |
10/28/2003 01:25 PM |
Chuck Hagenbuch chuck |
Auth::setAuth() can't be called statically |
|
1.8 (+2 -1 lines) |
09/10/2003 11:05 AM |
Chuck Hagenbuch chuck |
session_control fixes/additions |
|
1.7 (+6 -3 lines) |
07/16/2003 02:50 PM |
Marcus I. Ryan marcus |
Update to use CLI library. |
|
1.6 (+2 -2 lines) |
07/16/2003 10:35 AM |
Marcus I. Ryan marcus |
New Auth lib checks the remote IP using $_SERVER['REMOTE_ADDR'], so we
need to fake it out here. |
|
1.4.2.1 RELENG_1 (+2 -3 lines) |
12/22/2002 11:59 AM |
Jan Schneider jan |
MFH: REQUEST_URI and SCRIPT_NAME are not provided by all webservers. Use
PHP_SELF (in combination with QUERY_STRING if necessary) instead. |
|
1.5 (+2 -3 lines) |
12/18/2002 04:03 PM |
Chuck Hagenbuch chuck |
REQUEST_URI and SCRIPT_NAME are not provided by all webservers. Use
PHP_SELF (in combination with QUERY_STRING if necessary) instead. |
|
1.4 (+1 -3 lines) |
09/24/2002 10:56 AM |
Chuck Hagenbuch chuck |
style Tags: RELENG_1 |
|
1.3 (+2 -2 lines) |
08/14/2002 12:24 AM |
Marcus I. Ryan marcus |
Several significant overhauls. All delete options are working. Scripts
now default to getting today's comics and deleting anything older than
$conf['backend']['daystokeep'] (default 90).
As far as I'm concerned this is pretty much functionally complete, at least
for the first release. If you have any requests, please let me know ASAP.
After a few potential tweaks I intend to split this into RELENG_1 and HEAD
branches with RELENG_1 bc with Horde 2.1. I will then do the xml conf,
probably a VFS backend, etc. |
|
1.2 (+2 -2 lines) |
08/02/2002 12:32 PM |
Chuck Hagenbuch chuck |
A few more SCRIPT_NAME -> REQUEST_URI. |
|
1.1 |
07/08/2002 05:32 PM |
Marcus I. Ryan marcus |
cli-backend.sh and php scripts for keeping Klutz up to date. |