|
1.46 (+6 -4 lines) |
01/29/2008 04:49 PM |
Chuck Hagenbuch chuck |
Fix editing and deleting clients
Bug: 6164, 6165 |
|
1.45 (+2 -2 lines) |
01/02/2008 06:13 AM |
Jan Schneider jan |
Happy New Year |
|
1.44 (+2 -2 lines) |
01/02/2007 07:48 AM |
Jan Schneider jan |
Happy New Year |
|
1.43 (+2 -2 lines) |
01/01/2007 07:41 PM |
Jan Schneider jan |
Assign copyright to The Horde Project for those copyright holders that already agreed to it. |
|
1.42 (+3 -3 lines) |
12/30/2006 03:24 PM |
Jan Schneider jan |
Standardize copyright wrapping and spacing. |
|
1.41 (+2 -2 lines) |
01/01/2006 04:11 PM |
Jan Schneider jan |
Happy new year\! |
|
1.40 (+2 -2 lines) |
10/13/2005 01:40 AM |
Matt Selsky selsky |
ws |
|
1.39 (+2 -2 lines) |
01/03/2005 09:35 AM |
Jan Schneider jan |
Happy New Year |
|
1.38 (+1 -2 lines) |
11/21/2004 05:32 PM |
Chuck Hagenbuch chuck |
New menu.
Submitted by: Roel Gloudemans <roel@gloudemans.info> |
|
1.37 (+2 -2 lines) |
10/18/2004 08:45 PM |
Chuck Hagenbuch chuck |
Registry::getParam() -> Registry::get(). |
|
1.36 (+1 -4 lines) |
05/02/2004 05:28 PM |
mdjukic |
clean up a bit |
|
1.35 (+4 -1 lines) |
05/02/2004 05:25 PM |
mdjukic |
needed actually... |
|
1.34 (+1 -4 lines) |
05/02/2004 05:22 PM |
mdjukic |
not needed, set in horde/lib/base.php |
|
1.33 (+5 -5 lines) |
04/07/2004 10:43 AM |
Chuck Hagenbuch chuck |
No more HORDE_LIBS. |
|
1.32 (+1 -5 lines) |
02/13/2004 11:02 PM |
Chuck Hagenbuch chuck |
Remove includes of Browser.php that are no longer needed. |
|
1.31 (+2 -2 lines) |
02/13/2004 08:36 PM |
Chuck Hagenbuch chuck |
Config:: and Help:: moved to framework packages. |
|
1.30 (+2 -2 lines) |
02/12/2004 03:50 PM |
Chuck Hagenbuch chuck |
Browser:: is now a framework package. |
|
1.29 (+2 -2 lines) |
02/11/2004 05:17 PM |
Chuck Hagenbuch chuck |
move Menu.php to a framework package. |
|
1.28 (+6 -6 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.27 (+3 -10 lines) |
01/24/2004 12:15 AM |
Chuck Hagenbuch chuck |
[cjh] The 'allow_guests' setting, and $registry->allowGuests(), have been
removed in favor of Horde_Perms application permissions. |
|
1.26 (+2 -3 lines) |
01/16/2004 05:27 PM |
Jan Schneider jan |
Instantiate a global object in core.php. |
|
1.25 (+3 -3 lines) |
01/15/2004 06:23 PM |
Jan Schneider jan |
Move Horde_Perms to framework. |
|
1.24 (+3 -3 lines) |
01/15/2004 05:59 PM |
Jan Schneider jan |
Move Horde_Group to framework. |
|
1.23 (+3 -3 lines) |
01/01/2004 10:16 AM |
Jan Schneider jan |
Happy new year everyone. |
|
1.22 (+6 -6 lines) |
09/24/2003 04:43 PM |
Chuck Hagenbuch chuck |
prevent errors with transparent authentication. |
|
1.21 (+3 -3 lines) |
09/20/2003 04:40 PM |
Chuck Hagenbuch chuck |
VFS is now in the framework CVS module
(http://cvs.horde.org/cvs.php/framework/VFS/) and should be installed
via PEAR. |
|
1.20 (+32 -28 lines) |
09/20/2003 04:10 PM |
Chuck Hagenbuch chuck |
Use horde/lib/core.php in all applications. For now, I've commented
out the HORDE_LIBS-based includes in core.php and we're still using
the old HORDE_BASE . '/lib/' includes everywhere. But the HORDE_LIBS
constant is now available everywhere and core.php is included to
properly set up the base framework.
I also hit a bunch of other base.php things while I was at it:
- always check the results of $registry->pushApp() and display an
error if it fails.
- removed old cache_ssl code which is handled by
Browser::downloadHeaders() now.
- make sure all base.php files check authentication (you may need to
specify allow_guests = true on some applications that were open
beforehand).
- move the auth check up as soon as possible so as not to do
unnecessary work.
- remove libraries and code that aren't used.
- try and organize files consistently.
- probably a few other minor things.
Please test out everything as you can and report problems or syntax
errors; I'm sure I missed a thing or two. |
|
1.19 (+3 -3 lines) |
09/16/2003 07:06 PM |
Jan Schneider jan |
Use the new Util:: class. |
|
1.18 (+4 -4 lines) |
09/01/2003 06:56 PM |
Jan Schneider jan |
Simplify driver instantiation even more. |
|
1.17 (+3 -2 lines) |
08/29/2003 09:31 PM |
mdjukic |
use an init function for the db connection |
|
1.16 (+2 -3 lines) |
08/27/2003 11:09 AM |
Chuck Hagenbuch chuck |
Fix showing of ads. I can't upload image ads, but text ads work. I had
to re-add a bunch of functions that had disappeared, and click.php,
ad.php, and adjs.php all referred to non-existant variables and
functions.
This makes text add work via javascript, too. |
|
1.15 (+2 -3 lines) |
08/27/2003 10:31 AM |
Chuck Hagenbuch chuck |
Ad a few file headers, fix package names. |
|
1.14 (+13 -11 lines) |
08/26/2003 05:23 PM |
mdjukic |
clean up, change objects that are set up |
|
1.13 (+33 -29 lines) |
08/21/2003 06:26 AM |
mdjukic |
clean up |
|
1.12 (+4 -4 lines) |
07/01/2003 09:20 AM |
Chuck Hagenbuch chuck |
[cjh] Horde_VFS:: is now VFS:: again, and has no external Horde dependancies. |
|
1.11 (+4 -2 lines) |
04/20/2003 04:51 PM |
Chuck Hagenbuch chuck |
[cjh] Add a new API call, Auth::isAuthenticated($realm = null), for
determining whether or not a user is logged in to the current
realm (by default null). Auth::getAuth() is still used to get
the current user, but now you don't need to know the auth realm
to get the current user - just to check authentication.
This commit replaces Auth::getAuth() with Auth::isAuthenticated()
where appropriate. Hopefully I didn't miss anywhere or cause any
problems; let me know if you find anything. |
|
1.10 (+2 -2 lines) |
02/21/2003 08:58 PM |
Chuck Hagenbuch chuck |
[cjh] Move Midas' summary to a Horde_Block.
[cjh] Clean up permissions checking. |
|
1.9 (+2 -2 lines) |
02/21/2003 08:22 PM |
Chuck Hagenbuch chuck |
Fix viral typo. |
|
1.8 (+2 -2 lines) |
01/23/2003 05:50 PM |
Chuck Hagenbuch chuck |
- Cleanup
- support keywords in ad.php as well |
|
1.7 (+3 -3 lines) |
01/23/2003 05:05 PM |
Chuck Hagenbuch chuck |
- Cleanup
- don't require auth on ad viewing scripts
- let adjs.php use keywords to restrict the ad shown
- add an input box to test.php to try out keywords |
|
1.6 (+2 -3 lines) |
01/15/2003 01:15 AM |
Chuck Hagenbuch chuck |
Midas cleanup
- editing campaigns should work now
- html tweaks and cleanup
- uploading images should be saner now. |
|
1.5 (+3 -9 lines) |
01/09/2003 10:19 PM |
mdjukic |
cleaning |
|
1.4 (+4 -3 lines) |
01/07/2003 07:40 AM |
mdjukic |
big clean up of presentation of summaries/stats and moving midas to use horde_forms |
|
1.3 (+14 -5 lines) |
01/05/2003 01:35 PM |
Jan Schneider jan |
Revert the mess. I hope I got all files and correct rollback positions. |
|
1.2 (+6 -15 lines) |
01/04/2003 10:58 PM |
Jan Schneider jan |
Condense some code from the applications' base.php files into standard.php. |
|
1.1.1.1 (+0 -0 lines) |
10/14/2002 07:40 PM |
mdjukic |
first import Tags: import |
|
1.1 |
10/14/2002 07:40 PM |
mdjukic |
Initial revision |