summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/MetaDB
Commit message (Expand)AuthorAgeFilesLines
* change dir structureSebastian Schmelzer2010-09-024-3069/+0Star
* unicode deprecated, now sqlite_unicode is usedMichael Janczyk2010-05-181-1/+1
* * removed debug-outputOliver Tappe2009-06-041-1/+0Star
* Fixed two more problems exposed by mysql:Oliver Tappe2008-07-172-4/+8
* * fixed problem a least one database server (mysql) not being able to startOliver Tappe2008-07-171-5/+18
* Implemented a better algorithm for keeping the plugins and the referencesOliver Tappe2008-06-031-0/+23
* * refactored code for synchronization of attributes (moved from DBSchema to C...Oliver Tappe2008-05-271-27/+38
* * fixed bug that would not allow setting an empty attribute to '0'Oliver Tappe2008-05-251-1/+3
* * fixed bug introduced recently that would cause attributes of default system toOliver Tappe2008-05-241-1/+3
* * optimized the methods that set the attributes of a client/group/system toOliver Tappe2008-05-201-46/+114
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-204-1185/+1185
* * removed debug outputOliver Tappe2008-03-171-2/+7
* * added support for stage1 attributes that are stored along each plugin insta...Oliver Tappe2008-03-141-9/+65
* * correct implementation bug that caused last schema change to work only half...Oliver Tappe2008-02-171-3/+3
* * dropped attribute ramfs_screen as it is no longer needed (splashy doesOliver Tappe2008-02-091-0/+10
* * added TODO about lacking performance of set...Attrs()Oliver Tappe2008-01-111-0/+3
* * added new DB-table 'installed_plugin', moving schema version to 0.21Oliver Tappe2008-01-081-0/+47
* * fixed several smaller bugs found when testing slxexportOliver Tappe2008-01-071-16/+22
* * finished refactoring of attribute handling code, especially theOliver Tappe2008-01-071-320/+61Star
* more refactoring (not limited to attribute handling)Oliver Tappe2008-01-041-64/+479
* more work at refactoring of the way attributes are handled:Oliver Tappe2008-01-041-36/+79
* * intermediate checkin of refactoring of the way attributes are stored in DBOliver Tappe2008-01-032-38/+99
* * added more tests for basic DB-features: group, global_info and Oliver Tappe2007-12-271-19/+32
* * completed regression tests for vendor-OSesOliver Tappe2007-12-161-7/+12
* * started to work on configDB-testsOliver Tappe2007-11-092-12/+40
* * now makes use of readPassword() from Utils.pmOliver Tappe2007-09-231-5/+2Star
* * added POD to ConfigDB, and did some fixes along the wayOliver Tappe2007-08-021-3/+3
* * dropped support for CSV databases, as they are simply not good enoughOliver Tappe2007-07-312-185/+15Star
* * base work towards utf8-cleanness (it is now possible to handle vendor-OSesOliver Tappe2007-07-212-8/+8
* * replaces most occurrences of confess() with croak(), as that is less noisy.Oliver Tappe2007-07-184-30/+31
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-105-5/+29
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-015-32/+16Star
* * fixed showstopping bugs introduced with rev 1176, sorry!Oliver Tappe2007-06-204-386/+375Star
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-205-36/+36
* largish change with respect to configurable paths:Oliver Tappe2007-06-174-27/+12Star
* * simplified declaration of base classes via 'use base'Oliver Tappe2007-05-135-28/+12Star
* * cleanup in DB-modulesOliver Tappe2007-05-115-23/+16Star
* * added new table global_info to DB-schema, in order to support nbd-server-portsOliver Tappe2007-05-062-10/+87
* * fixed some holes in param check, could lead to crashesOliver Tappe2007-05-051-5/+5
* overhaul the settings concept:Oliver Tappe2007-05-022-57/+0Star
* * cleanupOliver Tappe2007-04-232-2/+1Star
* * improved error message in case a database module couldOliver Tappe2007-04-133-3/+3
* * fixed incorrect module names in error message.Oliver Tappe2007-04-133-3/+3
* * circumvent problem with older versions of DBD::CSV not supporting the max()...Oliver Tappe2007-04-111-1/+9
* * fixed a bad bug in _updateRefTable that would delete many more items than s...Oliver Tappe2007-03-261-1/+6
* * inserted correct copyright headerOliver Tappe2007-03-235-15/+50
* * largish overhaul, changed ConfigDB to be object-oriented (could be improved...Oliver Tappe2007-03-155-200/+198Star
* * some work towards completing the API documentation (POD)Oliver Tappe2006-12-111-0/+478
* * fixed several missing return statementsOliver Tappe2006-12-111-5/+7
* * fixed linebreak problem, now we use '\x0a' only, in orderOliver Tappe2006-10-291-1/+1