aboutsummaryrefslogtreecommitdiffstats
path: root/lib/configuration.rb
Commit message (Collapse)AuthorAgeLines
* Fix path to main configuration file. How did this ever work before?Matthew Landauer2013-01-25-2/+2
|
* Move Rails config overHenare Degan2012-12-11-0/+10
|
* Add a configuration option to specify that you don't want the default locale ↵Louise Crow2012-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 Landauer2012-11-01-0/+1
|
* Update twitter widget to latest versionMatthew Landauer2012-10-31-0/+1
|
* Default for ghostscript compression is documented as being false, so make it so.Louise Crow2012-10-25-1/+1
|
* Merge commit '3474b961f86ad743b958e9fce2c39e8e54ac6a95' into ↵Louise Crow2012-10-25-6/+6
|\ | | | | | | feature/nils_in_config
| * Fix empty configuration defaultsHenare Degan2012-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 timezoneMatthew Landauer2012-10-19-0/+1
|/
* New configuration MTA_LOG_TYPE to set whether we are using exim or postfix ↵Matthew Landauer2012-10-11-0/+1
| | | | to deliver and receive our mail
* Merge remote-tracking branch 'henare_github/full-url-in-admin-emails' into ↵Louise Crow2012-10-04-1/+1
|\ | | | | | | develop
| * Correct default value for ADMIN_BASE_URLHenare Degan2012-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_EMAILSMatthew Landauer2012-10-02-0/+1
|/
* Add undocumented UTILITY_SEARCH_PATH configuration to general.yml-exampleMatthew Landauer2012-09-25-1/+0
|
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-0/+65