aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeLines
* Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-12/+12
| | | | .rhtml is deprecated in favour of .erb in Rails 3
* Fix some missing variablesHenare Degan2013-02-26-2/+2
|
* Upgrade UserMailer to new ActionMailer APIHenare Degan2013-02-26-28/+24
|
* Upgrade TrackMailer to new ActionMailer APIHenare Degan2013-02-26-7/+8
|
* file_name is passed as a string not an arrayHenare Degan2013-02-26-3/+3
|
* Upgrade more of RequestMailer to new ActionMailer APIHenare Degan2013-02-26-23/+19
| | | | Also change name of body instance method so it doesn't collide
* Upgrade some of RequestMailer to new ActionMailer APIHenare Degan2013-02-26-71/+87
|
* Interpolation makes this easier to readHenare Degan2013-02-26-1/+1
|
* Upgrade OutgoingMailer to new ActionMailer APIHenare Degan2013-02-26-14/+12
|
* Upgrade ContactMailer to new ActionMailer APIHenare Degan2013-02-26-29/+18
|
* create_ is deprecatedHenare Degan2013-02-25-2/+2
|
* Overwriting validate is deprecatedHenare Degan2013-02-25-2/+4
|
* Update to new mail sending APIHenare Degan2013-02-25-3/+3
|
* Update to new mail sending APIHenare Degan2013-02-25-20/+20
|
* Mailers have their own home in Rails 3Henare Degan2013-02-25-0/+0
|
* New way of sending an emailHenare Degan2013-02-25-1/+1
|
* Cast to a string so it's not saved to the DB as an object under Ruby 1.9.3Henare Degan2013-02-21-1/+1
|
* Under Ruby 1.9 this saved to the DB as a Ruby ActiveSupport::SafeBuffer ↵Henare Degan2013-02-21-1/+1
| | | | object but we want it saved as a String
* Rails.env should never not be set, I think this is a relic of RAILS_ENVHenare Degan2013-02-20-5/+1
|
* Remove deprecated constants - #589Henare Degan2013-02-20-3/+3
|
* <% %> style block helpers are deprecatedHenare Degan2013-02-19-65/+65
|
* Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-117/+134
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| * 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
| |
| * 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-2/+2
| |\ \ | | | | | | | | | | | | 'openaustralia_github/backport_rails_3_mailer_fix' into develop
| | * | Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-2/+2
| | | |
| * | | 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
| | | | |
| | * | | ChangeEmailValidator model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-1/+4
| | | | |
| | * | | ProfilePhoto model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-1/+5
| | | | |
| | * | | User model - Overwriting validate is deprecated in Rails 3Henare Degan2013-01-25-9/+11
| | | | |