Revisions for forwards/lib/base.php

Location: [ Horde ] / forwards / 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.38.2.4 FRAMEWORK_3 (+2 -2 lines) 10/09/2008 01:36 PM Jan Schneider jan

Merge from HEAD.

1.38.2.3 FRAMEWORK_3 (+2 -2 lines) 03/23/2008 03:56 AM Matt Selsky selsky

MFH: 1.43

1.43 (+2 -2 lines) 03/22/2008 11:41 PM Matt Selsky selsky

Spelling.

Tags: BEFORE_MERGE_3_3

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

Happy New Year

1.38.2.2 FRAMEWORK_3 (+2 -2 lines) 01/02/2007 08:54 AM Jan Schneider jan

Happy New Year

Tags: FORWARDS_3_0_1

1.41 (+1 -1 lines) 01/02/2007 07:46 AM Jan Schneider jan

Happy New Year

1.40 (+1 -1 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.38.2.1 FRAMEWORK_3 (+3 -3 lines) 06/20/2006 05:10 AM Jan Schneider jan

MFH: Switch to BSD license.

1.39 (+3 -3 lines) 06/20/2006 04:55 AM Jan Schneider jan

Switch to BSD license.

1.38 (+11 -11 lines) 02/16/2006 11:34 AM Jan Schneider jan

Forwards was always ASL, not BSD, at least that's what the LICENSE file says. Eric, correct me if I'm wrong.

Tags: FRAMEWORK_3, BEFORE_BRANCH_3, FORWARDS_3_0, FORWARDS_3_0_RC1

1.37 (+1 -1 lines) 01/01/2006 04:09 PM Jan Schneider jan

Happy new year\!

1.36 (+1 -1 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.35 (+3 -19 lines) 11/15/2004 10:52 PM Chuck Hagenbuch chuck

- use new CSS menu
- consolidate templates
- only one file and a simple default menu, just code it inline for now

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

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

1.33 (+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.32 (+3 -3 lines) 04/07/2004 10:43 AM Chuck Hagenbuch chuck

No more HORDE_LIBS.

1.2.2.3 RELENG_2 (+1 -4 lines) 03/29/2004 10:34 PM Chuck Hagenbuch chuck

don't include help.php twice

Tags: FORWARDS_2_2_2, FORWARDS_2_2_1

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/11/2004 05:17 PM Chuck Hagenbuch chuck

move Menu.php to a framework package.

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

Show notifications only from the requested message stack.

1.27 (+2 -2 lines) 01/01/2004 10:14 AM Jan Schneider jan

Happy new year everyone.

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

prevent errors with transparent authentication.

1.25 (+22 -18 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.24 (+20 -8 lines) 05/22/2003 04:23 PM Chuck Hagenbuch chuck

- remove menu.php files
- use new, more compact Help code
- remove a bunch of unneeded requires
- some style cleanup

1.23 (+2 -2 lines) 04/26/2003 08:27 PM Chuck Hagenbuch chuck

Fix license URL.

1.22 (+4 -4 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.21 (+2 -2 lines) 04/11/2003 02:54 PM Michael M Slusarz slusarz

Use Browser::singleton().

1.20 (+2 -2 lines) 02/21/2003 08:21 PM Chuck Hagenbuch chuck

Fix viral typo.

1.2.2.2 RELENG_2 (+1 -6 lines) 01/20/2003 02:30 AM Eric Rostetter ericr

Remove some old obsolete cruft

Tags: FORWARDS_2_2_1_RC1, FORWARDS_2_2, FORWARDS_2_2_RC1

1.2.2.1 RELENG_2 (+8 -3 lines) 01/19/2003 11:36 PM Eric Rostetter ericr

Fix comments, update change log

1.19 (+15 -6 lines) 01/05/2003 01:35 PM Jan Schneider jan

Revert the mess. I hope I got all files and correct rollback positions.

1.18 (+2 -2 lines) 01/05/2003 12:37 AM mikec

revert last commit on apps that don't have registry calls.

1.17 (+2 -2 lines) 01/04/2003 11:51 PM mikec

require_once => require on standard.php so registry calls work.

1.16 (+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.15 (+2 -2 lines) 01/02/2003 09:12 PM Jan Schneider jan

Bump year.

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

Missed some Horde::authenticationFailureRedirect() conversions.

1.13 (+2 -3 lines) 12/18/2002 06:22 PM Chuck Hagenbuch chuck

More cleanup; remove all of the bogus echo "\n"; lines after header()
calls that at one point seemed to be needed for mobile devices, but
all of my emulators work without them now.

1.12 (+2 -1 lines) 11/12/2002 06:12 PM Eric Rostetter ericr

* Remove my ftp/tmpfile code and use VFS:: class for all ftp stuff
* Fix missing notify() call

1.11 (+8 -3 lines) 10/16/2002 02:41 PM Eric Rostetter ericr

* Add license comments to files...

1.10 (+2 -8 lines) 08/30/2002 12:52 AM Chuck Hagenbuch chuck

A whole mess of basic style nits; mostly superglobals.

1.9 (+2 -1 lines) 08/12/2002 06:12 PM Eric Rostetter ericr

* Revert previous change, use FORWARDS_TEMPLATES again

1.8 (+1 -2 lines) 08/07/2002 01:11 AM Eric Rostetter ericr

* reorganize templates dir
* call template files consitently

1.7 (+5 -22 lines) 08/01/2002 12:45 PM Chuck Hagenbuch chuck

Remove code that was in the wrong place and never used. Put the
Browser code in the right place so that if it's ever needed, it'll
work.

1.1.1.1.2.1 RELENG_1 (+2 -4 lines) 07/09/2002 04:35 PM Eric Rostetter ericr

* Import (via checkin, not import) the old V1.0a version
* Remove config files, leave only .dist versions
* add .htaccess files

1.6 (+1 -12 lines) 06/18/2002 10:31 PM Chuck Hagenbuch chuck

- Make sure to silence warnings in safe_mode
- Consolidate a whole bunch of code. Yay simplicity.

1.5 (+4 -10 lines) 05/29/2002 09:52 PM Eric Rostetter ericr

Removed some obsolete session code.

1.4 (+2 -1 lines) 05/29/2002 01:21 PM Eric Rostetter ericr

Fix omission of templates define

1.3 (+5 -3 lines) 05/29/2002 12:50 PM Eric Rostetter ericr

Update change log, update base.php for head branch

1.2 (+11 -4 lines) 05/22/2002 09:03 PM Eric Rostetter ericr

Cleanup and modernize code for newer horde framework

Tags: RELENG_2, FORWARDS_2_1, FORWARDS_2_0

1.1 05/21/2002 11:08 PM Eric Rostetter ericr

Initial revision

1.1.1.1 (+0 -0 lines) 05/21/2002 11:08 PM Eric Rostetter ericr

import of current release version of forwards.

Tags: RELENG_1, releng_2