| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added data verification to config wizard API | Eudyptula | 2009-07-13 | 3 | -15/+96 |
* | Made bundling finished images separate from modules in backend; added metadat... | Eudyptula | 2009-07-10 | 29 | -134/+233 |
* | Finished porting package selection to new wizard format - everything works again | Eudyptula | 2009-07-09 | 7 | -54/+102 |
* | Did most of the work to convert package adding to a very configurable class f... | Eudyptula | 2009-07-08 | 7 | -93/+159 |
* | Got rid of ugly hacks for abstract classes and used ReflectionClass instead | Eudyptula | 2009-07-07 | 4 | -5/+9 |
* | Remove interactive merging from class update script; allow classes that are i... | Eudyptula | 2009-07-07 | 4 | -13/+12 |
* | Major restructuring of frontend modules (package selection not done yet); cre... | Eudyptula | 2009-07-07 | 17 | -338/+461 |
* | Fix blip with favicon.ico | Eudyptula | 2009-07-07 | 1 | -0/+0 |
* | Added favicons | Eudyptula | 2009-07-07 | 4 | -1/+2 |
* | Added linked 'Ingenue' logo using Gimp | Eudyptula | 2009-07-07 | 5 | -2/+9 |
* | Last changes for multiple backends to be (theoretically) possible | Eudyptula | 2009-07-06 | 3 | -2/+10 |
* | Stored all data from Packages files in the db to allow frontend/backend separ... | Eudyptula | 2009-07-06 | 15 | -160/+273 |
* | Add javascript-based searching to package adding stage | Eudyptula | 2009-07-05 | 6 | -25/+141 |
* | Separated configurations from builds of those configurations, added configura... | Eudyptula | 2009-07-03 | 11 | -47/+231 |
* | Backend can upload finished images; caches state after emerge system completes | Eudyptula | 2009-07-02 | 12 | -26/+111 |
* | Added support for EXT2 and JFFS2 images | Eudyptula | 2009-07-02 | 3 | -1/+15 |
* | Update both parts for proper modularity, start catalyst-based backend, code c... | Eudyptula | 2009-07-01 | 17 | -166/+385 |
* | Many fixes to CD building and some to command execution/logging | Eudyptula | 2009-06-30 | 6 | -26/+39 |
* | Fix small mistakes in build function | Eudyptula | 2009-06-29 | 1 | -2/+2 |
* | Tiny fix of URL structure to log viewer | Eudyptula | 2009-06-29 | 1 | -1/+1 |
* | Added image format option to frontend, tbz2 and preliminary Install CD and Li... | Eudyptula | 2009-06-29 | 11 | -20/+95 |
* | Added an send invitations form to frontend and email notifications to backend | Eudyptula | 2009-06-28 | 8 | -7/+55 |
* | Changed task to have an index based on build instead of unique id, added desc... | Eudyptula | 2009-06-26 | 13 | -108/+90 |
* | Added signal handling and logging; wrote init script; added other nice daemon... | Eudyptula | 2009-06-25 | 12 | -34/+143 |
* | Added logout and user self-registration with email confirmation; Updates to s... | Eudyptula | 2009-06-25 | 15 | -85/+213 |
* | Cleaned up various unused bits of code; moved finished images to their own di... | Eudyptula | 2009-06-24 | 13 | -79/+158 |
* | Merged minor updates from SQL into sql_row_obj-based classes | Eudyptula | 2009-06-24 | 6 | -14/+29 |
* | Added merging changes in tables into already existing classes in update_sql_c... | Eudyptula | 2009-06-24 | 1 | -25/+44 |
* | Updates to sql_row_obj class; moved newclass.php to update_sql_classes.php an... | Eudyptula | 2009-06-24 | 10 | -72/+162 |
* | Major improvements to logging in frontend and backend; moved log_command func... | Eudyptula | 2009-06-23 | 18 | -121/+360 |
* | Integrated basic ANSI handling into logviewer, needs to be merged with logvie... | Eudyptula | 2009-06-22 | 3 | -46/+41 |
* | Started working on converting terminal escape sequences to HTML equivalents | Eudyptula | 2009-06-22 | 1 | -0/+43 |
* | Fix some silly mistakes, add PATH from the host system to the backend's targe... | Eudyptula | 2009-06-22 | 3 | -10/+11 |
* | Added basic support for adding arbitrary packages in frontend and backend, ta... | Eudyptula | 2009-06-22 | 8 | -20/+67 |
* | Added pagination to frontend log viewer; updated todo | Eudyptula | 2009-06-22 | 4 | -17/+38 |
* | Finished frontend restructuring | Eudyptula | 2009-06-22 | 3 | -57/+82 |
* | Little fixes to error handling and other minor things | Eudyptula | 2009-06-22 | 7 | -9/+13 |
* | Added ACCEPT_KEYWORDS from Packages headers to make.conf | Eudyptula | 2009-06-22 | 1 | -0/+1 |
* | Started restructuring frontend wizard for modularity | Eudyptula | 2009-06-21 | 3 | -41/+51 |
* | Updated todo | Eudyptula | 2009-06-21 | 1 | -6/+3 |
* | Did some cleanup and added a Packages file parser and simple package list pri... | Eudyptula | 2009-06-21 | 13 | -88/+108 |
* | Finished infrastructure for 1st gen. build wizard, enhanced backend logging | Eudyptula | 2009-06-19 | 15 | -41/+169 |
* | Transitioned to support multiple profiles, chosen in the frontend, to use dat... | Eudyptula | 2009-06-19 | 11 | -66/+160 |
* | Updated todo | Eudyptula | 2009-06-19 | 1 | -1/+3 |
* | Added sessions, login, build request on frontend; changed backend to use buil... | Eudyptula | 2009-06-19 | 14 | -56/+232 |
* | Removed extraneous line from routing.csv | Eudyptula | 2009-06-18 | 1 | -2/+0 |
* | Moved newclass utility into a cli script, created first-time setup script rep... | Eudyptula | 2009-06-18 | 12 | -53/+252 |
* | Plugged in sql_build to backend and frontend log viewer | Eudyptula | 2009-06-18 | 11 | -63/+108 |
* | Created class from SQL table frontend, generated sql_builds class | Eudyptula | 2009-06-18 | 2 | -0/+56 |
* | Updates to sql_row_obj, index.php | Eudyptula | 2009-06-18 | 6 | -58/+40 |