aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Upgrade script script/delete-old-thingsHenare Degan2013-02-19-4/+2
|
* Upgrade (and fix) script script/clear-cachesHenare Degan2013-02-19-3/+2
|
* Upgrade script script/check-recent-requests-sentHenare Degan2013-02-19-6/+1
|
* Upgrade script script/cache-incoming-emailsHenare Degan2013-02-19-3/+1
|
* Use full arguments as they're more descriptive and you don't need to save ↵Henare Degan2013-02-19-1/+1
| | | | keystrokes in a file
* Remove unused scriptHenare Degan2013-02-19-43/+0
|
* Upgrade script script/alert-tracksHenare Degan2013-02-19-5/+2
|
* Update script script/alert-overdue-requestsHenare Degan2013-02-19-3/+1
|
* Upgrade script script/alert-not-clarified-requestHenare Degan2013-02-19-5/+1
|
* Upgrade script script/alert-new-response-remindersHenare Degan2013-02-19-5/+1
|
* Upgrade script alert-comment-on-requestHenare Degan2013-02-19-5/+1
|
* Remove Rails 2 scriptsHenare Degan2013-02-19-18/+0
|
* Stop RSpec output when running load-sample-dataHenare Degan2013-02-19-2/+8
|
* Upgrade load-sample-data to work with Rails 3Henare Degan2013-02-19-6/+12
|
* Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-41525/+12521
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/general_controller.rb app/controllers/track_controller.rb app/models/outgoing_message.rb app/models/public_body.rb app/models/user.rb app/views/general/frontpage.rhtml config/environment.rb config/initializers/inflections.rb config/initializers/mime_types.rb db/migrate/094_remove_old_tags_foreign_key.rb lib/timezone_fixes.rb spec/models/request_mailer_spec.rb spec/views/request/list.rhtml_spec.rb
| * Add a check for a request user so that external requests (which have no ↵Louise Crow2013-02-12-1/+1
| | | | | | | | associated user object) don't result in the text 'this is your own request' when viewed by a user who isn't logged in (no user in the session).
| * Missing Gemfile.lock from 55eb8c0Louise Crow2013-02-11-17/+17
| |
| * Upgrade JSON gem to get fix for CVE-2013-0269. Update to latest Rails 2-3 ↵Louise Crow2013-02-11-5/+5
| | | | | | | | series - has fixes for CVE-2013-0277, CVE-2013-0276, although alaveteli does not use attr_protected or serialize.
| * Merge remote-tracking branch ↵Louise Crow2013-02-11-3/+4
| |\ | | | | | | | | | 'openaustralia_github/various_xss_escaping_fixes' into develop
| | * Don't escape link html on foi email display pageMatthew Landauer2013-02-11-2/+2
| | |
| | * Don't escape links that are automatically added in user biosMatthew Landauer2013-02-11-1/+2
| |/
| * Restore old trailing whitespace so no need for any change to translation files.Louise Crow2013-02-08-2/+2
| |
| * Latest translations from transifexLouise Crow2013-02-08-236/+3478
| |
| * Convert .po files to a standard msgmerge format - --no-wrap --sort-output ↵Louise Crow2013-02-08-19190/+8816
| | | | | | | | --no-location.
| * Simple task for converting .po files to a standard msgmerge format.Louise Crow2013-02-08-3/+12
| |
| * Use helper method which handles external requests without user accounts when ↵Louise Crow2013-02-08-5/+5
| | | | | | | | displaying lists of info request events on a user's wall.
| * Mark constructed URL strings which have been escaped as safe, so that they ↵Louise Crow2013-02-08-4/+5
| | | | | | | | aren't escaped when shown in flash notices.
| * Mark popup banner as html_safeLouise Crow2013-02-08-1/+1
| |
| * Mark flash string with markup in it as html safe.Louise Crow2013-02-08-1/+1
| |
| * Use raw on text with markup in it.Louise Crow2013-02-08-3/+3
| |
| * Mark flash with markup in it as html safe.Louise Crow2013-02-08-1/+1
| |
| * Merge remote-tracking branch 'openaustralia_github/more_escaping_fixes' into ↵Louise Crow2013-02-07-6/+6
| |\ | | | | | | | | | develop
| | * Fix escaping of raw email display in admin interfaceMatthew Landauer2013-02-07-1/+1
| | |
| | * Fix calendar picker on request search pageMatthew Landauer2013-02-07-5/+5
| | |
| * | Merge remote-tracking branch ↵Louise Crow2013-02-07-1/+0
| |\ \ | | |/ | |/| | | | 'openaustralia_github/email_fix_on_contact_page' into develop
| | * Fix email link on contact page after escaping changesMatthew Landauer2013-02-07-1/+0
| | |
| * | Rescue an invalid character exception when handling what appears to be badly ↵Louise Crow2013-02-06-1/+1
| | | | | | | | | | | | encoded data.
| * | Merge remote-tracking branch ↵Louise Crow2013-02-01-13/+8
| |\ \ | | | | | | | | | | | | 'openaustralia_github/backport_timezone_spec_rails_3_fix' into develop
| | * | read_attribute does timezone conversion in rails 3. So using ↵Matthew Landauer2013-01-25-13/+8
| | | | | | | | | | | | | | | | attributes_before_type_cast instead
| * | | Merge remote-tracking branch ↵Louise Crow2013-02-01-7/+7
| |\ \ \ | | | | | | | | | | | | | | | 'openaustralia_github/use_url_helpers_in_redirect_tests' into develop
| | * | | modernise redirect tests by converting to using url helpersMatthew Landauer2013-01-29-7/+7
| | | | |
| * | | | Merge remote-tracking branch ↵Louise Crow2013-02-01-5/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 'openaustralia_github/backport_rails_3_mailer_fix' into develop
| | * | | | Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-5/+5
| | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'openaustralia_github/model-deprecations' into ↵Louise Crow2013-02-01-66/+85
| |\ \ \ \ | | | | | | | | | | | | | | | | | | develop
| | * | | | AboutMeValidator model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-2/+6
| | | | | |
| | * | | | PublicBody model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-9/+10
| | | | | |
| | * | | | OutgoingMessage model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-26/+28
| | | | | |
| | * | | | Indentation and spacing fixes onlyHenare Degan2013-01-25-4/+6
| | | | | |
| | * | | | Formatting only: Group associations and validationsHenare Degan2013-01-25-4/+3
| | | | | |
| | * | | | Comment model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-10/+12
| | | | | |