aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Collapse)AuthorAgeLines
* Move category hashes into own lib, to be sure they don't cause leak.francis2009-09-14-82/+3
|
* Some spelling mistakes.francis2009-09-14-3/+3
|
* Indent better.francis2009-09-14-74/+74
|
* Constants must be capsfrancis2009-09-10-8/+8
|
* Generate these static tables not in the functions, so they don't get madefrancis2009-09-10-16/+6
| | | | each time function is called (and they never got freed then for some reason)
* Unescape url encodings in document attachment names, if they crazily have themfrancis2009-09-09-1/+5
|
* Change algorithm for showing filenames so works with odd cases betterfrancis2009-09-09-2/+23
|
* Show better when pdftohtml failsfrancis2009-09-09-5/+14
|
* Advertise WDTK on HTML conversion pages.francis2009-09-09-1/+10
|
* Remove unused thing.francis2009-09-09-2/+2
|
* Allow follow ups to defunct/not_apply authorities which still have a valid ↵francis2009-09-08-8/+16
| | | | email.
* Check address to when working out holding pen addressfrancis2009-09-08-2/+4
|
* Move defunct out into its own tag.francis2009-09-08-6/+13
|
* Move not_apply out of request_email into tagfrancis2009-09-08-5/+13
|
* Needs some wrapping.francis2009-09-08-3/+6
|
* Some things to improve admin page presentation of events.francis2009-09-08-1/+37
|
* Make a copyfrancis2009-09-07-4/+4
|
* Wrong comment fixed.francis2009-09-07-4/+4
|
* Change even if not censored.francis2009-09-07-25/+22
|
* Apply email censor rules a) to HTML conversions, b) to PDfsfrancis2009-09-07-4/+18
|
* Don't allow numeric only URL names.francis2009-09-07-6/+6
| | | | Test the URL name code a bit.
* Look up request just by id, not using hash, on holding pen pages.francis2009-09-07-2/+20
|
* Slightly improve query.francis2009-09-02-2/+2
|
* More form validation tweaks.francis2009-08-27-2/+4
|
* Don't really need to validate url_name, just gives bogus errors.francis2009-08-27-2/+1
|
* Put tags (with links) in column on list of bodies admin interface tables.francis2009-08-26-1/+4
| | | | Interface to mass add tags to all bodies in admin search result.
* Reindex in Xapian when censor rules change.francis2009-08-21-6/+9
|
* Apply censor rules to PDFs (seems to work!)francis2009-08-20-2/+32
|
* Fix subtle bug, which caused error with old data and new ↵francis2009-08-19-16/+5
| | | | not-sending-to-auto-annotations code
* Don't send alert for annotation on your own request.francis2009-08-18-4/+5
|
* Don't allow duplicate followup messages to the same request.francis2009-08-18-4/+20
| | | | Prevent requests, followups and annotations which have all capitals or all lowercase letters.
* Some (as yet unused) profile photo code done on a whim on the train while itfrancis2009-08-05-1/+100
| | | | was my birthday.
* Destroy outgoing messages button.francis2009-07-21-2/+14
|
* In Passenger, the directory path is relative, so with the chdir need to just ↵francis2009-07-17-2/+2
| | | | | | use current directory in call to tempfile.
* Comment.francis2009-07-16-1/+4
|
* Use same spacing as rest of WDTK code (albeit not the Rails standard)francis2009-07-16-3/+3
|
* Added schools.francis2009-07-14-2/+3
|
* Ignore an error in expanding an attached zipfile when indexing textlouise2009-07-09-2/+6
|
* Requester only prominence.francis2009-07-03-7/+19
|
* Consistent use of sincerely/faithfully (patch thanks to David)francis2009-06-30-2/+2
|
* Use caching that allows pre-authentication.francis2009-06-30-7/+11
| | | | | Add test code for hidden requests. Make super users able to view hidden requests.
* Mark various automatic alerts on requests to requesters as being auto-generated,francis2009-06-27-2/+17
| | | | | and set envelope-from to blackhole (as not much to be done if they fail, and they will only happen once).
* Auto-generated header on tracks.francis2009-06-27-4/+6
|
* Obvious bug.francis2009-06-27-3/+3
|
* Annotate models update.francis2009-06-26-48/+49
|
* "hidden" option to completely hide requests (from everyone except ↵francis2009-06-23-3/+11
| | | | administrator screens).
* Strip HTML from snippets of notes search.francis2009-06-16-1/+5
|
* Change name of historic URL finding function.francis2009-06-16-4/+6
| | | | Make it remove duplicates - so if finds same short name multiple times in history of one body, it returns that body.
* Fix bug where follow up to defunct authority would cause errors.francis2009-06-16-2/+16
|
* Cope with .gz compressed log filesfrancis2009-06-16-4/+15
|