Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix data type of "general.firstdayofweek" | Lukas Fleischer | 2012-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | This option wasn't converted to a proper data type when it was renamed from "week_begins_on_monday" to "general.firstdayofweek". Convert the boolean option into an enumeration type that can take the values "monday" and "sunday". Also, update the documentation, add a conversion rule to the upgrade script and convert the configuration file used in the test suite. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | test/data/conf: Update variable names | Lukas Fleischer | 2012-03-29 | 1 | -22/+22 |
| | | | | | | | Update the default configuration file used in our test suite to match the new configuration variable naming scheme. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> | ||||
* | test/: Add initial configuration file | Lukas Fleischer | 2012-01-22 | 1 | -0/+75 |
As a preparation for our test cases (needed for date formatting etc.) Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de> |