[cvs] commit: sesha CREDITS admin.php index.php list.php search.php
stock.php version.php sesha/config conf.xml prefs.php.dist
sesha/docs TODO sesha/lib Category.php Driver.php Property.php
SearchForm.php Sesha.php StockForm.php base.php sesha/lib/Driver ...
Bo Daley
bo at darkwork.net
Thu Aug 12 14:43:13 PDT 2004
bo 2004-08-12 14:43:13 PDT
Modified files:
. admin.php index.php search.php
config conf.xml prefs.php.dist
docs TODO
lib Category.php Driver.php Property.php
Sesha.php base.php
lib/Driver sql.php
scripts/db sesha.sql
templates/menu menu.inc
Added files:
. CREDITS list.php stock.php version.php
lib SearchForm.php StockForm.php
templates/list stockfooter.inc stockheader.inc
stocksummary.inc
Removed files:
templates common-footer.inc
templates/device begin.inc device.inc dv_begin.inc
dv_end.inc dvlist.inc end.inc
ip_begin.inc ip_end.inc iplist.inc
templates/ipview begin.inc end.inc ip.inc
templates/list empty.inc footer.inc header.inc
javascript.inc navbar.inc row_footers.inc
row_headers.inc row_summaries.inc
templates/view description.inc devices.inc
devices_footer.inc devices_header.inc
devices_navbar.inc headers.inc navbar.inc
no-memo.inc project.inc
projects_footer.inc projects_header.inc
projects_hide.inc
Log:
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 at appisolutions.net>
Revision Changes Path
1.1 +18 -0 sesha/CREDITS (new)
1.5 +10 -10 sesha/admin.php
1.7 +24 -54 sesha/config/conf.xml
1.5 +25 -11 sesha/config/prefs.php.dist
1.5 +13 -18 sesha/docs/TODO
1.3 +12 -10 sesha/index.php
1.6 +17 -17 sesha/lib/Category.php
1.3 +110 -16 sesha/lib/Driver.php
1.15 +563 -469 sesha/lib/Driver/sql.php
1.5 +9 -9 sesha/lib/Property.php
1.1 +42 -0 sesha/lib/SearchForm.php (new)
1.11 +212 -290 sesha/lib/Sesha.php
1.1 +92 -0 sesha/lib/StockForm.php (new)
1.8 +27 -24 sesha/lib/base.php
1.1 +95 -0 sesha/list.php (new)
1.4 +38 -66 sesha/scripts/db/sesha.sql
1.3 +28 -72 sesha/search.php
1.1 +189 -0 sesha/stock.php (new)
1.2 +0 -9 sesha/templates/Attic/common-footer.inc (dead)
1.2 +0 -11 sesha/templates/device/Attic/begin.inc (dead)
1.2 +0 -125 sesha/templates/device/Attic/device.inc (dead)
1.2 +0 -13 sesha/templates/device/Attic/dv_begin.inc (dead)
1.2 +0 -1 sesha/templates/device/Attic/dv_end.inc (dead)
1.2 +0 -20 sesha/templates/device/Attic/dvlist.inc (dead)
1.2 +0 -10 sesha/templates/device/Attic/end.inc (dead)
1.3 +0 -13 sesha/templates/device/Attic/ip_begin.inc (dead)
1.2 +0 -1 sesha/templates/device/Attic/ip_end.inc (dead)
1.3 +0 -24 sesha/templates/device/Attic/iplist.inc (dead)
1.2 +0 -7 sesha/templates/ipview/Attic/begin.inc (dead)
1.2 +0 -10 sesha/templates/ipview/Attic/end.inc (dead)
1.2 +0 -52 sesha/templates/ipview/Attic/ip.inc (dead)
1.2 +0 -1 sesha/templates/list/Attic/empty.inc (dead)
1.2 +0 -2 sesha/templates/list/Attic/footer.inc (dead)
1.4 +0 -35 sesha/templates/list/Attic/header.inc (dead)
1.2 +0 -28 sesha/templates/list/Attic/javascript.inc (dead)
1.3 +0 -11 sesha/templates/list/Attic/navbar.inc (dead)
1.2 +0 -9 sesha/templates/list/Attic/row_footers.inc (dead)
1.6 +0 -25 sesha/templates/list/Attic/row_headers.inc (dead)
1.6 +0 -26 sesha/templates/list/Attic/row_summaries.inc (dead)
1.1 +30 -0 sesha/templates/list/stockfooter.inc (new)
1.1 +45 -0 sesha/templates/list/stockheader.inc (new)
1.1 +19 -0 sesha/templates/list/stocksummary.inc (new)
1.9 +24 -11 sesha/templates/menu/menu.inc
1.2 +0 -16 sesha/templates/view/Attic/description.inc (dead)
1.6 +0 -21 sesha/templates/view/Attic/devices.inc (dead)
1.2 +0 -3 sesha/templates/view/Attic/devices_footer.inc (dead)
1.4 +0 -17 sesha/templates/view/Attic/devices_header.inc (dead)
1.3 +0 -12 sesha/templates/view/Attic/devices_navbar.inc (dead)
1.4 +0 -26 sesha/templates/view/Attic/headers.inc (dead)
1.4 +0 -18 sesha/templates/view/Attic/navbar.inc (dead)
1.2 +0 -6 sesha/templates/view/Attic/no-memo.inc (dead)
1.4 +0 -42 sesha/templates/view/Attic/project.inc (dead)
1.2 +0 -4 sesha/templates/view/Attic/projects_footer.inc (dead)
1.4 +0 -27 sesha/templates/view/Attic/projects_header.inc (dead)
1.4 +0 -18 sesha/templates/view/Attic/projects_hide.inc (dead)
1.1 +1 -0 sesha/version.php (new)
Chora Links:
http://cvs.horde.org/co.php/sesha/CREDITS?r=1.1
http://cvs.horde.org/diff.php/sesha/admin.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/sesha/config/conf.xml?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/sesha/config/prefs.php.dist?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/sesha/docs/TODO?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/diff.php/sesha/index.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/sesha/lib/Category.php?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/diff.php/sesha/lib/Driver.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/diff.php/sesha/lib/Driver/sql.php?r1=1.14&r2=1.15&ty=u
http://cvs.horde.org/diff.php/sesha/lib/Property.php?r1=1.4&r2=1.5&ty=u
http://cvs.horde.org/co.php/sesha/lib/SearchForm.php?r=1.1
http://cvs.horde.org/diff.php/sesha/lib/Sesha.php?r1=1.10&r2=1.11&ty=u
http://cvs.horde.org/co.php/sesha/lib/StockForm.php?r=1.1
http://cvs.horde.org/diff.php/sesha/lib/base.php?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/co.php/sesha/list.php?r=1.1
http://cvs.horde.org/diff.php/sesha/scripts/db/sesha.sql?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/sesha/search.php?r1=1.2&r2=1.3&ty=u
http://cvs.horde.org/co.php/sesha/stock.php?r=1.1
http://cvs.horde.org/co.php/sesha/templates/Attic/common-footer.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/device/Attic/begin.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/device/Attic/device.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/device/Attic/dv_begin.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/device/Attic/dv_end.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/device/Attic/dvlist.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/device/Attic/end.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/device/Attic/ip_begin.inc?r=1.2
http://cvs.horde.org/co.php/sesha/templates/device/Attic/ip_end.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/device/Attic/iplist.inc?r=1.2
http://cvs.horde.org/co.php/sesha/templates/ipview/Attic/begin.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/ipview/Attic/end.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/ipview/Attic/ip.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/list/Attic/empty.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/list/Attic/footer.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/list/Attic/header.inc?r=1.3
http://cvs.horde.org/co.php/sesha/templates/list/Attic/javascript.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/list/Attic/navbar.inc?r=1.2
http://cvs.horde.org/co.php/sesha/templates/list/Attic/row_footers.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/list/Attic/row_headers.inc?r=1.5
http://cvs.horde.org/co.php/sesha/templates/list/Attic/row_summaries.inc?r=1.5
http://cvs.horde.org/co.php/sesha/templates/list/stockfooter.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/list/stockheader.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/list/stocksummary.inc?r=1.1
http://cvs.horde.org/diff.php/sesha/templates/menu/menu.inc?r1=1.8&r2=1.9&ty=u
http://cvs.horde.org/co.php/sesha/templates/view/Attic/description.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/view/Attic/devices.inc?r=1.5
http://cvs.horde.org/co.php/sesha/templates/view/Attic/devices_footer.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/view/Attic/devices_header.inc?r=1.3
http://cvs.horde.org/co.php/sesha/templates/view/Attic/devices_navbar.inc?r=1.2
http://cvs.horde.org/co.php/sesha/templates/view/Attic/headers.inc?r=1.3
http://cvs.horde.org/co.php/sesha/templates/view/Attic/navbar.inc?r=1.3
http://cvs.horde.org/co.php/sesha/templates/view/Attic/no-memo.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/view/Attic/project.inc?r=1.3
http://cvs.horde.org/co.php/sesha/templates/view/Attic/projects_footer.inc?r=1.1
http://cvs.horde.org/co.php/sesha/templates/view/Attic/projects_header.inc?r=1.3
http://cvs.horde.org/co.php/sesha/templates/view/Attic/projects_hide.inc?r=1.3
http://cvs.horde.org/co.php/sesha/version.php?r=1.1
More information about the cvs
mailing list