summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Numerous backend bugs fixed; use portage snapshot if available; frontend ↵Eudyptula2009-08-062-20/+6
| | | | 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-044-23/+24
| | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc.
* Require manually-configured URL - backend needs it anywayEudyptula2009-07-241-10/+1
|
* Converted backend status to TINYINT; First try at logging non-execution ↵Eudyptula2009-07-201-2/+2
| | | | messages; Added download history page; Only show links from builds that the user has perms to access
* Rearranged logviewer for securityEudyptula2009-07-171-1/+1
|
* Added config status page, moving forward and back in config wizard; added ↵Eudyptula2009-07-151-4/+6
| | | | 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 faviconsEudyptula2009-07-071-1/+1
|
* Added linked 'Ingenue' logo using GimpEudyptula2009-07-071-1/+1
|
* Add javascript-based searching to package adding stageEudyptula2009-07-052-0/+9
|
* Separated configurations from builds of those configurations, added ↵Eudyptula2009-07-031-1/+2
| | | | configurations manager to frontend
* Added an send invitations form to frontend and email notifications to backendEudyptula2009-06-281-0/+3
|
* Added logout and user self-registration with email confirmation; Updates to ↵Eudyptula2009-06-251-1/+11
| | | | sql_row_obj; PDO subclass for debugging
* Major improvements to logging in frontend and backend; moved log_command ↵Eudyptula2009-06-231-1/+1
| | | | function to sql_task class; minor fixes here and there
* Added sessions, login, build request on frontend; changed backend to use ↵Eudyptula2009-06-192-15/+49
| | | | build queue from db (generated by frontend)
* Plugged in sql_build to backend and frontend log viewerEudyptula2009-06-181-1/+1
|
* Move dbinit to shared and gave backend db access, created classes ↵Eudyptula2009-06-172-5/+1
| | | | buildlog_entry, task; commented emerge system for faster testing
* Got frontend debug working, added basic images, fixed files to not be executableEudyptula2009-06-176-11/+12
|
* Setup basics of frontendEudyptula2009-06-175-0/+181