aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeLines
* 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
| |
* | Move methods used only in admin controllers to admin_controller.rbLouise Crow2012-10-30-24/+24
| |
* | If we're doing admin authentication internally, don't bother with the ↵Louise Crow2012-10-30-7/+15
| | | | | | | | request environment, set the admin_name on the session instead.
* | Redirect calls to admin_http_auth_user to more generic wrapper ↵Louise Crow2012-10-30-17/+21
|/ | | | admin_current_user
* Only get the holidays once per request.Louise Crow2012-10-29-4/+5
|
* Merge remote-tracking branch ↵Louise Crow2012-10-29-0/+2
|\ | | | | | | 'openaustralia_github/sorting_requests_front_page' into develop
| * Always have the newest events at the top of the listMatthew Landauer2012-10-26-0/+2
| |
* | Handle the default blank string passed by Configuration moduleLouise Crow2012-10-25-2/+2
| |
* | Given that MAX_REQUESTS_PER_USER_PER_DAY is documented as an optional ↵Louise Crow2012-10-25-1/+1
| | | | | | | | variable, but that commonlib/rblib/config.rb does not allow nil defaults, replace nil value clause (which can never be reached) with blank value condition(blank now returned by default by lib/configuation.rb)
* | Handle a blank convert command more explicitly.Louise Crow2012-10-25-1/+1
|/
* Merge remote-tracking branch ↵Louise Crow2012-10-25-2/+7
|\ | | | | | | 'openaustralia_github/follow-all-requests-description' into develop
| * Add a full stop to the end of this sentenceHenare Degan2012-10-18-1/+1
| |
| * Fix description of a searchHenare Degan2012-10-18-1/+6
| | | | | | | | Used to say "comments or requests which are " when you did: View requests > All requests > Follow
* | Merge branch 'feature/ruby-19-compat-immediate' into developLouise Crow2012-10-24-4/+2
|\ \ | | | | | | | | | | | | Conflicts: Gemfile.lock
| * | Convert example in comment to failing spec, update regex to make spec pass - ↵Louise Crow2012-10-18-2/+1
| | | | | | | | | | | | again the use of converted HTML parts in emails means extra leading spaces.
| * | Convert request cited in comment to failing spec, update regex to make it ↵Louise Crow2012-10-18-2/+1
| | | | | | | | | | | | pass (we now use the HTML parts of emails by preference, so there are some leading spaces.)
* | | Restore disclosure log fields.Louise Crow2012-10-24-0/+2
| | |
* | | Merge remote-tracking branch ↵Louise Crow2012-10-24-34/+38
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/csv_export_internal_admin_authority_bug' into develop Conflicts: app/controllers/public_body_controller.rb
| * | | added notes to csv exportMatthew Landauer2012-10-24-0/+2
| | | |
| * | | When exporting the authorities as csv don't include the internal admin authorityMatthew Landauer2012-10-24-2/+2
| | | |
| * | | Extract methodMatthew Landauer2012-10-24-32/+36
| | | |
* | | | Merge remote-tracking branch 'openaustralia_github/disclosure_log' into developLouise Crow2012-10-24-4/+12
|\ \ \ \
| * | | | Allow disclosure log urls to be downloaded in authorities csvMatthew Landauer2012-10-22-0/+2
| | | | |
| * | | | Allow disclosure_log to be imported in csvMatthew Landauer2012-10-22-2/+2
| | | | |
| * | | | 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-12/+11
| |/ / |/| | | | | | | | that the method can return a value cached on the object by a previous call.
* | | Remove debug line.Louise Crow2012-10-23-1/+0
| | |
* | | Fix typo.Louise Crow2012-10-23-2/+3
| | |
* | | Add a clause to exclude from the original set of info requests to be ↵Louise Crow2012-10-23-1/+14
| | | | | | | | | | | | processed any for which the last event of a kind which could form the initial request has already been alerted on.
* | | Don't keep re-calling info_request.calculate_statusLouise Crow2012-10-23-5/+6
| | |
* | | Line length reformatting.Louise Crow2012-10-23-1/+3
| | |
* | | Don't keep recalculating the request statusLouise Crow2012-10-23-14/+15
| | |
* | | Reformat line for length.Louise Crow2012-10-23-1/+8
| | |
* | | Merge remote-tracking branch ↵Louise Crow2012-10-22-4/+9
|\ \ \ | | | | | | | | | | | | '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)
| * | | Extract method for finding whether user is a superuserMatthew Landauer2012-10-18-3/+8
| |/ /
* | | Merge remote-tracking branch ↵Louise Crow2012-10-22-3/+3
|\ \ \ | | | | | | | | | | | | 'openaustralia_github/country_message_for_pre_release_site' into develop
| * | | Fix bug where visitors from overseas visit a site which is not officially ↵Matthew Landauer2012-10-19-2/+3
| | | | | | | | | | | | | | | | live yet
| * | | Inline temporary variableMatthew Landauer2012-10-19-3/+2
| |/ /
* / / Add slightly more sensible request description text for the case where the ↵Louise Crow2012-10-18-2/+9
|/ / | | | | | | requests are not necessarily answered.
* | Merge remote-tracking branch ↵Louise Crow2012-10-17-4/+12
|\ \ | | | | | | | | | 'openaustralia_github/fix_count_inconsistencies' into develop
| * | In number of requests shown on home page only include requests with normal ↵Matthew Landauer2012-10-17-2/+4
| | | | | | | | | | | | prominence
| * | Don't show internal admin authority on auto generated list on home pageMatthew Landauer2012-10-17-1/+1
| | |
| * | Don't include admin authority in count on home pageMatthew Landauer2012-10-17-2/+8
| | |
* | | Merge branch 'release/0.6.7' into developLouise Crow2012-10-17-1/+1
|\ \ \ | |/ / |/| |