aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Collapse)AuthorAgeLines
* Use generated urls so that they go through locale filters.Louise Crow2012-11-29-3/+3
|
* Move styling of popup close buttons to stylesheet so they can be more easily ↵Louise Crow2012-11-28-2/+2
| | | | overriden by themes.
* Correct help unhappy path.Louise Crow2012-11-28-2/+2
|
* Use generated URLs in help pages - then they're accessible to routing ↵Louise Crow2012-11-28-85/+85
| | | | filters etc.
* Restore explanatory messages when asked to sign in for actions that don't ↵Louise Crow2012-11-20-4/+13
| | | | require an existing user. Fixes #719.
* 3093f5d97d89dfa3518babe00d3aefea9cde15ad contained a reversion for WDTK - ↵Louise Crow2012-11-20-2/+2
| | | | where due to the proxied admin interface, we can't rely on a shared session between front end and admin interface requests. So show the admin bar for all superusers.
* Columns in wrong order in requestBrendan Molloy2012-11-17-2/+1
| | | We're making the theme more responsive for openaustralia/alaveteli, and this is one of the blockers. This has no effect on the actual appearance of the page and requires no changes to CSS.
* Fix for reference to nil object. Fixes ↵Louise Crow2012-11-15-12/+12
| | | | https://github.com/mysociety/alaveteli/issues/705.
* Somehow missed committing these changes in the last commitMatthew Landauer2012-11-15-2/+2
|
* Small html fixes to help pages validateMatthew Landauer2012-11-08-5/+5
|
* Restore correct element id.Louise Crow2012-11-05-1/+1
|
* Use a simple form and submit button for the search box - we don't want the ↵Louise Crow2012-11-05-6/+6
| | | | extra params from generated form tags and don't need csrf protection here. The unique csrf token presumably is preventing the serving of search results from the cache.
* Use simple form for frontpage search - we don't need parameter insertion as ↵Louise Crow2012-11-05-4/+4
| | | | the form is not submitted to this page, we don't need csrf protection and we don't want the extra parameters as we convert this to a get request.
* Merge remote-tracking branch ↵Louise Crow2012-11-01-77/+77
|\ | | | | | | 'openaustralia_github/split_frontpage_into_partials' into develop
| * Formatting tidy up (whitespace)Matthew Landauer2012-11-01-11/+8
| |
| * Split front page into partials for more modular overriding in themesMatthew Landauer2012-11-01-72/+75
| |
* | Merge remote-tracking branch ↵Louise Crow2012-11-01-14/+16
|\ \ | | | | | | | | | 'openaustralia_github/request_search_form_tidy_up' into develop
| * | Tidy up request type options line on requests search formMatthew Landauer2012-11-01-14/+16
| |/
* | Only reference the admin stylesheet if we're actually going to show the ↵Louise Crow2012-11-01-1/+1
| | | | | | | | admin navbar.
* | Don't set the body class to admin when an admin user is using the front end. ↵Louise Crow2012-11-01-1/+1
|/ | | | We don't want to apply admin styles to the front end in general.
* Handle the case where there is no encoded element, but a description element ↵Louise Crow2012-10-31-1/+7
| | | | instead.
* Merge remote-tracking branch 'openaustralia_github/blog_margin' into developLouise Crow2012-10-31-31/+4
|\
| * Update twitter widget to latest versionMatthew Landauer2012-10-31-31/+4
| |
* | Redirect calls to admin_http_auth_user to more generic wrapper ↵Louise Crow2012-10-30-1/+1
|/ | | | admin_current_user
* Merge remote-tracking branch 'openaustralia_github/disclosure_log' into developLouise Crow2012-10-24-3/+9
|\
| * Allow disclosure_log to be imported in csvMatthew Landauer2012-10-22-1/+1
| |
| * Showing public body in admin interface make publication_scheme and ↵Matthew Landauer2012-10-22-1/+1
| | | | | | | | disclosure_log links
| * Remove unnecessary codeMatthew Landauer2012-10-22-2/+2
| |
| * Show disclosure log link if availableMatthew Landauer2012-10-22-0/+3
| |
| * Allow disclosure log url to be edited in admin interfaceMatthew Landauer2012-10-22-0/+3
| |
* | Add an option to calls to calculate_status and display_status to specify ↵Louise Crow2012-10-23-5/+5
| | | | | | | | that the method can return a value cached on the object by a previous call.
* | Merge remote-tracking branch ↵Louise Crow2012-10-22-1/+1
|\ \ | | | | | | | | | 'openaustralia_github/no_google_analytics_for_admin_users' into develop
| * | Only show google analytics if you are either not logged in or a normal user ↵Matthew Landauer2012-10-18-1/+1
| |/ | | | | | | (not a superuser)
* / Add slightly more sensible request description text for the case where the ↵Louise Crow2012-10-18-2/+9
|/ | | | requests are not necessarily answered.
* In number of requests shown on home page only include requests with normal ↵Matthew Landauer2012-10-17-2/+2
| | | | prominence
* Don't include admin authority in count on home pageMatthew Landauer2012-10-17-2/+2
|
* Merge remote-tracking branch 'openaustralia_github/postfix_log_support' into ↵Louise Crow2012-10-12-5/+5
|\ | | | | | | | | | | | | | | develop Conflicts: Gemfile.lock app/models/exim_log.rb
| * Slightly clearer wording in admin interface heading for logsMatthew Landauer2012-10-11-1/+1
| |
| * Rename models and tables exim -> mail_serverMatthew Landauer2012-10-11-4/+4
| |
| * Because we support exim and postfix changing how it's labelled in the admin ↵Matthew Landauer2012-10-10-1/+1
| | | | | | | | interface
* | Handle the case where a blog item doesn't have any comment elements.Louise Crow2012-10-11-1/+3
|/
* Merge remote-tracking branch 'openaustralia_github/remove_unused_view' into ↵Louise Crow2012-10-04-0/+0
|\ | | | | | | develop
| * Removing empty and unused view template fileMatthew Landauer2012-10-04-0/+0
| |
* | Make advanced search link in help sidebar point at advancedsearch rather ↵Matthew Landauer2012-10-04-1/+1
|/ | | | than search
* Merge remote-tracking branch 'henare_github/add-tabindexes-to-signup' into ↵Louise Crow2012-10-03-10/+10
|\ | | | | | | develop
| * Make keyboard navigation of sign in/sign up forms easier by adding tabindexesHenare Degan2012-10-03-10/+10
| |
* | Merge remote-tracking branch 'henare_github/new-request-pseudonym-anchor' ↵Louise Crow2012-10-03-1/+1
|\ \ | | | | | | | | | into develop
| * | Change where this link points to as I expected this to link to the section ↵Henare Degan2012-10-03-1/+1
| |/ | | | | | | about pseudonyms
* | Merge remote-tracking branch 'openaustralia_github/singular_authorities_fix' ↵Louise Crow2012-10-03-1/+1
|\ \ | | | | | | | | | into develop
| * | When only a single authority is found use the singularMatthew Landauer2012-10-03-1/+1
| |/