aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
Commit message (Collapse)AuthorAgeLines
* Allow request owners or admins to update the status of a request at any time ↵louise2009-04-07-26/+26
| | | | from the main request page
* 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.
* Should use flash.now if not redirectingtony2009-03-23-2/+2
|
* Banned users can't make follow ups any more.francis2009-03-18-1/+8
|
* Option to ban users.francis2009-03-09-14/+22
|
* Blank out emails in outgoing messages. Hope I've got every case.francis2009-03-07-6/+5
|
* Change email warning a bit, and make a few warnings into red errors, rather ↵francis2009-03-07-6/+8
| | | | than green notices.
* Change it to ask "what best describes the status of this request now"francis2009-02-27-4/+7
| | | | | | 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.
* Patch from Tony Bowden to still display requests pages even if Xapian not ↵francis2009-02-27-4/+8
| | | | set up.
* Fix typofrancis2009-01-23-2/+2
|
* Fix typofrancis2009-01-23-2/+2
|
* Change wording of front page (due to Karl).francis2009-01-10-1/+6
| | | | Make view requests link go to successful ones by default, rather than sent ones, so is more encouraging.
* Don't strip emails etc. from PDFs, won't work.francis2008-12-04-2/+2
|
* Don't specifically mention internal review there.francis2008-11-17-3/+3
|
* Improve help.francis2008-11-17-2/+2
|
* Better help when new request madefrancis2008-11-11-2/+6
|
* Detect mime type of files by looking inside them if all else fails.francis2008-11-10-1/+4
| | | | | Set file extension to appropriate one for mime type, so when Apache caches it it can guess right mime type again later.
* Improve message when you enter not held state.francis2008-11-07-3/+12
|
* Default internal review text, and URL.francis2008-11-07-2/+4
|
* Properly show if internal review when choosing it in follow up radio button, butfrancis2008-11-07-1/+6
| | | | remember we came from radio button rather than specific action.
* Lots more internal review stuff.francis2008-11-07-9/+19
|
* Better wording.francis2008-11-06-3/+3
|
* Lots of the code for internal review state.francis2008-11-05-2/+10
|
* Show images properlyfrancis2008-10-28-2/+5
|
* Cache HTML versions of attachmentsfrancis2008-10-28-5/+6
|
* Code to flexibly remove text from requests, configured via database.francis2008-10-27-6/+6
|
* Why you don't need to include your email to get a reply.francis2008-10-25-6/+8
|
* More publically to publiclyfrancis2008-10-25-3/+3
|
* OK OK, no click here :)francis2008-10-17-2/+2
|
* fixed spellingskenaja2008-10-17-2/+2
|
* Convert PDFs to HTML alsofrancis2008-10-17-6/+5
|
* View Word docs as HTMLfrancis2008-10-17-7/+34
|
* Use link to main request page with # ref in emails announcing new responses.francis2008-10-17-60/+62
| | | | | Deprecate completely the describe_state view - just use it as a controller action which does the state description.
* Suggest annotation when you've used information found.francis2008-10-16-2/+2
|
* Link to unhappy page for partially successful.francis2008-10-16-2/+2
|
* Remove details field now not used.francis2008-10-14-2/+2
|
* Wording changefrancis2008-10-09-2/+2
|
* Put URL of last viewed request / authority in contact form emails.francis2008-10-07-5/+10
| | | | | Get rid of details box for requires_admin, as people were using it unnecessarily, instead direct to contact form on next page.
* State of a request when response is to be by post.francis2008-10-03-1/+19
|
* Donation links when someone marks a request as successful.francis2008-10-02-3/+3
|
* Remove unnecessary checks.francis2008-09-24-10/+4
|
* Let super users change status of requires_admin requests from main sitefrancis2008-09-24-2/+8
|
* Make it so you have to be logged in already to see followup form before ↵francis2008-09-22-14/+23
| | | | writing your followup.
* Call follow ups replies again when they are replies.francis2008-09-22-1/+4
| | | | | Use better wording from Matthew for links for replies. Add reply/follow up to last message as action in list of actions at bottom.
* Add signature on followups too.francis2008-09-22-1/+2
|
* Force user to describe undescribed old requests before making a new one, iffrancis2008-09-22-2/+16
| | | | | they are logged in and with a reasonable error margin so hopefully not too annoying.
* Set default signature to be your name if you are logged in.francis2008-09-22-2/+3
|
* Print page numbers on user page, request listing page, similar page.francis2008-09-14-1/+8
| | | | Use right count on user page.
* Page cache attachments.francis2008-09-12-1/+2
|
* Don't let bots crawl search results or similar request pages.francis2008-09-03-1/+6
|