aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application.rb
Commit message (Expand)AuthorAgeLines
* Change to using (signed) cookies for session data.francis2008-06-12-10/+50
* Get admin user name workingfrancis2008-06-10-4/+9
* Cope with #s in URLs for post redirects.francis2008-05-21-3/+11
* Bullet list in credits on about page.francis2008-05-21-2/+2
* Separate out three kinds of search resultfrancis2008-05-15-7/+3
* Slightly nicer highlighting - at least ignore the prefix and date range bits.francis2008-04-30-6/+2
* Remove unsued html_highlight paramfrancis2008-04-30-2/+2
* Do collapsing for search, but not for email or RSSfrancis2008-04-30-3/+3
* Get date range searches working.francis2008-04-30-2/+2
* Change from acts_as_solr to acts_as_xapianfrancis2008-04-24-11/+11
* Use created at for followup/sent even types in RSS sortinfrancis2008-04-17-2/+2
* Centralise call to multi_solr_searchfrancis2008-04-14-14/+2
* Show which user you are in the admin interfacefrancis2008-04-11-1/+4
* RSS (uumm, Atom :) ) feeds for tracksfrancis2008-04-09-15/+24
* Email alerts for tracking a particular request.francis2008-04-03-4/+6
* Use search query for front page part.francis2008-04-01-3/+3
* Make the list pages into searches (so RSS can be the same)francis2008-04-01-1/+44
* More secure password changing - have to specifically have clicked link infrancis2008-03-21-2/+2
* Improvements to test code for requests, users and admin.francis2008-03-20-1/+17
* Store url_name in database for usersfrancis2008-02-27-2/+2
* Store URL name in database.francis2008-02-27-2/+2
* Redirect to appropriate messages for most of the classification options.francis2008-01-29-2/+1
* Instead of Rails, we grab all exceptions, and show formatted 404 error withfrancis2008-01-22-1/+13
* Say that they will have to log in to classify.francis2008-01-09-2/+6
* Test code for classifying responses.francis2008-01-09-2/+3
* Ability to force authentication as a particular user.francis2007-11-19-4/+21
* Confirmation email for login.francis2007-11-05-3/+4
* Save post request properly into database with a model, as a record of where tofrancis2007-11-01-9/+10
* Make "rake spec:check" not check views or helpers, as I don't thinkfrancis2007-11-01-12/+5
* Move signin/signup/signout actions from application controller to user contro...francis2007-10-31-78/+12
* Tests for some controllers.francis2007-10-31-2/+2
* Some more tests.francis2007-10-31-2/+2
* Search history of public body short names in URLs and redirect from that.francis2007-10-30-1/+13
* Read in mySociety style configuration file, if it is there (use sensible defa...francis2007-10-24-2/+4
* Added some named routeslouise2007-10-16-2/+2
* Fixing authentication redirect to go through user controllerlouise2007-10-15-2/+2
* Change loginfrancis2007-10-11-18/+25
* Login and logout links at top right when you are logged out or logged in.francis2007-10-10-11/+39
* Tweak formatting of controllers.francis2007-10-09-2/+1
* Actually store user id when making request.francis2007-10-08-1/+6
* Added restore of params from session when redirecting a post requestlouise2007-10-03-10/+9
* Login stuff with POST redirect not working yetfrancis2007-10-03-8/+51
* Return status of authentication check.francis2007-09-17-1/+3
* Move template for signin dialog to a shared view folder, rather than the one ...francis2007-09-12-2/+2
* Log last editor and allow a comment for public body editing.francis2007-09-03-1/+13
* Skeletal model for an FOI request.francis2007-08-04-9/+14
* At least use a stylesheet.francis2007-08-01-2/+2
* User table, and some dodgy authentication code.francis2007-08-01-4/+39
* Default Rails gumph.francis2007-08-01-0/+7