Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Tidy up templates, to make it easier to keep in sync. | Matthew Somerville | 2012-07-12 | -276/+24 |
| | ||||
* | 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 |
|/ | ||||
* | add MESSAGE_MANAGER_URL config | Dave Whiteland | 2012-07-11 | -3/+7 |
| | ||||
* | handle no MM messages nicely | Dave Whiteland | 2012-07-11 | -4/+7 |
| | ||||
* | ensure MM URL has a trailing slash | Dave Whiteland | 2012-07-11 | -0/+3 |
| | ||||
* | don't just say 'Error: 0 error' if there's a x-domain error (certainly in FF) | Dave Whiteland | 2012-07-11 | -1/+7 |
| | ||||
* | fix jslint issue | Dave Whiteland | 2012-07-10 | -4/+1 |
| | ||||
* | passing MM message number through service field, callback on view (needs ↵ | Dave Whiteland | 2012-07-10 | -25/+36 |
| | | | | client check to only trigger on rreports created this session) | |||
* | remove some assumptions from MM about what elements are present on the page ↵ | Dave Whiteland | 2012-07-10 | -8/+20 |
| | | | | when js is run | |||
* | jslint-inspired change of JS 'module pattern' here | Dave Whiteland | 2012-07-06 | -53/+61 |
| | ||||
* | jslint fixes | Dave Whiteland | 2012-07-06 | -56/+55 |
| | ||||
* | showing login form after initial call is unexpected, so remove all messages ↵ | Dave Whiteland | 2012-07-05 | -3/+8 |
| | | | | (expect to call /available again to re-populate), closes #18 | |||
* | store MM auth credentials in localstorage to avoid repeat login | Dave Whiteland | 2012-07-05 | -15/+29 |
| | ||||
* | pass the MM message ID into FMS on submit, if there is one | Dave Whiteland | 2012-07-05 | -0/+9 |
| | ||||
* | switch click listener to the radio button (not the li) to make user action ↵ | Dave Whiteland | 2012-07-05 | -2/+2 |
| | | | | unambiguous | |||
* | Call /messages/available on load (and remove spurious extra div) | Dave Whiteland | 2012-07-05 | -2/+2 |
| | ||||
* | login hidden except when needed | Dave Whiteland | 2012-07-05 | -2/+2 |
| | ||||
* | mm layout/locks after /avaible messages are pulled from MM | Dave Whiteland | 2012-07-05 | -36/+57 |
| | ||||
* | MM ajax calls, using message_manager_client.js | Dave Whiteland | 2012-07-04 | -2/+402 |
| | ||||
* | some CSS tweaks | Dave Whiteland | 2012-07-03 | -7/+16 |
| | ||||
* | FMB web fixes | Dave Whiteland | 2012-06-25 | -1/+139 |
| | ||||
* | delete overlooked conflict marker? | Dave Whiteland | 2012-06-25 | -1/+0 |
| | ||||
* | FMB scss needs contrast1_dark declaration | Dave Whiteland | 2012-06-25 | -0/+1 |
| | ||||
* | barnet missing from the compass-using cobrands list in make_css | Dave Whiteland | 2012-06-25 | -1/+1 |
| | ||||
* | Merge branch 'master' into fmb-read-only | Dave Whiteland | 2012-06-25 | -742/+34398 |
|\ | | | | | | | | | | | | | Conflicts: .gitignore bin/make_css perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |||
| * | Only create alert if actual parameters differ, not just cobrand/lang. | Matthew Somerville | 2012-06-21 | -8/+14 |
| | | ||||
| * | Call process_extras() from updates too, so that error checking runs. | Matthew Somerville | 2012-06-21 | -9/+12 |
| | | ||||
| * | Unused variable. | Matthew Somerville | 2012-06-21 | -2/+0 |
| | | ||||
| * | Unneeded code, as is ignored, and same thing happens in Open311.pm anyway. | Matthew Somerville | 2012-06-21 | -8/+0 |
| | | ||||
| * | Fix spelling of this variable. | Matthew Somerville | 2012-06-21 | -1/+1 |
| | | ||||
| * | Treat update calling of extra_name same as reporting does it. | Matthew Somerville | 2012-06-21 | -8/+4 |
| | | ||||
| * | Fix JS validation of name to make sure validName has at least two parts | Struan Donald | 2012-06-21 | -4/+10 |
| | | | | | | | | Change report updates so validName required for Bromley but not elswhere | |||
| * | title is required for updates too | Struan Donald | 2012-06-21 | -1/+1 |
| | | ||||
| * | display category prompts on southampton cobrand | Struan Donald | 2012-06-19 | -15/+89 |
| | | ||||
| * | Signature not available for this template. | Matthew Somerville | 2012-06-19 | -1/+2 |
| | | ||||
| * | make tests pass if run on a Monday | Struan Donald | 2012-06-18 | -10/+12 |
| | | ||||
| * | Change alerts on council cobrands so they link to main | Struan Donald | 2012-06-18 | -4/+155 |
| | | | | | | | | | | | | site if sending alerts about problems not covered by the cobrand. Also remove cobrand restriction from local area alerts | |||
| * | Correct privacy links. | Matthew Somerville | 2012-06-15 | -5/+9 |
| | | ||||
| * | add building readme and both versions of cordova js library | Struan Donald | 2012-06-15 | -0/+10963 |
| | | ||||
| * | add example phonegap app config file | Struan Donald | 2012-06-15 | -0/+5 |
| | | ||||
| * | fix jslint issues and remove unused js files | Struan Donald | 2012-06-15 | -54/+4 |
| | | ||||
| * | Merge branch 'phonegap' | Struan Donald | 2012-06-15 | -0/+21034 |
| |\ | ||||
| | * | remove keep me signed in checkbox as it makes no sense | Struan Donald | 2012-06-15 | -5/+0 |
| | | |