Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Force user to describe undescribed old requests before making a new one, if | francis | 2008-09-22 | -14/+45 |
| | | | | | they are logged in and with a reasonable error margin so hopefully not too annoying. | |||
* | Set default signature to be your name if you are logged in. | francis | 2008-09-22 | -4/+14 |
| | ||||
* | Fix up regexps so checking that you do sign works. | francis | 2008-09-22 | -5/+6 |
| | ||||
* | Flash at top of user page when logged in telling you what requests you | francis | 2008-09-21 | -15/+48 |
| | | | | haven't described yet. | |||
* | Test for requires admin email. | francis | 2008-09-21 | -2/+29 |
| | ||||
* | Send requires_admin message from the user who marked it up, so can reply to ↵ | francis | 2008-09-21 | -6/+8 |
| | | | | it more easily. | |||
* | No point showing name twice. | francis | 2008-09-18 | -1/+1 |
| | ||||
* | Make site behave without error when home page can't be calculated. | francis | 2008-09-18 | -17/+16 |
| | ||||
* | Move similar request URLs, so can block in robots.txt easily, and block them ↵ | francis | 2008-09-15 | -3/+7 |
| | | | | | | | there. (Yes, old similar request URLs are breaking with this change, tough doesn't seem important enough) | |||
* | From github | francis | 2008-09-15 | -2/+4 |
| | ||||
* | Delete track option in admin interface. | francis | 2008-09-15 | -18/+33 |
| | ||||
* | Remove unused style. | francis | 2008-09-14 | -2/+0 |
| | ||||
* | Note | francis | 2008-09-14 | -1/+4 |
| | ||||
* | Don't show page on first page. | francis | 2008-09-14 | -2/+6 |
| | ||||
* | Print page numbers on user page, request listing page, similar page. | francis | 2008-09-14 | -27/+34 |
| | | | | Use right count on user page. | |||
* | Offer search on 404 pages | francis | 2008-09-13 | -7/+9 |
| | ||||
* | Sort by time, not just by date when sorting by created_at | francis | 2008-09-13 | -9/+29 |
| | ||||
* | From github | francis | 2008-09-13 | -1/+1 |
| | ||||
* | Disable the inside page caching for now, until we add invalidating properly | francis | 2008-09-13 | -16/+18 |
| | | | | (so if you edit things they change) | |||
* | Edit annotations. | francis | 2008-09-13 | -3/+61 |
| | ||||
* | This is troublesome - Donncha rightly didn't want to always reopen as was | francis | 2008-09-13 | -1/+2 |
| | | | | wasting memory, but we need to reopen when modifying the database. | |||
* | Gah | francis | 2008-09-13 | -1/+1 |
| | ||||
* | Speed up list page query. | francis | 2008-09-13 | -7/+28 |
| | ||||
* | Ignore new cache dirs | francis | 2008-09-13 | -0/+2 |
| | ||||
* | Consistently lower case | francis | 2008-09-13 | -1/+1 |
| | ||||
* | Fix from github | francis | 2008-09-13 | -0/+7 |
| | ||||
* | Make folding / unfolding work | francis | 2008-09-13 | -0/+7 |
| | ||||
* | Fix tests for comment alerts | francis | 2008-09-13 | -4/+9 |
| | ||||
* | Oops. this is sometimes called with nil | francis | 2008-09-12 | -1/+4 |
| | ||||
* | Cache correspondence fragments | francis | 2008-09-12 | -1/+15 |
| | ||||
* | Page cache attachments. | francis | 2008-09-12 | -2/+5 |
| | ||||
* | From github | francis | 2008-09-12 | -1/+7 |
| | ||||
* | Changes from github | francis | 2008-09-12 | -23/+60 |
| | ||||
* | Fix bug in call to sort_by_ascending (boolean || true is always true!) in ↵ | francis | 2008-09-12 | -19/+16 |
| | | | | | | acts_as_xapian Alter WDTK code to use correct meaning of ascending in Xapian. | |||
* | Factor out an SQL fragment. | francis | 2008-09-11 | -6/+21 |
| | ||||
* | HTML fix | francis | 2008-09-11 | -7/+9 |
| | ||||
* | Remove debugging. | francis | 2008-09-11 | -2/+1 |
| | ||||
* | Typo. | matthew | 2008-09-10 | -2/+2 |
| | ||||
* | Search local authority site form on new request page. | francis | 2008-09-08 | -66/+82 |
| | ||||
* | Smaller font can fit more width on forms. | francis | 2008-09-08 | -2/+2 |
| | ||||
* | Oops | francis | 2008-09-08 | -0/+2 |
| | ||||
* | Paginate user pages where they've made lots of requests. | francis | 2008-09-08 | -11/+22 |
| | ||||
* | Ask for help on fixing DPA troubles. | francis | 2008-09-08 | -4/+11 |
| | ||||
* | Remove unused style things from old frontpage. | francis | 2008-09-08 | -47/+0 |
| | ||||
* | Collapse by title | francis | 2008-09-08 | -13/+17 |
| | ||||
* | Mongrel run as a daemon | root | 2008-09-08 | -32/+13 |
| | ||||
* | Daemon for restarting mongrel | francis | 2008-09-08 | -0/+66 |
| | ||||
* | Only show frontpage lists if there are any items in them. | francis | 2008-09-08 | -18/+22 |
| | ||||
* | Rename new_frontpage to frontpage. | francis | 2008-09-08 | -33/+4 |
| | | | | Remove public_body_query, only used by old frontpage. | |||
* | More bits removed from old frontpage. | francis | 2008-09-08 | -10/+2 |
| |