summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Numerous backend bugs fixed; use portage snapshot if available; frontend ↵Eudyptula2009-08-061-2/+2
| | | | figures out its own URL; choose hostname; timezone config file set up; Fix setup.php; etc.
* Widespread cleanup - moved $conf, $death into $S; $S is given as arg to ↵Eudyptula2009-08-041-11/+7
| | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc.
* Added predefined package sets; separated gentoo-specific setup into ↵Eudyptula2009-07-161-13/+7
| | | | gentoo_setup.php
* Add dev-manager support to gentoo/portage modulesEudyptula2009-07-161-1/+0
|
* Got rid of ugly hacks for abstract classes and used ReflectionClass insteadEudyptula2009-07-071-1/+4
|
* Remove interactive merging from class update script; allow classes that are ↵Eudyptula2009-07-071-1/+2
| | | | indirect children of sql_row_obj; ugly hacks so abstract classes don't break setup and class update scripts
* Stored all data from Packages files in the db to allow frontend/backend ↵Eudyptula2009-07-061-2/+4
| | | | separation; created script to update db cache of available packages; renamed profiles -> gentoo_profiles for proper modularity
* Added image format option to frontend, tbz2 and preliminary Install CD and ↵Eudyptula2009-06-291-1/+1
| | | | LiveCD support to backend
* Added an send invitations form to frontend and email notifications to backendEudyptula2009-06-281-1/+1
|
* Cleaned up various unused bits of code; moved finished images to their own ↵Eudyptula2009-06-241-1/+2
| | | | directory; moved ANSI text processing from logviewer into its own class; added unique ID to profiles table
* Did some cleanup and added a Packages file parser and simple package list ↵Eudyptula2009-06-211-1/+0
| | | | printer script
* Transitioned to support multiple profiles, chosen in the frontend, to use ↵Eudyptula2009-06-191-0/+6
| | | | data in Packages file header, began restructuring of frontend build creator
* Moved newclass utility into a cli script, created first-time setup script ↵Eudyptula2009-06-181-0/+69
replacing the reset function from the frontend