Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Moving view specs to more standard place, moving helper method inside spec ↵ | louise | 2009-04-14 | -21/+21 |
| | | | | scope - will run more reliably when specs run in different orders | |||
* | Migration for charity numbers | tony | 2009-04-14 | -0/+12 |
| | ||||
* | Moving view specs to more standard place - helps tools like autotest handle ↵ | louise | 2009-04-14 | -3/+3 |
| | | | | them. Tweak to charity number spec - when no charity number is present, the request sidebar should still be there, but the charity link should not | |||
* | Link to Charity Commission website where we have a Charity Number | tony | 2009-04-13 | -0/+20 |
| | ||||
* | Add charity registration number to database & edit form for public body | tony | 2009-04-13 | -37/+43 |
| | ||||
* | it's -> its | tony | 2009-04-13 | -4/+4 |
| | ||||
* | Adding a flag to allow user model to be saved without reindexing associated ↵ | louise | 2009-04-09 | -11/+64 |
| | | | | models | |||
* | Adding specs for track alert emails. All users get updated, which I think ↵ | louise | 2009-04-09 | -1/+94 |
| | | | | causes extra xapian updating | |||
* | Reminders sent to users to update the status of their request now use ↵ | louise | 2009-04-08 | -4/+7 |
| | | | | InfoRequest.find_old_unclassified | |||
* | Make old_unclassfied function a bit more flexible for reuse elsewhere e.g. ↵ | louise | 2009-04-08 | -39/+67 |
| | | | | in mailing reminders to requesters | |||
* | Adding specs for current behaviour of RequestMailer when sending out ↵ | louise | 2009-04-08 | -1/+79 |
| | | | | reminders to requesters to classify a response to their request | |||
* | Switching on verbose mode for Xapian index updating and redirecting cron ↵ | louise | 2009-04-08 | -4/+6 |
| | | | | output to me in order to investigate slow running of update-xapian-index | |||
* | Moving logic for determining old and unclassified requests to the model in ↵ | louise | 2009-04-08 | -13/+89 |
| | | | | preparation for allowing anyone to edit them | |||
* | Notes section is now searched. | francis | 2009-04-08 | -1/+0 |
| | ||||
* | TMail rebuilds address when constructing emails. Move our more | francis | 2009-04-08 | -31/+54 |
| | | | | | | aggressive quoting rule into a TMail monkey patch proper so it is always called when constructing emails, and remove the hacky function (Address.encode_quoted_string) it used to call in special places | |||
* | Remove some uses of gsub!, which might be clobbering other versions of strings | francis | 2009-04-08 | -13/+12 |
| | | | | which are really members of some other class | |||
* | Tests for use of different addresses in replies. | francis | 2009-04-08 | -33/+78 |
| | | | | | Fix bug in quoting of those replies. Make it remove @ signs from name part of them. | |||
* | Properly escape HTML when displaying safe_mail_from | francis | 2009-04-08 | -2/+2 |
| | ||||
* | controller, not model! | francis | 2009-04-08 | -2/+2 |
| | ||||
* | A note about ideal situation | francis | 2009-04-07 | -0/+3 |
| | ||||
* | Move TMail monkey patches into their own file | francis | 2009-04-07 | -37/+50 |
| | ||||
* | Remove one of the monkey patches | francis | 2009-04-07 | -15/+7 |
| | ||||
* | Note about where these functions are. | francis | 2009-04-07 | -1/+3 |
| | ||||
* | Start to add test for the mail reply address functions. | francis | 2009-04-07 | -1/+31 |
| | ||||
* | Removing completed task - fixing error on moving incoming message from one ↵ | louise | 2009-04-07 | -11/+0 |
| | | | | request to another | |||
* | acts_as_xapian now does not return a result that has no model - will happen ↵ | louise | 2009-04-07 | -2/+10 |
| | | | | due to offline reindexing in xapian | |||
* | Removed debug line | louise | 2009-04-07 | -1/+0 |
| | ||||
* | Removed completed task - allowing requesters to update the status of their ↵ | louise | 2009-04-07 | -4/+0 |
| | | | | requests | |||
* | Allow request owners or admins to update the status of a request at any time ↵ | louise | 2009-04-07 | -119/+479 |
| | | | | from the main request page | |||
* | Updated a bit. | francis | 2009-04-06 | -38/+35 |
| | ||||
* | Remove real_owning_user method - not required | louise | 2009-04-06 | -34/+3 |
| | ||||
* | Adding a fixture for an admin user | louise | 2009-04-06 | -1/+12 |
| | ||||
* | Added methods to InfoRequest for figuring out if a user is the real owner of ↵ | louise | 2009-04-06 | -4/+65 |
| | | | | the request (not just an admin owner) and if the request needs admin | |||
* | Add a convenience method User.requires_admin_power? for determining whether ↵ | louise | 2009-04-06 | -2/+27 |
| | | | | a user has the power to edit "requires_admin" requests | |||
* | Adding is_owning_user? method to info request to replace logic in ↵ | louise | 2009-04-06 | -1/+35 |
| | | | | RequestController | |||
* | Adding specs for describe_state partial - think this can be reused for new ↵ | louise | 2009-04-03 | -0/+97 |
| | | | | feature to let owner change request status at any time, and want to specify current behaviour before modifying. | |||
* | Add method to info request for getting last event that needs a description - ↵ | louise | 2009-04-03 | -81/+109 |
| | | | | will replace calculation in RequestController | |||
* | Rebuild xapian index before specs that require it - to allow tests to be ↵ | louise | 2009-04-03 | -31/+64 |
| | | | | more independent, so they can be run in any order. Nest specs so that specs that do not need views generated do not have integrate_views set - mocks for these specs can now be simpler. Add new specs and code for handling an update_status param. | |||
* | Allowing extra parameters to be passed to request_url | louise | 2009-04-03 | -3/+31 |
| | ||||
* | Showing bold for changed rows wasn't quite right. | francis | 2009-04-02 | -3/+13 |
| | ||||
* | Need to call h to escape emails here | francis | 2009-04-02 | -1/+1 |
| | ||||
* | FAQ wording tweak - thanks Francis Davey | francis | 2009-04-02 | -9/+6 |
| | ||||
* | Don't render all headers on email | francis | 2009-04-02 | -12/+31 |
| | ||||
* | Get vertical centring right, thanks @dracos | francis | 2009-04-02 | -2/+2 |
| | ||||
* | Mark old responses as require clarification. | francis | 2009-04-02 | -6/+32 |
| | ||||
* | Some change. | francis | 2009-04-01 | -0/+20 |
| | ||||
* | Add icons from Ayesha for new states - thank you Ayesha! | francis | 2009-03-30 | -25/+45 |
| | | | | Show icon on request page itself. | |||
* | Need history loaded in fixture in order to find by it. | francis | 2009-03-30 | -1/+1 |
| | ||||
* | fixed spelling | skenaja | 2009-03-27 | -7/+7 |
| | ||||
* | Only show start of messages by default, with JS toggle to see the | tony | 2009-03-25 | -2/+23 |
| | | | | remainder. |