Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove last index action and rename it show - index is confusing as an action | francis | 2007-10-30 | -2/+2 |
| | | | | 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 | -0/+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 | -39/+72 |
| | ||||
* | Framework for incoming messages. | francis | 2007-10-26 | -5/+69 |
| | | | | | 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 | -7/+11 |
| | | | | | Move test banner lower, so navigation still appears OK. Tweak display of user page. | |||
* | Subtitle on request pages | francis | 2007-10-25 | -5/+5 |
| | ||||
* | Put id as reference for wrong address notifications. | francis | 2007-10-25 | -3/+5 |
| | ||||
* | Evil CSS speech bubble to try and make the FOI request page make more sense. | francis | 2007-10-24 | -32/+54 |
| | ||||
* | Save that message has been sent and when. | francis | 2007-10-24 | -4/+4 |
| | ||||
* | Read in mySociety style configuration file, if it is there (use sensible ↵ | francis | 2007-10-24 | -18/+37 |
| | | | | | | | 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 | -16/+25 |
| | ||||
* | Adding rspec plugin | louise | 2007-10-16 | -2/+2 |
| | ||||
* | Basic controller for sending email. | francis | 2007-10-16 | -1/+44 |
| | ||||
* | 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 | -8/+69 |
| | | | | | Add missing view file for request controller's new action. Remove spurious /index controller | |||
* | Removed test skeletons for removed controllers | francis | 2007-10-16 | -4/+0 |
| | ||||
* | 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 | -92/+47 |
| | ||||
* | Added controller for displaying public bodies. | francis | 2007-10-11 | -39/+92 |
| | | | | | | Improve front page. Tidying up styling a bit. Add tagline. | |||
* | Change login | francis | 2007-10-11 | -28/+29 |
| | ||||
* | 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 | -22/+54 |
| | | | | | 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. | |||
* | Proper title headings for admin pages | francis | 2007-10-09 | -5/+13 |
| | ||||
* | Rename "Back" links to something which isn't context sensitive. | francis | 2007-10-09 | -4/+5 |
| | | | | Move "New public body" link above the list of public bodies, so can always see. | |||
* | Display dates more nicely. | francis | 2007-10-09 | -5/+10 |
| | ||||
* | Tweak formatting of controllers. | francis | 2007-10-09 | -11/+16 |
| | | | | Add explicit "private" to encourage adding of non-action functions there. | |||
* | Actually call h() to escape output text everywhere (Rails lulled me into the | francis | 2007-10-09 | -8/+11 |
| | | | | bad place of not knowing when I needed to do this) | |||
* | Add primitive user page. | francis | 2007-10-09 | -3/+40 |
| | ||||
* | Controller to display an individual request on /request/:id URLs. | francis | 2007-10-09 | -10/+44 |
| | | | | Added navigation. | |||
* | Actually store user id when making request. | francis | 2007-10-08 | -2/+46 |
| | | | | /list URL displays all requests that are in progress. | |||
* | Name frontpage controller index, probably more consistent with URLs. | francis | 2007-10-08 | -3/+3 |
| | ||||
* | Rename file_request_controller to new_controller, so consistent with URL | francis | 2007-10-08 | -5/+5 |
| | ||||
* | Don't version the time stamp fields | francis | 2007-10-08 | -1/+2 |
| | ||||
* | Forgot this. | francis | 2007-10-04 | -0/+44 |
| | ||||
* | Added restore of params from session when redirecting a post request | louise | 2007-10-03 | -10/+9 |
| | ||||
* | Login stuff with POST redirect not working yet | francis | 2007-10-03 | -17/+94 |
| | ||||
* | Remove debugging | francis | 2007-09-17 | -2/+1 |
| | ||||
* | Try to use implicit saving of dependent models, rather than explicit. | francis | 2007-09-17 | -16/+23 |
| | | | | Still has some problems in error display :( | |||
* | Return status of authentication check. | francis | 2007-09-17 | -1/+3 |
| | ||||
* | Use the other model itself, rather than its id, when saving two models at once, | francis | 2007-09-12 | -13/+14 |
| | | | | | | so that you don't get spurious error. This means if you forget to save the one before the other you are screwed, but hey. Instead of a transaction, just call valid? on both models first. | |||
* | Move template for signin dialog to a shared view folder, rather than the one ↵ | francis | 2007-09-12 | -5/+7 |
| | | | | for a specific controller. | |||
* | Some cosmetic changes to code. | francis | 2007-09-12 | -5/+10 |
| | ||||
* | Fix up some broken constraints. | francis | 2007-09-11 | -6/+3 |
| | ||||
* | Reorder constraints in models to be in roughly same order as in db/schema.rb | francis | 2007-09-11 | -9/+9 |
| |