Revisions for sesha/lib/Sesha.php

Location: [ Horde ] / sesha / lib / Sesha.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.32 (+56 -24 lines) 07/24/2008 04:30 PM Chuck Hagenbuch chuck

[cjh] Add sort priorities to categories.
[cjh] Add a preference for showing properties on the Stock List.

- assorted cleanup
- use UNSIGNED ints

1.31 (+2 -2 lines) 06/27/2007 01:24 PM Jan Schneider jan

Bump year, looks like a missed a few last time.

1.30 (+15 -76 lines) 04/11/2007 10:54 AM Jan Schneider jan

Get rid of constant action ids.

1.29 (+4 -4 lines) 06/05/2006 11:03 PM Chuck Hagenbuch chuck

[cjh] Separate permission to add stock from general admin permissions
(Manilal K M <libregeek@gmail.com>).

1.28 (+1 -26 lines) 02/08/2006 07:03 PM Jan Schneider jan

Remove default categories.
Bug: 3430
Submitted by: vilius@lnk.lt

1.27 (+2 -2 lines) 01/01/2006 04:11 PM Jan Schneider jan

Happy new year\!

1.26 (+26 -26 lines) 08/05/2005 12:20 PM Jan Schneider jan

Move method around.

1.25 (+3 -2 lines) 08/05/2005 11:17 AM Jan Schneider jan

Reference

1.24 (+3 -3 lines) 07/07/2005 12:15 PM Jan Schneider jan

nits

1.23 (+21 -1 lines) 07/04/2005 11:01 AM Jan Schneider jan

[jan] Add interface to set any additional parameters that some data types need.

1.22 (+1 -5 lines) 07/02/2005 10:35 PM Matt Selsky selsky

"@access public" is redundant.
Formatting.

1.21 (+62 -29 lines) 05/26/2005 06:19 PM Matt Selsky selsky

Clean up phpdoc.

1.20 (+28 -1 lines) 01/27/2005 01:57 AM bo

fix "Add Default Categories" button and provide some example defaults

1.19 (+3 -4 lines) 01/14/2005 11:14 PM Chuck Hagenbuch chuck

Add a stock graphic, fix some unnecessary getImageDir() calls.

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

Happy New Year

1.17 (+4 -4 lines) 12/20/2004 03:34 PM Chuck Hagenbuch chuck

This is Sesha, not Odin. Also don't use global "tick" image.

1.16 (+3 -3 lines) 11/23/2004 05:00 PM Chuck Hagenbuch chuck

Correct class is now current, not menuselected.

1.15 (+25 -8 lines) 11/22/2004 02:07 PM Chuck Hagenbuch chuck

New menu.

1.14 (+12 -13 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.13 (+4 -4 lines) 08/23/2004 06:20 PM bo

clean up inventory search
Submitted by: Andrew Coleman <mercury-AT-appisolutions.net>

1.12 (+2 -2 lines) 08/18/2004 01:09 PM Jan Schneider jan

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

1.11 (+212 -290 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.10 (+24 -2 lines) 07/11/2004 05:34 AM bo

add some default categories

1.9 (+11 -8 lines) 07/06/2004 09:58 AM bo

Add some forms to start managing device properties.

1.8 (+2 -1 lines) 06/27/2004 10:53 AM bo

move IP form to Horde_Form

1.7 (+3 -2 lines) 06/24/2004 02:10 AM bo

doing this in two steps seems to avoid a php parse problem

1.6 (+6 -5 lines) 06/08/2004 05:59 PM Chuck Hagenbuch chuck

- Don't need clientsConfigured, just check if getClientSource() is non-empty
- More condensation/cleanup/renaming.

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

No more HORDE_LIBS.

1.4 (+27 -36 lines) 04/06/2004 01:23 PM bo

module -> queue

1.3 (+6 -3 lines) 02/18/2004 06:26 PM bo

remove perms requirement for now; clean up Horde::img calls

1.2 (+2 -2 lines) 02/12/2004 06:06 AM bo

Menu.php has moved to framework

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.