aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeLines
* Get query rightfrancis2008-09-03-2/+2
|
* Playing with a new frontpage.francis2008-09-03-1/+5
|
* Group tracks on user page.francis2008-09-02-1/+5
|
* Allow new responses by web for even stopped requests (stopping is anti-email ↵francis2008-09-02-2/+2
| | | | spam only, so web upload OK)
* Ability for FOI officers to be able to upload responses from their browser.francis2008-09-02-2/+79
|
* Have a link to the annotation form, rather than the form being on the request.francis2008-09-02-12/+16
| | | | | (Partly to reduce clutter, partly to not overemphasise annotation vs. sending followups. Not sure if this is right, but will try it a bit.)
* Add details box to the requires admin form.francis2008-08-31-3/+3
|
* Preview of followups.francis2008-08-31-3/+9
|
* Remove all email addresses from Word docs, not just ones we know about.francis2008-08-31-2/+2
| | | | e.g. for http://www.whatdotheyknow.com/request/communications_about_whatdotheyk
* Oops.francis2008-08-29-4/+4
|
* 'Doh, missed this one.francis2008-08-29-2/+2
|
* Do not show track field if already tracking.francis2008-08-29-1/+2
|
* By default sign people up to track requests that they annotate upon.francis2008-08-29-3/+22
|
* Admin level field for users.francis2008-08-27-4/+25
| | | | | | Edit users from admin interface. Let admin users classify any request from main website interface. Give admin users links from users/bodies/requests to admin interface.
* Prevent double posting of comments, and test code for that.francis2008-08-26-3/+3
|
* Test code for comments.francis2008-08-26-4/+3
|
* Sort list of requests on your page chronologically by creation time.francis2008-08-21-2/+2
|
* Typo in comment.francis2008-08-20-2/+2
|
* Fix bug which stopped front page search for abbreviated names working.francis2008-08-19-2/+2
|
* Only show destroy button if there are no requests.francis2008-08-14-1/+8
|
* Most of comments code.francis2008-08-13-0/+54
|
* Display RSS link on same line as form for unsubscribe.francis2008-08-09-13/+19
|
* Simplify code a bit. Improve wording of now/already being emailed flash.francis2008-08-08-41/+9
|
* Email alert subscriptions are now private. Remove RSS subscriptions completely,francis2008-08-08-75/+43
| | | | | | | people can use the raw RSS feeds now. This means the way RSS and email alerts are handled is like on other sites, so people will hopefully understand it :) We'll add comments to put back the social stuff we'd hoped having tracks private would gain...
* Feeds/alerts for authorities and users now includes responses and followups asfrancis2008-08-07-4/+10
| | | | | well as original requests. Add RSS autodetection.
* Let adapter compute booleans, so works with sqlite as well as postgresqlfrancis2008-07-30-5/+5
|
* Better error message.francis2008-07-28-2/+2
|
* Oops - make it actually do substring searches still, just using like rather ↵francis2008-07-28-13/+13
| | | | than ilike.
* ILIKE is not in the SQL standard, but is a PostgreSQL extension. Stop using it.francis2008-07-28-13/+13
|
* RSS feeds without tracking (just underlying code, not linked from anywhere yet)francis2008-07-18-3/+21
|
* 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
|