| Commit message (Expand) | Author | Age | Files | Lines |
* | * some work towards completing the API documentation (POD) | Oliver Tappe | 2006-12-11 | 1 | -0/+478 |
* | * fixed several missing return statements | Oliver Tappe | 2006-12-11 | 1 | -5/+7 |
* | bigfix in DBSchema, floppy image renamed to fd.img | Michael Janczyk | 2006-12-05 | 1 | -2/+2 |
* | * removed legacy attributes which are managed by external | Oliver Tappe | 2006-10-31 | 1 | -7/+2 |
* | * fixed linebreak problem, now we use '\x0a' only, in order | Oliver Tappe | 2006-10-29 | 1 | -1/+1 |
* | * type problem in date determination code. | Oliver Tappe | 2006-10-29 | 1 | -1/+1 |
* | * as we now use 'vmlinuz' for the defaultd kernel name we have | Oliver Tappe | 2006-10-29 | 1 | -2/+3 |
* | * now always use 'vmlinuz' as default kernel name | Oliver Tappe | 2006-10-29 | 1 | -2/+2 |
* | * added support for writing of slxconfig file and passing it | Oliver Tappe | 2006-10-29 | 1 | -1/+38 |
* | * added support for showing and changing the settings, too. | Oliver Tappe | 2006-10-29 | 1 | -3/+28 |
* | * added support for new table 'settings', which contains | Oliver Tappe | 2006-10-29 | 4 | -0/+60 |
* | * improved error-handling in case of problems with the db-backend. | Oliver Tappe | 2006-10-29 | 1 | -2/+8 |
* | * added stub for DHCP-exporter and adjusted config-demuxer | Oliver Tappe | 2006-10-29 | 2 | -2/+62 |
* | * added transparent mechanism for generating placeholders | Oliver Tappe | 2006-10-29 | 1 | -2/+8 |
* | * more cleanup | Oliver Tappe | 2006-10-29 | 4 | -4/+4 |
* | * --root-path now defaults to '/' | Oliver Tappe | 2006-10-29 | 1 | -1/+16 |
* | * adjusted PODs and abstracts to recent name changes. | Oliver Tappe | 2006-10-29 | 5 | -19/+20 |
* | * we now check if we could create the database folder and | Oliver Tappe | 2006-10-28 | 1 | -1/+5 |
* | * added separate script for simple database setup | Oliver Tappe | 2006-10-28 | 1 | -0/+339 |
* | * fixed module path | Oliver Tappe | 2006-10-28 | 2 | -2/+2 |
* | * renamed several scripts to our new convention: no .pl for | Oliver Tappe | 2006-10-28 | 7 | -207/+540 |
* | * improved algorithm when searching for translation modules such that it is now | Oliver Tappe | 2006-10-23 | 1 | -27/+53 |
* | * renamed module from full locale name to just the language, it doesn't make ... | Oliver Tappe | 2006-10-23 | 1 | -2/+2 |
* | * fixed typo in package name | Oliver Tappe | 2006-10-23 | 1 | -7/+7 |
* | * removed support for ignoring ld-linux.so as it doesn't make sense | Oliver Tappe | 2006-10-23 | 1 | -7/+0 |
* | * added architecture-independent reimplementation of ldd | Oliver Tappe | 2006-10-22 | 1 | -0/+206 |
* | * canonicalization of $LANG is now even more strict in order to be robust | Oliver Tappe | 2006-10-14 | 2 | -3/+4 |
* | * avoid confusing error message about existing lock-file when in fact the script | Oliver Tappe | 2006-10-14 | 1 | -2/+9 |
* | * added message giving the path of the created files and the possibility of e... | Oliver Tappe | 2006-10-14 | 1 | -0/+8 |
* | * adjusted POD-texts to our current standards. | Oliver Tappe | 2006-10-14 | 4 | -100/+137 |
* | * minor cleanup | Oliver Tappe | 2006-10-14 | 1 | -5/+8 |
* | * shortened output for --help (now only gives an option-overview), but added ... | Oliver Tappe | 2006-10-14 | 1 | -44/+52 |
* | * fixed incorrect _tr-argument. | Oliver Tappe | 2006-10-06 | 1 | -1/+1 |
* | * updated with all current translatable strings, most translations are missin... | Oliver Tappe | 2006-10-06 | 2 | -71/+244 |
* | * added canonicalization of '\n' and '\t' to _tr(). | Oliver Tappe | 2006-10-06 | 1 | -2/+6 |
* | * fixed format of error-message. | Oliver Tappe | 2006-10-06 | 3 | -6/+6 |
* | * added safety check, now only *.pm files will be updated. | Oliver Tappe | 2006-10-06 | 1 | -1/+1 |
* | * renamed 'tools'-folder to 'devel-tools' to make things more clear: the tools | Oliver Tappe | 2006-10-06 | 1 | -0/+0 |
* | * considerably improved parsing of _tr()-arguments | Oliver Tappe | 2006-10-06 | 1 | -30/+92 |
* | * added explicit check for required DBD-module in order to give a precise err... | Oliver Tappe | 2006-10-06 | 3 | -7/+16 |
* | * minor formatting corrections | Oliver Tappe | 2006-10-04 | 1 | -4/+4 |
* | * changed ODLX to OpenSLX such that things work again | Oliver Tappe | 2006-10-04 | 2 | -22/+298 |
* | * we now log the loaded translation module | Oliver Tappe | 2006-10-04 | 1 | -3/+5 |
* | * corrected typo | Oliver Tappe | 2006-10-04 | 1 | -5/+14 |
* | * minor cleanup | Oliver Tappe | 2006-10-04 | 2 | -10/+4 |
* | * added tool for extracting translatable strings from scripts and modules, wh... | Oliver Tappe | 2006-10-04 | 1 | -0/+153 |
* | * added OpenSLX-header to all my files. | Oliver Tappe | 2006-10-03 | 15 | -32/+133 |
* | * fixed problem with perl-scripts not finding their modules in production path | Oliver Tappe | 2006-10-03 | 5 | -10/+30 |
* | * cleanup of POD stuff. | Oliver Tappe | 2006-10-02 | 2 | -18/+28 |
* | * added tool for setting/removing local settings, very handy if admins want | Oliver Tappe | 2006-10-02 | 1 | -0/+292 |