Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Stub specs. | francis | 2007-10-31 | -0/+62 |
| | ||||
* | Tests for some controllers. | francis | 2007-10-31 | -6/+66 |
| | ||||
* | Some more tests. | francis | 2007-10-31 | -11/+109 |
| | ||||
* | Requests for a controller. | francis | 2007-10-30 | -9/+35 |
| | ||||
* | Add some tests for a controller | francis | 2007-10-30 | -0/+2 |
| | ||||
* | More tests on user model | francis | 2007-10-30 | -7/+28 |
| | ||||
* | Some more tests on user class | francis | 2007-10-30 | -10/+39 |
| | ||||
* | Add a couple of basic tests for InfoRequest | francis | 2007-10-30 | -15/+41 |
| | ||||
* | New fixtures file | louise | 2007-10-30 | -0/+4 |
| | ||||
* | File rename | louise | 2007-10-30 | -0/+0 |
| | ||||
* | Adding some fixtures | louise | 2007-10-30 | -0/+10 |
| | ||||
* | Placeholder fixture, may be wrong name/place | francis | 2007-10-30 | -0/+13 |
| | ||||
* | Search history of public body short names in URLs and redirect from that. | francis | 2007-10-30 | -21/+39 |
| | ||||
* | Use nicer URLs for user names with funny characters in them. | francis | 2007-10-30 | -10/+22 |
| | ||||
* | Name named routes consistently | francis | 2007-10-30 | -9/+11 |
| | ||||
* | Remove last index action and rename it show - index is confusing as an action | francis | 2007-10-30 | -7/+5 |
| | | | | name as it isn't clear if it is going to be list or show. | |||
* | Display pagination links in request list page. | francis | 2007-10-30 | -6/+6 |
| | ||||
* | Use self. when reading to model member variables from inside | francis | 2007-10-30 | -44/+16 |
| | | | | | | model member functions, as you have to use self. when writing so it'll be clearer. Remove some superfluous code | |||
* | Sort the incoming and outgoing requests by date before display | francis | 2007-10-30 | -4/+12 |
| | ||||
* | Display responses on request page. | francis | 2007-10-30 | -29/+59 |
| | ||||
* | Model to store incoming messages. Save raw messages to it. | francis | 2007-10-29 | -40/+117 |
| | ||||
* | Framework for incoming messages. | francis | 2007-10-26 | -8/+84 |
| | | | | | Email address for public body to respond to, with hash. Take incoming messages and route to correct info request. | |||
* | Change colour of speech bubbles. | francis | 2007-10-25 | -14/+18 |
| | | | | | Move test banner lower, so navigation still appears OK. Tweak display of user page. | |||
* | Subtitle on request pages | francis | 2007-10-25 | -5/+10 |
| | ||||
* | Put id as reference for wrong address notifications. | francis | 2007-10-25 | -3/+5 |
| | ||||
* | cvsignore | francis | 2007-10-24 | -0/+1 |
| | ||||
* | Evil CSS speech bubble to try and make the FOI request page make more sense. | francis | 2007-10-24 | -36/+93 |
| | ||||
* | Save that message has been sent and when. | francis | 2007-10-24 | -6/+7 |
| | ||||
* | Read in mySociety style configuration file, if it is there (use sensible ↵ | francis | 2007-10-24 | -28/+99 |
| | | | | | | | 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 | -27/+36 |
| | ||||
* | Adding rspec config files, initial specs | louise | 2007-10-16 | -0/+143 |
| | ||||
* | Adding rspec_on_rails plugin | louise | 2007-10-16 | -0/+5248 |
| | ||||
* | Adding rspec plugin | louise | 2007-10-16 | -0/+17003 |
| | ||||
* | Adding rspec_on_rails plugin | louise | 2007-10-16 | -0/+50 |
| | ||||
* | Adding rspec plugin | louise | 2007-10-16 | -2/+1329 |
| | ||||
* | Basic controller for sending email. | francis | 2007-10-16 | -1/+82 |
| | ||||
* | Fix form link on front page to use new controller layout. | francis | 2007-10-16 | -1/+1 |
| | ||||
* | Change to use h1 as first heading. | francis | 2007-10-16 | -13/+81 |
| | | | | | Add missing view file for request controller's new action. Remove spurious /index controller | |||
* | Remove test skeleton for controller that is no longer called that. | francis | 2007-10-16 | -18/+0 |
| | ||||
* | Removed test skeletons for removed controllers | francis | 2007-10-16 | -22/+0 |
| | ||||
* | Note port and database version. | francis | 2007-10-16 | -0/+3 |
| | ||||
* | Fixing authentication redirect to go through user controller | louise | 2007-10-15 | -2/+2 |
| | ||||
* | Updating single request url in request list | louise | 2007-10-15 | -1/+1 |
| | ||||
* | Removing obsolete view folder structures | louise | 2007-10-15 | -90/+0 |
| | ||||
* | Rejigged routing in favour of mostly model-focused controllers. | louise | 2007-10-15 | -0/+43 |
| | ||||
* | Rejigged routing in favour of mostly model-focused controllers | louise | 2007-10-15 | -104/+70 |
| | ||||
* | Added controller for displaying public bodies. | francis | 2007-10-11 | -112/+239 |
| | | | | | | Improve front page. Tidying up styling a bit. Add tagline. | |||
* | Change login | francis | 2007-10-11 | -32/+32 |
| | ||||
* | Link to home page from name of site, and only if not on front page. | francis | 2007-10-10 | -2/+12 |
| | | | | Change front page text a bit. | |||
* | Login and logout links at top right when you are logged out or logged in. | francis | 2007-10-10 | -55/+103 |
| | | | | | 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. |