aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Fix typo that broke one of the "follow" informational messagesSeb Bacon2012-05-16-1/+1
|
* Limit the number of results returned on the wallSeb Bacon2012-05-16-2/+2
|
* Tweaks to wording and layout of "follow" options.Seb Bacon2012-05-15-12/+26
|
* Merge branch 'develop' into feature/follow-buttonsSeb Bacon2012-05-15-458/+535
|\ | | | | | | | | | | Conflicts: app/models/track_mailer.rb app/models/track_thing.rb
| * Merge branch 'feature/fix-404-in-themes' into developSeb Bacon2012-05-15-0/+12
| |\ | | | | | | | | | Fixes #320 and fixes #56 - thanks @jms301!
| | * Merge branch 'develop' into feature/fix-404-in-themesSeb Bacon2012-05-15-418/+430
| | |\ | | |/ | |/|
| * | git-ignore config/aliases (a file we suggest users create in our example ↵Seb Bacon2012-05-15-1/+2
| | | | | | | | | | | | Exim config)
| * | Fix test breakage introduced in 8d78cb8844549dc901cd901371be6ec604fb7f68Seb Bacon2012-05-15-17/+12
| | |
| * | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵Seb Bacon2012-05-15-394/+394
| | | | | | | | | | | | wombleton:feature/440_sparkly_admin_css)
| * | Mention the new Google Analytics featureSeb Bacon2012-05-15-0/+3
| | |
| * | Merge remote-tracking branch 'wombleton/feature/google_analytics' into developSeb Bacon2012-05-15-6/+19
| |\ \ | | | | | | | | | | | | | | | | Conflicts: config/general.yml-example
| | * | Add in google analytics code if it's configured.Rowan Crawford2012-04-30-1/+18
| | | |
| | | * Add a comment to explain why we're calling `set_view_paths` in the ↵Seb Bacon2012-05-15-2/+7
| | | | | | | | | | | | | | | | controller when the method doesn't exist in Alaveteli code. See [this comment](https://github.com/sebbacon/alaveteli/issues/320#issuecomment-5711523) for discussion.
| | | * Allow themes to effect the design of error pagesSeb Bacon2012-05-15-0/+7
| | |/ | |/|
| * | Merge branch 'feature/superusers_as_admin_interface_users' into developSeb Bacon2012-05-15-51/+103
| |\ \ | | | | | | | | | | | | Fixes #288
| | * | Centre the "emergency user" login message.Seb Bacon2012-05-14-6/+8
| | | |
| | * | Improve administrative user account support:Seb Bacon2012-05-14-48/+98
| |/ / | | | | | | | | | | | | | | | * Allow users with `super` admin level to use the administrative interface. * Allow bootstrapping these users with an Emergency User over HTTP Basic Auth * Introduce new `SKIP_ADMIN_AUTH` setting to allow all admin auth to be bypassed (used by mySociety)
* / / Support "following" functionality:Seb Bacon2012-05-14-41/+177
|/ / | | | | | | | | | | * Change "email me about stuff" wording to "follow" throughout * Introduce a new flag that the user can set, which controls if they get email alerts * Add a new link to a "wall" for logged in users where they can see a feed of all the things they're following
* | Redirect people to more user-friendly search results page (where possible) ↵Seb Bacon2012-05-11-3/+27
| | | | | | | | after they've "followed" search results. Fixes #487
* | Fix typo (introduced in commit cc023c67) that broke a testSeb Bacon2012-05-11-1/+1
| |
* | Correctly create tracks for searches that are filtered by variety:authority ↵Seb Bacon2012-05-11-1/+6
| | | | | | | | via the search UI
* | Always show tracking links even for things that currently have no resultsSeb Bacon2012-05-11-2/+6
| |
* | Improve handling of nil for public body notesDavid Cabo2012-05-08-1/+1
| |
* | Fix robots.txt to handle URLs with localesDavid Cabo2012-05-08-11/+12
| |
* | I18n missing string in request view pageDavid Cabo2012-05-08-1/+3
| |
* | I18n heading on user sign up confirmation pageDavid Cabo2012-05-08-2/+2
| |
* | I18n some strings in user/showDavid Cabo2012-05-08-2/+2
| |
* | Merge pull request #482 from jms301/developSeb Bacon2012-05-08-1/+1
|\ \ | | | | | | Change link to WDTK in README.md (fixes #481).
| * | Change link to WDTK in README.md (fixes #481).James Southern2012-05-08-1/+1
|/ /
* | Notes about how to upgrade. Fixes #467Seb Bacon2012-05-04-0/+19
| |
* | Ensure we redirect to the URL-based version of a search, when specified as a ↵Seb Bacon2012-05-04-0/+8
| | | | | | | | query string, even when the variety of search is "all". Fixes #448
* | Give a admins a clue about where to find `run-with-lockfile` commandSeb Bacon2012-05-04-0/+5
| |
* | Fix copy-and-paste errorSeb Bacon2012-05-04-6/+0
| |
* | Don't cache results from pages with different locales using the same key. ↵Seb Bacon2012-05-04-2/+10
| | | | | | | | Fixes #454
* | Don't ever create more than one entry for each URL that we want Varnish to ↵Seb Bacon2012-05-04-3/+16
| | | | | | | | purge.
* | Advise bundler-oriented incantation for `rake spec`Seb Bacon2012-05-04-1/+1
| |
* | Empty the purge queue even for failed requests (otherwise we will be ↵Seb Bacon2012-05-04-4/+2
| | | | | | | | endlessly polling the Varnish server until its fixed). Administrators should check the logs for failed purges.
* | Add comment to sample VCL to show how to make it 2.x compatibleSeb Bacon2012-05-04-0/+2
| |
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into developSeb Bacon2012-05-04-26/+67
|\ \
| * \ Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-05-03-27/+418
| |\ \
| | * | Revert accidental change to backend port in Varnish config example (3000 is ↵Seb Bacon2012-05-03-1/+1
| | | | | | | | | | | | | | | | misleading as it suggests we recommend using Rack as the default backend)
| * | | Filter public body tracks by event typeRobin Houston2012-05-03-25/+66
| | | | | | | | | | | | | | | | | | | | Add the facility to filter the public body feed by event type using a query string parameter, e.g. event_type=sent.
* | | | Now we use bundler, update all scripts to exec `rake` as `bundle exec rake`Seb Bacon2012-05-04-8/+8
| |/ / |/| |
* | | Mention in upgrade docs that our system package dependencies have now changed.Seb Bacon2012-05-03-0/+8
| | |
* | | Merge branch 'purge-requests' into developSeb Bacon2012-05-02-24/+399
|\ \ \
| * | | Run the `purge-requests` init script as a cron job.Seb Bacon2012-05-02-0/+1
| | | |
| * | | Mention the `purge-requests` init script in the documentation.Seb Bacon2012-05-02-1/+12
| | | |
| * | | Make sure the purge queue is cleared at least every 30 secondsSeb Bacon2012-05-02-1/+1
| | | |
| * | | Merge branch 'develop' of github.com:sebbacon/alaveteli into purge-requestsSeb Bacon2012-05-02-17/+775
| |\ \ \ | |/ / / |/| | |
* | | | Use fork of xapian-full so we can use latest version using Bundler.Seb Bacon2012-05-02-3/+9
| | | |