aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeLines
* Move category hashes into own lib, to be sure they don't cause leak.francis2009-09-14-3/+3
|
* For debugbging.francis2009-09-14-1/+2
|
* Don't spawn process for RAM checkfrancis2009-09-14-10/+16
|
* Constants must be capsfrancis2009-09-10-3/+3
|
* Do before and after each reqfrancis2009-09-10-4/+8
|
* Nasty debugging :)francis2009-09-10-1/+8
|
* Syndicate blog from www.mysociety.org WDTK categoryfrancis2009-09-09-1/+17
|
* More debug.francis2009-09-09-2/+2
|
* Change algorithm for showing filenames so works with odd cases betterfrancis2009-09-09-2/+2
|
* Typo.francis2009-09-09-2/+2
|
* Remove some obsolete no_crawl, now in robots.txt.francis2009-09-09-15/+7
| | | | Make it not go deep into page listings of requests.
* Make hidden requests return 410 Gonefrancis2009-09-08-2/+2
|
* Check address to when working out holding pen addressfrancis2009-09-08-2/+7
|
* Slightly more info on admin page.francis2009-09-07-2/+7
|
* Apply email censor rules a) to HTML conversions, b) to PDfsfrancis2009-09-07-5/+7
|
* Don't allow numeric only URL names.francis2009-09-07-6/+6
| | | | Test the URL name code a bit.
* Look up request just by id, not using hash, on holding pen pages.francis2009-09-07-3/+10
|
* Wouldn't render .html otherwise, oopsfrancis2009-09-07-6/+10
|
* More debugfrancis2009-09-07-2/+2
|
* Better orderfrancis2009-09-04-4/+4
|
* Fix sorting.francis2009-09-04-2/+3
|
* Tweaks to front page.francis2009-09-03-9/+18
|
* Force correct filename for attachments.francis2009-09-02-3/+6
|
* Whoops, missed some redirect permanentsfrancis2009-09-02-3/+3
|
* Minor spacing change.francis2009-09-02-2/+2
|
* Do permanent redirects so old URLs aren't used.francis2009-09-02-7/+7
|
* Add help about not putting allegations in requests.francis2009-08-26-2/+15
| | | | | | | | | | | Add help about not impersonating. Link to game from help. Require login to play request game (probably should show some stuff without login, but is nice to have login before they get to individual request pages) Cope with the game finishing (all being classified). Make action links in game into buttons. Margin at bottom of login page.
* Show correctly what happens with pagination when mass adding tags.francis2009-08-26-3/+7
| | | | | Keep page number are on when mass adding tags. Display count of number of matches.
* Put tags (with links) in column on list of bodies admin interface tables.francis2009-08-26-2/+29
| | | | Interface to mass add tags to all bodies in admin search result.
* Reindex in Xapian when censor rules change.francis2009-08-21-1/+3
|
* Apply censor rules to PDFs (seems to work!)francis2009-08-20-2/+2
|
* Set cookie if it isn't set by sign in page.francis2009-08-19-1/+12
| | | | Improve text when cookies not working.
* Don't allow duplicate followup messages to the same request.francis2009-08-18-1/+7
| | | | Prevent requests, followups and annotations which have all capitals or all lowercase letters.
* Some (as yet unused) profile photo code done on a whim on the train while itfrancis2009-08-05-1/+7
| | | | was my birthday.
* Fix redirect after logging in, so works with Passenger.francis2009-07-28-3/+3
| | | | Make it go to user page rather than front page.
* Full URLfrancis2009-07-22-2/+2
|
* Destroy outgoing messages button.francis2009-07-21-1/+14
|
* Need to use UTC in conditionsfrancis2009-07-16-3/+3
|
* Some shorter timelines.francis2009-07-16-1/+9
|
* Add Vary header.francis2009-07-14-9/+15
|
* Cache a few more things with Squid.francis2009-07-14-6/+10
|
* Cache some popular main pages.francis2009-07-14-2/+5
|
* Use referrer to not print "next," if you haven't come from new request / ↵francis2009-07-01-1/+8
| | | | front page flow.
* Change attachment caching code to lower level functions.francis2009-07-01-23/+27
| | | | | | Make mime types the same for cached and uncached images. Store images from PDF/DOC etc. extraction in correct cache place. Make sure such images are authenticated with permissions to view request.
* Use caching that allows pre-authentication.francis2009-06-30-42/+35
| | | | | Add test code for hidden requests. Make super users able to view hidden requests.
* Show list of banned users.francis2009-06-25-1/+6
|
* "hidden" option to completely hide requests (from everyone except ↵francis2009-06-23-31/+61
| | | | administrator screens).
* Rename body controller to public_body for consistency.francis2009-06-22-4/+4
|
* Change name of historic URL finding function.francis2009-06-16-2/+2
| | | | Make it remove duplicates - so if finds same short name multiple times in history of one body, it returns that body.
* Fix bug where follow up to defunct authority would cause errors.francis2009-06-16-1/+8
|