| Commit message (Expand) | Author | Age | Files | Lines |
* | * added support to getAttrInfo() for selecting only the attributes | Oliver Tappe | 2008-01-26 | 1 | -5/+20 |
* | * corrected comment | Oliver Tappe | 2008-01-26 | 1 | -1/+1 |
* | * added support to the merging functions for keeping track of the each | Oliver Tappe | 2008-01-26 | 1 | -12/+24 |
* | * extract debug-level from kernel_params and add pass it | Oliver Tappe | 2008-01-22 | 1 | -0/+6 |
* | * it is now possible to cause slxconfig-demuxer to use the | Oliver Tappe | 2008-01-16 | 1 | -11/+53 |
* | * fixed problems in AttributeRoster with respect to syntax | Oliver Tappe | 2008-01-16 | 2 | -354/+368 |
* | * the config-demuxer now passes through theme::name to mkdxsinitrd (via -s) | Oliver Tappe | 2008-01-14 | 1 | -1/+4 |
* | reimplemented splashy stuff via Theme plugin: | Oliver Tappe | 2008-01-13 | 1 | -15/+23 |
* | * avoid possible warnings about undefined values in regex-substitution | Oliver Tappe | 2008-01-12 | 1 | -3/+5 |
* | * avoid possible warnings about undefined values in regex-substitution | Oliver Tappe | 2008-01-12 | 1 | -4/+5 |
* | * fixed encoding problem with script-internal default PXE-template | Oliver Tappe | 2008-01-12 | 1 | -9/+11 |
* | * fixed 'uninitialized value' warning | Oliver Tappe | 2008-01-12 | 1 | -4/+6 |
* | * added hook mechanism to initramfs-init which can be used by plugins | Oliver Tappe | 2008-01-11 | 1 | -2/+0 |
* | * added TODO about lacking performance of set...Attrs() | Oliver Tappe | 2008-01-11 | 1 | -0/+3 |
* | * fixed bug where changing an attribute of a client or system would drop | Oliver Tappe | 2008-01-11 | 3 | -7/+70 |
* | * fixed encoding problem of PXE-config file output | Oliver Tappe | 2008-01-11 | 1 | -4/+3 |
* | * oops, remove debug output :-/ | Oliver Tappe | 2008-01-11 | 1 | -2/+0 |
* | * added support to the config-demuxer for PXE-theming, i.e. it will look | Oliver Tappe | 2008-01-11 | 1 | -6/+31 |
* | * now accepts \n and \t in values and converts them to the respective real | Oliver Tappe | 2008-01-11 | 1 | -3/+14 |
* | * added new column 'description' to system, which holds an optional | Oliver Tappe | 2008-01-11 | 2 | -267/+318 |
* | * fixed bug that disallowed setting of scoped (a.k.a. plugin-specific) | Oliver Tappe | 2008-01-09 | 1 | -2/+2 |
* | * the config-demuxer now only demuxes attributes of active plugins that have | Oliver Tappe | 2008-01-09 | 2 | -2/+9 |
* | * fixed several occurrences of 'attr_'-names | Oliver Tappe | 2008-01-09 | 1 | -8/+9 |
* | * several fixes related to the handling of plugin-specific attributes | Oliver Tappe | 2008-01-09 | 2 | -55/+30 |
* | * implemented automatic synchronization of new/changed attributes (either | Oliver Tappe | 2008-01-08 | 4 | -500/+402 |
* | * minor fix (VERSION) | Oliver Tappe | 2008-01-08 | 1 | -1/+1 |
* | * improved robustness of schema upgrading code against intermediate | Oliver Tappe | 2008-01-08 | 1 | -3/+6 |
* | * added missing invocation of _upgradeDBTo0_21(), such that now | Oliver Tappe | 2008-01-08 | 1 | -0/+5 |
* | * added new DB-table 'installed_plugin', moving schema version to 0.21 | Oliver Tappe | 2008-01-08 | 4 | -1/+236 |
* | * fixed several smaller bugs found when testing slxexport | Oliver Tappe | 2008-01-07 | 3 | -22/+32 |
* | * finished refactoring of attribute handling code, especially the | Oliver Tappe | 2008-01-07 | 11 | -924/+1091 |
* | more refactoring (not limited to attribute handling) | Oliver Tappe | 2008-01-04 | 16 | -878/+1753 |
* | more work at refactoring of the way attributes are handled: | Oliver Tappe | 2008-01-04 | 4 | -388/+587 |
* | more work at refactoring of the way attributes are handled: | Oliver Tappe | 2008-01-04 | 1 | -19/+84 |
* | * intermediate checkin of refactoring of the way attributes are stored in DB | Oliver Tappe | 2008-01-03 | 5 | -292/+948 |
* | * completed test set for attribute merging, fixing several bugs along the | Oliver Tappe | 2007-12-29 | 2 | -58/+574 |
* | * completed basic tests and started to work on tests for aggregated values | Oliver Tappe | 2007-12-28 | 7 | -3/+681 |
* | * added more tests for basic DB-features: group, global_info and | Oliver Tappe | 2007-12-27 | 6 | -20/+435 |
* | * fixed two warnings caused by typos | Oliver Tappe | 2007-12-26 | 1 | -2/+2 |
* | * completed regression tests for vendor-OSes | Oliver Tappe | 2007-12-16 | 7 | -12/+754 |
* | * fixed typo (13 times), the new method is named getColumnsOfTable(), not | Oliver Tappe | 2007-12-04 | 1 | -13/+13 |
* | * added support for groups (add, change, list, remove and search) | Oliver Tappe | 2007-11-29 | 1 | -66/+351 |
* | * changed meaning of groups.priority such that it corresponds with sorting | Oliver Tappe | 2007-11-29 | 2 | -2/+30 |
* | * started to work on configDB-tests | Oliver Tappe | 2007-11-09 | 6 | -90/+323 |
* | * started to work on group-support (unfinished!) | Oliver Tappe | 2007-11-04 | 1 | -23/+60 |
* | * added new DB-field attr_ramfs_miscmods to system table | Oliver Tappe | 2007-10-05 | 2 | -2/+6 |
* | * fixed dumb bug that caused argument values to be rejected when they are | Oliver Tappe | 2007-10-01 | 1 | -1/+1 |
* | * now makes use of readPassword() from Utils.pm | Oliver Tappe | 2007-09-23 | 1 | -5/+2 |
* | * dropped 'pxe'-subfolder for PXE-stuff since most installations put that | Oliver Tappe | 2007-08-31 | 1 | -10/+9 |
* | * added missing support for changing exports and vendor-OSes | Oliver Tappe | 2007-08-29 | 1 | -15/+87 |