aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Moving view specs to more standard place, moving helper method inside spec ↵louise2009-04-14-21/+21
| | | | scope - will run more reliably when specs run in different orders
* Migration for charity numberstony2009-04-14-0/+12
|
* Moving view specs to more standard place - helps tools like autotest handle ↵louise2009-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 Numbertony2009-04-13-0/+20
|
* Add charity registration number to database & edit form for public bodytony2009-04-13-37/+43
|
* it's -> itstony2009-04-13-4/+4
|
* Adding a flag to allow user model to be saved without reindexing associated ↵louise2009-04-09-11/+64
| | | | models
* Adding specs for track alert emails. All users get updated, which I think ↵louise2009-04-09-1/+94
| | | | causes extra xapian updating
* Reminders sent to users to update the status of their request now use ↵louise2009-04-08-4/+7
| | | | InfoRequest.find_old_unclassified
* Make old_unclassfied function a bit more flexible for reuse elsewhere e.g. ↵louise2009-04-08-39/+67
| | | | in mailing reminders to requesters
* Adding specs for current behaviour of RequestMailer when sending out ↵louise2009-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 ↵louise2009-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 ↵louise2009-04-08-13/+89
| | | | preparation for allowing anyone to edit them
* Notes section is now searched.francis2009-04-08-1/+0
|
* TMail rebuilds address when constructing emails. Move our morefrancis2009-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 stringsfrancis2009-04-08-13/+12
| | | | which are really members of some other class
* Tests for use of different addresses in replies.francis2009-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_fromfrancis2009-04-08-2/+2
|
* controller, not model!francis2009-04-08-2/+2
|
* A note about ideal situationfrancis2009-04-07-0/+3
|
* Move TMail monkey patches into their own filefrancis2009-04-07-37/+50
|
* Remove one of the monkey patchesfrancis2009-04-07-15/+7
|
* Note about where these functions are.francis2009-04-07-1/+3
|
* Start to add test for the mail reply address functions.francis2009-04-07-1/+31
|
* Removing completed task - fixing error on moving incoming message from one ↵louise2009-04-07-11/+0
| | | | request to another
* acts_as_xapian now does not return a result that has no model - will happen ↵louise2009-04-07-2/+10
| | | | due to offline reindexing in xapian
* Removed debug linelouise2009-04-07-1/+0
|
* Removed completed task - allowing requesters to update the status of their ↵louise2009-04-07-4/+0
| | | | requests
* Allow request owners or admins to update the status of a request at any time ↵louise2009-04-07-119/+479
| | | | from the main request page
* Updated a bit.francis2009-04-06-38/+35
|
* Remove real_owning_user method - not requiredlouise2009-04-06-34/+3
|
* Adding a fixture for an admin userlouise2009-04-06-1/+12
|
* Added methods to InfoRequest for figuring out if a user is the real owner of ↵louise2009-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 ↵louise2009-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 ↵louise2009-04-06-1/+35
| | | | RequestController
* Adding specs for describe_state partial - think this can be reused for new ↵louise2009-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 - ↵louise2009-04-03-81/+109
| | | | will replace calculation in RequestController
* Rebuild xapian index before specs that require it - to allow tests to be ↵louise2009-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_urllouise2009-04-03-3/+31
|
* Showing bold for changed rows wasn't quite right.francis2009-04-02-3/+13
|
* Need to call h to escape emails herefrancis2009-04-02-1/+1
|
* FAQ wording tweak - thanks Francis Daveyfrancis2009-04-02-9/+6
|
* Don't render all headers on emailfrancis2009-04-02-12/+31
|
* Get vertical centring right, thanks @dracosfrancis2009-04-02-2/+2
|
* Mark old responses as require clarification.francis2009-04-02-6/+32
|
* Some change.francis2009-04-01-0/+20
|
* Add icons from Ayesha for new states - thank you Ayesha!francis2009-03-30-25/+45
| | | | Show icon on request page itself.
* Need history loaded in fixture in order to find by it.francis2009-03-30-1/+1
|
* fixed spellingskenaja2009-03-27-7/+7
|
* Only show start of messages by default, with JS toggle to see thetony2009-03-25-2/+23
| | | | remainder.