aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeLines
* Filter public body tracks by event typeRobin Houston2012-05-04-2/+6
* Fix the "log in as" functionRobin Houston2012-03-20-5/+4
* No code changesRobin Houston2012-03-13-3/+5
* Admin users clicking confirmation linksRobin Houston2012-03-13-1/+8
* Let admin users use auto-login URLsRobin Houston2012-02-06-3/+6
* Change wording of rate-limited pageRobin Houston2012-02-05-0/+2
* Return 404 for /feed/user/no_such_userRobin Houston2012-02-03-0/+1
* Make variables localRobin Houston2012-02-03-6/+6
* Merge branch 'wdtk' into release/0.5Robin Houston2012-02-01-6/+27
|\
| * issue #351 reduxRobin Houston2012-02-01-1/+4
| * Close xapian db before opening it againRobin Houston2012-01-31-1/+4
| * Keep message text if user is rate-limitedRobin Houston2012-01-31-4/+19
* | Merge branch 'issue_393' of https://github.com/henare/alaveteli into release/0.5Seb Bacon2012-01-31-3/+3
|\ \ | |/ |/|
| * Fixes #393 - Route the mass_assign_tags action so it does what it says on the...Henare Degan2012-01-31-1/+1
| * Controller tests were failing for these actions - switching to more concise U...Henare Degan2012-01-31-2/+2
* | Make better wording at the top of the page listing subsets of public bodies. ...Seb Bacon2012-01-30-4/+8
|/
* Rate limitingRobin Houston2012-01-29-2/+7
* Change order of requests on front pageRobin Houston2012-01-29-5/+6
* Irrelevant changeRobin Houston2012-01-29-3/+1
* More test data and a new testRobin Houston2012-01-27-4/+3
* No tabs for indentationRobin Houston2012-01-26-1/+1
* Fix #372Robin Houston2012-01-26-1/+1
* Remove trailing spacesRobin Houston2012-01-26-1/+1
* Simplify search logic so it doesn't depend on sessions. Also fixes #338Seb Bacon2012-01-25-29/+7
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkSeb Bacon2012-01-25-9/+3
|\
| * Remove misleading copy-pasted commentRobin Houston2012-01-24-9/+1
| * Logging for fragment cacheRobin Houston2012-01-21-0/+2
| * bug fixRobin Houston2012-01-20-1/+1
* | Return a 404 for missing user profile pictures. Fixes #363Seb Bacon2012-01-24-1/+2
* | Ensure short cache keys for interlock. Fixes #362Seb Bacon2012-01-24-1/+2
* | Bug: we are causing a 500 when trying to raise 404 because the arguments to t...Seb Bacon2012-01-24-1/+2
|/
* Don't allow users to page beyond a certain number of results (because in larg...Seb Bacon2012-01-20-5/+8
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkRobin Houston2012-01-19-1/+1
|\
| * Don't obscure user searches on request listing page behind cache. Fixes #256Robin Houston2012-01-19-1/+1
* | Record URL and PID *before* a request is processedRobin Houston2012-01-19-0/+1
|/
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkSeb Bacon2012-01-19-15/+39
|\
| * Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkRobin Houston2012-01-19-9/+26
| |\
| | * Merge branch 'release/0.5' into wdtkRobin Houston2012-01-19-4/+8
| | |\
| | | * Return a 404 for broken attachment urls. Fixes #351.Seb Bacon2012-01-18-1/+2
| | | * Catch timeouts and other extra errors when connection to 3rd party websites f...Seb Bacon2012-01-18-1/+1
| | | * Fix paging bug for type ahead search. This wasn't caught because the spec di...Seb Bacon2012-01-18-2/+5
| | * | Merge branch 'wdtk' of https://github.com/sebbacon/alaveteli into wdtkRobin Houston2012-01-19-0/+7
| | |\ \
| | * | | Limit Xapian wildcard expansionsRobin Houston2012-01-19-5/+18
| | | |/ | | |/|
| * | | Whitespace cleanupRobin Houston2012-01-19-6/+6
| | |/ | |/|
| * | Forbid very slow-to-load results pagesRobin Houston2012-01-19-0/+7
| * | Disable Xapian wildcardsRobin Houston2012-01-19-1/+1
| |/
* | Show some info about the Alaveteli version currently running. Fixes #319.Seb Bacon2012-01-19-0/+4
* | Don't choke on very long filenames when caching attachments. Fixes #349.Seb Bacon2012-01-19-1/+4
|/
* Don't allow directory listings (better fix for and closes #340).Seb Bacon2012-01-17-10/+7
* Actually do a proper ORed and partial match query, rather than fix parsing er...Seb Bacon2012-01-17-10/+18