aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* New locale files from new scripts. Miraculously, most translation strings ↵Matthew Somerville2011-06-09-7094/+5649
| | | | have been maintained.
* nget a phrase to stop it being duplicated in the .po file, and some more ↵Matthew Somerville2011-06-09-11/+29
| | | | missing strings.
* Migrate gettext-extract to find all the new strings.Matthew Somerville2011-06-09-45/+48
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-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 Somerville2011-06-09-2/+7
| | | | | | | | as elsewhere.
| * Some more missing translated strings.Matthew Somerville2011-06-09-29/+29
| |
* | more admin tests for update editing and report searchingStruan Donald2011-06-09-6/+212
| |
* | avoid undefined string in ne warningStruan Donald2011-06-09-7/+9
|/
* untranslated stringsStruan Donald2011-06-09-14/+14
|
* add comment explaining about OPTION_EMAIL_VHOST settingStruan Donald2011-06-09-0/+2
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-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 Somerville2011-06-09-608/+151
| |
* | search report testsStruan Donald2011-06-09-0/+26
| |
* | uris in emails should always be absoluteStruan Donald2011-06-09-1/+1
|/
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-06-09-138/+85
|\ | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Transfer comment count function.Matthew Somerville2011-06-09-18/+15
| |
| * Centralise problem report loading, 404/410 checking.Matthew Somerville2011-06-09-34/+10
| |
| * Migrate recent_photos to new ResultSet, nice joining with ↵Matthew Somerville2011-06-09-86/+60
| | | | | | | | problem_find_nearby procedure.
* | admin edit report testsStruan Donald2011-06-09-0/+339
| |
* | Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-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 runEdmund von der Burg2011-06-09-1/+4
| |
* | Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-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 Somerville2011-06-09-104/+169
| | | | | | | | functions.
* | Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-06-08-1/+18
|\| | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-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 failingStruan Donald2011-06-08-0/+8
| | |
| * | set URIs to be relative so they work with our auth redirectionStruan Donald2011-06-08-0/+7
| | |
| * | add Catalyst::Plugin::SmartURI so we can have relative URIs in the admin ↵Struan Donald2011-06-08-1/+3
| | | | | | | | | | | | interface
* | | switch to using c->cobrand->problems instead of site restrictionStruan Donald2011-06-08-6/+4
| |/ |/|
* | Merge branch 'migrate_to_catalyst' of ↵Edmund von der Burg2011-06-08-216/+162
|\| | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
| * Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-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 Somerville2011-06-08-25/+44
| | | | | | | | | | | | (so on Barnet only return Barnet problems).
| | * Move some more functions.Matthew Somerville2011-06-08-68/+80
| | |
| | * Start moving stuff out of Problems.pm, do JSON as per its better-way comment.Matthew Somerville2011-06-08-147/+67
| | |
| * | remove unneeded redirectStruan Donald2011-06-08-5/+0
| |/
* / Added ability to parse out details from packagesEdmund von der Burg2011-06-08-3/+33
|/
* Removal of old Cobrand.pm and last .Matthew Somerville2011-06-07-692/+14
|
* allow /admin to workStruan Donald2011-06-07-1/+1
|
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-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 Somerville2011-06-07-396/+106
| |
| * Final bits of Page.pm gone.Matthew Somerville2011-06-07-77/+65
| |
| * Remove fake_q and most of now-unused Page.pm.Matthew Somerville2011-06-07-746/+41
| |
* | implement allowed actions and remove remaining old codeStruan Donald2011-06-07-67/+25
| |
* | move summary count fetching out to result setsStruan Donald2011-06-07-42/+70
|/
* Merge branch 'migrate_to_catalyst' of ↵Struan Donald2011-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 Somerville2011-06-07-35/+26
| | | | | | | | page heading not a link.
| * Improve email headers in emails sent.Matthew Somerville2011-06-07-67/+35
| |
* | admin timelineStruan Donald2011-06-07-88/+250
| |
* | Template::Plugin::DateTime::FormatStruan Donald2011-06-07-0/+2
|/
* Remove S. Cambs.Matthew Somerville2011-06-07-1214/+0
|