Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix path to main configuration file. How did this ever work before? | Matthew Landauer | 2013-01-25 | -2/+2 |
| | ||||
* | Move Rails config over | Henare Degan | 2012-12-11 | -0/+10 |
| | ||||
* | Add a configuration option to specify that you don't want the default locale ↵ | Louise Crow | 2012-11-28 | -0/+1 |
| | | | | to appear in URLs generated by the application. | |||
* | Add optional branch to install themes from. Falls back if it doesn't exist. | Matthew Landauer | 2012-11-01 | -0/+1 |
| | ||||
* | Update twitter widget to latest version | Matthew Landauer | 2012-10-31 | -0/+1 |
| | ||||
* | Default for ghostscript compression is documented as being false, so make it so. | Louise Crow | 2012-10-25 | -1/+1 |
| | ||||
* | Merge commit '3474b961f86ad743b958e9fce2c39e8e54ac6a95' into ↵ | Louise Crow | 2012-10-25 | -6/+6 |
|\ | | | | | | | feature/nils_in_config | |||
| * | Fix empty configuration defaults | Henare Degan | 2012-10-19 | -6/+6 |
| | | | | | | | | | | | | Because of the way that rblib/config.rb works, nil for these values would always raise an exeption (see line 209) so changing it to an empty string seems better. It fixes my problem where I purposely didn't define HTML_TO_PDF_COMMAND anyway. | |||
* | | Add support for showing all dates and times in the correct timezone | Matthew Landauer | 2012-10-19 | -0/+1 |
|/ | ||||
* | New configuration MTA_LOG_TYPE to set whether we are using exim or postfix ↵ | Matthew Landauer | 2012-10-11 | -0/+1 |
| | | | | to deliver and receive our mail | |||
* | Merge remote-tracking branch 'henare_github/full-url-in-admin-emails' into ↵ | Louise Crow | 2012-10-04 | -1/+1 |
|\ | | | | | | | develop | |||
| * | Correct default value for ADMIN_BASE_URL | Henare Degan | 2012-10-04 | -1/+1 |
| | | | | | | | | Back in 008e64e7 it was changed so that you could just set a blank value instead of '/admin/', it looks like test.yml was never updated and somehow lib/configuration.rb started off with the old value too. | |||
* | | Use new Configuration for OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILS | Matthew Landauer | 2012-10-02 | -0/+1 |
|/ | ||||
* | Add undocumented UTILITY_SEARCH_PATH configuration to general.yml-example | Matthew Landauer | 2012-09-25 | -1/+0 |
| | ||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -0/+65 |