summaryrefslogtreecommitdiff
path: root/swat/menu.js
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r24985: Start to revert us back to the old-style SWAT, while trying not toAndrew Bartlett1-0/+63
loose some of the fixes in the meantime. Andrew Bartlett (This used to be commit 13acff5ed259e7b5859fd2324ea7740b8f9e5fd7)
2007-10-10r20446: rename swat directory to swat.obsolete; keeping it around since ↵Derrell Lipman1-70/+0
there is lots of useful info in it. (This used to be commit 5f9f72a9cfab80561b23284001b67c4ea961757b)
2007-10-10r20220: Apply patch from Brad Henry with some additional qooxdoo/json-rpc SWATDerrell Lipman1-0/+1
functionality: basic admin console. (This used to be commit 23f8dd44cbf85e05e4b3d38de9ed7798dd21defb)
2007-10-10r19282: make the recent qooxdoo work that Derrell has done available via theAndrew Tridgell1-1/+7
main menu (This used to be commit b0fee976edd35c35b315637253297169afac35ab)
2007-10-10r13100: removed unused menu itemAndrew Tridgell1-1/+0
(This used to be commit 1b587563665821a49dd80b95baa4d33be073b685)
2007-10-10r12892: Add a 'Migrate from Windows' page to our installation section in SWAT.Andrew Bartlett1-1/+2
Doing this required reworking ejsnet, particularly so it could take a set of credentials, not just a username and password argument. This required fixing the ejsnet.js test script, which now adds and deletes a user, and is run from 'make test'. This should prevent it being broken again. Deleting a user from ejsnet required that the matching backend be added to libnet, hooking fortunetly onto already existing code for the actual deletion. The js credentials interface now handles the 'set machine account' flag. New functions have been added to provision.js to wrap the basic operations (so we can write a command line version, as well as the web based version). Andrew Bartlett (This used to be commit a5e7c17c348c45e61699cc1626a0d5eae2df4636)
2007-10-10r9718: Work a bit on the SWAT interfaceJelmer Vernooij1-1/+2
(This used to be commit b1844905d2c1ca26aef0ccba799ff16383348fc1)
2007-10-10r9212: the beginnings of a registry editor in SWAT, using client side ↵Andrew Tridgell1-1/+2
javascript and AJAJ This doesn't work at all well yet, mostly because of my inexperience with client side javascript and what events are available (This used to be commit 8073e84c7a5fd8d483685d769661c790a803ff49)
2007-10-10r9139: cleanup the layout a bitAndrew Tridgell1-2/+2
(This used to be commit c21fe071e795888f8e4ed0f535dc1bbc8d0731a5)
2007-10-10r9133: a huge import of the qooxdoo infrastructure. I decided to import all ↵Andrew Tridgell1-1/+3
the widgets to make experimenting easy during development. We can trim this back later to only the pieces we use (This used to be commit 631a56da39ed0daae46ca89e57c10b09cf41c718)
2007-10-10r8723: fix esptest menuAndrew Tridgell1-1/+1
(This used to be commit 5a52729d5b81336973adaf277d265445b78b2ea7)
2007-10-10r8722: make the menu handling considerably saner and easier to follow. The wholeAndrew Tridgell1-6/+53
menu hierarchy is now in /menu.js (This used to be commit c2a450bb9967caa666628f067a8e732227854ce2)
2007-10-10r8598: move provisioning to /install/ directory from /esptest/Andrew Tridgell1-0/+1
(This used to be commit 318402ee4e8900e0d8ed1dce1e201f63ac4a908f)
2007-10-10r8594: more placeholder pages for server statusAndrew Tridgell1-3/+6
(This used to be commit 1ad6b5878352708fb8863b85492e308a6c588a54)
2007-10-10r8591: - added a simple 2 level menu structure to swat. Deryck, I know thisAndrew Tridgell1-0/+8
isn't very pretty, and please feel free to do this much more nicely :-) - added a top level menu listing our main servers - added placeholder pages for the main servers - added NBT server statistics (This used to be commit 1aa658b756903e7cb598302eddd18b7734937c83)