aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers/link_to_helper.rb
Commit message (Expand)AuthorAgeLines
* Refactor user_admin_link_for_requestMatthew Landauer2013-03-08-3/+2
* Move admin specific helpers to AdminHelperMatthew Landauer2013-03-08-18/+0
* Would help if I wrote that helper correctlyMatthew Landauer2013-03-08-2/+2
* Update admin specific helpers with new standard form of linksMatthew Landauer2013-03-08-2/+4
* Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ...Louise Crow2013-03-06-76/+106
|\
| * Reinstate main_url and admin_url helpers with deprecation warningMatthew Landauer2013-02-18-0/+26
| * Remove unused parameters from helper methodMatthew Landauer2013-02-15-1/+1
| * Fix incoming_message_url to return an absolute path. Don't use this helper wi...Matthew Landauer2013-02-15-1/+1
| * Remove unused helperMatthew Landauer2013-02-15-4/+0
| * Replace use of route_url(:only_path => true) with route_path where we canMatthew Landauer2013-02-15-2/+2
| * Inline helper methodMatthew Landauer2013-02-15-7/+3
| * Inline helperMatthew Landauer2013-02-15-5/+1
| * Inline helperMatthew Landauer2013-02-15-6/+2
| * Stop using admin_url to generate absolute url for the admin interfaceMatthew Landauer2013-02-15-9/+3
| * Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-23/+6
| * Make links relativeMatthew Landauer2013-02-15-0/+12
| * Redirects should be done with absolute urlsMatthew Landauer2013-02-15-3/+6
| * Rename helper methodMatthew Landauer2013-02-15-6/+6
| * Make links to within the site use relative urlsMatthew Landauer2013-02-15-0/+5
| * Redirects should be done with absolute urlsMatthew Landauer2013-02-15-1/+5
| * Rename helper methodMatthew Landauer2013-02-15-8/+8
| * Redirects should be done with absolute urlsMatthew Landauer2013-02-15-1/+5
| * Rename helper methodMatthew Landauer2013-02-15-5/+5
| * Make links to within the site use relative urlsMatthew Landauer2013-02-15-0/+12
| * Add options parameter to url helpersMatthew Landauer2013-02-15-6/+6
| * Rename helper methodMatthew Landauer2013-02-15-1/+1
| * Make link to follow up message relativeMatthew Landauer2013-02-15-4/+7
| * Make tracking links relativeMatthew Landauer2013-02-13-7/+11
| * Inline link helper method by using a preexisting named routeMatthew Landauer2013-02-13-4/+0
* | Inline helper methodMatthew Landauer2013-02-12-8/+0
|/
* Fix regression by allowing Date objects tooHenare Degan2012-11-21-1/+3
* Make simple_date respect the time zoneHenare Degan2012-11-18-1/+1
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
* Refactor for concisenessHenare Degan2012-10-04-2/+1
* Change the behaviour of admin_url to always return a full URLHenare Degan2012-10-04-1/+1
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-2/+2
* Fix for the case where an external request has no user_nameLouise Crow2012-08-29-1/+1
* With reference to issue #560, generate better text in the case of an anonymou...Louise Crow2012-08-22-3/+4
* Method spacing.Louise Crow2012-08-22-0/+19
* Helpers to support external requestsRobin Houston2012-08-10-1/+13
* Ensure (at least in the most basic cases) that views support recent "external...Seb Bacon2012-07-09-0/+8
* Atom feed of request eventsRobin Houston2012-07-04-6/+0
* Use fully-qualified URLs in feedRobin Houston2012-07-04-1/+6
* Atom feed approximately working (?)Robin Houston2012-07-04-0/+1
* Fix user links for external usersRobin Houston2012-06-06-0/+7
* Merge from wombleton:feature/440_sparkly_admin_cssSeb Bacon2012-05-23-6/+13
* Remove trailing whitespace (to make a cleaner forthcoming merge with wombleto...Seb Bacon2012-05-15-14/+14
* Internationalize short_date:Seb Bacon2012-05-02-1/+3
* Simplify search logic so it doesn't depend on sessions. Also fixes #338Seb Bacon2012-01-25-13/+14
* Don't choke on unescaped characters in URIs. Fixes #335.Seb Bacon2012-01-11-4/+8