Revisions for ulaform/lib/base.php

Location: [ Horde ] / ulaform / 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.
 
  Revision Date Author Log Message
1.29 (+3 -3 lines) 04/20/2008 03:33 AM Ben Klang bklang

* Rename $ulaform to $ulaform_driver to avoid global variable conflict
* Move getFieldsList out of the driver and into the application class because URL construction does not belong in the driver

1.28 (+6 -4 lines) 01/10/2008 11:37 AM Chuck Hagenbuch chuck

- Add api method to display a form (not need to create a separete http request to integrate in existing horde app)
- Make getForm return and error if form does not exist so we handle a sql error or form existence check in the same check.
- Do not user select *
- @define -> define
Submitted by: duck@obala.net

1.27 (+2 -6 lines) 05/12/2007 01:23 AM Chuck Hagenbuch chuck

apparently i committed only the changelog?

1.26 (+3 -3 lines) 12/30/2006 03:24 PM Jan Schneider jan

Standardize copyright wrapping and spacing.

1.25 (+2 -6 lines) 11/21/2004 05:56 PM Chuck Hagenbuch chuck

New menu.

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

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

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

No more HORDE_LIBS.

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

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

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

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

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

Browser:: is now a framework package.

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

move Menu.php to a framework package.

1.18 (+7 -8 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.17 (+2 -8 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.16 (+4 -4 lines) 01/13/2004 01:46 PM mdjukic

updated paths for Horde_Form

1.15 (+3 -3 lines) 12/13/2003 02:10 PM Michael M Slusarz slusarz

Move Horde_Template to framework

1.14 (+6 -6 lines) 09/24/2003 04:43 PM Chuck Hagenbuch chuck

prevent errors with transparent authentication.

1.13 (+33 -23 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.12 (+3 -2 lines) 07/24/2003 09:35 AM mdjukic

require the action lib

1.11 (+4 -6 lines) 07/22/2003 10:55 PM Chuck Hagenbuch chuck

fix menu

Submitted by:          Bo Daley <bo@tilda.com.au>

1.10 (+5 -3 lines) 07/21/2003 10:55 PM mdjukic

use new menu code in horde/lib/Menu.php

1.9 (+13 -14 lines) 07/19/2003 06:15 PM mdjukic

comments tweaks, Secret.php is probably not needed in ulaform

1.8 (+7 -3 lines) 04/25/2003 08:12 PM mdjukic

somewhat more complete file headers

1.7 (+6 -2 lines) 04/10/2003 05:10 AM mdjukic

insert the permission checking, TODO: permission updating from ulaform

1.6 (+2 -7 lines) 04/09/2003 01:18 PM mdjukic

- for not put admin only on the management scripts
- display of forms does not require auth for now, until permissioning system is finished

1.5 (+32 -10 lines) 03/30/2003 05:08 PM mdjukic

updates to the ulaform base library

1.4 (+5 -10 lines) 01/22/2003 12:48 PM Chuck Hagenbuch chuck

This breaks things, but I'm not convinced they were working in the
first place, and it's all stuff that needs to happen.

- Modernize a bit
- remove old forms library in preparation for using Horde_Form::
- add base docs/ and config/ files.

1.3 (+4 -7 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.2 (+1 -6 lines) 08/01/2002 01:23 PM Chuck Hagenbuch chuck

this is incorrect and not needed

1.1 07/26/2002 02:52 AM bjn

Initial revision.