Revisions for sesha/lib/base.php

Location: [ Horde ] / sesha / 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.12 (+1 -4 lines) 06/19/2008 05:08 PM Chuck Hagenbuch chuck

remove lines that aren't required

1.11 (+2 -0 lines) 04/20/2005 02:38 AM Matt Selsky selsky

Add $Horde$.

1.10 (+0 -1 lines) 04/20/2005 02:34 AM Matt Selsky selsky

Remove @version.

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

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

1.8 (+27 -24 lines) 08/12/2004 05:43 PM bo

Make Sesha a more generic "inventory" application (rather than just being a
list of computers and network devices).

Notes from Andrew Coleman:
Here is a patch that should effectively merge my paper changes into sesha. Note
that applying this patch will render all client features unusable and the
database structure has changed, so if you need to keep any data, try using a
gui tool like mysqlcc or cocoamysql to manually change the db tables to have
the new field names and value types...

Submitted by: Andrew Coleman <mercury@appisolutions.net>

1.7 (+5 -1 lines) 05/23/2004 09:25 AM bo

start moving forms to Horde_Form

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

No more HORDE_LIBS.

1.5 (+12 -29 lines) 02/13/2004 09:40 PM Chuck Hagenbuch chuck

[cjh] Horde::, Registry::, and the last of the libs that are moving should be
moved to framework packages now.

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

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

1.3 (+2 -2 lines) 02/13/2004 06:56 PM bo

allow params to be passed through to driver correctly

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

Browser:: is now a framework package.

1.1 01/29/2004 10:50 AM bo

first commit of 'Sesha', the computer/network inventory support database.
needs lots of cleanup and probably isn't functional just yet.
I'll take a good solid look at it once I'm back in front of a full-time
network connection.