summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Wrote a script for automatically keeping cache files (stage3, install ISO, ↵Eudyptula2009-08-131-1/+1
| | | | etc.) up to date by ftp, updated frontend and backend to reflect storing stage3 and iso filenames in the 'cache' table instead of 'gentoo_profiles'
* Major backend reorganization - moved much of backend.php into build class, ↵Eudyptula2009-08-101-1/+1
| | | | reformated bundlers to be the same format as modules, fixed build status tracking to be properly resumable throughout the process (except stages that create files that get in their own way); etc.
* Widespread cleanup - moved $conf, $death into $S; $S is given as arg to ↵Eudyptula2009-08-041-1/+1
| | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc.
* Require manually-configured URL - backend needs it anywayEudyptula2009-07-241-1/+1
|
* Divided gentoo_portage backend into several parts; Added another config step ↵Eudyptula2009-07-151-1/+1
| | | | to choose which options to offer next; Added timezone selection; Fixed pkglist script; Little fixes
* Added config status page, moving forward and back in config wizard; added ↵Eudyptula2009-07-151-1/+1
| | | | config control of user registration and invites; added 'No results' in wlca search; cleaned up use of configuration object in wizard API; added step names to module metadata; check configurations for validity before building
* Made bundling finished images separate from modules in backend; added ↵Eudyptula2009-07-101-0/+12
metadata for frontend modules; added default config options and simplified config file; added verbose output to update_gentoo_profiles.php; etc.