aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeLines
* Now we remind after 1 week, only put in admin after 10 daysfrancis2008-07-14-2/+2
|
* Don't modify the string - copy it before modifying, or else main email ↵francis2008-07-09-2/+2
| | | | config gets damaged.
* Give email address on contact form.francis2008-07-09-1/+4
|
* Store incoming messages which aren't to a valid request in a holding pen, andfrancis2008-07-08-10/+29
| | | | let people move them from admin interface.
* not_apply option to say that FOI law doesn't apply (rather than just wefrancis2008-06-23-6/+6
| | | | don't have an email)
* If you actually sign out, make it session cookie.francis2008-06-12-1/+2
|
* Actually give a message if cookies are disabled.francis2008-06-12-1/+8
|
* Change to using (signed) cookies for session data.francis2008-06-12-14/+55
| | | | "Remember me" checkbox which sets cookie expiry dates.
* Get admin user name workingfrancis2008-06-10-4/+9
|
* Date and order for things needing classification.francis2008-06-10-4/+5
|
* Make search tracks work for queries with dots and slashes.francis2008-05-27-2/+6
|
* Warning about postcodes or emails appearing in outgoing requests.francis2008-05-27-1/+14
|
* Support authorities to which only EIR requests can be made.francis2008-05-27-2/+2
|
* Search of authorities by tag.francis2008-05-26-1/+2
|
* Cope with #s in URLs for post redirects.francis2008-05-21-3/+11
|
* Admin classify after 1 week, not 2 weeks.francis2008-05-21-2/+2
|
* Show people tracking same query, when you are on search page.francis2008-05-21-3/+3
| | | | | | | | | Put name of admin user rather than import_csv. Send automated email to remind people to clarify their request. Send response overdue alerts multiple times for one request (if it becomes overdue again after a clarification etc.) Overdue response alert email click through shows how many days overdue it is near where you write your reply.
* They are authorities, not bodies.francis2008-05-21-2/+2
|
* Bullet list in credits on about page.francis2008-05-21-10/+8
| | | | | | | | | | | Rename rss_at to described_at. Email alerts based on date of description, not just creation date (so don't miss things that were created before alert but described only recently) Tidy up when described vs. newest is used for sort order. Caching of text extracted from attachments, and display in search results. Add some tests for things that aren't tested. (alright, maybe we *should* use git/hg if I'm going to keep doing this many separate commits on a train)
* Use described order for success lists.francis2008-05-19-4/+4
|
* Allow search by described.francis2008-05-19-3/+3
|
* Prevent sending of follow up messages for anti-spam marked requests. Sincefrancis2008-05-19-16/+20
| | | | there is no point being able to send follow ups if you won't get respones!
* Option to stop new respones for individual requests which for whatever reasonfrancis2008-05-19-2/+5
| | | | are getting spam.
* Fix broken next page stuff.francis2008-05-18-2/+8
|
* Show more similar requests.francis2008-05-18-13/+14
| | | | Remove display of requests to same person / authority as overlaps too much anyway.
* Oops.francis2008-05-18-1/+2
|
* Show similar requests, based on important terms.francis2008-05-18-2/+5
|
* Show tracks in admin interface.francis2008-05-16-0/+25
|
* Redirect was wrong.francis2008-05-15-2/+2
|
* Find existing tracks more precisely, rather than hitting ones with samefrancis2008-05-15-2/+2
| | | | query but different type.
* Track things for arbitary search queries.francis2008-05-15-2/+20
|
* Test code for search separated by type.francis2008-05-15-2/+2
|
* Separate out three kinds of search resultfrancis2008-05-15-16/+19
|
* Wording changefrancis2008-05-12-3/+15
|
* Track requests by a particular user.francis2008-05-12-2/+20
|
* Track new requests to a particular public authority.francis2008-05-12-3/+21
|
* Alert about successful requests.francis2008-05-12-7/+22
|
* Generalise links to tracking.francis2008-05-12-6/+4
|
* Slightly better generic messagefrancis2008-05-12-2/+2
|
* Show if already tracking new requests.francis2008-05-12-8/+7
|
* Track new requests.francis2008-05-12-6/+20
|
* Fix various things to do with event statuses. Oops.francis2008-05-12-4/+4
|
* Mask emails from Word docs etc.francis2008-05-05-1/+6
|
* Button to destroy incoming messages.francis2008-05-05-1/+23
|
* Slightly nicer highlighting - at least ignore the prefix and date range bits.francis2008-04-30-6/+2
|
* Remove unsued html_highlight paramfrancis2008-04-30-2/+2
|
* Fix up test code with Xapian.francis2008-04-30-1/+3
|
* Do collapsing for search, but not for email or RSSfrancis2008-04-30-10/+10
|
* Get date range searches working.francis2008-04-30-6/+11
|
* Change from acts_as_solr to acts_as_xapianfrancis2008-04-24-16/+15
|