summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Added logout and user self-registration with email confirmation; Updates to ↵Eudyptula2009-06-256-37/+103
| | | | sql_row_obj; PDO subclass for debugging
* Cleaned up various unused bits of code; moved finished images to their own ↵Eudyptula2009-06-245-41/+123
| | | | directory; moved ANSI text processing from logviewer into its own class; added unique ID to profiles table
* Updates to sql_row_obj class; moved newclass.php to update_sql_classes.php ↵Eudyptula2009-06-241-3/+3
| | | | and updated it
* Major improvements to logging in frontend and backend; moved log_command ↵Eudyptula2009-06-2310-34/+166
| | | | function to sql_task class; minor fixes here and there
* Integrated basic ANSI handling into logviewer, needs to be merged with ↵Eudyptula2009-06-221-2/+40
| | | | logviewer metadata still
* Fix some silly mistakes, add PATH from the host system to the backend's ↵Eudyptula2009-06-221-4/+4
| | | | target environment, update todo
* Added basic support for adding arbitrary packages in frontend and backend, ↵Eudyptula2009-06-223-4/+42
| | | | tar/gz-ing of finished images to backend
* Added pagination to frontend log viewer; updated todoEudyptula2009-06-222-14/+36
|
* Finished frontend restructuringEudyptula2009-06-223-57/+82
|
* Little fixes to error handling and other minor thingsEudyptula2009-06-224-5/+9
|
* Started restructuring frontend wizard for modularityEudyptula2009-06-213-41/+51
|
* Did some cleanup and added a Packages file parser and simple package list ↵Eudyptula2009-06-214-58/+0
| | | | printer script
* Finished infrastructure for 1st gen. build wizard, enhanced backend loggingEudyptula2009-06-194-20/+81
|
* Transitioned to support multiple profiles, chosen in the frontend, to use ↵Eudyptula2009-06-193-37/+36
| | | | data in Packages file header, began restructuring of frontend build creator
* Added sessions, login, build request on frontend; changed backend to use ↵Eudyptula2009-06-197-18/+162
| | | | build queue from db (generated by frontend)
* Removed extraneous line from routing.csvEudyptula2009-06-181-2/+0
|
* Moved newclass utility into a cli script, created first-time setup script ↵Eudyptula2009-06-183-45/+0
| | | | replacing the reset function from the frontend
* Plugged in sql_build to backend and frontend log viewerEudyptula2009-06-185-41/+52
|
* Created class from SQL table frontend, generated sql_builds classEudyptula2009-06-181-0/+17
|
* Updates to sql_row_obj, index.phpEudyptula2009-06-183-4/+14
|
* Fixed JS error in frontend debuggerEudyptula2009-06-171-4/+6
|
* Created a complete reset button in the frontend and made minor tweaks to the ↵Eudyptula2009-06-173-2/+30
| | | | log viewer
* Added build logging to database, basic frontend log viewerEudyptula2009-06-172-0/+56
|
* Move dbinit to shared and gave backend db access, created classes ↵Eudyptula2009-06-175-24/+13
| | | | buildlog_entry, task; commented emerge system for faster testing
* Got frontend debug working, added basic images, fixed files to not be executableEudyptula2009-06-1738-26/+497
|
* Setup basics of frontendEudyptula2009-06-1721-0/+559