Revisions for jeta/lib/base.php

Location: [ Horde ] / jeta / lib / base.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.34 (+5 -3 lines) 01/07/2008 04:32 PM Chuck Hagenbuch chuck

Make Jeta's menu consistent on all screens including prefs.

1.33 (+6 -4 lines) 01/07/2008 01:18 PM Chuck Hagenbuch chuck

A few minor code style updates.

1.31.2.1 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:32 AM Jan Schneider jan

Happy New Year

1.32 (+2 -2 lines) 01/02/2008 06:13 AM Jan Schneider jan

Happy New Year

1.31 (+2 -2 lines) 01/02/2007 07:48 AM Jan Schneider jan

Happy New Year

Tags: FRAMEWORK_3, JETA_1_0

1.30 (+3 -3 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.29 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

Tags: JETA_1_0_RC2, JETA_1_0_RC1

1.28 (+2 -2 lines) 01/03/2005 09:35 AM Jan Schneider jan

Happy New Year

1.27 (+2 -23 lines) 11/22/2004 03:33 PM Chuck Hagenbuch chuck

New menu for vacation and jeta

1.26 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.25 (+1 -4 lines) 08/30/2004 04:34 PM Chuck Hagenbuch chuck

Apps no longer need to call Help::javascript() - and indeed they shouldn't,
since it no longer exists.

1.24 (+3 -3 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.23 (+1 -5 lines) 02/13/2004 11:02 PM Chuck Hagenbuch chuck

Remove includes of Browser.php that are no longer needed.

1.22 (+2 -2 lines) 02/13/2004 08:36 PM Chuck Hagenbuch chuck

Config:: and Help:: moved to framework packages.

1.21 (+2 -2 lines) 02/12/2004 03:49 PM Chuck Hagenbuch chuck

Browser:: is now a framework package.

1.20 (+2 -2 lines) 02/11/2004 05:17 PM Chuck Hagenbuch chuck

move Menu.php to a framework package.

1.19 (+6 -3 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.18 (+2 -2 lines) 01/18/2004 06:58 PM Jan Schneider jan

Show notifications only from the requested message stack.

1.17 (+2 -2 lines) 01/01/2004 10:15 AM Jan Schneider jan

Happy new year everyone.

1.16 (+5 -5 lines) 09/24/2003 04:42 PM Chuck Hagenbuch chuck

prevent errors with transparent authentication.

1.15 (+21 -19 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.14 (+20 -1 lines) 05/23/2003 10:44 AM Chuck Hagenbuch chuck

Last menu.php files.

1.13 (+3 -3 lines) 04/20/2003 04:50 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.12 (+2 -2 lines) 04/11/2003 02:54 PM Michael M Slusarz slusarz

Use Browser::singleton().

1.11 (+3 -3 lines) 02/21/2003 08:21 PM Chuck Hagenbuch chuck

Fix viral typo.

1.10 (+18 -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.9 (+6 -19 lines) 01/04/2003 10:58 PM Jan Schneider jan

Condense some code from the applications' base.php files into standard.php.

1.8 (+2 -2 lines) 01/02/2003 09:16 PM Jan Schneider jan

Bump year.

1.7 (+2 -3 lines) 01/02/2003 05:48 PM Michael M Slusarz slusarz

Added Horde::authenticationFailureRedirect().

1.6 (+6 -1 lines) 10/16/2002 12:53 PM Chuck Hagenbuch chuck

Proper comment headers for Jeta; an example in Vacation.

1.5 (+5 -2 lines) 10/02/2002 04:55 PM Chuck Hagenbuch chuck

Revamp look, fix xhtml, add menu, help, etc.

1.4 (+3 -30 lines) 10/02/2002 11:59 AM Chuck Hagenbuch chuck

Nuke more of base.php.

1.3 (+1 -14 lines) 10/02/2002 11:57 AM Chuck Hagenbuch chuck

- $conf['ssh'] makes more sense to me
- remove a bunch of stuff in lib/base.php that wasn't necessary
- don't need to specify 'jeta' in registry calls since it's the current app.
- minor cleanups.

1.2 (+5 -5 lines) 10/01/2002 06:18 AM Jan Schneider jan

Style, naming.

1.1 09/30/2002 03:41 PM Eric Rostetter ericr

Initial revision

1.1.1.1 (+0 -0 lines) 09/30/2002 03:41 PM Eric Rostetter ericr

* Initial import attempt at jeta code

Tags: import