summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Quick hack to move bundler selection out of Gentoo module and make it a ↵Eudyptula2009-08-144-16/+37
| | | | 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-144-4/+3
| | | | of it, replace visibility in builds, configurations with flags column; fix init script for correct path
* Wrote a script for automatically keeping cache files (stage3, install ISO, ↵Eudyptula2009-08-131-4/+4
| | | | 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'
* Various improvements to HTML forms classes; Updated login to use form ↵Eudyptula2009-08-128-101/+246
| | | | object; Added forgotten password reset mechanism
* Make 'wizard_step' class a subclass of new generic 'form' class; Use ↵Eudyptula2009-08-113-50/+72
| | | | ACCEPT_PROPERTIES=-interactive
* Remove build- prefix from completed builds; todoroot2009-08-102-3/+3
|
* Have upload respond in plaintext, not HTML (so long as authentication succeeds)Eudyptula2009-08-101-15/+10
|
* Major backend reorganization - moved much of backend.php into build class, ↵Eudyptula2009-08-103-3/+4
| | | | 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.
* Major backend reorganization to split build into steps and allow automatic ↵Eudyptula2009-08-075-12/+26
| | | | resuming after failure
* Numerous backend bugs fixed; use portage snapshot if available; frontend ↵Eudyptula2009-08-068-26/+18
| | | | figures out its own URL; choose hostname; timezone config file set up; Fix setup.php; etc.
* Widespread cleanup - moved $conf, $death into $S; $S is given as arg to ↵Eudyptula2009-08-0437-248/+195
| | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc.
* Add visibility column to builds, configurationsEudyptula2009-07-293-3/+3
|
* Add package and init script pruning to frontendEudyptula2009-07-282-2/+22
|
* Made package selector, pkglist more efficient by filtering out package ↵Eudyptula2009-07-281-1/+1
| | | | metadata that we don't use from the array
* Converted frontend wizard form element classes to not be specific to the ↵Eudyptula2009-07-286-461/+426
| | | | frontend wizard; removed keyword masked packages from package selection
* Remove pointless links from tasks, builds; Log env fed to tasks; Add masked ↵Eudyptula2009-07-272-5/+5
| | | | indicator back to package selection
* Reorganized log URLs; little update to routing.csv formatEudyptula2009-07-244-34/+34
|
* Require manually-configured URL - backend needs it anywayEudyptula2009-07-244-39/+5
|
* Broke log viewer into segments, added build deletionEudyptula2009-07-246-96/+132
|
* Integrated bkisofs-cli into livecd and installcd bundlers, fixed various ↵Eudyptula2009-07-211-1/+1
| | | | things in bkisofs-cli and the backend
* Fixes/hacks so backend still works with non-execution loggingEudyptula2009-07-201-1/+1
|
* Converted backend status to TINYINT; First try at logging non-execution ↵Eudyptula2009-07-205-52/+81
| | | | messages; Added download history page; Only show links from builds that the user has perms to access
* Added metadata back to log viewerEudyptula2009-07-172-5/+2
|
* Rearranged logviewer for securityEudyptula2009-07-174-18/+27
|
* Fixed bugs and added new/popular builds to welcome pageEudyptula2009-07-174-11/+62
|
* Added predefined package sets; separated gentoo-specific setup into ↵Eudyptula2009-07-164-26/+48
| | | | gentoo_setup.php
* Add dev-manager support to gentoo/portage modulesEudyptula2009-07-162-1/+3
|
* Divided gentoo_portage backend into several parts; Added another config step ↵Eudyptula2009-07-158-32/+41
| | | | to choose which options to offer next; Added timezone selection; Fixed pkglist script; Little fixes
* Added viewing of chosen options to status viewerEudyptula2009-07-153-32/+77
|
* Added config status page, moving forward and back in config wizard; added ↵Eudyptula2009-07-1514-136/+168
| | | | 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-136-13/+73
| | | | verification, added basic verification frontend
* Added data verification to config wizard APIEudyptula2009-07-131-15/+87
|
* Made bundling finished images separate from modules in backend; added ↵Eudyptula2009-07-1014-57/+63
| | | | metadata for frontend modules; added default config options and simplified config file; added verbose output to update_gentoo_profiles.php; etc.
* Finished porting package selection to new wizard format - everything works againEudyptula2009-07-096-48/+101
|
* Did most of the work to convert package adding to a very configurable class ↵Eudyptula2009-07-087-93/+159
| | | | for the new wizard
* Major restructuring of frontend modules (package selection not done yet); ↵Eudyptula2009-07-0711-250/+354
| | | | created conf_build_common class for shared code among configurations and builds
* Fix blip with favicon.icoEudyptula2009-07-071-0/+0
|
* Added faviconsEudyptula2009-07-074-1/+2
|
* Added linked 'Ingenue' logo using GimpEudyptula2009-07-075-2/+9
|
* Stored all data from Packages files in the db to allow frontend/backend ↵Eudyptula2009-07-062-6/+6
| | | | separation; created script to update db cache of available packages; renamed profiles -> gentoo_profiles for proper modularity
* Add javascript-based searching to package adding stageEudyptula2009-07-054-16/+131
|
* Separated configurations from builds of those configurations, added ↵Eudyptula2009-07-038-43/+101
| | | | configurations manager to frontend
* Backend can upload finished images; caches state after emerge system completesEudyptula2009-07-024-3/+46
|
* Added support for EXT2 and JFFS2 imagesEudyptula2009-07-021-1/+1
|
* Update both parts for proper modularity, start catalyst-based backend, code ↵Eudyptula2009-07-016-25/+58
| | | | cleanup, especially on backend
* Tiny fix of URL structure to log viewerEudyptula2009-06-291-1/+1
|
* Added image format option to frontend, tbz2 and preliminary Install CD and ↵Eudyptula2009-06-293-6/+34
| | | | LiveCD support to backend
* Added an send invitations form to frontend and email notifications to backendEudyptula2009-06-284-4/+47
|
* Changed task to have an index based on build instead of unique id, added ↵Eudyptula2009-06-264-38/+26
| | | | description field
* Added signal handling and logging; wrote init script; added other nice ↵Eudyptula2009-06-251-0/+8
| | | | daemon-like behavior to backend