aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App
Commit message (Collapse)AuthorAgeLines
* Merge remote branch 'origin/master'Struan Donald2011-12-05-0/+41
|\
| * clunky admin interface to rotate images (fixes #11)Struan Donald2011-12-02-0/+41
| |
* | Merge branch 'rss-addresses'Struan Donald2011-11-30-2/+8
|\ \ | |/ |/| | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
| * use format_postcode in rss feeds as wellStruan Donald2011-11-29-3/+1
| |
| * canonicalise postcode for display in RSS titlesStruan Donald2011-11-29-1/+4
| |
| * include nearest road data in rss feed if available, plus testsStruan Donald2011-11-28-3/+2
| |
| * add postcode to problem title in Rss feedStruan Donald2011-11-28-1/+6
| |
| * Merge remote branch 'origin/master' into rss-addressesStruan Donald2011-09-20-8/+26
| |\
| * | sort of working rss address stuff with db caching and populate scriptStruan Donald2011-09-09-2/+3
| | |
* | | Merge remote branch 'origin/master' into js-validationStruan Donald2011-11-18-12/+135
|\ \ \
| * | | count Reading stats from start of November to give useful comparisonStruan Donald2011-11-07-8/+3
| | | |
| * | | add ability to have submission source stats on council reports page and use ↵Struan Donald2011-10-28-7/+15
| | | | | | | | | | | | | | | | for reading cobrand
| * | | Do want LBO in EHA.Matthew Somerville2011-10-28-1/+3
| | | |
| * | | Remove RSS feeds from EHA.Matthew Somerville2011-10-28-0/+1
| | | |
| * | | Remove some things from EHA website.Matthew Somerville2011-10-28-1/+1
| | | |
| * | | return an error if we cannot find the location rather than just bailingStruan Donald2011-10-21-1/+10
| | | |
| * | | actually make the fetching of open311 extra info fields workStruan Donald2011-10-20-12/+8
| | | |
| * | | only add on change handler if there are open311 extra paramsStruan Donald2011-10-20-0/+2
| | | |
| * | | Merge branch 'open311-consumer'Struan Donald2011-10-20-4/+94
| |\ \ \
| | * | | remove javascript eval and send down html insteadStruan Donald2011-10-20-1/+30
| | | | |
| | * | | make the additional information fields work with js update of category dropdownStruan Donald2011-10-20-2/+3
| | | | |
| | * | | Merge remote branch 'origin/master' into open311-consumerStruan Donald2011-10-10-9/+28
| | |\ \ \
| | * \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-08-15/+68
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css web/js/fixmystreet.js
| | * | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-22-38/+210
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: t/app/model/problem.t templates/web/default/report/new/fill_in_details.html web/css/core.css
| | * \ \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-16-78/+335
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm
| | * \ \ \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-09-1/+1
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer
| | * \ \ \ \ \ \ Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-09-39/+533
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer Conflicts: web/css/core.css
| | * | | | | | | | unit tests for extra open311 fields in report pagesStruan Donald2011-08-04-1/+1
| | | | | | | | | |
| | * | | | | | | | configure open311 endpoint etc in admin interfaceStruan Donald2011-08-04-0/+32
| | | | | | | | | |
| | * | | | | | | | yet another attempt at storing the service detail informationStruan Donald2011-08-04-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this time we sort as we store so we don't need to do this every time we display the information
| | * | | | | | | | rejig data structure so we can sort the extra fieldsStruan Donald2011-08-03-1/+1
| | | | | | | | | |
| | * | | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-08-03-7/+22
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into open311-consumer
| | * | | | | | | | | slight neatening of data structure and some html tidy upStruan Donald2011-08-01-3/+5
| | | | | | | | | | |
| | * | | | | | | | | display and save extra info for open311 reportsStruan Donald2011-08-01-2/+27
| | | | | | | | | | |
| * | | | | | | | | | Stop warnings if org is not provided.Matthew Somerville2011-10-10-0/+19
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Ignore London in admin interface, text tweaks.Matthew Somerville2011-09-27-1/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-21-22/+76
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/report/display.html
| * | | | | | | | Decode template files read in with read_file, to prevent double encoding ↵Matthew Somerville2011-09-20-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fixes #159). Also fix Welsh I18N test.
| * | | | | | | | Add explicit as for older version of DBIx::Class or something like that.Matthew Somerville2011-09-13-0/+1
| | | | | | | | |
| * | | | | | | | Hopefully fix issue with council reports pagination display, link in RSS ↵Matthew Somerville2011-09-12-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feed, and nofollow map links.
| * | | | | | | | Fix ever reported no count and link to graph in admin interface.Matthew Somerville2011-09-12-3/+8
| | | | | | | | |
| * | | | | | | | Change JSON response header for browsing map, so is not double-encoded. Add ↵Matthew Somerville2011-09-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests for it.
| * | | | | | | | Fix redirect of old Open311 URIs when they have query parameters.Matthew Somerville2011-09-12-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | split up stats by month instead of stateStruan Donald2011-09-07-8/+27
| | | | | | | |
| * | | | | | | filter stats by councilStruan Donald2011-09-07-8/+25
| | | | | | | |
* | | | | | | | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet ↵Struan Donald2011-09-05-3/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into js-validation Conflicts: templates/web/default/common_header_tags.html
| * | | | | | | Version the JS files.Matthew Somerville2011-09-02-6/+6
| | | | | | | |
| * | | | | | | Disable address in RSS temporarily.Matthew Somerville2011-09-02-2/+2
| | | | | | | |
| * | | | | | | Versioning of CSS files, remove generated CSS files from repo.Matthew Somerville2011-09-02-1/+11
| | | | | | | |
* | | | | | | | do not display spurious name error message when sign in during report ↵Struan Donald2011-09-05-0/+7
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | submission fails