summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* 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-156-3/+22
* Added data verification to config wizard APIEudyptula2009-07-131-0/+8
* Made bundling finished images separate from modules in backend; added metadat...Eudyptula2009-07-105-26/+83
* 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-074-86/+105
* Last changes for multiple backends to be (theoretically) possibleEudyptula2009-07-061-1/+1
* Stored all data from Packages files in the db to allow frontend/backend separ...Eudyptula2009-07-067-154/+234
* 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-022-0/+3
* Update both parts for proper modularity, start catalyst-based backend, code c...Eudyptula2009-07-012-32/+4
* Many fixes to CD building and some to command execution/loggingEudyptula2009-06-302-7/+18
* Added image format option to frontend, tbz2 and preliminary Install CD and Li...Eudyptula2009-06-292-2/+2
* Added an send invitations form to frontend and email notifications to backendEudyptula2009-06-281-0/+1
* Changed task to have an index based on build instead of unique id, added desc...Eudyptula2009-06-266-58/+55
* Added signal handling and logging; wrote init script; added other nice daemon...Eudyptula2009-06-255-21/+47
* Added logout and user self-registration with email confirmation; Updates to s...Eudyptula2009-06-2510-64/+126
* Cleaned up various unused bits of code; moved finished images to their own di...Eudyptula2009-06-243-2/+11
* 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-235-21/+166
* Integrated basic ANSI handling into logviewer, needs to be merged with logvie...Eudyptula2009-06-221-1/+1
* Added basic support for adding arbitrary packages in frontend and backend, ta...Eudyptula2009-06-223-6/+7
* Added pagination to frontend log viewer; updated todoEudyptula2009-06-221-0/+1
* 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-213-0/+87
* Finished infrastructure for 1st gen. build wizard, enhanced backend loggingEudyptula2009-06-196-13/+64
* Transitioned to support multiple profiles, chosen in the frontend, to use dat...Eudyptula2009-06-194-0/+69
* Added sessions, login, build request on frontend; changed backend to use buil...Eudyptula2009-06-191-0/+30
* Moved newclass utility into a cli script, created first-time setup script rep...Eudyptula2009-06-185-8/+102
* Plugged in sql_build to backend and frontend log viewerEudyptula2009-06-183-11/+20
* Created class from SQL table frontend, generated sql_builds classEudyptula2009-06-181-0/+39
* Updates to sql_row_obj, index.phpEudyptula2009-06-181-51/+23
* Added build logging to database, basic frontend log viewerEudyptula2009-06-173-4/+8
* Move dbinit to shared and gave backend db access, created classes buildlog_en...Eudyptula2009-06-175-2/+76
* Got frontend debug working, added basic images, fixed files to not be executableEudyptula2009-06-171-1/+3
* Setup basics of frontendEudyptula2009-06-171-0/+836
* Moved including shared/include/paths.php into shared/include/includes.phpEudyptula2009-06-171-0/+1
* Started build function and moved include/functions to include/includesEitan Mosenkis2009-06-162-10/+12
* More infrastructure, path constants SHARED, BACKEND, FRONTEND; functionEitan Mosenkis2009-06-153-0/+29