summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX
Commit message (Expand)AuthorAgeFilesLines
* * changed meaning of groups.priority such that it corresponds with sortingOliver Tappe2007-11-292-2/+30
* * started to work on configDB-testsOliver Tappe2007-11-093-90/+92
* * added new DB-field attr_ramfs_miscmods to system tableOliver Tappe2007-10-051-2/+3
* * now makes use of readPassword() from Utils.pmOliver Tappe2007-09-231-5/+2Star
* * fixed bug that caused slxos-export to complain about theOliver Tappe2007-08-161-2/+2
* * fixed several default-system and -client related bugs introduced yesterday,Oliver Tappe2007-08-031-17/+18
* * some layout fixes to PODOliver Tappe2007-08-021-0/+18
* * added POD to ConfigDB, and did some fixes along the wayOliver Tappe2007-08-022-85/+1579
* * ConfigDB-objects now reuse active DB-connections in order to reduce theOliver Tappe2007-08-011-130/+145
* * dropped support for CSV databases, as they are simply not good enoughOliver Tappe2007-07-313-187/+16Star
* * Fixed another bug reported by Bastian:Oliver Tappe2007-07-311-20/+20
* * base work towards utf8-cleanness (it is now possible to handle vendor-OSesOliver Tappe2007-07-212-8/+8
* * added support for automatic selection of most appropriate (newest) kernelOliver Tappe2007-07-201-5/+30
* * fixed yet another uninitialized valueOliver Tappe2007-07-181-1/+1
* * 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-107-8/+43
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-018-67/+53Star
* * implemented support for generating a separate initramfs-setup as part ofOliver Tappe2007-06-241-1/+4
* * 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-207-282/+279Star
* largish change with respect to configurable paths:Oliver Tappe2007-06-175-29/+14Star
* * fixed incorrectly generated exportURI (still used the export-name insteadOliver Tappe2007-06-071-1/+1
* * fixed wrong default value for attribute 'start_xdmcp', should be 'kdm' Oliver Tappe2007-06-021-1/+1
* * dropped superfluous column vendor_os.export_counterOliver Tappe2007-05-291-2/+1Star
* * fixed incorrect use of private-path instead of stage1-path, as reportedOliver Tappe2007-05-181-1/+1
* * simplified declaration of base classes via 'use base'Oliver Tappe2007-05-135-28/+12Star
* * fixed error during loading of DB-modules I introduced yesterdayOliver Tappe2007-05-121-1/+1
* * cleanup in DB-modulesOliver Tappe2007-05-115-23/+16Star
* * reworked construction of export-URI to be delegated into the respectiveOliver Tappe2007-05-071-16/+11Star
* * changed ramfs_fsmods and ramfs_nicmods to be (system-only) attributesOliver Tappe2007-05-061-3/+8
* * added new table global_info to DB-schema, in order to support nbd-server-portsOliver Tappe2007-05-064-16/+175
* * fixed syntax problemsOliver Tappe2007-05-051-2/+3
* * added default values for all attributes to default systemOliver Tappe2007-05-051-0/+40
* * added pushAttributes() and externalConfigNameForClient()Oliver Tappe2007-05-051-15/+50
* * fixed some holes in param check, could lead to crashesOliver Tappe2007-05-051-5/+5
* * removed code that tries to set defaults to columns that do not exist anymoreOliver Tappe2007-05-041-9/+0Star
* * filled attributes list with everything referenced in machine-setup.defaultOliver Tappe2007-05-031-13/+30
* overhaul the settings concept:Oliver Tappe2007-05-024-89/+0Star
* * improved error handling during installation and execution in case the DB-mo...Oliver Tappe2007-04-301-1/+11
* * corrected generation of wrong export name in PXE files.Oliver Tappe2007-04-291-1/+1
* * added method for getting the next export-counter of a vendor-OS.Oliver Tappe2007-04-231-0/+17
* * added 'export_counter' to table 'vendor_os'Oliver Tappe2007-04-231-1/+2
* * 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
* * fixed leftover of use_absolute_tftpOliver Tappe2007-04-111-1/+0Star
* * circumvent problem with older versions of DBD::CSV not supporting the max()...Oliver Tappe2007-04-111-1/+9
* * removed 'use_absolute_tftp' from settings tableOliver Tappe2007-04-081-3/+0Star
* * db-type no longer requires exact case matching of the respective module nam...Oliver Tappe2007-04-081-1/+14
* * added more precise errors for inconsistent DB states (if the export or vend...Oliver Tappe2007-04-051-2/+10