aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeLines
* Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-12/+12
* 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
* 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 objec...Henare Degan2013-02-21-1/+1
* 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
|\
| * Add a check for a request user so that external requests (which have no assoc...Louise Crow2013-02-12-1/+1
| * 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
| * Mark constructed URL strings which have been escaped as safe, so that they ar...Louise Crow2013-02-08-4/+5
| * 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
| |\
| | * 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 'openaustralia_github/email_fix_on_contact_page'...Louise Crow2013-02-07-1/+0
| |\ \ | | |/ | |/|
| | * 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
| * | Merge remote-tracking branch 'openaustralia_github/backport_rails_3_mailer_fi...Louise Crow2013-02-01-2/+2
| |\ \
| | * | Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-2/+2
| * | | Merge remote-tracking branch 'openaustralia_github/model-deprecations' into d...Louise Crow2013-02-01-66/+85
| |\ \ \
| | * | | 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