Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Update installation notes to mention Global MapIt and other tweaks. | Matthew Somerville | 2012-07-16 | -28/+39 | |
| | | |||||
| * | Remove old test suite, and some unused config variables, tidying up config file. | Matthew Somerville | 2012-07-16 | -655/+50 | |
| | | |||||
| * | Add XML::RSS and XML::Parser to carton.lock. | Matthew Somerville | 2012-07-16 | -0/+210 | |
| | | |||||
| * | A test for the previous commit 5778fd3 (passes there, fails in b1ccde8). | Matthew Somerville | 2012-07-16 | -0/+82 | |
| | | |||||
| * | Tokens can look at all reports. | Matthew Somerville | 2012-07-16 | -1/+2 | |
| | | |||||
| * | incorporate new dashboard design | Struan Donald | 2012-07-16 | -25/+135 | |
| | | |||||
| * | Move default cobrand to new design. | Matthew Somerville | 2012-07-13 | -9/+121 | |
| | | | | | | | | | | | | | | | | Due to old cobrands, this involves the subclasses implementing the web templates dir to ignore what the default is doing. A vaguely garish yet pleasing colour scheme has been chosen so that the site is both usable and suggests you may want to change it. | ||||
| * | Move UK example places out of default cobrand. | Matthew Somerville | 2012-07-13 | -1/+5 | |
| | | |||||
| * | Make default front page form text non-GB specific. | Matthew Somerville | 2012-07-13 | -16/+11 | |
| | | |||||
| * | Photos always on front page, /reports uses confirmed, not confirmed_local. | Matthew Somerville | 2012-07-13 | -2/+7 | |
| | | |||||
| * | Factor all list display report items into one template. | Matthew Somerville | 2012-07-13 | -90/+33 | |
| | | |||||
| * | Merge a few similar templates into default, brings in couple of minor ↵ | Matthew Somerville | 2012-07-13 | -223/+140 | |
| | | | | | | | | council-based improvements too. | ||||
| * | Now display things are in the templates, inheritance can be tidied up. | Matthew Somerville | 2012-07-13 | -12/+1 | |
| | | |||||
| * | Move all_reports_style functionality to templates. | Matthew Somerville | 2012-07-13 | -113/+98 | |
| | | |||||
| * | Add Nominatim-based geocoding service (fixes #183). | Matthew Somerville | 2012-07-13 | -20/+87 | |
| | | |||||
| * | Always allow OSM as an allowed map type, even if none given. | Matthew Somerville | 2012-07-13 | -2/+2 | |
| | | |||||
| * | If no MAPIT_URL in config, default to the fake one. | Matthew Somerville | 2012-07-13 | -0/+4 | |
| | | |||||
| * | Move banner generation logic out of cobrand code and into templates. | Matthew Somerville | 2012-07-13 | -108/+49 | |
| | | |||||
| * | Remove various UK specific code out of Default cobrand into UK one. | Matthew Somerville | 2012-07-13 | -131/+152 | |
| | | |||||
| * | Have a whole fake mapit (for #182) that works if MAPIT_URL is set accordingly. | Matthew Somerville | 2012-07-13 | -68/+121 | |
| | | | | | | | | | | | | | | | | | | Setting MAPIT_URL to .../fakemapit/ will then return one area, ID 161 and type ZZZ, whatever co-ordinate it is given. This means the default area type is now ZZZ, the UK specific types are moved into the UK cobrands, and the tests updated accordingly to still function (they assume UK-ness a lot, so probably need an ALLOWED_COBRANDS entry of "fixmystreet: 'localhost'" and for your host's domain to show fixmystreet too). | ||||
| * | Factor code so it's only given in one place. | Matthew Somerville | 2012-07-12 | -174/+24 | |
| | | |||||
| * | improve spliting name into first and last names | Struan Donald | 2012-07-10 | -3/+3 | |
| | | |||||
| * | Allow report URL to be cobrand-specific (for places where cobrand links to a ↵ | Matthew Somerville | 2012-07-10 | -6/+28 | |
| | | | | | | | | report that isn't covered by it). | ||||
| * | turn off kasabi export as kasabi is being turned off | Struan Donald | 2012-07-09 | -6/+0 | |
| | | |||||
| * | Factor out hard-coded number into cobrand function. | Matthew Somerville | 2012-07-06 | -1/+11 | |
| | | |||||
| * | Remove unused base_url_for_emails function. | Matthew Somerville | 2012-07-06 | -36/+12 | |
| | | |||||
| * | Make RSS feeds act same as email alerts with links to main site. | Matthew Somerville | 2012-07-06 | -25/+13 | |
| | | |||||
| * | Factor out site_key as that's only used in one place too. | Matthew Somerville | 2012-07-06 | -12/+20 | |
| | | |||||
| * | Factor out the SQL restriction from site_restriction, as it's only used in ↵ | Matthew Somerville | 2012-07-06 | -18/+31 | |
| | | | | | | | | one place. | ||||
| * | if title not present in extra for a Bromley update set it from user | Struan Donald | 2012-07-02 | -0/+12 | |
| | | |||||
| * | Only need last_name as attribute. | Matthew Somerville | 2012-06-28 | -2/+2 | |
| | | |||||
| * | Revert "Unneeded code, as is ignored, and same thing happens in Open311.pm ↵ | Matthew Somerville | 2012-06-28 | -0/+8 | |
| | | | | | | | | | | | | anyway." This reverts commit 65b6b5eba895444aa2fc39f323ddac43bb608ba9. | ||||
| * | Move site restriction to within query, so it is ANDed. | Matthew Somerville | 2012-06-27 | -3/+1 | |
| | | |||||
* | | move localstorage to sessionstorage, and clear on logout | Dave Whiteland | 2012-07-24 | -15/+30 | |
| | | |||||
* | | reintroduce logic for sending external_id to fixmybarangay Open311 | Dave Whiteland | 2012-07-22 | -1/+6 | |
| | | |||||
* | | do not fall back to the default get_council_sender method | Struan Donald | 2012-07-13 | -0/+13 | |
| | | |||||
* | | allow send-reports etc to run on fmb test | Struan Donald | 2012-07-12 | -1/+1 | |
| | | |||||
* | | END token not in braces confuses parser so be a bit more explicit | Struan Donald | 2012-07-12 | -5/+4 | |
| | | |||||
* | | make external_source_id text for flexibility | Struan Donald | 2012-07-12 | -1/+1 | |
| | | |||||
* | | Merge remote-tracking branch 'origin/fmb-read-only' into fmb-read-only | Struan Donald | 2012-07-12 | -276/+24 | |
|\ \ | |||||
| * | | Tidy up templates, to make it easier to keep in sync. | Matthew Somerville | 2012-07-12 | -276/+24 | |
| | | | |||||
* | | | add in external_source and external_source_id to schema | Struan Donald | 2012-07-12 | -1/+5 | |
|/ / | |||||
* | | Merge remote-tracking branch 'origin/fmb-read-only' into fmb-read-only | Struan Donald | 2012-07-12 | -31/+46 | |
|\ \ | |||||
| * | | changed mm_msg_id to external_source_id, and added external_source col | Dave Whiteland | 2012-07-12 | -22/+27 | |
| | | | |||||
| * | | added Message Manager ID (mm_msg_id) column and used it | Dave Whiteland | 2012-07-11 | -12/+23 | |
| | | | |||||
| * | | whoops XXX | Dave Whiteland | 2012-07-11 | -1/+0 | |
| | | | |||||
| * | | Merge remote branch 'origin/fmb-read-only' into fmb-read-only | Dave Whiteland | 2012-07-11 | -2/+8 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: perllib/FixMyStreet/App/Controller/Report/New.pm | ||||
| * | | | reworking mm_msg_id, instead of service | Dave Whiteland | 2012-07-11 | -17/+18 | |
| | | | | |||||
* | | | | have to have a value, even if it is an empty string | Struan Donald | 2012-07-12 | -1/+1 | |
| |/ / |/| | | |||||
* | | | if report generated from message manager pass id to report page | Struan Donald | 2012-07-11 | -2/+9 | |
|/ / |