Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | | | | Add doc about $vhost_dir. | Louise Crow | 2012-09-20 | -1/+5 | |
| | | | | | |||||
| * | | | | Adding commented out RAILS_ENV setting and exporting lines. | Louise Crow | 2012-09-20 | -0/+6 | |
| | | | | | |||||
| * | | | | Removing hardcoded /data/vhost, changing $vhost to $vhost_dir | Louise Crow | 2012-09-20 | -14/+14 | |
| | | | | | |||||
* | | | | | Add instructions about package pinning to the install doc. | Louise Crow | 2012-09-24 | -0/+12 | |
| | | | | | |||||
* | | | | | Fix reference to two methods when three are listed. | Louise Crow | 2012-09-24 | -1/+1 | |
| | | | | | |||||
* | | | | | Remove references to 20 from the comments, now that the code accepts a ↵ | Louise Crow | 2012-09-24 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | working_days param. | ||||
* | | | | | Merge remote-tracking branch 'openaustralia_github/calendar_days' into develop | Louise Crow | 2012-09-24 | -47/+119 | |
|\ \ \ \ \ | |||||
| * | | | | | Make the way number of days are calculated (either by calendar or working ↵ | Matthew Landauer | 2012-09-24 | -4/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | days) configurable | ||||
| * | | | | | Fix: configuration for very late number of days wasn't being used | Matthew Landauer | 2012-09-24 | -2/+2 | |
| | | | | | | |||||
| * | | | | | Make HolidayController#due_date use configuration REPLY_LATE_AFTER_DAYS | Matthew Landauer | 2012-09-24 | -1/+2 | |
| | | | | | | |||||
| * | | | | | Added a bit more of a comment to explain how the calendar days work | Matthew Landauer | 2012-09-24 | -0/+2 | |
| | | | | | | |||||
| * | | | | | Rename method | Matthew Landauer | 2012-09-24 | -10/+11 | |
| | | | | | | |||||
| * | | | | | Handle times passed to Holiday.due_date_from_calendar_days | Matthew Landauer | 2012-09-24 | -0/+7 | |
| | | | | | | |||||
| * | | | | | Add due date calculation based on calendar days rather than working days | Matthew Landauer | 2012-09-24 | -30/+72 | |
| | | | | | | |||||
| * | | | | | Make things a little more concise | Matthew Landauer | 2012-09-24 | -4/+3 | |
| | | | | | | |||||
| * | | | | | Extract method for checking whether a date is a weekend or a holiday | Matthew Landauer | 2012-09-24 | -5/+8 | |
| | | | | | | |||||
* | | | | | | Merge remote-tracking branch 'henare_github/symlink-charts' into develop | Louise Crow | 2012-09-24 | -0/+2 | |
|\ \ \ \ \ \ | |||||
| * | | | | | | Persist admin charts between deploys | Henare Degan | 2012-09-23 | -0/+2 | |
| | | | | | | | |||||
* | | | | | | | Merge remote-tracking branch 'henare_github/patch-1' into develop | Louise Crow | 2012-09-24 | -1/+1 | |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Correct spelling of package | Henare Degan | 2012-09-22 | -1/+1 | |
| |/ / / / / / | |||||
* / / / / / / | Send travis errors to cron address | Louise Crow | 2012-09-24 | -1/+1 | |
|/ / / / / / | |||||
* | | | | | | Fix typo in translation function call. | Louise Crow | 2012-09-21 | -4/+4 | |
| | | | | | | |||||
* | | | | | | Mark up "Unsubscribe" text for translation. | Louise Crow | 2012-09-21 | -5/+5 | |
| | | | | | | |||||
* | | | | | | Merge branch 'rails_env' of github.com:openaustralia/alaveteli into develop | Louise Crow | 2012-09-21 | -0/+1 | |
|\ \ \ \ \ \ | |||||
| * | | | | | | Symbolic link rails environment override into shared path | Matthew Landauer | 2012-09-21 | -0/+1 | |
| |/ / / / / | |||||
* | | | | | | Merge remote-tracking branch 'origin/release/0.6.6' into develop | Louise Crow | 2012-09-20 | -5/+16 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Faster way to update counter cache.release/0.6.6 | Louise Crow | 2012-09-20 | -4/+3 | |
| | | | | | | |||||
| * | | | | | Add release summary. | Louise Crow | 2012-09-20 | -0/+12 | |
| | | | | | | |||||
| * | | | | | Merge branch 'develop' into release/0.6.6 | Louise Crow | 2012-09-19 | -2/+2 | |
| |\ \ \ \ \ | |||||
| * | | | | | | Bump application version. | Louise Crow | 2012-09-19 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | Updating spec for 550f143. | Louise Crow | 2012-09-20 | -35/+36 | |
| |_|_|/ / / |/| | | | | | |||||
* | | | | | | Edit note on running init scripts - can just be installed with execute ↵ | Louise Crow | 2012-09-20 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | permission for the deployment user. | ||||
* | | | | | | Add a note about how to allow these commands to be run with elevated ↵ | Henare Degan | 2012-09-20 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | privileges by a luser | ||||
* | | | | | | Add a note about how to easily install run-with-lockfile system-wide | Henare Degan | 2012-09-20 | -1/+2 | |
| | | | | | | |||||
* | | | | | | Don't show an RVM message in a non-interactive shell, like a cronjob | Henare Degan | 2012-09-20 | -1/+0 | |
| | | | | | | |||||
* | | | | | | Migration accidentally omitted from 550f143 | Robin Houston | 2012-09-19 | -0/+9 | |
| | | | | | | |||||
* | | | | | | Add an option to disable comments on a request | Robin Houston | 2012-09-19 | -38/+93 | |
| |/ / / / |/| | | | | | | | | | | | | | | Closes #30. | ||||
* | | | | | Updating gem lock file. | Louise Crow | 2012-09-19 | -1/+1 | |
| | | | | | |||||
* | | | | | Remove rake from the test group. | Louise Crow | 2012-09-19 | -1/+0 | |
| | | | | | |||||
* | | | | | Adding rake gem explicitly. | Louise Crow | 2012-09-19 | -0/+1 | |
|/ / / / | |||||
* | | | | Translation files updated with new strings, pushed and repulled from Transifex. | Louise Crow | 2012-09-19 | -44/+165 | |
| | | | | |||||
* | | | | Latest translations from Transifex. | Louise Crow | 2012-09-19 | -201/+202 | |
| | | | | |||||
* | | | | Merge remote-tracking branch 'mlandauer_github/publication_scheme_fix' into ↵ | Louise Crow | 2012-09-18 | -0/+3 | |
|\ \ \ \ | | | | | | | | | | | | | | | | develop | ||||
| * | | | | Ensure non-nil publication_scheme in fixtures so that example data works | Matthew Landauer | 2012-09-18 | -0/+3 | |
| |/ / / | |||||
* / / / | automatically use the correct version of rubygems (1.6.2) in rvmrc | Matthew Landauer | 2012-09-18 | -0/+6 | |
|/ / / | |||||
* | | | Merge branch 'develop' of ssh://git.mysociety.org/data/git/public/alaveteli ↵ | Louise Crow | 2012-09-13 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | into develop | ||||
| * \ \ | Merge branch 'develop' of git.mysociety.org:/data/git/public/alaveteli into ↵ | Robin Houston | 2012-09-13 | -133/+547 | |
| |\ \ \ | | | | | | | | | | | | | | | | develop | ||||
| * | | | | Fix Atom version of api_body_request_events | Robin Houston | 2012-09-13 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate <created> element, and add an <updated> element to each entry. | ||||
* | | | | | Merge branch 'feature/faster-admin-timeline' into develop | Louise Crow | 2012-09-13 | -32/+105 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Paginate the timeline to allow it to render in a reasonable amount of time. ↵ | Louise Crow | 2012-09-13 | -32/+96 | |
| | | | | | | | | | | | | | | | | | | | | In order to avoid sorting large numbers of objects in order to get the right order of combined events across the two model types, get the overall order first from the database and then populate the slice we're interested in. |