summaryrefslogtreecommitdiff
path: root/swat/install
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9230: Star out passwords and add confim text input for provisioning.Deryck Hodge1-22/+19
Also, add addMethod() to form elements now. deryck (This used to be commit 79f276df47ebc93e1505c7411fb1acd4b004047c)
2007-10-10r8969: Make password field a password field, that is - prevent them fromRafal Szczesniak2-0/+2
displaying plain text. rafal (This used to be commit b91e6053485ada50f66aa763e0ccff3b71991fa5)
2007-10-10r8844: Actually, both types of provision wipe the DB. But we do need a wayAndrew Bartlett1-1/+1
to explian the tie between 'Initial Provision' and the next step being a SamSync or a Samba3 import etc. Andrew Bartlett (This used to be commit b37a2de9a89853393bcc9d20cfcffae96df9a90e)
2007-10-10r8831: Clarify data wipe-out statementAlexander Bokovoy1-1/+1
(This used to be commit 981e17eea449faa591b7a8b0c2baaa02461fbf4f)
2007-10-10r8830: Fix provision script after data splitAlexander Bokovoy1-4/+7
(This used to be commit 99d676d732dffbbf428cc0f012da26c47e6bb66d)
2007-10-10r8724: some boilerplate installation textAndrew Tridgell1-0/+14
(This used to be commit 5b28bdb9c800e8fbf2c7ee62a7c6faf2ec773ef9)
2007-10-10r8722: make the menu handling considerably saner and easier to follow. The wholeAndrew Tridgell4-8/+3
menu hierarchy is now in /menu.js (This used to be commit c2a450bb9967caa666628f067a8e732227854ce2)
2007-10-10r8720: split form object out to separate include file, and make it a realAndrew Tridgell2-2/+4
object, with a display() method (This used to be commit c45c4e335ed5da1e2e43ffcb9e8d6c32678faa3c)
2007-10-10r8643: - make lp_configfile() work againAndrew Tridgell1-1/+12
- get rid of redundeny dyn_CONFIGFILE argument to lp_load() - fixed provisioning to work with completely pristine install, creating an initial smb.conf is none is present - added lp.set() and lp.reload() to loadparm ejs object interface (This used to be commit c2691ef7126ddcee5f95970b78759b40a049d0a7)
2007-10-10r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell1-1/+2
(This used to be commit ed4fb68ef7c28e415408e923bd9eefcd2d60f355)
2007-10-10r8598: move provisioning to /install/ directory from /esptest/Andrew Tridgell4-0/+107
(This used to be commit 318402ee4e8900e0d8ed1dce1e201f63ac4a908f)