Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Trying a higher PassengerMaxRequests value - we now have some headroom in ↵ | Louise Crow | 2012-10-23 | -1/+1 |
| | | | | terms of memory, but CPU limited. | |||
* | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-22 | -5/+10 |
|\ | | | | | | | 'openaustralia_github/no_google_analytics_for_admin_users' into develop | |||
| * | Only show google analytics if you are either not logged in or a normal user ↵ | Matthew Landauer | 2012-10-18 | -2/+2 |
| | | | | | | | | (not a superuser) | |||
| * | Extract method for finding whether user is a superuser | Matthew Landauer | 2012-10-18 | -3/+8 |
| | | ||||
* | | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-22 | -4/+8 |
|\ \ | | | | | | | | | | 'openaustralia_github/country_message_for_pre_release_site' into develop | |||
| * | | Fix bug where visitors from overseas visit a site which is not officially ↵ | Matthew Landauer | 2012-10-19 | -3/+8 |
| | | | | | | | | | | | | live yet | |||
| * | | Inline temporary variable | Matthew Landauer | 2012-10-19 | -3/+2 |
| | | | ||||
* | | | Merge branch 'features/better-frontpage-text' into develop | Louise Crow | 2012-10-22 | -2/+9 |
|\ \ \ | |/ / |/| | | ||||
| * | | Add slightly more sensible request description text for the case where the ↵ | Louise Crow | 2012-10-18 | -2/+9 |
| | | | | | | | | | | | | requests are not necessarily answered. | |||
* | | | Merge remote-tracking branch 'henare_github/disable-caching-in-development' ↵ | Louise Crow | 2012-10-18 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | into develop | |||
| * | | Disabled caching in development, looks like it was accidentally enabled in ↵ | Henare Degan | 2012-10-18 | -1/+1 |
| |/ | | | | | | | 9ffbadea | |||
* | | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-18 | -3/+223 |
|\ \ | | | | | | | | | | 'openaustralia_github/optional_new_relic_support' into develop | |||
| * | | Link new relic configuration into shared area on deploy | Matthew Landauer | 2012-10-18 | -0/+1 |
| | | | ||||
| * | | Add example newrelic configuration file | Matthew Landauer | 2012-10-18 | -0/+216 |
| | | | ||||
| * | | Add newrelic gem | Matthew Landauer | 2012-10-18 | -0/+3 |
| | | | ||||
| * | | Simply a result of running bundle with the existing Gemfile | Matthew Landauer | 2012-10-18 | -3/+3 |
| |/ | ||||
* / | Keep content of signin and signup forms within their parent divs | Matthew Landauer | 2012-10-18 | -1/+5 |
|/ | ||||
* | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-17 | -4/+12 |
|\ | | | | | | | 'openaustralia_github/fix_count_inconsistencies' into develop | |||
| * | In number of requests shown on home page only include requests with normal ↵ | Matthew Landauer | 2012-10-17 | -2/+4 |
| | | | | | | | | prominence | |||
| * | Don't show internal admin authority on auto generated list on home page | Matthew Landauer | 2012-10-17 | -1/+1 |
| | | ||||
| * | Don't include admin authority in count on home page | Matthew Landauer | 2012-10-17 | -2/+8 |
| | | ||||
* | | Merge remote-tracking branch ↵ | Louise Crow | 2012-10-17 | -0/+5 |
|\ \ | | | | | | | | | | 'openaustralia_github/maintenance_notice_on_deploy_migrate' into develop | |||
| * | | Add maintenance notice around capistrano deploy:migrations | Matthew Landauer | 2012-10-16 | -0/+5 |
| |/ | ||||
* | | Require rather than load to avoid already defined constant error when ↵ | Louise Crow | 2012-10-17 | -1/+1 |
| | | | | | | | | loading rails environment. | |||
* | | Merge branch 'release/0.6.7' into develop | Louise Crow | 2012-10-17 | -215/+234 |
|\ \ | |/ |/| | ||||
| * | Bump Alaveteli version.release/0.6.7 | Louise Crow | 2012-10-17 | -1/+1 |
| | | ||||
| * | Add change description for version 0.6.7 | Louise Crow | 2012-10-17 | -0/+17 |
| | | ||||
| * | Add load of configuration module, now code is using Configuation:: rather ↵ | Louise Crow | 2012-10-17 | -13/+15 |
| | | | | | | | | than Config.get. | |||
| * | Latest translations from Transifex. | Louise Crow | 2012-10-17 | -200/+200 |
| | | ||||
| * | Bugfix - fixed cut and paste error. | Louise Crow | 2012-10-17 | -1/+1 |
| | | ||||
* | | Merge remote-tracking branch 'openaustralia_github/postfix_log_support' into ↵ | Louise Crow | 2012-10-12 | -160/+452 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | develop Conflicts: Gemfile.lock app/models/exim_log.rb | |||
| * | | Update postfix install instructions with how to make rotate logs have dates ↵ | Matthew Landauer | 2012-10-12 | -0/+28 |
| | | | | | | | | | | | | in the filename | |||
| * | | Revert "Also allow arbitrary subdomain on email addresses picked up in the logs" | Matthew Landauer | 2012-10-12 | -10/+1 |
| | | | | | | | | | | | | This reverts commit 9ae51d5ff6a9f56fd1bd4ba4bdd84bfd43ac6d95. | |||
| * | | Revert "Use modification time of log file rather than filename" | Matthew Landauer | 2012-10-12 | -1/+1 |
| | | | | | | | | | | | | This reverts commit ea5df5680d44d9650d529b5f015188e2a3f9de8d. | |||
| * | | Also allow arbitrary subdomain on email addresses picked up in the logs | Matthew Landauer | 2012-10-11 | -1/+10 |
| | | | ||||
| * | | Extract temporary variables | Matthew Landauer | 2012-10-11 | -1/+3 |
| | | | ||||
| * | | Fix small bug where email domain wasn't being quoted in the regular expression | Matthew Landauer | 2012-10-11 | -1/+5 |
| | | | ||||
| * | | Ignore emails in logs with incorrect prefixes | Matthew Landauer | 2012-10-11 | -3/+10 |
| | | | ||||
| * | | Added tests for MailServerLog.email_addresses_on_line | Matthew Landauer | 2012-10-11 | -0/+20 |
| | | | ||||
| * | | Slightly clearer wording in admin interface heading for logs | Matthew Landauer | 2012-10-11 | -1/+1 |
| | | | ||||
| * | | Update comments that used to refer to just exim | Matthew Landauer | 2012-10-11 | -6/+6 |
| | | | ||||
| * | | Rename script/load-exim-logs to script/load-mail-server-logs | Matthew Landauer | 2012-10-11 | -4/+4 |
| | | | ||||
| * | | Rename models and tables exim -> mail_server | Matthew Landauer | 2012-10-11 | -94/+105 |
| | | | ||||
| * | | Rerun annotate -m | Matthew Landauer | 2012-10-11 | -1/+1 |
| | | | ||||
| * | | Updated wording of error | Matthew Landauer | 2012-10-11 | -1/+1 |
| | | | ||||
| * | | request_sent? now handles postfix and exim | Matthew Landauer | 2012-10-11 | -1/+12 |
| | | | ||||
| * | | Add a comment | Matthew Landauer | 2012-10-11 | -0/+4 |
| | | | ||||
| * | | Method for checking whether a request has been sent that checks the postfix log | Matthew Landauer | 2012-10-11 | -0/+20 |
| | | | ||||
| * | | Rubyify loops | Matthew Landauer | 2012-10-11 | -6/+4 |
| | | | ||||
| * | | Extract method | Matthew Landauer | 2012-10-11 | -15/+21 |
| | | |