Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop, fix ↵ | Seb Bacon | 2011-09-05 | -41/+92 |
|\ | | | | | | | conflicts | |||
| * | Fix integration test breaking custom states spec | David Cabo | 2011-09-03 | -18/+2 |
| | | ||||
| * | Remove hardcoded site name from test | David Cabo | 2011-09-03 | -1/+1 |
| | | ||||
| * | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | David Cabo | 2011-09-03 | -9/+62 |
| |\ | ||||
| * | | Fix test: sign-in step is after Preview request, not before | David Cabo | 2011-09-01 | -1/+1 |
| | | | ||||
| * | | Due to ca6fd3700c7c439d6ea969afcba2d2656d5b123f, theme_display_status for ↵ | David Cabo | 2011-09-01 | -10/+10 |
| | | | | | | | | | | | | custom states needs to be a class method | |||
| * | | Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵ | David Cabo | 2011-09-01 | -12/+79 |
| |\ \ | | | | | | | | | | | | | to match new wireframes) | |||
| | * \ | Merge branch 'asktheeu' into asktheeu-new-design | David Cabo | 2011-08-22 | -30/+151 |
| | |\ \ | ||||
| | | * \ | Merge branch 'fixes' into asktheeu | David Cabo | 2011-08-17 | -19/+140 |
| | | |\ \ | ||||
| | | | * | | Refactor fixes to #142 and #143, new implementation much simpler to understand | David Cabo | 2011-08-17 | -20/+19 |
| | | | | | | ||||
| | | | * | | Support editing of public bodies simultaneously in all locales (closes #143) | David Cabo | 2011-08-17 | -11/+16 |
| | | | | | | ||||
| | | | * | | Make public body creation tests more robust | David Cabo | 2011-08-17 | -2/+4 |
| | | | | | | ||||
| | | | * | | Extend "new public body" form to support multiple locales (closes #142) | David Cabo | 2011-08-17 | -8/+56 |
| | | | | | | ||||
| | | * | | | Update tests to reflect sign-in is now before Preview when making new request | David Cabo | 2011-08-13 | -12/+13 |
| | | | | | | ||||
| | | * | | | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-08-12 | -35/+297 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/cy/app.po locale/de/app.po locale/es/app.po locale/fr/app.po locale/sq/app.po locale/sr/app.po locale/sr@latin/app.po | |||
| | | * | | | | implementing new request wireframes: new page to select authority to write to | David Cabo | 2011-08-02 | -0/+35 |
| | | | | | | | ||||
| | | * | | | | merging from master branch | David Cabo | 2011-08-02 | -0/+18 |
| | | |\ \ \ \ | ||||
| | | * \ \ \ \ | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-30 | -52/+108 |
| | | |\ \ \ \ \ | ||||
| | | * \ \ \ \ \ | Merge branch 'master' of github.com:sebbacon/alaveteli into asktheeu | David Cabo | 2011-07-28 | -3/+39 |
| | | |\ \ \ \ \ \ | ||||
| | | * | | | | | | | Adapting New Request flow to new wireframes: added type ahead search when ↵ | David Cabo | 2011-07-26 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating new requests | |||
* | | | | | | | | | | Flash a message to users from outside the deployed country, telling them ↵ | Seb Bacon | 2011-09-05 | -0/+31 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | about either (a) a website in their country, or (b) the existence of Alaveteli to help them make one themselves. Closes #124. | |||
* | | | | | | | | | Store user's locale against profile, so we can send them localised track ↵ | Seb Bacon | 2011-09-03 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emails. Also internationalize more strings at the same time. Fixes #163. | |||
* | | | | | | | | | Provide a search function on the user profile pages. Closes #138. | Seb Bacon | 2011-09-01 | -0/+7 |
| | | | | | | | | | ||||
* | | | | | | | | | Make custom track queries have readable names. Closes #169. | Seb Bacon | 2011-09-01 | -0/+10 |
| | | | | | | | | | ||||
* | | | | | | | | | Make the general search return requests only, by default | Seb Bacon | 2011-09-01 | -3/+8 |
| | | | | | | | | | ||||
* | | | | | | | | | Fixes to get tests pass following new design changes | Seb Bacon | 2011-09-01 | -5/+5 |
|/ / / / / / / / | ||||
* | | | | | | | | Merge branch 'develop' into new-base-design-seb | Seb Bacon | 2011-08-30 | -7/+66 |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Additional changes omitted from commit ↵ | Seb Bacon | 2011-08-30 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9d8388c03d0faeaca29d233a340c58bd65f28a97 (distinguish 404s and 500s), fixes #161. | |||
| * | | | | | | | | Distinguish between 404s and other errors. Fixes #161. | Seb Bacon | 2011-08-30 | -0/+61 |
| | | | | | | | | | ||||
* | | | | | | | | | Attempt to merge current develop to theme | Seb Bacon | 2011-08-29 | -63/+232 |
|\| | | | | | | | | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | Add tests & fixes for new search/filtering functionality | Seb Bacon | 2011-08-29 | -0/+102 |
| | | | | | | | | ||||
| * | | | | | | | work around TestRequest bug to get tests to pass | Seb Bacon | 2011-08-29 | -4/+2 |
| | | | | | | | | ||||
| * | | | | | | | Fixes to get tests to pass following addition of new search / filter ↵ | Seb Bacon | 2011-08-29 | -17/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality | |||
| * | | | | | | | Merge branch 'develop' of git@github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-08-25 | -41/+104 |
| |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | Refactor fixes to #142 and #143, new implementation much simpler to understand | David Cabo | 2011-08-23 | -20/+19 |
| | | | | | | | | | ||||
| | * | | | | | | | Support editing of public bodies simultaneously in all locales (closes #143) | David Cabo | 2011-08-23 | -11/+16 |
| | | | | | | | | | ||||
| | * | | | | | | | Make public body creation tests more robust | David Cabo | 2011-08-23 | -2/+4 |
| | | | | | | | | | ||||
| | * | | | | | | | Extend "new public body" form to support multiple locales (closes #142) | David Cabo | 2011-08-23 | -8/+56 |
| | | | | | | | | | ||||
| | * | | | | | | | Extend CSV import to support additional fields (short name, home page...) | David Cabo | 2011-08-23 | -23/+32 |
| | | | | | | | | | ||||
| * | | | | | | | | Anneal brittle test | Robin Houston | 2011-08-24 | -1/+3 |
| |/ / / / / / / | ||||
* / / / / / / / | first stab at improved home page | Seb Bacon | 2011-08-22 | -4/+4 |
|/ / / / / / / | ||||
* | | | | | / | Add test for generation of HTML versions of attachments. As a side-effect, ↵ | Seb Bacon | 2011-08-17 | -0/+8 |
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | make some of the HTML more valid. Prerequisite for addressing issue #108. | |||
* | | | | | | Merge branch 'master' of github.com:sebbacon/alaveteli | David Cabo | 2011-08-16 | -1/+38 |
|\ \ \ \ \ \ | ||||
| * | | | | | | Internationalise the salution, making sure it's OK to miss out the public ↵ | Seb Bacon | 2011-08-15 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | body name as they might in French. Fixes #134. | |||
| * | | | | | | Fix template syntax error. Closes #136 | Seb Bacon | 2011-08-15 | -0/+7 |
| | | | | | | | ||||
| * | | | | | | New files I forgot to add in a7df6f479f452503e3a9 | Seb Bacon | 2011-08-15 | -0/+9 |
| | | | | | | | ||||
| * | | | | | | Monkey patch around bug that was stripping out quotes from search phrases. ↵ | Seb Bacon | 2011-08-15 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #38 | |||
* | | | | | | | Don't fail if a body has the same url_name in several locales (closes #139) | David Cabo | 2011-08-16 | -0/+14 |
|/ / / / / / | ||||
* | | | | | | When displaying information about how overdue something is, use values from ↵ | Seb Bacon | 2011-08-12 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | the config file, rather than hard coded ones. Fixes #130. | |||
* | | | | | | Force elinks to assume UTF8 character set for its input (used when making ↵ | Seb Bacon | 2011-08-12 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | plain text versions of HTML email) |