aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Collapse)AuthorAgeLines
* Rollback 14514 and 14515 - model can't call methods in general_controllertony2009-03-22-10/+1
|
* Add 'xapian_requests' methods to PublicBodytony2009-03-22-1/+10
|
* Add PublicBody.find_by_urlname method that falls back to historic namestony2009-03-22-1/+19
|
* Index the notes field.francis2009-03-18-2/+2
|
* 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-1/+4
|
* Whoops, didn't remove slashes from subjects.francis2009-03-17-3/+10
|
* Fix bug with slashes in attachment filenamesfrancis2009-03-17-4/+6
|
* Make it redirect to email subscription # reference in user page when youfrancis2009-03-17-2/+2
| | | | click unsubscribe link in email.
* Do Date-Date arithmetic in days_overduetony2009-03-17-2/+2
|
* Convert date/times into dates.francis2009-03-16-29/+31
|
* Move due date counting code into Holiday classtony2009-03-10-42/+41
|
* Change the holiday checking code to use new model class, rather thantony2009-03-09-57/+5
| | | | hardcoded table of data.
* Update models and schema for new tabletony2009-03-09-34/+53
|
* Move holidays to the databasetony2009-03-09-0/+2
|
* Make holiday list a hash instead of a list, so we can report what thetony2009-03-09-13/+49
| | | | skipped days were
* Note about exim log checking stuff.francis2009-03-09-2/+5
|
* Option to ban users.francis2009-03-09-34/+51
|
* Blank out emails in outgoing messages. Hope I've got every case.francis2009-03-07-12/+27
|
* Remove blackhole for tracksfrancis2009-03-06-2/+4
|
* Factor out due_date_for_request_date (partially - it should really livetony2009-03-06-15/+19
| | | | elsewhere), and add more tests for it
* Make holidays a Set rather than an Array for quicker lookuptony2009-03-06-24/+22
|
* no need to explicitly call self.method_nametony2009-03-06-3/+3
|
* No need to perform overdue check unless status is 'waiting_response' astony2009-03-05-23/+7
| | | | we currently ignore the result otherwise.
* Add publication scheme for public bodies. (New database column and admintony2009-03-04-47/+48
| | | | interface only; public display can come later.)
* Allow deletion of responses with followups.francis2009-02-28-1/+5
|
* Tweak wording.francis2009-02-28-2/+2
|
* Change it to ask "what best describes the status of this request now"francis2009-02-27-3/+15
| | | | | | 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.
* Put word in so can track down these cron emails.francis2009-02-27-2/+2
|
* Fix bug where it was only checking for lower case letters in the title.francis2009-02-27-2/+2
|
* Make links clickable in last edit comment.francis2009-02-12-1/+9
|
* Set a blackhole for envelope from for various messages where we don't carefrancis2009-02-09-8/+15
| | | | about delivery failures (e.g. email alerts)
* Check that we get exim log lines OK.francis2009-02-09-32/+95
| | | | Annotate models.
* Give sourcefrancis2009-02-03-1/+3
|
* Look up DSNsfrancis2009-02-03-1/+72
|
* Remove associated exim logsfrancis2009-02-03-1/+4
|
* Display tracks on public body pagefrancis2009-01-29-1/+2
|
* Remove some debugging.francis2009-01-27-2/+2
|
* Fix some typosfrancis2009-01-27-3/+3
|
* Load exim log files into database.francis2009-01-27-1/+80
|
* Cope with attached emails that don't parse as emails.francis2009-01-26-3/+17
|
* Annotate models.francis2009-01-26-30/+31
|
* Add another mime type for Excel spreadsheets (patch from Peter)francis2009-01-22-2/+2
|
* Hmm.francis2009-01-21-1/+6
|
* Option for withdrawn requests.francis2009-01-14-6/+12
|
* Remove home office passwordsfrancis2009-01-13-1/+8
|
* Added ALMO tagskenaja2009-01-10-1/+2
|
* Destroy outgoing before incoming, as can refer to themfrancis2009-01-02-2/+2
|
* Todo updatefrancis2008-12-29-1/+1
|
* Better output upon error.francis2008-12-18-2/+2
|