aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Collapse)AuthorAgeLines
* Some spelling and case changesfrancis2008-10-20-3/+3
|
* Added Cambridge Colleges, Oxford Colleges, Royal Military Colleges,johncross2008-10-19-4/+11
| | | | | | | | | | | | | | | | | University Colleges, Housing Associations and Professional Buying Organisations. http://www.qaa.ac.uk/international/studentGuide/English_readers.asp University A university is an independent, self-governing body, empowered by a Royal Charter, Act of Parliament or the Privy Council to develop its own courses and award its own degrees. University college A university college is a publicly designated, independent, self-governing body that can award its own taught degrees.
* Convert PDFs to HTML alsofrancis2008-10-17-7/+7
|
* View Word docs as HTMLfrancis2008-10-17-1/+32
|
* Use link to main request page with # ref in emails announcing new responses.francis2008-10-17-3/+3
| | | | | Deprecate completely the describe_state view - just use it as a controller action which does the state description.
* Don't allow reply to invalid addresses, or to postmaster@ addresses.francis2008-10-17-8/+32
| | | | | Centralise some of the display of names for replies. Note in comment other parts that need centralising.
* Remove details field now not used.francis2008-10-14-9/+6
|
* Adding fire and rescue services to the list of categories.johncross2008-10-12-2/+3
|
* MINOR EDITjohncross2008-10-12-2/+2
| | | | Changed an upper case "W" to lower case "w"
* Added a category for waste disposal authorities. Tag:"wda". We havejohncross2008-10-12-1/+2
| | | | | | | | | | six in the database and that we have all of them: "The Greater Manchester Waste Disposal Authority was one of six statutory authorities created under the Local Government Act 1985 to carry out the waste management functions and duties of the Metropolitan County Councils after their abolition in 1986." [http://www.gmwda.gov.uk/]
* Put URL of last viewed request / authority in contact form emails.francis2008-10-07-3/+5
| | | | | Get rid of details box for requires_admin, as people were using it unnecessarily, instead direct to contact form on next page.
* Give link to user page if logged in user uses contact form.francis2008-10-03-3/+3
|
* State of a request when response is to be by post.francis2008-10-03-10/+10
|
* Option to hide comments.francis2008-10-02-5/+31
|
* Added Regional Park Authorities as a category. Added Parish Councils asjohncross2008-09-27-4/+6
| | | | | | a category. Changed order of local/regional categories. New authorities to be added (ref: WDTK 25092008-1023-4)
* Sort tag searches on admin pages by name.francis2008-09-25-2/+2
|
* Don't try and send response reminders for holding pen, it won't work if thefrancis2008-09-25-2/+2
| | | | messages have been moved out.
* Remove WDTK signup links.francis2008-09-24-1/+4
|
* Let super users change status of requires_admin requests from main sitefrancis2008-09-24-1/+5
|
* Make fully_destroy work right with new separate raw_email table.francis2008-09-23-5/+5
| | | | Add redeliver_incoming event so recorded where message was moved from.
* User better boolean operatorsfrancis2008-09-23-2/+2
|
* Annotate models.francis2008-09-22-28/+37
|
* Fix up test code, and some bugs relating to splitting out raw_email data.francis2008-09-22-13/+29
|
* Annotate models.francis2008-09-22-26/+27
|
* Add function to list emails you might followup to.francis2008-09-22-2/+34
|
* Set default signature to be your name if you are logged in.francis2008-09-22-2/+11
|
* Fix up regexps so checking that you do sign works.francis2008-09-22-5/+6
|
* Send requires_admin message from the user who marked it up, so can reply to ↵francis2008-09-21-3/+3
| | | | it more easily.
* Sort by time, not just by date when sorting by created_atfrancis2008-09-13-9/+29
|
* Edit annotations.francis2008-09-13-1/+2
|
* Speed up list page query.francis2008-09-13-2/+8
|
* Fix bug in call to sort_by_ascending (boolean || true is always true!) in ↵francis2008-09-12-4/+4
| | | | | | acts_as_xapian Alter WDTK code to use correct meaning of ascending in Xapian.
* Factor out an SQL fragment.francis2008-09-11-2/+18
|
* Collapse by titlefrancis2008-09-08-2/+10
|
* Try "track this" rather than "email me" wording.francis2008-09-08-9/+9
|
* When tracking a user make it track comments alsofrancis2008-09-08-2/+2
|
* Don't allow nil content typefrancis2008-09-07-1/+5
|
* Prevent whitespace on start of namesfrancis2008-09-07-1/+8
|
* Privacy.francis2008-09-04-2/+4
|
* Link to TMail bug reportfrancis2008-09-04-1/+3
|
* Hack to work round mail parsing problem in TMail.francis2008-09-04-2/+6
|
* Yuck, sorry :)francis2008-09-04-2/+5
|
* Hooray, one less monkeypatch makes the world a better place.francis2008-09-04-3/+3
|
* Migration to Rails 2.1francis2008-09-04-2/+2
|
* Transfer count value correctly and display it.francis2008-09-04-2/+2
|
* Group tracks on user page.francis2008-09-02-1/+20
|
* Allow new responses by web for even stopped requests (stopping is anti-email ↵francis2008-09-02-3/+3
| | | | spam only, so web upload OK)
* Ability for FOI officers to be able to upload responses from their browser.francis2008-09-02-3/+48
|
* Don't need debugging now, seems to work.francis2008-09-01-4/+4
|
* Fix bug (read: severe missing code in TMail) in requoting of email addressesfrancis2008-09-01-4/+26
| | | | that have come externally.