Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Needs to be named with _controller so it can be found by Rails 2.3.2 | Francis Irving | 2009-12-01 | -261/+0 |
| | ||||
* | Add something useful. | francis | 2009-09-17 | -1/+4 |
| | ||||
* | Store only clipped attachment text in database. | francis | 2009-09-17 | -2/+8 |
| | ||||
* | Show PID. Read VssRSS better. | francis | 2009-09-15 | -10/+6 |
| | ||||
* | Don't spawn process for RAM check | francis | 2009-09-14 | -10/+16 |
| | ||||
* | Do before and after each req | francis | 2009-09-10 | -4/+8 |
| | ||||
* | Nasty debugging :) | francis | 2009-09-10 | -1/+8 |
| | ||||
* | Add Vary header. | francis | 2009-07-14 | -1/+7 |
| | ||||
* | Default to sorting by newest if the query is structured. | francis | 2009-01-08 | -1/+3 |
| | ||||
* | Put URL of last viewed request / authority in contact form emails. | francis | 2008-10-07 | -4/+11 |
| | | | | | Get rid of details box for requires_admin, as people were using it unnecessarily, instead direct to contact form on next page. | |||
* | Fix bug in call to sort_by_ascending (boolean || true is always true!) in ↵ | francis | 2008-09-12 | -4/+4 |
| | | | | | | acts_as_xapian Alter WDTK code to use correct meaning of ascending in Xapian. | |||
* | Change to using (signed) cookies for session data. | francis | 2008-06-12 | -10/+50 |
| | | | | "Remember me" checkbox which sets cookie expiry dates. | |||
* | Get admin user name working | francis | 2008-06-10 | -4/+9 |
| | ||||
* | Cope with #s in URLs for post redirects. | francis | 2008-05-21 | -3/+11 |
| | ||||
* | Bullet list in credits on about page. | francis | 2008-05-21 | -2/+2 |
| | | | | | | | | | | | Rename rss_at to described_at. Email alerts based on date of description, not just creation date (so don't miss things that were created before alert but described only recently) Tidy up when described vs. newest is used for sort order. Caching of text extracted from attachments, and display in search results. Add some tests for things that aren't tested. (alright, maybe we *should* use git/hg if I'm going to keep doing this many separate commits on a train) | |||
* | Separate out three kinds of search result | francis | 2008-05-15 | -7/+3 |
| | ||||
* | Slightly nicer highlighting - at least ignore the prefix and date range bits. | francis | 2008-04-30 | -6/+2 |
| | ||||
* | Remove unsued html_highlight param | francis | 2008-04-30 | -2/+2 |
| | ||||
* | Do collapsing for search, but not for email or RSS | francis | 2008-04-30 | -3/+3 |
| | ||||
* | Get date range searches working. | francis | 2008-04-30 | -2/+2 |
| | ||||
* | Change from acts_as_solr to acts_as_xapian | francis | 2008-04-24 | -11/+11 |
| | ||||
* | Use created at for followup/sent even types in RSS sortin | francis | 2008-04-17 | -2/+2 |
| | ||||
* | Centralise call to multi_solr_search | francis | 2008-04-14 | -14/+2 |
| | ||||
* | Show which user you are in the admin interface | francis | 2008-04-11 | -1/+4 |
| | ||||
* | RSS (uumm, Atom :) ) feeds for tracks | francis | 2008-04-09 | -15/+24 |
| | ||||
* | Email alerts for tracking a particular request. | francis | 2008-04-03 | -4/+6 |
| | ||||
* | Use search query for front page part. | francis | 2008-04-01 | -3/+3 |
| | ||||
* | Make the list pages into searches (so RSS can be the same) | francis | 2008-04-01 | -1/+44 |
| | ||||
* | More secure password changing - have to specifically have clicked link in | francis | 2008-03-21 | -2/+2 |
| | | | | change password email, rather than using any link. | |||
* | Improvements to test code for requests, users and admin. | francis | 2008-03-20 | -1/+17 |
| | ||||
* | Store url_name in database for users | francis | 2008-02-27 | -2/+2 |
| | ||||
* | Store URL name in database. | francis | 2008-02-27 | -2/+2 |
| | | | | Allow blank short names. | |||
* | Redirect to appropriate messages for most of the classification options. | francis | 2008-01-29 | -2/+1 |
| | ||||
* | Instead of Rails, we grab all exceptions, and show formatted 404 error with | francis | 2008-01-22 | -1/+13 |
| | | | | exception class. | |||
* | Say that they will have to log in to classify. | francis | 2008-01-09 | -2/+6 |
| | ||||
* | Test code for classifying responses. | francis | 2008-01-09 | -2/+3 |
| | ||||
* | Ability to force authentication as a particular user. | francis | 2007-11-19 | -4/+21 |
| | ||||
* | Confirmation email for login. | francis | 2007-11-05 | -3/+4 |
| | ||||
* | Save post request properly into database with a model, as a record of where to | francis | 2007-11-01 | -9/+10 |
| | | | | | redirect back to after login. Token generation for these saved logins. | |||
* | Make "rake spec:check" not check views or helpers, as I don't think | francis | 2007-11-01 | -12/+5 |
| | | | | | | | | | we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README. | |||
* | Move signin/signup/signout actions from application controller to user ↵ | francis | 2007-10-31 | -78/+12 |
| | | | | | | controller. (They were already only being routed to the user controller) | |||
* | Tests for some controllers. | francis | 2007-10-31 | -2/+2 |
| | ||||
* | Some more tests. | francis | 2007-10-31 | -2/+2 |
| | ||||
* | Search history of public body short names in URLs and redirect from that. | francis | 2007-10-30 | -1/+13 |
| | ||||
* | Read in mySociety style configuration file, if it is there (use sensible ↵ | francis | 2007-10-24 | -2/+4 |
| | | | | | | | defaults if not). Actually send request to public body, or fake address on staging site. Fix minor bug with sending front page form public body to new request page. | |||
* | Added some named routes | louise | 2007-10-16 | -2/+2 |
| | ||||
* | Fixing authentication redirect to go through user controller | louise | 2007-10-15 | -2/+2 |
| | ||||
* | Change login | francis | 2007-10-11 | -18/+25 |
| | ||||
* | Login and logout links at top right when you are logged out or logged in. | francis | 2007-10-10 | -11/+39 |
| | | | | | Redirect the full URI for login, not just the action/controller. After making request, redirect to the URL for the request with a flash to say it is made. | |||
* | Tweak formatting of controllers. | francis | 2007-10-09 | -2/+1 |
| | | | | Add explicit "private" to encourage adding of non-action functions there. |