aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
Commit message (Expand)AuthorAgeLines
* indentationRobin Houston2012-01-26-31/+31
* Fix #364 properly: third time lucky!Robin Houston2012-01-26-1/+1
* Fix #364 properly (?)Robin Houston2012-01-26-1/+1
* Fix #364Robin Houston2012-01-26-1/+1
* Clean up the indentationRobin Houston2012-01-26-95/+95
* Simplify search logic so it doesn't depend on sessions. Also fixes #338Seb Bacon2012-01-25-7/+3
* Make sure we show user's alerts on their profile page. Fixes #342Seb Bacon2012-01-25-41/+41
* Ensure short cache keys for interlock. Fixes #362Seb Bacon2012-01-24-1/+1
* Don't allow users to page beyond a certain number of results (because in larg...Seb Bacon2012-01-20-1/+1
* Don't obscure user searches on request listing page behind cache. Fixes #256Robin Houston2012-01-19-1/+1
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkSeb Bacon2012-01-19-13/+14
|\
| * Merge branch 'release/0.5' into wdtkRobin Houston2012-01-19-3/+4
| |\
| | * Ensure request typeahead search is tested properly (and fix a validation error).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-3/+3
| * | Clean up whitespace & indentationRobin Houston2012-01-18-10/+10
* | | Show some info about the Alaveteli version currently running. Fixes #319.Seb Bacon2012-01-19-0/+4
|/ /
* | Also disable paging for type-ahead search resultsRobin Houston2012-01-17-1/+0
* | Disable paginationRobin Houston2012-01-17-1/+0
|/
* Don't repeat "no results" message for public bodies.Seb Bacon2012-01-16-2/+1
* Merge branch 'fast-search-hack' into wdtk. Addresses the second slow SQL exa...Seb Bacon2012-01-13-1/+1
|\
| * Changes to make normal search pages not necessarily load info_request_events ...Seb Bacon2012-01-12-1/+1
* | Use relative path for admin forms. Fixes #346.Seb Bacon2012-01-13-3/+3
* | Show correct number of requests for logged in user on their user page.Seb Bacon2012-01-13-1/+1
|/
* Fix the debug page. I have no idea why this line breaks the debug page (and ...Seb Bacon2012-01-12-2/+0
* Accounts using expired PostRedirects were still causing 500 errors. Fixes #33...Seb Bacon2012-01-12-11/+2
* Escape error details to avoid XSS potentialRobin Houston2012-01-11-2/+2
* Make sure tests related to public body editing passSeb Bacon2012-01-11-4/+5
* Make public body editing form use relative link for saving it, so we don't br...Seb Bacon2012-01-11-6/+6
* Unindexed event types can appear transientlyRobin Houston2012-01-09-10/+13
* Link to the relevant question on the help pageRobin Houston2012-01-09-1/+1
* Scroll to top on clickSeb Bacon2012-01-09-0/+1
* estimate number of requests, not number of bodies!Seb Bacon2012-01-09-1/+1
* Make sure paging authority list works even when using typeahead searchSeb Bacon2012-01-09-1/+2
* What an extraordinary bugSeb Bacon2012-01-09-6/+4
* paginate authority search results on first step of new request workflowSeb Bacon2012-01-09-1/+1
* add paging to authority search resultsSeb Bacon2012-01-09-1/+3
* Correctly show total count of user's requestsSeb Bacon2012-01-08-1/+1
* remove unecessary "<br>" tag from textSeb Bacon2012-01-08-1/+1
* Paginate user searchesSeb Bacon2012-01-08-0/+2
* Don't highlight "home" nav item when doing a searchSeb Bacon2012-01-08-2/+2
* Show excerpts rather than titles on home page. Fixes issue #322.Seb Bacon2012-01-08-1/+1
* Show the total number of public bodies, not the number on this pageSeb Bacon2012-01-06-1/+1
* show the number of matches, not the number on the current pageSeb Bacon2012-01-05-1/+1
* Reintroduce a "my requests" link. Fixes #289.Seb Bacon2012-01-02-14/+25
* Merge branch 'develop' into cache-foi-attachments-sebSeb Bacon2011-12-21-1/+5
|\
| * Don't generate endlessly recursive URLs from request pages where the URL has ...Seb Bacon2011-12-21-1/+1
| * Don't do wildcard searches for partial matches in type ahead searches. Fixes...Seb Bacon2011-12-21-0/+4
* | WIP on caching attachmentsSeb Bacon2011-12-12-1/+1
|/
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2011-12-04-3/+3
|\
| * FIx HTML validation problem in commentSeb Bacon2011-11-24-1/+1