aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Bump Alaveteli version.release/0.6.7Louise Crow2012-10-17-1/+1
|
* Add change description for version 0.6.7Louise Crow2012-10-17-0/+17
|
* Add load of configuration module, now code is using Configuation:: rather ↵Louise Crow2012-10-17-13/+15
| | | | than Config.get.
* Latest translations from Transifex.Louise Crow2012-10-17-200/+200
|
* Bugfix - fixed cut and paste error.Louise Crow2012-10-17-1/+1
|
* Re-pull translation files from Transifex to get rid of fuzzy markers.Louise Crow2012-10-11-6641/+9964
|
* Remove fuzzy markers on the translations for the 'public body' => 'public ↵Louise Crow2012-10-11-10/+0
| | | | authority' change made in 21ad19e8157b9c59e8fbe7ae4d780bbba751e52e.
* New strings for translation, added by running bundle exec rake ↵Louise Crow2012-10-11-9793/+7501
| | | | gettext:store_model_attributes, followed by bundle exec rake gettext:find.
* Latest translations pulled from Transifex.Louise Crow2012-10-11-160/+3962
|
* Handle the case where an incoming message is badly encoded and has no ↵Louise Crow2012-10-09-0/+49
| | | | charset on the part we're using as a main part.
* Merge remote-tracking branch 'henare_github/add-memcached-to-capistrano' ↵Louise Crow2012-10-09-1/+3
|\ | | | | | | into develop
| * Add memcached to the docoHenare Degan2012-10-09-0/+1
| |
| * Fix a pretty glaring copy-and-paste error in my docoHenare Degan2012-10-09-1/+1
| |
| * Add the memcached config to Capistrano - you can't run multiple Alaveteli ↵Henare Degan2012-10-09-0/+1
| | | | | | | | instances without it!
* | Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-106/+4
|/
* Merge remote-tracking branch ↵Louise Crow2012-10-08-2/+2
|\ | | | | | | 'openaustralia_github/fix_world_foi_website_urls' into develop
| * Make url for Acceso Intelligente valid by sticking http on the frontMatthew Landauer2012-10-07-1/+1
| |
| * Fix Ask The EU urlMatthew Landauer2012-10-07-1/+1
| |
* | Use new configuration module.Louise Crow2012-10-04-1/+1
| |
* | Merge remote-tracking branch 'openaustralia_github/remove_unused_view' into ↵Louise Crow2012-10-04-0/+0
|\ \ | | | | | | | | | develop
| * | Removing empty and unused view template fileMatthew Landauer2012-10-04-0/+0
| |/
* | Task for generating monthly volume statistics filtered by tag set.Louise Crow2012-10-04-25/+71
| |
* | Merge remote-tracking branch ↵Louise Crow2012-10-04-1/+1
|\ \ | | | | | | | | | 'openaustralia_github/help_advanced_search_link' into develop
| * | Make advanced search link in help sidebar point at advancedsearch rather ↵Matthew Landauer2012-10-04-1/+1
| |/ | | | | | | than search
* | Merge remote-tracking branch 'henare_github/full-url-in-admin-emails' into ↵Louise Crow2012-10-04-6/+61
|\ \ | |/ |/| | | develop
| * Fix failing test added in ad141d7Henare Degan2012-10-04-2/+2
| |
| * Refactor for concisenessHenare Degan2012-10-04-2/+1
| |
| * Change the behaviour of admin_url to always return a full URLHenare Degan2012-10-04-3/+3
| |
| * Correct default value for ADMIN_BASE_URLHenare Degan2012-10-04-5/+5
| | | | | | | | 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.
| * Describe the current behavior of admin_urlHenare Degan2012-10-04-0/+25
| |
| * Add more detail about what goes in ADMIN_BASE_URLHenare Degan2012-10-04-1/+2
| |
| * Refactor testsHenare Degan2012-10-04-18/+16
| |
| * Add failing test for when ADMIN_BASE_URL is setHenare Degan2012-10-04-0/+17
| |
| * Requires admin attention emails should include a full URL to the admin page ↵Henare Degan2012-10-03-1/+16
| | | | | | | | of the request so you can click it, not just a relative path
* | Removing PassengerMinInstances - need to have Passenger 3.0.0Louise Crow2012-10-03-2/+0
| |
* | Set the PassengerMinInstances variable - this spawns a certain number of ↵Louise Crow2012-10-03-0/+2
| | | | | | | | instances on the first request. I suspect that some of the slowness we see in WDTK is time taken to spawn new instances.
* | Merge remote-tracking branch 'henare_github/add-tabindexes-to-signup' into ↵Louise Crow2012-10-03-10/+10
|\ \ | | | | | | | | | develop
| * | Make keyboard navigation of sign in/sign up forms easier by adding tabindexesHenare Degan2012-10-03-10/+10
| |/
* | Merge remote-tracking branch 'henare_github/new-request-pseudonym-anchor' ↵Louise Crow2012-10-03-1/+1
|\ \ | | | | | | | | | into develop
| * | Change where this link points to as I expected this to link to the section ↵Henare Degan2012-10-03-1/+1
| |/ | | | | | | about pseudonyms
* | Merge remote-tracking branch 'openaustralia_github/singular_authorities_fix' ↵Louise Crow2012-10-03-1/+1
|\ \ | | | | | | | | | into develop
| * | When only a single authority is found use the singularMatthew Landauer2012-10-03-1/+1
| |/
* | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵Louise Crow2012-10-03-1/+2
|\ \ | | | | | | | | | into develop
| * | Use new Configuration for OVERRIDE_ALL_PUBLIC_BODY_REQUEST_EMAILSMatthew Landauer2012-10-02-1/+2
| |/
* / Extract partial to make it easier to override in themeMatthew Landauer2012-10-02-6/+7
|/
* Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵Louise Crow2012-10-01-140/+170
|\ | | | | | | | | | | | | into develop Conflicts: config/general.yml-example
| * Inline ConfigHelper force_registration_on_new_requestMatthew Landauer2012-09-25-7/+3
| |
| * Add undocumented UTILITY_SEARCH_PATH configuration to general.yml-exampleMatthew Landauer2012-09-25-1/+3
| |
| * Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-133/+165
| |
* | Merge remote-tracking branch ↵Louise Crow2012-10-01-2/+17
|\ \ | | | | | | | | | 'openaustralia_github/requests_frontpage_wording' into develop