summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Quick hack to move bundler selection out of Gentoo module and make it a build...Eudyptula2009-08-143-6/+37
* Create sql_row_with_flags class, make user, build, configuration subclasses o...Eudyptula2009-08-144-4/+3
* Various improvements to HTML forms classes; Updated login to use form object;...Eudyptula2009-08-124-21/+108
* 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, re...Eudyptula2009-08-102-3/+3
* Major backend reorganization to split build into steps and allow automatic re...Eudyptula2009-08-074-10/+24
* Numerous backend bugs fixed; use portage snapshot if available; frontend figu...Eudyptula2009-08-062-2/+7
* Widespread cleanup - moved $conf, $death into $S; $S is given as arg to init_...Eudyptula2009-08-0418-158/+126
* Add visibility column to builds, configurationsEudyptula2009-07-293-3/+3
* Reorganized log URLs; little update to routing.csv formatEudyptula2009-07-242-6/+6
* Require manually-configured URL - backend needs it anywayEudyptula2009-07-241-4/+3
* Broke log viewer into segments, added build deletionEudyptula2009-07-245-87/+123
* Integrated bkisofs-cli into livecd and installcd bundlers, fixed various thin...Eudyptula2009-07-211-1/+1
* Converted backend status to TINYINT; First try at logging non-execution messa...Eudyptula2009-07-203-49/+77
* Added metadata back to log viewerEudyptula2009-07-171-4/+1
* Rearranged logviewer for securityEudyptula2009-07-171-15/+24
* Fixed bugs and added new/popular builds to welcome pageEudyptula2009-07-172-2/+41
* Divided gentoo_portage backend into several parts; Added another config step ...Eudyptula2009-07-152-6/+6
* Added viewing of chosen options to status viewerEudyptula2009-07-152-7/+13
* Added config status page, moving forward and back in config wizard; added con...Eudyptula2009-07-156-58/+66
* Added 'Show checked' link for package adder, fixed package selector verificat...Eudyptula2009-07-133-5/+44
* Made bundling finished images separate from modules in backend; added metadat...Eudyptula2009-07-102-10/+29
* Finished porting package selection to new wizard format - everything works againEudyptula2009-07-091-20/+0
* Did most of the work to convert package adding to a very configurable class f...Eudyptula2009-07-081-0/+20
* Major restructuring of frontend modules (package selection not done yet); cre...Eudyptula2009-07-072-105/+57
* Added linked 'Ingenue' logo using GimpEudyptula2009-07-071-0/+3
* Add javascript-based searching to package adding stageEudyptula2009-07-051-1/+1
* Separated configurations from builds of those configurations, added configura...Eudyptula2009-07-032-31/+72
* Backend can upload finished images; caches state after emerge system completesEudyptula2009-07-022-1/+41
* Update both parts for proper modularity, start catalyst-based backend, code c...Eudyptula2009-07-013-16/+49
* Tiny fix of URL structure to log viewerEudyptula2009-06-291-1/+1
* Added image format option to frontend, tbz2 and preliminary Install CD and Li...Eudyptula2009-06-291-5/+16
* Added an send invitations form to frontend and email notifications to backendEudyptula2009-06-282-4/+42
* Changed task to have an index based on build instead of unique id, added desc...Eudyptula2009-06-262-25/+12
* Added logout and user self-registration with email confirmation; Updates to s...Eudyptula2009-06-253-18/+88
* Cleaned up various unused bits of code; moved finished images to their own di...Eudyptula2009-06-242-39/+4
* Updates to sql_row_obj class; moved newclass.php to update_sql_classes.php an...Eudyptula2009-06-241-3/+3
* Major improvements to logging in frontend and backend; moved log_command func...Eudyptula2009-06-234-28/+58
* Integrated basic ANSI handling into logviewer, needs to be merged with logvie...Eudyptula2009-06-221-2/+40
* Added basic support for adding arbitrary packages in frontend and backend, ta...Eudyptula2009-06-221-0/+2
* Added pagination to frontend log viewer; updated todoEudyptula2009-06-221-14/+35
* Finished frontend restructuringEudyptula2009-06-221-52/+61
* Little fixes to error handling and other minor thingsEudyptula2009-06-221-3/+2
* Started restructuring frontend wizard for modularityEudyptula2009-06-213-52/+51
* Finished infrastructure for 1st gen. build wizard, enhanced backend loggingEudyptula2009-06-193-18/+77
* Transitioned to support multiple profiles, chosen in the frontend, to use dat...Eudyptula2009-06-191-34/+22
* Added sessions, login, build request on frontend; changed backend to use buil...Eudyptula2009-06-193-3/+106
* Moved newclass utility into a cli script, created first-time setup script rep...Eudyptula2009-06-182-43/+0
* Plugged in sql_build to backend and frontend log viewerEudyptula2009-06-182-39/+49