Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove unused function. | francis | 2008-03-19 | -19/+1 |
| | ||||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -2/+2 |
| | | | | name. | |||
* | Index first message text with info requests themselves. | francis | 2008-03-07 | -2/+2 |
| | | | | | | | 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. | |||
* | Highlighting | francis | 2008-03-06 | -1/+26 |
| | ||||
* | Revert from Adam's change to original. | francis | 2008-03-05 | -2/+2 |
| | | | | That's just the default value, not used if override in config anyway. | |||
* | perhaps *this* is how to fix #995 | adam | 2008-03-05 | -2/+2 |
| | ||||
* | Use names in URLs of requests. | francis | 2008-02-27 | -7/+3 |
| | ||||
* | Store url_name in database for users | francis | 2008-02-27 | -2/+2 |
| | ||||
* | Rename simple_short_name to url_name in routing | francis | 2008-02-27 | -2/+2 |
| | ||||
* | Store URL name in database. | francis | 2008-02-27 | -15/+5 |
| | | | | Allow blank short names. | |||
* | Fix link to user page from admin page. | francis | 2008-02-22 | -2/+2 |
| | ||||
* | Links to user admin page and public body admin page from request admin page | francis | 2008-02-06 | -4/+26 |
| | ||||
* | Fix some errors in and found by test stuff. | francis | 2008-01-30 | -3/+3 |
| | ||||
* | Redirect to appropriate messages for most of the classification options. | francis | 2008-01-29 | -9/+18 |
| | ||||
* | Previous hack sucked, this one doesn't so much. | francis | 2008-01-22 | -2/+2 |
| | ||||
* | Basic admin pages for user accounts. | francis | 2008-01-22 | -2/+2 |
| | ||||
* | Say it is development site on about page. | francis | 2008-01-21 | -1/+6 |
| | ||||
* | Option for stylesheets to be served from https also | francis | 2008-01-21 | -1/+7 |
| | ||||
* | Comments | francis | 2008-01-14 | -2/+2 |
| | ||||
* | Prevent (probably accidental) double posting of the same request. | francis | 2008-01-04 | -1/+17 |
| | ||||
* | My Requests link | francis | 2008-01-02 | -2/+5 |
| | ||||
* | Hmmm, at least link to classifying pages from main request if some responses | francis | 2007-12-24 | -2/+2 |
| | | | | haven't been classified yet. Very clumbsy though, right now. | |||
* | Bug in refactored function. | francis | 2007-12-20 | -2/+2 |
| | | | | Integrate views so test would have caught bug. | |||
* | Fix public links from admin pages | francis | 2007-12-18 | -5/+16 |
| | ||||
* | Get redirects right for proxied admin URLs. | francis | 2007-12-14 | -1/+6 |
| | ||||
* | Make login have signin and signup on same page, side by side. | francis | 2007-11-07 | -2/+1 |
| | ||||
* | Oops - String.foo! type commands are more aggressive than I thought in ↵ | francis | 2007-11-06 | -2/+2 |
| | | | | altering the existing string. It works through references too. | |||
* | Make "rake spec:check" not check views or helpers, as I don't think | francis | 2007-11-01 | -26/+52 |
| | | | | | | | | | 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. | |||
* | Remove unused helpers | francis | 2007-10-31 | -10/+0 |
| | ||||
* | Search history of public body short names in URLs and redirect from that. | francis | 2007-10-30 | -12/+8 |
| | ||||
* | Use nicer URLs for user names with funny characters in them. | francis | 2007-10-30 | -2/+13 |
| | ||||
* | Name named routes consistently | francis | 2007-10-30 | -4/+6 |
| | ||||
* | Evil CSS speech bubble to try and make the FOI request page make more sense. | francis | 2007-10-24 | -2/+9 |
| | ||||
* | Added some named routes | louise | 2007-10-16 | -1/+9 |
| | ||||
* | Removed test skeletons for removed controllers | francis | 2007-10-16 | -4/+0 |
| | ||||
* | Added controller for displaying public bodies. | francis | 2007-10-11 | -0/+2 |
| | | | | | | Improve front page. Tidying up styling a bit. Add tagline. | |||
* | Display dates more nicely. | francis | 2007-10-09 | -1/+6 |
| | ||||
* | Add primitive user page. | francis | 2007-10-09 | -0/+2 |
| | ||||
* | Controller to display an individual request on /request/:id URLs. | francis | 2007-10-09 | -0/+2 |
| | | | | Added navigation. | |||
* | Actually store user id when making request. | francis | 2007-10-08 | -0/+2 |
| | | | | /list URL displays all requests that are in progress. | |||
* | Rename file_request_controller to new_controller, so consistent with URL | francis | 2007-10-08 | -2/+2 |
| | ||||
* | Some cosmetic changes to code. | francis | 2007-09-12 | -1/+8 |
| | ||||
* | Do HTML 4.0 output in a nicer way | francis | 2007-09-05 | -6/+0 |
| | ||||
* | Make /admin URL work, and give link through to public body editor. | francis | 2007-09-03 | -0/+2 |
| | | | | Layout for admin pages. | |||
* | Model for a public body, and basic scaffold to edit it. | francis | 2007-08-29 | -0/+2 |
| | ||||
* | Fix text of error messages. | francis | 2007-08-23 | -0/+27 |
| | ||||
* | Make it HTML 4.0 strict. | francis | 2007-08-23 | -0/+7 |
| | ||||
* | Skeletal model for an FOI request. | francis | 2007-08-04 | -0/+2 |
| | | | | Rubbishy display of first form. | |||
* | Default Rails gumph. | francis | 2007-08-01 | -0/+3 |