Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Numerous backend bugs fixed; use portage snapshot if available; frontend ↵ | Eudyptula | 2009-08-06 | 2 | -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 ↵ | Eudyptula | 2009-08-04 | 4 | -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 anyway | Eudyptula | 2009-07-24 | 1 | -10/+1 |
| | |||||
* | Converted backend status to TINYINT; First try at logging non-execution ↵ | Eudyptula | 2009-07-20 | 1 | -2/+2 |
| | | | | messages; Added download history page; Only show links from builds that the user has perms to access | ||||
* | Rearranged logviewer for security | Eudyptula | 2009-07-17 | 1 | -1/+1 |
| | |||||
* | Added config status page, moving forward and back in config wizard; added ↵ | Eudyptula | 2009-07-15 | 1 | -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 favicons | Eudyptula | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | Added linked 'Ingenue' logo using Gimp | Eudyptula | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | Add javascript-based searching to package adding stage | Eudyptula | 2009-07-05 | 2 | -0/+9 |
| | |||||
* | Separated configurations from builds of those configurations, added ↵ | Eudyptula | 2009-07-03 | 1 | -1/+2 |
| | | | | configurations manager to frontend | ||||
* | Added an send invitations form to frontend and email notifications to backend | Eudyptula | 2009-06-28 | 1 | -0/+3 |
| | |||||
* | Added logout and user self-registration with email confirmation; Updates to ↵ | Eudyptula | 2009-06-25 | 1 | -1/+11 |
| | | | | sql_row_obj; PDO subclass for debugging | ||||
* | Major improvements to logging in frontend and backend; moved log_command ↵ | Eudyptula | 2009-06-23 | 1 | -1/+1 |
| | | | | function to sql_task class; minor fixes here and there | ||||
* | Added sessions, login, build request on frontend; changed backend to use ↵ | Eudyptula | 2009-06-19 | 2 | -15/+49 |
| | | | | build queue from db (generated by frontend) | ||||
* | Plugged in sql_build to backend and frontend log viewer | Eudyptula | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | Move dbinit to shared and gave backend db access, created classes ↵ | Eudyptula | 2009-06-17 | 2 | -5/+1 |
| | | | | buildlog_entry, task; commented emerge system for faster testing | ||||
* | Got frontend debug working, added basic images, fixed files to not be executable | Eudyptula | 2009-06-17 | 6 | -11/+12 |
| | |||||
* | Setup basics of frontend | Eudyptula | 2009-06-17 | 5 | -0/+181 |