r20399: More SWAT updates
authorDerrell Lipman <derrell@samba.org>
Fri, 29 Dec 2006 04:15:45 +0000 (04:15 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:30:23 +0000 (14:30 -0500)
commit3d3d20c3107fc877b1d88fa7ae27513ecf3c2a59
treee812cb5ad5c86103d2773f59a8a57c9bec7e1fd7
parent81b971beae3c37120eebdf4020d8824dd8a027d1
r20399: More SWAT updates

The LDB Browser has now been rewritten as a SWAT module.  That brings the
current number of modules to three: Samba Statistics/Status, LDB Browser and
API Documentation.  This should provide a good working example for Brad and
his class, for how additional modules can be added.

The basic infrastructure for SWAT is now entirely in place.  Next step is to
deal with putting the qooxdoo developers' kit someplace, as it is required for
making changes to SWAT, and reorganizing the swat directory hierarchy to
remove (or move to elsewhere) a bunch of old cruft.  The final step will be
ensuring that SWAT installs during a Samba build, so that it becomes useful.
(Much of this "next" and "final" step stuff will likely have to wait until
after New Years.

Derrell
(This used to be commit 1f33d1276c1b207a1e235f347fef66f316a88f65)
swat/apps/swat/source/class/swat/main/Main.js
swat/apps/swat/source/class/swat/module/AbstractModule.js
swat/apps/swat/source/class/swat/module/AbstractModuleFsm.js
swat/apps/swat/source/class/swat/module/Module.js
swat/apps/swat/source/class/swat/module/documentation/Documentation.js
swat/apps/swat/source/class/swat/module/ldbbrowse/Fsm.js [new file with mode: 0644]
swat/apps/swat/source/class/swat/module/ldbbrowse/Gui.js [new file with mode: 0644]
swat/apps/swat/source/class/swat/module/ldbbrowse/LdbBrowse.js [new file with mode: 0644]
swat/apps/swat/source/class/swat/module/statistics/Fsm.js
swat/apps/swat/source/class/swat/module/statistics/Gui.js
swat/apps/swat/source/class/swat/module/statistics/Statistics.js