summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix two bugs with gentoo_portage/init.d.php; update some comments in sql_row_objEudyptula2009-08-271-4/+5
* Fix builds->bundle() to use bundle column, not look in buildopts for bundlerEudyptula2009-08-151-5/+4
* Quick hack to move bundler selection out of Gentoo module and make it a build...Eudyptula2009-08-142-10/+10
* Create sql_row_with_flags class, make user, build, configuration subclasses o...Eudyptula2009-08-146-14/+25
* Added ebuild; added ntpd to init deps; builds show [failed] in frontend when ...Eudyptula2009-08-131-0/+2
* Wrote a script for automatically keeping cache files (stage3, install ISO, et...Eudyptula2009-08-134-43/+37
* Have upload respond in plaintext, not HTML (so long as authentication succeeds)Eudyptula2009-08-101-3/+1
* Major backend reorganization - moved much of backend.php into build class, re...Eudyptula2009-08-102-71/+134
* Major backend reorganization to split build into steps and allow automatic re...Eudyptula2009-08-074-81/+143
* Numerous backend bugs fixed; use portage snapshot if available; frontend figu...Eudyptula2009-08-063-11/+17
* Widespread cleanup - moved $conf, $death into $S; $S is given as arg to init_...Eudyptula2009-08-0410-31/+30
* Add visibility column to builds, configurationsEudyptula2009-07-292-8/+18
* Add package and init script pruning to frontendEudyptula2009-07-282-8/+14
* Made package selector, pkglist more efficient by filtering out package metada...Eudyptula2009-07-282-10/+12
* Converted frontend wizard form element classes to not be specific to the fron...Eudyptula2009-07-282-5/+7
* Remove pointless links from tasks, builds; Log env fed to tasks; Add masked i...Eudyptula2009-07-272-13/+29
* Reorganized log URLs; little update to routing.csv formatEudyptula2009-07-242-8/+8
* Broke log viewer into segments, added build deletionEudyptula2009-07-247-28/+48
* Use stage3 tarballs instead of doing emerge systemEudyptula2009-07-235-2/+79
* Integrated bkisofs-cli into livecd and installcd bundlers, fixed various thin...Eudyptula2009-07-211-1/+1
* Fixes/hacks so backend still works with non-execution loggingEudyptula2009-07-202-5/+4
* Converted backend status to TINYINT; First try at logging non-execution messa...Eudyptula2009-07-204-45/+59
* Fixed bugs and added new/popular builds to welcome pageEudyptula2009-07-174-6/+44
* Added predefined package sets; separated gentoo-specific setup into gentoo_se...Eudyptula2009-07-164-1/+84
* Add dev-manager support to gentoo/portage modulesEudyptula2009-07-161-9/+1
* Divided gentoo_portage backend into several parts; Added another config step ...Eudyptula2009-07-151-0/+2
* Moved 'module' attribute into builds table from buildoptsEudyptula2009-07-152-0/+6
* Added config status page, moving forward and back in config wizard; added con...Eudyptula2009-07-153-2/+17
* Added data verification to config wizard APIEudyptula2009-07-131-0/+8
* Made bundling finished images separate from modules in backend; added metadat...Eudyptula2009-07-101-4/+14
* Got rid of ugly hacks for abstract classes and used ReflectionClass insteadEudyptula2009-07-072-3/+4
* Remove interactive merging from class update script; allow classes that are i...Eudyptula2009-07-072-2/+4
* Major restructuring of frontend modules (package selection not done yet); cre...Eudyptula2009-07-073-84/+104
* Stored all data from Packages files in the db to allow frontend/backend separ...Eudyptula2009-07-065-135/+233
* Add javascript-based searching to package adding stageEudyptula2009-07-051-6/+6
* Separated configurations from builds of those configurations, added configura...Eudyptula2009-07-032-0/+128
* Backend can upload finished images; caches state after emerge system completesEudyptula2009-07-021-0/+2
* Update both parts for proper modularity, start catalyst-based backend, code c...Eudyptula2009-07-011-31/+1
* Many fixes to CD building and some to command execution/loggingEudyptula2009-06-301-7/+15
* Added image format option to frontend, tbz2 and preliminary Install CD and Li...Eudyptula2009-06-292-2/+2
* Changed task to have an index based on build instead of unique id, added desc...Eudyptula2009-06-265-57/+50
* Added signal handling and logging; wrote init script; added other nice daemon...Eudyptula2009-06-254-20/+44
* Added logout and user self-registration with email confirmation; Updates to s...Eudyptula2009-06-257-62/+104
* Cleaned up various unused bits of code; moved finished images to their own di...Eudyptula2009-06-242-2/+62
* Merged minor updates from SQL into sql_row_obj-based classesEudyptula2009-06-246-14/+29
* Updates to sql_row_obj class; moved newclass.php to update_sql_classes.php an...Eudyptula2009-06-247-67/+105
* Major improvements to logging in frontend and backend; moved log_command func...Eudyptula2009-06-234-21/+161
* Added basic support for adding arbitrary packages in frontend and backend, ta...Eudyptula2009-06-222-5/+6
* Little fixes to error handling and other minor thingsEudyptula2009-06-222-3/+3
* Did some cleanup and added a Packages file parser and simple package list pri...Eudyptula2009-06-211-0/+70