Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix bug where current user was always shown when creating censor rule for a ↵ | Matthew Landauer | 2013-03-08 | -2/+2 |
| | | | | request | |||
* | Use consistent link formatting | Matthew Landauer | 2013-03-08 | -4/+2 |
| | ||||
* | Inline helper | Matthew Landauer | 2013-03-08 | -5/+1 |
| | ||||
* | Simplify by using helpers | Matthew Landauer | 2013-03-08 | -6/+3 |
| | ||||
* | Use helpers for icons | Matthew Landauer | 2013-03-08 | -24/+36 |
| | ||||
* | Configuration::admin_public_url doesn't exist anymore | Matthew Landauer | 2013-03-08 | -3/+3 |
| | ||||
* | New helper for showing two links for a user | Matthew Landauer | 2013-03-08 | -3/+3 |
| | ||||
* | Inline helper method | Matthew Landauer | 2013-03-08 | -1/+1 |
| | ||||
* | Refactor user_admin_link_for_request | Matthew Landauer | 2013-03-08 | -3/+2 |
| | ||||
* | Update admin timeline with new consistent link format | Matthew Landauer | 2013-03-08 | -4/+2 |
| | ||||
* | Give explanatory titles to links which can be seen on hover | Matthew Landauer | 2013-03-08 | -4/+4 |
| | ||||
* | Extract helper for making an icon | Matthew Landauer | 2013-03-08 | -3/+11 |
| | ||||
* | Move admin specific helpers to AdminHelper | Matthew Landauer | 2013-03-08 | -18/+20 |
| | ||||
* | Would help if I wrote that helper correctly | Matthew Landauer | 2013-03-08 | -2/+2 |
| | ||||
* | Use new standard form of links on home page of admin | Matthew Landauer | 2013-03-08 | -10/+5 |
| | ||||
* | Update admin specific helpers with new standard form of links | Matthew Landauer | 2013-03-08 | -2/+4 |
| | ||||
* | Removed unused admin page. This stuff is now shown on the summary page | Matthew Landauer | 2013-03-08 | -31/+0 |
| | ||||
* | Use normal link for admin interface and eye icon for main site | Matthew Landauer | 2013-03-08 | -2/+2 |
| | ||||
* | Remove monkeypatch that makes tag helper html4 compliant | Matthew Landauer | 2013-03-07 | -9/+0 |
| | ||||
* | Make default maintenance page html5 | Matthew Landauer | 2013-03-07 | -1/+2 |
| | ||||
* | Make view as html display as html5 | Matthew Landauer | 2013-03-07 | -2/+1 |
| | ||||
* | Make no_chrome layout html5 | Matthew Landauer | 2013-03-07 | -1/+2 |
| | ||||
* | Don't want duplicate id's on the same page. That's bad | Matthew Landauer | 2013-03-07 | -8/+8 |
| | ||||
* | Generate form tags with non-empty action attribute | Matthew Landauer | 2013-03-07 | -4/+4 |
| | ||||
* | Make url in link actually be something sensible | Matthew Landauer | 2013-03-07 | -1/+1 |
| | ||||
* | Replace use of <big> tag with <span class="big"> | Matthew Landauer | 2013-03-07 | -3/+7 |
| | ||||
* | Replace two links with one | Matthew Landauer | 2013-03-07 | -4/+3 |
| | ||||
* | Encode parameters of Twitter link | Matthew Landauer | 2013-03-07 | -1/+5 |
| | ||||
* | Fix html5 validation errors | Matthew Landauer | 2013-03-07 | -30/+27 |
| | ||||
* | Whitespace changes only for formatting purposes | Matthew Landauer | 2013-03-07 | -137/+134 |
| | ||||
* | Make admin layout html5 | Matthew Landauer | 2013-03-07 | -1/+1 |
| | ||||
* | Switch default layout to html5 | Matthew Landauer | 2013-03-07 | -1/+2 |
| | ||||
* | Remove html validation in preparation for moving to html5 | Matthew Landauer | 2013-03-07 | -72/+0 |
| | ||||
* | Correct route name. | Louise Crow | 2013-03-06 | -1/+1 |
| | ||||
* | Clean up name conflict in admin user routes. | Louise Crow | 2013-03-06 | -9/+9 |
| | ||||
* | Cleanup obsolete url | Louise Crow | 2013-03-06 | -4/+4 |
| | ||||
* | Merge remote-tracking branch 'openaustralia_github/make-links-relative' into ↵ | Louise Crow | 2013-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 warning | Matthew Landauer | 2013-02-18 | -0/+26 |
| | | ||||
| * | Configurations ADMIN_BASE_URL and ADMIN_PUBLIC_URL are no longer used anywhere | Matthew Landauer | 2013-02-15 | -24/+0 |
| | | ||||
| * | Don't need to set asset_host anymore because we are removing the proxy admin ↵ | Matthew Landauer | 2013-02-15 | -11/+0 |
| | | | | | | | | setup | |||
| * | Remove unused parameters from helper method | Matthew Landauer | 2013-02-15 | -19/+19 |
| | | ||||
| * | Make internal links relative | Matthew Landauer | 2013-02-15 | -21/+21 |
| | | ||||
| * | Use absolute urls when redirecting | Matthew Landauer | 2013-02-15 | -2/+2 |
| | | ||||
| * | Fix incoming_message_url to return an absolute path. Don't use this helper ↵ | Matthew Landauer | 2013-02-15 | -3/+3 |
| | | | | | | | | with links | |||
| * | Remove unused helper | Matthew Landauer | 2013-02-15 | -4/+0 |
| | | ||||
| * | Replace use of route_url(:only_path => true) with route_path where we can | Matthew Landauer | 2013-02-15 | -3/+3 |
| | | ||||
| * | Inline helper method | Matthew Landauer | 2013-02-15 | -12/+8 |
| | | ||||
| * | Inline helper | Matthew Landauer | 2013-02-15 | -7/+3 |
| | | ||||
| * | Inline helper | Matthew Landauer | 2013-02-15 | -23/+19 |
| | | ||||
| * | Stop using admin_url to generate absolute url for the admin interface | Matthew Landauer | 2013-02-15 | -69/+25 |
| | |