Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | New locale files from new scripts. Miraculously, most translation strings ↵ | Matthew Somerville | 2011-06-09 | -7094/+5649 |
| | | | | have been maintained. | |||
* | nget a phrase to stop it being duplicated in the .po file, and some more ↵ | Matthew Somerville | 2011-06-09 | -11/+29 |
| | | | | missing strings. | |||
* | Migrate gettext-extract to find all the new strings. | Matthew Somerville | 2011-06-09 | -45/+48 |
| | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-09 | -31/+36 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Stop empty string warning, delete some test users, and use same n/a string ↵ | Matthew Somerville | 2011-06-09 | -2/+7 |
| | | | | | | | | as elsewhere. | |||
| * | Some more missing translated strings. | Matthew Somerville | 2011-06-09 | -29/+29 |
| | | ||||
* | | more admin tests for update editing and report searching | Struan Donald | 2011-06-09 | -6/+212 |
| | | ||||
* | | avoid undefined string in ne warning | Struan Donald | 2011-06-09 | -7/+9 |
|/ | ||||
* | untranslated strings | Struan Donald | 2011-06-09 | -14/+14 |
| | ||||
* | add comment explaining about OPTION_EMAIL_VHOST setting | Struan Donald | 2011-06-09 | -0/+2 |
| | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-09 | -608/+151 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Move remaining language emails to templates and out of .po file. | Matthew Somerville | 2011-06-09 | -608/+151 |
| | | ||||
* | | search report tests | Struan Donald | 2011-06-09 | -0/+26 |
| | | ||||
* | | uris in emails should always be absolute | Struan Donald | 2011-06-09 | -1/+1 |
|/ | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-09 | -138/+85 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Transfer comment count function. | Matthew Somerville | 2011-06-09 | -18/+15 |
| | | ||||
| * | Centralise problem report loading, 404/410 checking. | Matthew Somerville | 2011-06-09 | -34/+10 |
| | | ||||
| * | Migrate recent_photos to new ResultSet, nice joining with ↵ | Matthew Somerville | 2011-06-09 | -86/+60 |
| | | | | | | | | problem_find_nearby procedure. | |||
* | | admin edit report tests | Struan Donald | 2011-06-09 | -0/+339 |
| | | ||||
* | | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-09 | -1/+4 |
|\| | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Fix missing module needed for module-manage.pl preventing initial run | Edmund von der Burg | 2011-06-09 | -1/+4 |
| | | ||||
* | | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-09 | -104/+169 |
|\| | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Move the tricky nearby DB call to its own Result/ResultSet, and move more ↵ | Matthew Somerville | 2011-06-09 | -104/+169 |
| | | | | | | | | functions. | |||
* | | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-08 | -1/+18 |
|\| | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-08 | -3/+33 |
| |\ | | | | | | | | | | | | | | | | | | | ssh://struan@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst Conflicts: perl-external/minicpan/modules/02packages.details.txt.gz | |||
| * | | skip tests if no entry in secret table rather than failing | Struan Donald | 2011-06-08 | -0/+8 |
| | | | ||||
| * | | set URIs to be relative so they work with our auth redirection | Struan Donald | 2011-06-08 | -0/+7 |
| | | | ||||
| * | | add Catalyst::Plugin::SmartURI so we can have relative URIs in the admin ↵ | Struan Donald | 2011-06-08 | -1/+3 |
| | | | | | | | | | | | | interface | |||
* | | | switch to using c->cobrand->problems instead of site restriction | Struan Donald | 2011-06-08 | -6/+4 |
| |/ |/| | ||||
* | | Merge branch 'migrate_to_catalyst' of ↵ | Edmund von der Burg | 2011-06-08 | -216/+162 |
|\| | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-08 | -211/+162 |
| |\ | | | | | | | | | | ssh://struan@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| | * | Switch to using c->cobrand->problems to return all problems for a cobrand ↵ | Matthew Somerville | 2011-06-08 | -25/+44 |
| | | | | | | | | | | | | (so on Barnet only return Barnet problems). | |||
| | * | Move some more functions. | Matthew Somerville | 2011-06-08 | -68/+80 |
| | | | ||||
| | * | Start moving stuff out of Problems.pm, do JSON as per its better-way comment. | Matthew Somerville | 2011-06-08 | -147/+67 |
| | | | ||||
| * | | remove unneeded redirect | Struan Donald | 2011-06-08 | -5/+0 |
| |/ | ||||
* / | Added ability to parse out details from packages | Edmund von der Burg | 2011-06-08 | -3/+33 |
|/ | ||||
* | Removal of old Cobrand.pm and last . | Matthew Somerville | 2011-06-07 | -692/+14 |
| | ||||
* | allow /admin to work | Struan Donald | 2011-06-07 | -1/+1 |
| | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-07 | -1219/+212 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Creation of new Southampton cobrand, removal of old cobrands. | Matthew Somerville | 2011-06-07 | -396/+106 |
| | | ||||
| * | Final bits of Page.pm gone. | Matthew Somerville | 2011-06-07 | -77/+65 |
| | | ||||
| * | Remove fake_q and most of now-unused Page.pm. | Matthew Somerville | 2011-06-07 | -746/+41 |
| | | ||||
* | | implement allowed actions and remove remaining old code | Struan Donald | 2011-06-07 | -67/+25 |
| | | ||||
* | | move summary count fetching out to result sets | Struan Donald | 2011-06-07 | -42/+70 |
|/ | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-06-07 | -102/+61 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Language switch links on EHA remember what page they were on, and make front ↵ | Matthew Somerville | 2011-06-07 | -35/+26 |
| | | | | | | | | page heading not a link. | |||
| * | Improve email headers in emails sent. | Matthew Somerville | 2011-06-07 | -67/+35 |
| | | ||||
* | | admin timeline | Struan Donald | 2011-06-07 | -88/+250 |
| | | ||||
* | | Template::Plugin::DateTime::Format | Struan Donald | 2011-06-07 | -0/+2 |
|/ | ||||
* | Remove S. Cambs. | Matthew Somerville | 2011-06-07 | -1214/+0 |
| |