Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'develop' into rails-3-spike | Henare Degan | 2013-02-15 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/general_controller.rb app/controllers/track_controller.rb app/models/outgoing_message.rb app/models/public_body.rb app/models/user.rb app/views/general/frontpage.rhtml config/environment.rb config/initializers/inflections.rb config/initializers/mime_types.rb db/migrate/094_remove_old_tags_foreign_key.rb lib/timezone_fixes.rb spec/models/request_mailer_spec.rb spec/views/request/list.rhtml_spec.rb | |||
| * | Fix typo. | Louise Crow | 2013-01-17 | -1/+1 |
| | | ||||
| * | Remove interlock as it's not compatible with Rails 3 and is unmaintained | Henare Degan | 2013-01-18 | -45/+43 |
| | | ||||
* | | Handling of globbed parameters in routes has changed | Matthew Landauer | 2013-02-01 | -0/+1 |
| | | ||||
* | | Globbing in routes is slightly different in Rails 3 | Matthew Landauer | 2013-01-31 | -1/+1 |
| | | ||||
* | | Change that should have been merged in from develop when one form of caching ↵ | Matthew Landauer | 2013-01-31 | -22/+20 |
| | | | | | | | | was removed | |||
* | | Merge branch 'i18n_rails3_preparation' into rails-3-spike | Matthew Landauer | 2013-01-31 | -20/+22 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock app/controllers/general_controller.rb app/controllers/public_body_controller.rb spec/controllers/public_body_controller_spec.rb | |||
| * | | Set locale with I18n rather than through globalize | Matthew Landauer | 2013-01-17 | -1/+1 |
| |/ | ||||
* | | The with_locale has been removed in Globalize3 | Henare Degan | 2012-12-11 | -1/+1 |
| | | | | | | | | | | | | I think Globalize is supposed to pick up the locale from I18n anyway so I don't know if these are needed. I think I still haven't done the right thing but it's time to move on. | |||
* | | Remove interlock as it's not compatible with Rails 3 and is unmaintained | Henare Degan | 2012-12-11 | -45/+43 |
| | | ||||
* | | Switch to new method name | Henare Degan | 2012-12-11 | -1/+1 |
|/ | ||||
* | Remove debugging action that could easily DOS a server | Henare Degan | 2012-11-18 | -6/+0 |
| | ||||
* | Always have the newest events at the top of the list | Matthew Landauer | 2012-10-26 | -0/+2 |
| | ||||
* | Don't show internal admin authority on auto generated list on home page | Matthew Landauer | 2012-10-17 | -1/+1 |
| | ||||
* | Handle the case where the blog feed already has querystring parameters. | Louise Crow | 2012-10-11 | -1/+3 |
| | ||||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
| | ||||
* | Merge remote-tracking branch 'openaustralia_github/configuration_refactor' ↵ | Louise Crow | 2012-10-01 | -3/+3 |
|\ | | | | | | | | | | | | | into develop Conflicts: config/general.yml-example | |||
| * | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -3/+3 |
| | | ||||
* | | When the list of requests on the frontpage is being filled out with not just ↵ | Matthew Landauer | 2012-09-29 | -0/+3 |
| | | | | | | | | | | | | successful requests make the text and the link reflect that | |||
* | | Use new info_requests_count counter cache column on public body when ↵ | Louise Crow | 2012-09-26 | -2/+1 |
|/ | | | | generating front page. | |||
* | Show the admin navigation bar when browsing the main site. Fixes #512 | Seb Bacon | 2012-06-27 | -1/+1 |
| | ||||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -8/+8 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Change order of requests on front page | Robin Houston | 2012-01-29 | -5/+6 |
| | | | | | | | Put the most-recently-answered first, rather than the most-recently-reclassified. This is inspired by issue #370, though it does not fix all the issues raised in that ticket. (The wording is still outright misleading in some cases.) | |||
* | Simplify search logic so it doesn't depend on sessions. Also fixes #338 | Seb Bacon | 2012-01-25 | -29/+7 |
| | ||||
* | Whitespace cleanup | Robin Houston | 2012-01-19 | -6/+6 |
| | ||||
* | Fail silently if third party services are broken or unavailable. Fixes #354. | Seb Bacon | 2012-01-17 | -7/+8 |
| | ||||
* | Default site search should search everything. Fixes #341. | Seb Bacon | 2012-01-13 | -1/+1 |
| | ||||
* | Fix wrong variable name, fixes #197 | David Cabo | 2011-09-27 | -1/+1 |
| | ||||
* | Add locale parameter to blog URL when fetching posts. Fixes #197 | David Cabo | 2011-09-26 | -3/+3 |
| | ||||
* | Preserve search text when flipping between result types. Fixes #187. | Seb Bacon | 2011-09-16 | -3/+6 |
| | ||||
* | Ensure we search public bodies only when special hidden form field is passed in | Seb Bacon | 2011-09-15 | -1/+1 |
| | ||||
* | Show the right thing in the UI (i.e. the query, and "all" filter) to users ↵ | Seb Bacon | 2011-09-03 | -0/+5 |
| | | | | for a search URL like "/search/dog" | |||
* | Ensure we show the "request" search view by default | Seb Bacon | 2011-09-01 | -1/+3 |
| | ||||
* | Make the general search return requests only, by default | Seb Bacon | 2011-09-01 | -1/+1 |
| | ||||
* | final set of fixes to get tests to pass, post-new-design | Seb Bacon | 2011-09-01 | -4/+11 |
| | ||||
* | remove redundant config and code relating to front page search examples ↵ | Seb Bacon | 2011-08-30 | -4/+0 |
| | | | | (relates to issue #153) | |||
* | Further work in progress on better search functionality | Seb Bacon | 2011-08-26 | -30/+84 |
| | ||||
* | more work in progress on search forms | Seb Bacon | 2011-08-24 | -1/+7 |
| | ||||
* | I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵ | David Cabo | 2011-08-11 | -2/+2 |
| | | | | substitution in gettext strings. | |||
* | Add cache headers to various pages (in three categories: short, medium, and ↵ | Seb Bacon | 2011-07-26 | -2/+3 |
| | | | | long). | |||
* | tidy up "blog" page; use twitter widget to display tweets; get feed ↵ | Seb Bacon | 2011-07-07 | -17/+12 |
| | | | | locations from config file | |||
* | Changes required to get selishta (Kosovo) fork merges to pass tests. ↵ | Seb Bacon | 2011-07-06 | -4/+5 |
| | | | | Includes new "REPLY_LATE_AFTER_DAYS" config option. | |||
* | initial merge of Kosovan branch; still need to get tests passing, factor out ↵ | Seb Bacon | 2011-07-06 | -7/+19 |
|\ | | | | | | | Kosovan-specific code | |||
| * | I18n fix | Faton Selishta | 2011-06-02 | -3/+12 |
| | | ||||
* | | allow search and publicbody examples to be provided in config file, falling ↵ | Seb Bacon | 2011-06-14 | -1/+15 |
|/ | | | | back to a vaguely sensible default based on existing data if not present. Note that the fallback is a slow query on a large database! | |||
* | add a "custom_css" template, so we can easily overlay it from plugins | Seb Bacon | 2011-03-10 | -0/+6 |
| | ||||
* | make site_name a globally available helper | Seb Bacon | 2011-03-10 | -16/+1 |
| | ||||
* | Link to Atom JSON equivalents in HTTP header. Document. | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Cope with either xmlsimple path | FOI site testharness | 2010-09-10 | -1/+7 |
| | ||||
* | Reorganise list page structure | Francis Irving | 2010-09-03 | -2/+2 |
| |