summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Numerous backend bugs fixed; use portage snapshot if available; frontend ↵Eudyptula2009-08-061-12/+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-2/+1
| | | | init_x() and body_x(); $request removed in favor of $_REQUEST; query() replaces $S[pdo]->query(); etc.
* Remove interactive merging from class update script; allow classes that are ↵Eudyptula2009-07-071-10/+6
| | | | indirect children of sql_row_obj; ugly hacks so abstract classes don't break setup and class update scripts
* Cleaned up various unused bits of code; moved finished images to their own ↵Eudyptula2009-06-241-7/+0
| | | | directory; moved ANSI text processing from logviewer into its own class; added unique ID to profiles table
* Added merging changes in tables into already existing classes in ↵Eudyptula2009-06-241-25/+44
| | | | update_sql_classes.php
* Updates to sql_row_obj class; moved newclass.php to update_sql_classes.php ↵Eudyptula2009-06-241-0/+135
and updated it