aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Say "Monkeypatch!" near one.francis2007-12-17-3/+35
| | | | Add a monkey patch for setting envelope from.
* Browse requests in admin interface, and allow resending of outgoing message.francis2007-12-17-5/+117
|
* Slightly improve error message texts.francis2007-12-14-4/+4
|
* Show both signin and signup forms still after error, so can choose other.francis2007-12-14-69/+43
|
* Typo.francis2007-12-14-2/+2
|
* Give better error for bad confirmation tokens.francis2007-12-14-12/+18
|
* Get redirects right for proxied admin URLs.francis2007-12-14-22/+19
|
* Give proper contact address in footer.francis2007-12-14-7/+10
|
* Display better when the user hasn't filed any requests.francis2007-12-13-8/+14
|
* Only use sendmail for mail delivery in dev and production, not in test.francis2007-12-13-3/+4
|
* Convert \r\n into \n when formatting email.francis2007-12-13-0/+5
|
* Todo changesfrancis2007-12-13-0/+2
|
* Use sendmail not SMTPfrancis2007-12-13-0/+3
|
* Read default environment from file.francis2007-12-13-3/+12
|
* Hmmfrancis2007-12-13-0/+2
|
* Get incoming email test working.francis2007-12-13-3/+2
|
* Word wrap emails.francis2007-12-12-13/+55
| | | | Fix user id references in test code.
* Plugin for layouts in emails.francis2007-12-11-0/+78
|
* Annotate model files with their members.francis2007-12-11-6/+306
| | | | Type "rake annotate_models" to do this.
* oops.francis2007-12-11-2/+2
|
* Use explicit URL in config for admin base URL.francis2007-12-11-7/+4
|
* Deep evil for the admin interface to work over https.francis2007-11-29-1/+6
|
* Generate relative (i.e. with ../) URLs so they work in proxied https admin ↵francis2007-11-28-9/+13
| | | | interface on live site.
* Various things deploying on live servers.francis2007-11-27-12/+10
|
* Say PostgreSQLfrancis2007-11-27-13/+3
|
* We're using rails 1.2.5, as that is what is in Debian Etch.francis2007-11-27-1/+2
|
* Apache config for FOI sitefrancis2007-11-27-0/+23
|
* Ignore down.htmlfrancis2007-11-27-0/+1
|
* Commentfrancis2007-11-27-1/+3
|
* Stagingfrancis2007-11-27-1/+3
|
* Send email to original requester when response received.francis2007-11-23-13/+55
|
* Remove testfrancis2007-11-23-3/+0
|
* Remove test directory, as not used. See spec now.francis2007-11-23-331/+0
|
* Remove classification under sections of the act as it is pointless (can be donefrancis2007-11-23-138/+48
| | | | | with a regexp, and should probably just be part of a tag system). Save the classification when submitted by the user.
* Factor out display of coresponsedence.francis2007-11-22-58/+175
| | | | Display classification page (crap one that will be abandoned shortly).
* Ability to force authentication as a particular user.francis2007-11-19-29/+98
|
* Add outgoing messages fixture so tests work.francis2007-11-15-2/+22
|
* Model for storing category of response (contains information, rejection etc.)francis2007-11-14-23/+203
|
* A few more tests.francis2007-11-13-1/+10
|
* Change admin interface to use new will_paginate plugin rather than old Railsfrancis2007-11-13-11/+15
| | | | pagination system.
* Test display of incoming emails.francis2007-11-13-17/+17
|
* Test that you can use old short name for public bodies in URLs.francis2007-11-13-2/+18
|
* If there is no FOI request for incoming email to go to, then (for now) insteadfrancis2007-11-13-7/+38
| | | | forward a copy to the administrators.
* Test incoming request response emails.francis2007-11-13-12/+53
|
* Have default text for letter.francis2007-11-09-4/+22
| | | | Prevent sending of letter if unaltered.
* Get user controller to 100% test coverage.francis2007-11-09-27/+53
|
* Add lots more tests.francis2007-11-08-12/+128
| | | | Fix an ACTUAL BUG a test found :)
* Redirect to simplified name URL if given complex onefrancis2007-11-08-24/+15
|
* Some test stubs to force them into code coverage.francis2007-11-08-0/+40
|
* Test for post redirectfrancis2007-11-08-0/+59
|