summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Quick hack to move bundler selection out of Gentoo module and make it a ↵Eudyptula2009-08-141-1/+10
| | | | build-time option; drop 'failed' column from builds and use flags instead
* Create sql_row_with_flags class, make user, build, configuration subclasses ↵Eudyptula2009-08-141-1/+0
| | | | of it, replace visibility in builds, configurations with flags column; fix init script for correct path
* Widespread cleanup - moved $conf, $death into $S; $S is given as arg to ↵Eudyptula2009-08-041-15/+14
| | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc.
* Divided gentoo_portage backend into several parts; Added another config step ↵Eudyptula2009-07-151-1/+0
| | | | 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-7/+6
| | | | 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
* Added 'Show checked' link for package adder, fixed package selector ↵Eudyptula2009-07-131-2/+2
| | | | verification, added basic verification frontend
* Made bundling finished images separate from modules in backend; added ↵Eudyptula2009-07-101-6/+6
| | | | metadata for frontend modules; added default config options and simplified config file; added verbose output to update_gentoo_profiles.php; etc.
* Major restructuring of frontend modules (package selection not done yet); ↵Eudyptula2009-07-071-104/+56
| | | | created conf_build_common class for shared code among configurations and builds
* Separated configurations from builds of those configurations, added ↵Eudyptula2009-07-031-0/+132
configurations manager to frontend