summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated deps to allow for php-5.3 removed USE flags; Tweaked MakefileHEADmastereitan2010-03-173-3/+7
|
* Fix two bugs with gentoo_portage/init.d.php; update some comments in sql_row_objEudyptula2009-08-273-10/+13
|
* 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-148-30/+51
| | | | 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-1411-19/+29
| | | | 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-134-3/+47
| | | | they've failed
* Wrote a script for automatically keeping cache files (stage3, install ISO, ↵Eudyptula2009-08-1319-98/+251
| | | | 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-1210-102/+248
| | | | object; Added forgotten password reset mechanism
* Make 'wizard_step' class a subclass of new generic 'form' class; Use ↵Eudyptula2009-08-114-50/+73
| | | | ACCEPT_PROPERTIES=-interactive
* Remove build- prefix from completed builds; todoroot2009-08-103-5/+5
|
* Have upload respond in plaintext, not HTML (so long as authentication succeeds)Eudyptula2009-08-103-19/+11
|
* Major backend reorganization - moved much of backend.php into build class, ↵Eudyptula2009-08-1050-247/+276
| | | | 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.
* Added a makefile for bkisofs-cliEudyptula2009-08-101-0/+4
|
* Major backend reorganization to split build into steps and allow automatic ↵Eudyptula2009-08-0730-237/+319
| | | | resuming after failure
* Delete work dir for failed builds alsoEudyptula2009-08-071-3/+3
|
* Fix module extraction in CD bundlersEudyptula2009-08-074-3/+11
|
* Fix backend $build->get_owner() inside sql LOCKEudyptula2009-08-062-2/+2
|
* Update deps; don't use print_error in shared dbinitEudyptula2009-08-063-2/+3
|
* Numerous backend bugs fixed; use portage snapshot if available; frontend ↵Eudyptula2009-08-0633-126/+149
| | | | figures out its own URL; choose hostname; timezone config file set up; Fix setup.php; etc.
* Added more package sets, created status document from Gentoo install guide, ↵Eudyptula2009-08-055-28/+36
| | | | updated todo
* Started backend script to copy portage tree into image and configure portageEudyptula2009-08-041-0/+16
|
* Widespread cleanup - moved $conf, $death into $S; $S is given as arg to ↵Eudyptula2009-08-0472-504/+297
| | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc.
* Add visibility column to builds, configurationsEudyptula2009-07-295-11/+21
|
* Implement init script and package pruning in backendEudyptula2009-07-285-4/+30
|
* Add package and init script pruning to frontendEudyptula2009-07-284-10/+36
|
* Made package selector, pkglist more efficient by filtering out package ↵Eudyptula2009-07-284-12/+14
| | | | metadata that we don't use from the array
* Converted frontend wizard form element classes to not be specific to the ↵Eudyptula2009-07-289-467/+433
| | | | frontend wizard; removed keyword masked packages from package selection
* Remove pointless links from tasks, builds; Log env fed to tasks; Add masked ↵Eudyptula2009-07-275-26/+35
| | | | indicator back to package selection
* Reorganized log URLs; little update to routing.csv formatEudyptula2009-07-247-44/+44
|
* Require manually-configured URL - backend needs it anywayEudyptula2009-07-249-29/+14
|
* Broke log viewer into segments, added build deletionEudyptula2009-07-2415-126/+183
|
* Clean up backend APIEudyptula2009-07-237-41/+31
|
* Use stage3 tarballs instead of doing emerge systemEudyptula2009-07-2311-21/+117
|
* Update todoEudyptula2009-07-222-3/+5
|
* Cleaned up backend logging; moved emerge into a function; etc.Eudyptula2009-07-2212-61/+76
|
* Integrated bkisofs-cli into livecd and installcd bundlers, fixed various ↵Eudyptula2009-07-2111-28/+46
| | | | things in bkisofs-cli and the backend
* Added bkisofs ISO manipulation library and wrote CLI wrapper for itEudyptula2009-07-2141-0/+8500
|
* Fixes/hacks so backend still works with non-execution loggingEudyptula2009-07-207-19/+31
|
* Little backend output cleanupEudyptula2009-07-201-2/+2
|
* Converted backend status to TINYINT; First try at logging non-execution ↵Eudyptula2009-07-2015-140/+224
| | | | messages; Added download history page; Only show links from builds that the user has perms to access
* Added metadata back to log viewerEudyptula2009-07-173-6/+3
|
* Rearranged logviewer for securityEudyptula2009-07-174-18/+27
|
* Fixed bugs and added new/popular builds to welcome pageEudyptula2009-07-179-23/+107
|
* Added predefined package sets; separated gentoo-specific setup into ↵Eudyptula2009-07-1614-45/+178
| | | | gentoo_setup.php
* Add dev-manager support to gentoo/portage modulesEudyptula2009-07-167-15/+20
|
* Divided gentoo_portage backend into several parts; Added another config step ↵Eudyptula2009-07-1521-79/+132
| | | | to choose which options to offer next; Added timezone selection; Fixed pkglist script; Little fixes
* Added viewing of chosen options to status viewerEudyptula2009-07-154-32/+78
|
* Moved 'module' attribute into builds table from buildoptsEudyptula2009-07-153-3/+8
|
* Added config status page, moving forward and back in config wizard; added ↵Eudyptula2009-07-1521-141/+190
| | | | 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 'Show checked' link for package adder, fixed package selector ↵Eudyptula2009-07-136-13/+73
| | | | verification, added basic verification frontend