aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix bug where current user was always shown when creating censor rule for a ↵Matthew Landauer2013-03-08-2/+2
| | | | request
* Use consistent link formattingMatthew Landauer2013-03-08-4/+2
|
* Inline helperMatthew Landauer2013-03-08-5/+1
|
* Simplify by using helpersMatthew Landauer2013-03-08-6/+3
|
* Use helpers for iconsMatthew Landauer2013-03-08-24/+36
|
* Configuration::admin_public_url doesn't exist anymoreMatthew Landauer2013-03-08-3/+3
|
* New helper for showing two links for a userMatthew Landauer2013-03-08-3/+3
|
* Inline helper methodMatthew Landauer2013-03-08-1/+1
|
* Refactor user_admin_link_for_requestMatthew Landauer2013-03-08-3/+2
|
* Update admin timeline with new consistent link formatMatthew Landauer2013-03-08-4/+2
|
* Give explanatory titles to links which can be seen on hoverMatthew Landauer2013-03-08-4/+4
|
* Extract helper for making an iconMatthew Landauer2013-03-08-3/+11
|
* Move admin specific helpers to AdminHelperMatthew Landauer2013-03-08-18/+20
|
* Would help if I wrote that helper correctlyMatthew Landauer2013-03-08-2/+2
|
* Use new standard form of links on home page of adminMatthew Landauer2013-03-08-10/+5
|
* Update admin specific helpers with new standard form of linksMatthew Landauer2013-03-08-2/+4
|
* Removed unused admin page. This stuff is now shown on the summary pageMatthew Landauer2013-03-08-31/+0
|
* Use normal link for admin interface and eye icon for main siteMatthew Landauer2013-03-08-2/+2
|
* Remove monkeypatch that makes tag helper html4 compliantMatthew Landauer2013-03-07-9/+0
|
* Make default maintenance page html5Matthew Landauer2013-03-07-1/+2
|
* Make view as html display as html5Matthew Landauer2013-03-07-2/+1
|
* Make no_chrome layout html5Matthew Landauer2013-03-07-1/+2
|
* Don't want duplicate id's on the same page. That's badMatthew Landauer2013-03-07-8/+8
|
* 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
| |