summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added data verification to config wizard APIEudyptula2009-07-133-15/+96
* Made bundling finished images separate from modules in backend; added metadat...Eudyptula2009-07-1029-134/+233
* Finished porting package selection to new wizard format - everything works againEudyptula2009-07-097-54/+102
* Did most of the work to convert package adding to a very configurable class f...Eudyptula2009-07-087-93/+159
* Got rid of ugly hacks for abstract classes and used ReflectionClass insteadEudyptula2009-07-074-5/+9
* Remove interactive merging from class update script; allow classes that are i...Eudyptula2009-07-074-13/+12
* Major restructuring of frontend modules (package selection not done yet); cre...Eudyptula2009-07-0717-338/+461
* 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
* Last changes for multiple backends to be (theoretically) possibleEudyptula2009-07-063-2/+10
* Stored all data from Packages files in the db to allow frontend/backend separ...Eudyptula2009-07-0615-160/+273
* Add javascript-based searching to package adding stageEudyptula2009-07-056-25/+141
* Separated configurations from builds of those configurations, added configura...Eudyptula2009-07-0311-47/+231
* Backend can upload finished images; caches state after emerge system completesEudyptula2009-07-0212-26/+111
* Added support for EXT2 and JFFS2 imagesEudyptula2009-07-023-1/+15
* Update both parts for proper modularity, start catalyst-based backend, code c...Eudyptula2009-07-0117-166/+385
* Many fixes to CD building and some to command execution/loggingEudyptula2009-06-306-26/+39
* Fix small mistakes in build functionEudyptula2009-06-291-2/+2
* 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-2911-20/+95
* Added an send invitations form to frontend and email notifications to backendEudyptula2009-06-288-7/+55
* Changed task to have an index based on build instead of unique id, added desc...Eudyptula2009-06-2613-108/+90
* Added signal handling and logging; wrote init script; added other nice daemon...Eudyptula2009-06-2512-34/+143
* Added logout and user self-registration with email confirmation; Updates to s...Eudyptula2009-06-2515-85/+213
* Cleaned up various unused bits of code; moved finished images to their own di...Eudyptula2009-06-2413-79/+158
* Merged minor updates from SQL into sql_row_obj-based classesEudyptula2009-06-246-14/+29
* Added merging changes in tables into already existing classes in update_sql_c...Eudyptula2009-06-241-25/+44
* Updates to sql_row_obj class; moved newclass.php to update_sql_classes.php an...Eudyptula2009-06-2410-72/+162
* Major improvements to logging in frontend and backend; moved log_command func...Eudyptula2009-06-2318-121/+360
* Integrated basic ANSI handling into logviewer, needs to be merged with logvie...Eudyptula2009-06-223-46/+41
* Started working on converting terminal escape sequences to HTML equivalentsEudyptula2009-06-221-0/+43
* Fix some silly mistakes, add PATH from the host system to the backend's targe...Eudyptula2009-06-223-10/+11
* Added basic support for adding arbitrary packages in frontend and backend, ta...Eudyptula2009-06-228-20/+67
* Added pagination to frontend log viewer; updated todoEudyptula2009-06-224-17/+38
* Finished frontend restructuringEudyptula2009-06-223-57/+82
* Little fixes to error handling and other minor thingsEudyptula2009-06-227-9/+13
* Added ACCEPT_KEYWORDS from Packages headers to make.confEudyptula2009-06-221-0/+1
* Started restructuring frontend wizard for modularityEudyptula2009-06-213-41/+51
* Updated todoEudyptula2009-06-211-6/+3
* Did some cleanup and added a Packages file parser and simple package list pri...Eudyptula2009-06-2113-88/+108
* Finished infrastructure for 1st gen. build wizard, enhanced backend loggingEudyptula2009-06-1915-41/+169
* Transitioned to support multiple profiles, chosen in the frontend, to use dat...Eudyptula2009-06-1911-66/+160
* Updated todoEudyptula2009-06-191-1/+3
* Added sessions, login, build request on frontend; changed backend to use buil...Eudyptula2009-06-1914-56/+232
* Removed extraneous line from routing.csvEudyptula2009-06-181-2/+0
* Moved newclass utility into a cli script, created first-time setup script rep...Eudyptula2009-06-1812-53/+252
* Plugged in sql_build to backend and frontend log viewerEudyptula2009-06-1811-63/+108
* Created class from SQL table frontend, generated sql_builds classEudyptula2009-06-182-0/+56
* Updates to sql_row_obj, index.phpEudyptula2009-06-186-58/+40