aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Generate form tags with non-empty action attributeMatthew Landauer2013-03-07-4/+4
|
* Make url in link actually be something sensibleMatthew Landauer2013-03-07-1/+1
|
* Replace use of <big> tag with <span class="big">Matthew Landauer2013-03-07-3/+7
|
* Replace two links with oneMatthew Landauer2013-03-07-4/+3
|
* Encode parameters of Twitter linkMatthew Landauer2013-03-07-1/+5
|
* Fix html5 validation errorsMatthew Landauer2013-03-07-30/+27
|
* Whitespace changes only for formatting purposesMatthew Landauer2013-03-07-137/+134
|
* Make admin layout html5Matthew Landauer2013-03-07-1/+1
|
* Switch default layout to html5Matthew Landauer2013-03-07-1/+2
|
* Remove html validation in preparation for moving to html5Matthew Landauer2013-03-07-72/+0
|
* Correct route name.Louise Crow2013-03-06-1/+1
|
* Clean up name conflict in admin user routes.Louise Crow2013-03-06-9/+9
|
* Cleanup obsolete urlLouise Crow2013-03-06-4/+4
|
* Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ↵Louise Crow2013-03-06-406/+356
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop Conflicts: app/controllers/admin_request_controller.rb app/models/request_mailer.rb app/views/admin_general/index.rhtml app/views/admin_general/stats.rhtml app/views/admin_public_body/_one_list.rhtml app/views/admin_public_body/_tags.rhtml app/views/admin_public_body/show.rhtml app/views/admin_request/show.rhtml app/views/admin_user/show.rhtml app/views/layouts/admin.rhtml app/views/public_body/show.rhtml app/views/request/new.rhtml
| * Reinstate main_url and admin_url helpers with deprecation warningMatthew Landauer2013-02-18-0/+26
| |
| * Configurations ADMIN_BASE_URL and ADMIN_PUBLIC_URL are no longer used anywhereMatthew Landauer2013-02-15-24/+0
| |
| * Don't need to set asset_host anymore because we are removing the proxy admin ↵Matthew Landauer2013-02-15-11/+0
| | | | | | | | setup
| * Remove unused parameters from helper methodMatthew Landauer2013-02-15-19/+19
| |
| * Make internal links relativeMatthew Landauer2013-02-15-21/+21
| |
| * Use absolute urls when redirectingMatthew Landauer2013-02-15-2/+2
| |
| * Fix incoming_message_url to return an absolute path. Don't use this helper ↵Matthew Landauer2013-02-15-3/+3
| | | | | | | | with links
| * 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-3/+3
| |
| * Inline helper methodMatthew Landauer2013-02-15-12/+8
| |
| * Inline helperMatthew Landauer2013-02-15-7/+3
| |
| * Inline helperMatthew Landauer2013-02-15-23/+19
| |
| * Stop using admin_url to generate absolute url for the admin interfaceMatthew Landauer2013-02-15-69/+25
| |
| * Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-76/+46
| |
| * Make links relativeMatthew Landauer2013-02-15-2/+14
| |
| * Make link relativeMatthew Landauer2013-02-15-1/+1
| |
| * Rename named routes for categorisation game as they clash with request_url & ↵Matthew Landauer2013-02-15-8/+8
| | | | | | | | request_path helpers
| * Redirects should be done with absolute urlsMatthew Landauer2013-02-15-21/+24
| |
| * Rename helper methodMatthew Landauer2013-02-15-41/+41
| |
| * Make links to within the site use relative urlsMatthew Landauer2013-02-15-18/+23
| |
| * Redirects should be done with absolute urlsMatthew Landauer2013-02-15-10/+14
| |
| * Rename helper methodMatthew Landauer2013-02-15-27/+27
| |
| * Make links to within the site use relative urlsMatthew Landauer2013-02-15-6/+6
| |
| * Redirects should be done with absolute urlsMatthew Landauer2013-02-15-3/+7
| |
| * Rename helper methodMatthew Landauer2013-02-15-12/+12
| |
| * Make links to within the site use relative urlsMatthew Landauer2013-02-15-30/+42
| |
| * Add options parameter to url helpersMatthew Landauer2013-02-15-6/+6
| |
| * Rename helper methodMatthew Landauer2013-02-15-2/+2
| |
| * Make link to follow up message relativeMatthew Landauer2013-02-15-7/+10
| |
| * Make links to within the site use relative urlsMatthew Landauer2013-02-13-14/+14
| |
| * Make contact link relativeMatthew Landauer2013-02-13-1/+1
| |
| * Make tracking links relativeMatthew Landauer2013-02-13-11/+17
| |
| * Inline link helper method by using a preexisting named routeMatthew Landauer2013-02-13-7/+3
| |
* | Merge remote-tracking branch ↵Louise Crow2013-03-06-861/+3273
|\ \ | | | | | | | | | 'openaustralia_github/merge_adminbootstrap_theme' into develop
| * | Don't try to html validate the new default admin interface. It won't workMatthew Landauer2013-02-19-0/+3
| | |
| * | Move serving of js for admin interface from general to admin_general controllerMatthew Landauer2013-02-19-9/+8
| | |