| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * fixed bug that caused slxos-export to complain about the | Oliver Tappe | 2007-08-16 | 1 | -2/+2 |
* | * fixed several default-system and -client related bugs introduced yesterday, | Oliver Tappe | 2007-08-03 | 1 | -17/+18 |
* | * some layout fixes to POD | Oliver Tappe | 2007-08-02 | 1 | -0/+18 |
* | * added POD to ConfigDB, and did some fixes along the way | Oliver Tappe | 2007-08-02 | 2 | -85/+1579 |
* | * ConfigDB-objects now reuse active DB-connections in order to reduce the | Oliver Tappe | 2007-08-01 | 2 | -133/+148 |
* | * dropped support for CSV databases, as they are simply not good enough | Oliver Tappe | 2007-07-31 | 3 | -187/+16 |
* | * Fixed another bug reported by Bastian: | Oliver Tappe | 2007-07-31 | 3 | -305/+347 |
* | * base work towards utf8-cleanness (it is now possible to handle vendor-OSes | Oliver Tappe | 2007-07-21 | 4 | -10/+10 |
* | * added support for automatic selection of most appropriate (newest) kernel | Oliver Tappe | 2007-07-20 | 1 | -5/+30 |
* | * fixed yet another uninitialized value | Oliver Tappe | 2007-07-18 | 1 | -1/+1 |
* | * fixed use of an uninitialized value | Oliver Tappe | 2007-07-18 | 1 | -11/+24 |
* | * some cleanup - we now make use of here-docs where feasible | Oliver Tappe | 2007-07-18 | 1 | -16/+19 |
* | * replaces most occurrences of confess() with croak(), as that is less noisy. | Oliver Tappe | 2007-07-18 | 4 | -30/+31 |
* | * split listing functionality into list-... and search-..., such that list-... | Oliver Tappe | 2007-07-18 | 1 | -16/+157 |
* | * fixed a couple of 'use of uninitialized values' reported by Dirk | Oliver Tappe | 2007-07-18 | 1 | -1/+1 |
* | * more work towards perlcritic compliance, fixed the low-hanging fruit | Oliver Tappe | 2007-07-10 | 9 | -14/+68 |
* | * fixed use of uninitialized value | Oliver Tappe | 2007-07-06 | 1 | -1/+1 |
* | * now a dummy hostname ('slx-client') is set in initramfs-setup, just to have | Oliver Tappe | 2007-07-06 | 1 | -0/+1 |
* | * added support for os-plugins: | Oliver Tappe | 2007-07-03 | 1 | -15/+76 |
* | * verbose-mode is now activated automatically if you request the listing | Oliver Tappe | 2007-07-01 | 1 | -0/+8 |