summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig
Commit message (Expand)AuthorAgeFilesLines
* * added support for show inherited attributes to the search actions, tooOliver Tappe2008-02-091-194/+160Star
* Hopefully finished the adjustments of the tools with respect to themeOliver Tappe2008-01-271-7/+8
* adjusted following the recent discussion on the devel list:Oliver Tappe2008-01-261-21/+59
* * avoid possible warnings about undefined values in regex-substitutionOliver Tappe2008-01-121-3/+5
* * avoid possible warnings about undefined values in regex-substitutionOliver Tappe2008-01-121-4/+5
* * fixed bug where changing an attribute of a client or system would dropOliver Tappe2008-01-111-4/+64
* * now accepts \n and \t in values and converts them to the respective realOliver Tappe2008-01-111-3/+14
* * fixed bug that disallowed setting of scoped (a.k.a. plugin-specific) Oliver Tappe2008-01-091-2/+2
* * fixed several smaller bugs found when testing slxexportOliver Tappe2008-01-071-1/+0Star
* * finished refactoring of attribute handling code, especially theOliver Tappe2008-01-071-37/+139
* more refactoring (not limited to attribute handling)Oliver Tappe2008-01-041-15/+50
* more work at refactoring of the way attributes are handled:Oliver Tappe2008-01-041-19/+84
* * fixed typo (13 times), the new method is named getColumnsOfTable(), notOliver Tappe2007-12-041-13/+13
* * added support for groups (add, change, list, remove and search)Oliver Tappe2007-11-291-66/+351
* * started to work on group-support (unfinished!)Oliver Tappe2007-11-041-23/+60
* * fixed dumb bug that caused argument values to be rejected when they are Oliver Tappe2007-10-011-1/+1
* * added missing support for changing exports and vendor-OSesOliver Tappe2007-08-291-15/+87
* * Fixed another bug reported by Bastian:Oliver Tappe2007-07-311-280/+320
* * base work towards utf8-cleanness (it is now possible to handle vendor-OSesOliver Tappe2007-07-211-1/+1
* * fixed use of an uninitialized valueOliver Tappe2007-07-181-11/+24
* * some cleanup - we now make use of here-docs where feasibleOliver Tappe2007-07-181-16/+19
* * split listing functionality into list-... and search-..., such that list-...Oliver Tappe2007-07-181-16/+157
* * fixed a couple of 'use of uninitialized values' reported by DirkOliver Tappe2007-07-181-1/+1
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-101-5/+12
* * fixed use of uninitialized valueOliver Tappe2007-07-061-1/+1
* * verbose-mode is now activated automatically if you request the listingOliver Tappe2007-07-011-0/+8
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-011-5/+6
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-201-10/+10
* largish change with respect to configurable paths:Oliver Tappe2007-06-171-9/+8Star
* * fixed all warnings indicated by 'perl -w'Oliver Tappe2007-06-131-4/+4
* * minor cleanup of PODs with respect to Eclipse syntax highlightingOliver Tappe2007-05-091-2/+2
* * list-systems in verbose mode now shows type of export next to the name, inOliver Tappe2007-04-221-2/+2
* * set appropriate default values for start_xdmcp and start_x in case the syst...Oliver Tappe2007-04-141-0/+16
* * if no clients have been specified for a new system, the system will be adde...Oliver Tappe2007-04-121-0/+5
* * for better consistency, the name has to be given without the 'name='-prefix,Oliver Tappe2007-04-121-59/+77
* * even more work on consolidating the PODs. Hopefully, I'm finished now...Oliver Tappe2007-04-031-145/+38Star
* * more POD consolidationOliver Tappe2007-04-011-76/+103
* * improved POD formattingOliver Tappe2007-04-011-81/+265
* * moved default values for systems and client into DB-layerOliver Tappe2007-04-011-19/+0Star
* * system-names will no longer be automatically set, you have to specify them ...Oliver Tappe2007-04-011-46/+75
* * circumvent dubious problem with perldoc in combination with UTF-8 thatOliver Tappe2007-04-011-1/+6
* * added several missing closing brackets in PODOliver Tappe2007-03-291-5/+5
* * added support for adding/removing of clients to/from a system, without havi...Oliver Tappe2007-03-261-57/+115
* * --list-systems now shows the names of the respective systems' clients, tooOliver Tappe2007-03-261-12/+51
* * inserted correct copyright headerOliver Tappe2007-03-231-4/+8
* * fixed incorrect uses of the _tr() functionOliver Tappe2007-03-231-1/+1
* * completed this script:Oliver Tappe2007-03-231-81/+335
* * added the options '--list-clients', '--list-exports', '--list-systems' andOliver Tappe2007-03-161-0/+42
* * largish overhaul, changed ConfigDB to be object-oriented (could be improved...Oliver Tappe2007-03-151-34/+50
* * minor cleanupOliver Tappe2007-03-131-25/+15Star