aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Spec tweak to work with debugging infolouise2009-05-05-1/+2
|
* Redirecting cron output temporarily and adding debug info to track down ↵louise2009-05-05-10/+11
| | | | regexp warning
* Stuff.francis2009-04-29-3/+0
|
* Text change to encourage people to update the status of old requestslouise2009-04-27-7/+7
|
* Use regexpsfrancis2009-04-27-2/+2
|
* Factor out common bit of tests into a function.francis2009-04-27-28/+14
|
* Don't allow reply to Auto_Reply emailsfrancis2009-04-27-6/+53
|
* Wording improvement regarding clarificationfrancis2009-04-27-1/+1
|
* Minor updates.francis2009-04-23-6/+1
|
* Reindex if prominence changed toofrancis2009-04-23-4/+4
|
* Get multiline URLs right.francis2009-04-23-0/+28
|
* Don't be greedy, or will eat to many newlines that span to next URL.francis2009-04-23-2/+4
|
* use the new is_incoming_message? etc methodstony2009-04-23-18/+18
|
* Cope with multiline onesfrancis2009-04-23-1/+2
|
* Format (some) links in angle brackets that have newlines in themfrancis2009-04-23-0/+22
|
* Add is_incoming_message?/is_outgoing_message?/is_comment? so we can justtony2009-04-23-1/+30
| | | | ask "event.is_incoming_message?" instead of "!event.incoming_message.nil?"
* Empty list of updates if not logged intony2009-04-23-2/+2
|
* Poll a bit more often.francis2009-04-23-3/+3
|
* Only need to do this reindexing on updates, not initial save during creation ↵francis2009-04-23-4/+4
| | | | of object.
* Reindex only after update, not after initial creationtony2009-04-23-2/+2
|
* Various test fixes.francis2009-04-22-34/+23
|
* Don't allow rebuilding of index while doing incremental update, so no jobs ↵francis2009-04-22-11/+15
| | | | can be lost.
* When URL of request changes, reindex its events.francis2009-04-22-4/+45
|
* Test search for when URL name of user changes.francis2009-04-22-23/+53
| | | | Remove duplicate code that dealt with that already.
* When user's URL changes, update Xapian index of requests made by them.francis2009-04-21-13/+68
|
* Update Xapian properly when body URL changesfrancis2009-04-21-6/+69
|
* Fix bug with not escaping name when used in regexp.francis2009-04-21-2/+21
|
* Script to both make index files and load info about stations into databasefrancis2009-04-21-5/+8
|
* Remove outdated teststony2009-04-16-9/+0
|
* Link to different Charity Commission page that will (hopefully) worktony2009-04-16-1/+1
| | | | | even for Charities who have not yet filed their first return (e.g. London Transport Museum)
* Log when anyone other than the request owner updates its statuslouise2009-04-15-3/+37
|
* Making "update status" link and other text more consistent with the ability ↵louise2009-04-15-15/+77
| | | | of anyone to update the status of an old unclassified request
* Adding explanatory text to form where another person can update the status ↵louise2009-04-15-1/+4
| | | | of an old unclassified request
* Redirect cron mail back to team address, switch off verbose option in ↵louise2009-04-15-5/+3
| | | | update-xapian-index
* First pass at 'river of news' style listing of what's been happeningtony2009-04-14-2/+21
| | | | with things you're tracking.
* Adding form for anyone logged in to update the status of a request that is ↵louise2009-04-14-71/+245
| | | | old and unclassified
* Updated.francis2009-04-14-12/+25
|
* Added method for sending email to requester when someone has updated an old ↵louise2009-04-14-5/+35
| | | | unclassified request
* New email to send to a requester when someone else has updated their old ↵louise2009-04-14-0/+7
| | | | unclassified request
* Allowing xapian reindexing to be skipped if a no_xapian_reindex flag is set ↵louise2009-04-14-21/+70
| | | | on the model
* 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