Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Paginate the timeline to allow it to render in a reasonable amount of time. ↵ | Louise Crow | 2012-09-13 | -8/+51 |
| | | | | In order to avoid sorting large numbers of objects in order to get the right order of combined events across the two model types, get the overall order first from the database and then populate the slice we're interested in. | |||
* | Silly syntax bug | Robin Houston | 2012-06-04 | -2/+2 |
| | | | | | | Backslashes are interpreted twice inside backticks, once by Ruby and a second time by the shell, so you need twice as many as you think you do. | |||
* | Fix admin debug method | Robin Houston | 2012-06-04 | -3/+4 |
| | | | | | | | | | | | > 10) admin debug (https://secure.mysociety.org/admin/foi/debug) - "you > are" - sentence that isn't finished > > 11) admin debug (https://secure.mysociety.org/admin/foi/debug) - > versioning incorrect & URLs to github malformed: > Alaveteli version: 0.5.2-297-g4ec7f6e > Alaveteli branch: (no > Alaveteli commit: 4ec7f6edbf2c00abc8464eafc889047f43533f90 | |||
* | First stab at new feature. Adds new box in sidebar for reporting an issue, a ↵ | Seb Bacon | 2012-05-24 | -0/+1 |
| | | | | | | new "needs admin attention"-type state to InfoRequests, a flag indicating that a request has ever been marked as needing admin attention, and a controller method and route for setting this state & flag. Also adds the reason something needs admin attention to the subject of the email that gets sent to administrators. Neeeds tests. | |||
* | Show Alaveteli version number on debug page (using last git tag in history) | Seb Bacon | 2012-05-23 | -0/+1 |
| | ||||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -2/+2 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Show some info about the Alaveteli version currently running. Fixes #319. | Seb Bacon | 2012-01-19 | -0/+4 |
| | ||||
* | Force a trailing slash on the end of the administrators' index page. Fixes #106 | Seb Bacon | 2011-08-03 | -0/+7 |
| | ||||
* | Use default 21 days for old unclassified. | francis | 2009-10-03 | -3/+2 |
| | ||||
* | Show a few list on admin page. | francis | 2009-10-01 | -2/+2 |
| | ||||
* | Slightly more info on admin page. | francis | 2009-09-07 | -2/+7 |
| | ||||
* | Need to use UTC in conditions | francis | 2009-07-16 | -3/+3 |
| | ||||
* | Some shorter timelines. | francis | 2009-07-16 | -1/+9 |
| | ||||
* | "hidden" option to completely hide requests (from everyone except ↵ | francis | 2009-06-23 | -2/+2 |
| | | | | administrator screens). | |||
* | It is no longer 10 days, so rename variable. | francis | 2009-06-05 | -2/+2 |
| | ||||
* | Make old_unclassfied function a bit more flexible for reuse elsewhere e.g. ↵ | louise | 2009-04-08 | -2/+4 |
| | | | | in mailing reminders to requesters | |||
* | Moving logic for determining old and unclassified requests to the model in ↵ | louise | 2009-04-08 | -2/+2 |
| | | | | preparation for allowing anyone to edit them | |||
* | Restrict 'ten days old unclassified' on front page of admin to 50 | tony | 2009-03-10 | -2/+2 |
| | | | | entries to speed up that page, and provide full list as separate page | |||
* | Change it to ask "what best describes the status of this request now" | francis | 2009-02-27 | -1/+2 |
| | | | | | | rather than "what *is* the status..." Remove "none of the above" for now, see how that goes. Add new error_message state, for delivery failures etc. | |||
* | Whoops, accidentally broke half admin interface by overwriting ↵ | francis | 2009-01-29 | -0/+62 |
admin_controller.rb - put back in general controller. |