summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX
Commit message (Expand)AuthorAgeFilesLines
* * fixed potential warning about undefined value during DB-schema upgradeOliver Tappe2008-10-081-1/+1
* * removed default value for boot_type as that field no longer exists (itOliver Tappe2008-09-041-6/+0Star
* * turned the client fields 'boot_type','unbootable' and 'kernel_params' as well Oliver Tappe2008-09-043-110/+206
* * cleaned all attributes that are marked obsolete by ticket #243 and a coupleOliver Tappe2008-08-202-183/+89Star
* 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-033-9/+62
* * separated synchronization of attributes from removal of stale references,Oliver Tappe2008-06-022-24/+38
* fixed problem reported by Michael:Oliver Tappe2008-06-021-4/+6
* * bumped DB-schema version in order to cleanup potential problems afterOliver Tappe2008-06-021-1/+9
* * cosmetics: print filename of kernel instead of full path in warning that is Oliver Tappe2008-05-281-1/+2
* * when checking the attributes from within the config-demuxer, we no longer c...Oliver Tappe2008-05-281-0/+5
* * refactored code for synchronization of attributes (moved from DBSchema to C...Oliver Tappe2008-05-274-60/+225
* * fixed bug that would not allow setting an empty attribute to '0'Oliver Tappe2008-05-251-1/+3
* * heavily redesigned and improved the checking of attributes: instead of dyingOliver Tappe2008-05-241-22/+35
* * implemented checking of attributes for groups and clients in slxconfigOliver Tappe2008-05-241-1/+7
* * artifically bumped the schema version to 0.30 in order to trigger a synchro...Oliver Tappe2008-05-241-1/+10
* * fixed bug introduced recently that would cause attributes of default system toOliver Tappe2008-05-241-1/+3
* * use Clone::clone instead of Storable::dclone throughout OpenSLX in order to...Oliver Tappe2008-05-221-3/+3
* * attributes set via slxconfig are now being checked not only against the res...Oliver Tappe2008-05-221-27/+44
* * fixed bug in slxconfig introduced yesterday that would not allow settingOliver Tappe2008-05-211-2/+41
* * optimized the methods that set the attributes of a client/group/system toOliver Tappe2008-05-201-46/+114
* * finally corrected algorithm for merging attributes from default-system & ve...Oliver Tappe2008-04-031-7/+8
* * Deactivated DB-schema version 0.28, as it does not work with the currentOliver Tappe2008-03-261-1/+5
* * Switched indent used in Perl-code and settings files from tabs to 4 spaces.Oliver Tappe2008-03-208-2958/+2958
* * fixed incorrect behaviour with respect to merging of plugin attributes:Oliver Tappe2008-03-181-3/+4
* * removed debug outputOliver Tappe2008-03-171-2/+7
* * fixed several bugs in the config-demuxer caused by recent changes in pluginOliver Tappe2008-03-171-7/+28
* * added getStage3Attrs()Oliver Tappe2008-03-171-0/+28
* * added support for stage1 attributes that are stored along each plugin insta...Oliver Tappe2008-03-144-20/+101
* * correct implementation bug that caused last schema change to work only half...Oliver Tappe2008-02-172-4/+13
* * added vendor-OS '<<<default>>>', which holds the plugins which shall beOliver Tappe2008-02-171-1/+15
* * added renaming functionality that upgrades exports and systems that follow Oliver Tappe2008-02-101-1/+24
* * dropped attribute ramfs_screen as it is no longer needed (splashy doesOliver Tappe2008-02-093-32/+24Star
* * fixed commentOliver Tappe2008-02-091-1/+1
* * removed debugging outputOliver Tappe2008-01-271-1/+0Star
* Hopefully finished the adjustments of the tools with respect to themeOliver Tappe2008-01-272-5/+39
* * fixed bug that left orphaned installed_plugins when removing a vendor-OSOliver Tappe2008-01-271-0/+9
* * added support to getAttrInfo() for selecting only the attributesOliver Tappe2008-01-261-5/+20
* * added support to the merging functions for keeping track of the each Oliver Tappe2008-01-261-12/+24
* * fixed problems in AttributeRoster with respect to syntaxOliver Tappe2008-01-162-354/+368
* * added TODO about lacking performance of set...Attrs()Oliver Tappe2008-01-111-0/+3
* * fixed bug where changing an attribute of a client or system would dropOliver Tappe2008-01-112-3/+6
* * added new column 'description' to system, which holds an optionalOliver Tappe2008-01-111-255/+280
* * the config-demuxer now only demuxes attributes of active plugins that haveOliver Tappe2008-01-091-0/+3
* * several fixes related to the handling of plugin-specific attributesOliver Tappe2008-01-091-31/+1Star
* * implemented automatic synchronization of new/changed attributes (eitherOliver Tappe2008-01-084-500/+402Star
* * minor fix (VERSION)Oliver Tappe2008-01-081-1/+1
* * improved robustness of schema upgrading code against intermediateOliver Tappe2008-01-081-3/+6
* * added missing invocation of _upgradeDBTo0_21(), such that nowOliver Tappe2008-01-081-0/+5