summaryrefslogtreecommitdiff
path: root/shared
Commit message (Collapse)AuthorAgeFilesLines
* Updated deps to allow for php-5.3 removed USE flags; Tweaked MakefileHEADmastereitan2010-03-171-1/+1
|
* Fix two bugs with gentoo_portage/init.d.php; update some comments in sql_row_objEudyptula2009-08-271-4/+5
|
* Fix builds->bundle() to use bundle column, not look in buildopts for bundlerEudyptula2009-08-151-5/+4
|
* Quick hack to move bundler selection out of Gentoo module and make it a ↵Eudyptula2009-08-142-10/+10
| | | | build-time option; drop 'failed' column from builds and use flags instead
* Create sql_row_with_flags class, make user, build, configuration subclasses ↵Eudyptula2009-08-146-14/+25
| | | | of it, replace visibility in builds, configurations with flags column; fix init script for correct path
* Added ebuild; added ntpd to init deps; builds show [failed] in frontend when ↵Eudyptula2009-08-131-0/+2
| | | | they've failed
* Wrote a script for automatically keeping cache files (stage3, install ISO, ↵Eudyptula2009-08-138-44/+43
| | | | etc.) up to date by ftp, updated frontend and backend to reflect storing stage3 and iso filenames in the 'cache' table instead of 'gentoo_profiles'
* Various improvements to HTML forms classes; Updated login to use form ↵Eudyptula2009-08-121-1/+1
| | | | object; Added forgotten password reset mechanism
* Have upload respond in plaintext, not HTML (so long as authentication succeeds)Eudyptula2009-08-101-3/+1
|
* Major backend reorganization - moved much of backend.php into build class, ↵Eudyptula2009-08-106-83/+139
| | | | reformated bundlers to be the same format as modules, fixed build status tracking to be properly resumable throughout the process (except stages that create files that get in their own way); etc.
* Major backend reorganization to split build into steps and allow automatic ↵Eudyptula2009-08-079-98/+154
| | | | resuming after failure
* Update deps; don't use print_error in shared dbinitEudyptula2009-08-061-1/+1
|
* Numerous backend bugs fixed; use portage snapshot if available; frontend ↵Eudyptula2009-08-066-15/+32
| | | | 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-0418-51/+56
| | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc.
* Add visibility column to builds, configurationsEudyptula2009-07-292-8/+18
|
* Add package and init script pruning to frontendEudyptula2009-07-282-8/+14
|
* Made package selector, pkglist more efficient by filtering out package ↵Eudyptula2009-07-282-10/+12
| | | | metadata that we don't use from the array
* Converted frontend wizard form element classes to not be specific to the ↵Eudyptula2009-07-282-5/+7
| | | | frontend wizard; removed keyword masked packages from package selection
* Remove pointless links from tasks, builds; Log env fed to tasks; Add masked ↵Eudyptula2009-07-272-13/+29
| | | | indicator back to package selection
* Reorganized log URLs; little update to routing.csv formatEudyptula2009-07-242-8/+8
|
* Require manually-configured URL - backend needs it anywayEudyptula2009-07-244-2/+27
|
* Broke log viewer into segments, added build deletionEudyptula2009-07-247-28/+48
|
* Use stage3 tarballs instead of doing emerge systemEudyptula2009-07-235-2/+79
|
* Cleaned up backend logging; moved emerge into a function; etc.Eudyptula2009-07-222-2/+2
|
* Integrated bkisofs-cli into livecd and installcd bundlers, fixed various ↵Eudyptula2009-07-213-2/+3
| | | | things in bkisofs-cli and the backend
* Fixes/hacks so backend still works with non-execution loggingEudyptula2009-07-202-5/+4
|
* Converted backend status to TINYINT; First try at logging non-execution ↵Eudyptula2009-07-204-45/+59
| | | | messages; Added download history page; Only show links from builds that the user has perms to access
* Fixed bugs and added new/popular builds to welcome pageEudyptula2009-07-174-6/+44
|
* Added predefined package sets; separated gentoo-specific setup into ↵Eudyptula2009-07-164-1/+84
| | | | gentoo_setup.php
* Add dev-manager support to gentoo/portage modulesEudyptula2009-07-161-9/+1
|
* Divided gentoo_portage backend into several parts; Added another config step ↵Eudyptula2009-07-155-3/+32
| | | | to choose which options to offer next; Added timezone selection; Fixed pkglist script; Little fixes
* Moved 'module' attribute into builds table from buildoptsEudyptula2009-07-152-0/+6
|
* Added config status page, moving forward and back in config wizard; added ↵Eudyptula2009-07-156-3/+22
| | | | 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 data verification to config wizard APIEudyptula2009-07-131-0/+8
|
* Made bundling finished images separate from modules in backend; added ↵Eudyptula2009-07-105-26/+83
| | | | metadata for frontend modules; added default config options and simplified config file; added verbose output to update_gentoo_profiles.php; etc.
* 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 ↵Eudyptula2009-07-072-2/+4
| | | | indirect children of sql_row_obj; ugly hacks so abstract classes don't break setup and class update scripts
* Major restructuring of frontend modules (package selection not done yet); ↵Eudyptula2009-07-074-86/+105
| | | | created conf_build_common class for shared code among configurations and builds
* 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 ↵Eudyptula2009-07-067-154/+234
| | | | 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-051-6/+6
|
* Separated configurations from builds of those configurations, added ↵Eudyptula2009-07-032-0/+128
| | | | configurations manager to frontend
* 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 ↵Eudyptula2009-07-012-32/+4
| | | | cleanup, especially on backend
* 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 ↵Eudyptula2009-06-292-2/+2
| | | | LiveCD support to backend
* 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 ↵Eudyptula2009-06-266-58/+55
| | | | description field
* Added signal handling and logging; wrote init script; added other nice ↵Eudyptula2009-06-255-21/+47
| | | | daemon-like behavior to backend
* Added logout and user self-registration with email confirmation; Updates to ↵Eudyptula2009-06-2510-64/+126
| | | | sql_row_obj; PDO subclass for debugging