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)
commit1f33d1276c1b207a1e235f347fef66f316a88f65
tree18b80b0f46843af591eca1d9cab2555100e4e277
parentbf7ab75875f722cc8499d24d455a94dd83b986ad
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
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