aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeLines
* Link to Charity Commission website where we have a Charity Numbertony2009-04-13-0/+3
|
* Add charity registration number to database & edit form for public bodytony2009-04-13-36/+40
|
* Adding a flag to allow user model to be saved without reindexing associated ↵louise2009-04-09-3/+5
| | | | models
* Reminders sent to users to update the status of their request now use ↵louise2009-04-08-2/+5
| | | | InfoRequest.find_old_unclassified
* Make old_unclassfied function a bit more flexible for reuse elsewhere e.g. ↵louise2009-04-08-23/+41
| | | | in mailing reminders to requesters
* Moving logic for determining old and unclassified requests to the model in ↵louise2009-04-08-13/+25
| | | | preparation for allowing anyone to edit them
* TMail rebuilds address when constructing emails. Move our morefrancis2009-04-08-8/+8
| | | | | | 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-12/+10
| | | | | 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
|
* Remove one of the monkey patchesfrancis2009-04-07-3/+7
|
* Note about where these functions are.francis2009-04-07-1/+3
|
* Allow request owners or admins to update the status of a request at any time ↵louise2009-04-07-105/+123
| | | | from the main request page
* Remove real_owning_user method - not requiredlouise2009-04-06-6/+2
|
* Added methods to InfoRequest for figuring out if a user is the real owner of ↵louise2009-04-06-2/+12
| | | | 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-1/+6
| | | | 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/+6
| | | | RequestController
* Add method to info request for getting last event that needs a description - ↵louise2009-04-03-1/+6
| | | | will replace calculation in RequestController
* Rebuild xapian index before specs that require it - to allow tests to be ↵louise2009-04-03-1/+2
| | | | 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/+8
|
* Showing bold for changed rows wasn't quite right.francis2009-04-02-3/+11
|
* 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
|
* Mark old responses as require clarification.francis2009-04-02-1/+27
|
* Add icons from Ayesha for new states - thank you Ayesha!francis2009-03-30-1/+1
| | | | Show icon on request page itself.
* fixed spellingskenaja2009-03-27-7/+7
|
* Only show start of messages by default, with JS toggle to see thetony2009-03-25-2/+23
| | | | remainder.
* Only show censor rules table if there are some.tony2009-03-25-18/+22
|
* Don't show annotations table if there aren't anytony2009-03-25-25/+31
|
* Use simple_format() to make text more readable, and wrap YAML in pretony2009-03-25-10/+17
| | | | tags.
* Use Flash.nowtony2009-03-24-3/+3
|
* Reform Trust seems to be dropping the JRSST Charitable Trust brand,francis2009-03-24-1/+1
| | | | as that page is broken now. So link to top level page.
* Show some stats on number of publication schemes entered.tony2009-03-24-1/+6
|
* Should use flash.now if not redirectingtony2009-03-23-2/+2
|
* Rollback 14514 and 14515 - model can't call methods in general_controllertony2009-03-22-17/+11
|
* use new xapian_requests method in Body controllertony2009-03-22-10/+6
|
* Add 'xapian_requests' methods to PublicBodytony2009-03-22-1/+10
|
* Make body controller use new model search methodtony2009-03-22-19/+8
|
* Add PublicBody.find_by_urlname method that falls back to historic namestony2009-03-22-1/+19
|
* Use attribute-based finder rather than rolling our own query.tony2009-03-20-2/+3
|
* Index the notes field.francis2009-03-18-2/+3
|
* Yuck, needs a duplicate or erases actual list.francis2009-03-18-2/+2
|
* Paginate requests list on authorities page.francis2009-03-18-28/+53
|
* Don't range search index bodies and users, doesn't make sense really.francis2009-03-18-4/+2
|
* Banned users can't make follow ups any more.francis2009-03-18-5/+16
|
* Wording change from Tony.francis2009-03-18-1/+1
|
* Whoops, didn't remove slashes from subjects.francis2009-03-17-3/+10
|
* Simplify wording morefrancis2009-03-17-5/+1
|