aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeLines
* Order list of types of authority consistently.francis2008-03-24-3/+2
|
* Show requests that have been unclassified for two weeks on admin pagefrancis2008-03-24-1/+2
|
* Test stuff for password changing.francis2008-03-21-2/+2
|
* Rename template to better name.francis2008-03-21-3/+5
| | | | Link to password change page on your user page if you are logged in as yourself.
* Better named variable.francis2008-03-21-3/+3
|
* More secure password changing - have to specifically have clicked link infrancis2008-03-21-10/+12
| | | | change password email, rather than using any link.
* Improvements to test code for requests, users and admin.francis2008-03-20-3/+20
|
* Test code for search and the front page.francis2008-03-19-10/+11
|
* List bad contact details.francis2008-03-17-1/+2
|
* Show requests in requires_admin state prominently on admin interfacefrancis2008-03-17-2/+6
|
* Explicit "bad contact details" setting (blank email)francis2008-03-17-3/+13
|
* Explicity option to say the body does not hold the information (this isfrancis2008-03-16-10/+14
| | | | | | actually separate from rejection in the act, and is a genuinely needed user interface option for when the public authority tells people to send the request elsehwere0
* Pling!francis2008-03-15-2/+2
|
* Overview admin page.francis2008-03-14-2/+22
|
* Search users in admin interface.francis2008-03-14-2/+5
|
* Search requests.francis2008-03-14-2/+4
|
* Search public bodies in admin.francis2008-03-14-2/+6
|
* Oops, got URL totally wrong - should be of sending user, not recipient user.francis2008-03-13-2/+2
|
* Order search resultsfrancis2008-03-13-4/+16
|
* Tweak formatting of the requests part of user and body pages.francis2008-03-13-1/+4
|
* Make users all have their own URL, rather than sharing if they have the same ↵francis2008-03-12-2/+3
| | | | name.
* Form for contacting other users.francis2008-03-12-1/+41
|
* Public body search goes to page about bodyfrancis2008-03-10-2/+2
|
* Test route.francis2008-03-10-1/+7
|
* Notes, commentsfrancis2008-03-10-1/+4
|
* Improve highlightingfrancis2008-03-10-2/+14
|
* Index first message text with info requests themselves.francis2008-03-07-6/+10
| | | | | | | Fix routing for search queries with full stops in. Public body search indexing. User search indexing. Link to specific users out of ones with same name.
* Highlightingfrancis2008-03-06-1/+6
|
* Pagination of search results.francis2008-03-06-2/+4
|
* Fix up tests.francis2008-03-06-3/+3
|
* First pass at indexing info requests with solrfrancis2008-03-06-38/+68
|
* Display something when no public bodies found for tagfrancis2008-03-03-1/+4
|
* Show public bodies of different categories separately.francis2008-03-03-3/+23
|
* Don't need extra save any more.francis2008-03-02-2/+4
|
* Hide quoted sections by defaultfrancis2008-02-29-1/+2
|
* Edit descriptionfrancis2008-02-29-3/+15
|
* Don't try and show IP on contact emails - not much use anyway, and doesn't ↵francis2008-02-29-2/+2
| | | | work for some reason.
* Typo.francis2008-02-28-3/+3
|
* Rename site to WhatDoTheyKnowfrancis2008-02-28-8/+8
|
* Don't show self!francis2008-02-28-2/+2
|
* Show requests made by same person to same bodyfrancis2008-02-28-1/+6
|
* Prevent leaking of information as to whether user account exists or not.francis2008-02-28-29/+43
|
* Don't show accounts of users who haven't confirmed their email.francis2008-02-28-2/+2
|
* Use names in URLs of requests.francis2008-02-27-14/+30
|
* Fix up some comments and stuff to do with simplify_url_namefrancis2008-02-27-2/+2
|
* Store url_name in database for usersfrancis2008-02-27-6/+6
|
* Rename simple_short_name to url_name in routingfrancis2008-02-27-6/+6
|
* Store URL name in database.francis2008-02-27-11/+11
| | | | Allow blank short names.
* Preview requests.francis2008-02-25-3/+12
|
* Page to list all public bodies.francis2008-02-22-2/+6
| | | | Better help for adding a public body.