diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-04-01 11:13:32 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-04-01 11:13:32 +0100 |
commit | 4249138c5f1ba30708fe50971c8adf9f93adc1de (patch) | |
tree | 4d7de1c3245964240e23811fd1f2492b24718fbc /notes | |
parent | 53fbccab8e7471fa9e06496a56f136b1edb43351 (diff) |
Change '/reports/new' to '/report/new'
Fix broken links to '/reports/<<id>>'
Get correct base under CGI and FastCGI
Diffstat (limited to 'notes')
-rw-r--r-- | notes/INSTALL-catalyst.txt | 2 | ||||
-rw-r--r-- | notes/catalyst-master-merge-todos.txt | 6 |
2 files changed, 3 insertions, 5 deletions
diff --git a/notes/INSTALL-catalyst.txt b/notes/INSTALL-catalyst.txt index 3d89d48c8..c3dfd0256 100644 --- a/notes/INSTALL-catalyst.txt +++ b/notes/INSTALL-catalyst.txt @@ -102,6 +102,6 @@ Run all the tests using: or a specific test in verbose mode using: - prove -lv t/app/controller/reports_new.t + prove -lv t/app/controller/report_new.t For all the lovely options do 'prove --help'. Note I've made no attempt to make the tests be able to run in parallel, the database fiddling would not be worth it.
\ No newline at end of file diff --git a/notes/catalyst-master-merge-todos.txt b/notes/catalyst-master-merge-todos.txt index 5f87cbc5a..273e0c3cc 100644 --- a/notes/catalyst-master-merge-todos.txt +++ b/notes/catalyst-master-merge-todos.txt @@ -1,7 +1,3 @@ -fix reports/123 to report/123 - -test creation of partial reports - scan through code for all fixmes make email sending respect STAGING @@ -12,3 +8,5 @@ should we ditch flickr import? (does not seem to be getting huge usage and those add js to maps +add 'remember me on this computer' to auth login. What should default session lifetime be? + |