Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | remove survey links | Struan Donald | 2014-03-31 | -56/+12 | |
| | |||||
* | Fetch/send archive of modules before/after tests. | Matthew Somerville | 2014-03-30 | -3/+85 | |
| | | | | | | | Before running carton install, see if we have a stored copy of the local directory on ge.tt - if so, download and use that instead. After running the tests, if we didn't download a copy, bundle it up and upload it to ge.tt for use next time. | ||||
* | Allow cobrands to set their own path to pin files | Hakim Cassimally | 2014-03-25 | -8/+25 | |
| | | | | | | | | | New cobrand function of pin_path that sets the path to where the image files for pins are located. Defaults to /i This still means they need to use the same file names but they can at least put those in a cobrand directory rather than having to overwrite the files in /i or fudge it with pin_colour | ||||
* | Add no-op sending method. | Matthew Somerville | 2014-03-22 | -0/+12 | |
| | | | | | This simply always skips reports for this body, in case you need to suspend reports there. Fixes #507. | ||||
* | Ipswich/St Edmundsbury roads handled by Suffolk. | Matthew Somerville | 2014-03-21 | -6/+0 | |
| | |||||
* | Update code.fixmystreet.com references to fixmystreet.org. | Matthew Somerville | 2014-03-19 | -12/+11 | |
| | |||||
* | Change default email indentation to none. | Matthew Somerville | 2014-03-17 | -33/+20 | |
| | | | | | This is very old, no-one seems to want/need it any more, and more than one reuser does not want it. Fixes #715. | ||||
* | Don't mark Swedish title for translation. | Matthew Somerville | 2014-03-14 | -1/+1 | |
| | |||||
* | Merge branch 'css-watcher' | Matthew Somerville | 2014-03-14 | -0/+83 | |
|\ | |||||
| * | CSS watcher | Hakim Cassimally | 2014-03-13 | -0/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | Run with bin/make_css_watch This watches the .scss files in web/cobrands/* and runs the appropriate sass/compass commands (as per bin/make_css) on just those directories with changed files. As a special case, a change to the partials in web/cobrands/sass will cause a rebuild of all cobrands. | ||||
* | | Merge branch 'jonkri-master' | Matthew Somerville | 2014-03-14 | -3/+7 | |
|\ \ | |||||
| * | | Add extra Open311 strings for FixaMinGata | Jon Kristensen | 2014-03-14 | -0/+4 | |
| | | | |||||
| * | | Minor template fixes for FixaMinGata | Jon Kristensen | 2014-03-14 | -3/+3 | |
|/ / | | | | | | | | | * Use correct body name value in submit templates * Update FAQ to link to MySociety's repository instead of our own | ||||
* | | Fix slight regression in cf20c709, to still match all UK cobrands. | Matthew Somerville | 2014-03-13 | -1/+2 | |
| | | |||||
* | | add a contribution guidelines section to readme | Gerald | 2014-03-12 | -0/+9 | |
| | | |||||
* | | Set report->send_questionnaire on report creation | Andy Lulham | 2014-03-12 | -0/+30 | |
|/ | | | | | Include a one-off script that sets send_questionnaire to 0 for all available cobrands that have send_questionnaires set to 0. | ||||
* | [Zurich] basic commandline tool for geocoder | Hakim Cassimally | 2014-03-12 | -0/+46 | |
| | | | | | Also add warning to Geocoder to pass on server error if you are running in development. | ||||
* | Merge branch 'delete-mobile-app-folders' | Matthew Somerville | 2014-03-12 | -36470/+5 | |
|\ | |||||
| * | Add note to README about mobile apps repository | Edmund von der Burg | 2014-03-12 | -0/+5 | |
| | | |||||
| * | Remove the android directory | Edmund von der Burg | 2014-03-12 | -2070/+0 | |
| | | |||||
| * | Remove the iphone directory | Edmund von der Burg | 2014-03-12 | -7612/+0 | |
| | | |||||
| * | Remove the phonegap directory | Edmund von der Burg | 2014-03-12 | -26788/+0 | |
|/ | |||||
* | Add sv_SE to Travis so test using it passes. | Matthew Somerville | 2014-03-12 | -1/+1 | |
| | |||||
* | Add back missing OSM attribution. | Matthew Somerville | 2014-03-12 | -0/+1 | |
| | |||||
* | Use config's EMAIL_DOMAIN in cron email Message-ID. | Matthew Somerville | 2014-03-12 | -2/+2 | |
| | | | | Rather than hardcoded mysociety.org. | ||||
* | Some bits of layout.scss override are variables now, yay. | Matthew Somerville | 2014-03-12 | -22/+7 | |
| | |||||
* | Add test for de47a7f. | Matthew Somerville | 2014-03-12 | -16/+64 | |
| | | | | | | This tests that the default string used by the old-style Open311 update code if there is no incoming string and the report is marked fixed, is translated. | ||||
* | Merge remote branch 'origin/sweden-rebase' | Matthew Somerville | 2014-03-11 | -32/+2362 | |
|\ | | | | | | | | | | | | | Conflicts: bin/update-schema locale/sv_SE.UTF-8/LC_MESSAGES/FixMyStreet.po perllib/FixMyStreet/DB/Result/Body.pm | ||||
| * | Make sure language is set before updating report. | Matthew Somerville | 2014-03-11 | -0/+2 | |
| | | | | | | | | So that e.g. 'Closed by council' is translated. | ||||
| * | Add `external_url' column to `body' table. | Jon Kristensen | 2014-03-11 | -1/+29 | |
| | | |||||
| * | Alter Open311 description to only include English on FixMyStreet. | Jon Kristensen | 2014-03-11 | -13/+14 | |
| | | | | | | | | This could be made cobrand-customisable in future. | ||||
| * | Re-add information for Swedish councils | Jon Kristensen | 2014-03-11 | -0/+5 | |
| | | |||||
| * | Bring back open311-update-reports, GetUpdates.pm and getupdates.t | Jon Kristensen | 2014-03-11 | -0/+301 | |
| | | | | | | | | | | | | This commit reverses the "Remove unused Open311 GetUpdates code." commit. FixaMinGata, the Swedish FixMyStreet cobrand, is still using open311-update-reports. | ||||
| * | Remove hardcoded Swedish translations | Jon Kristensen | 2014-03-11 | -3/+3 | |
| | | |||||
| * | Move Swedish changes from Geocode/OSM.pm to Geocode/FixaMinGata.pm | Jon Kristensen | 2014-03-11 | -26/+214 | |
| | | |||||
| * | Add back translations from forks. | Matthew Somerville | 2014-03-11 | -17/+13 | |
| | | | | | | | | | | Translations previously directly in JS on fork can now be better placed in the translation file, as can some "marked as" strings. | ||||
| * | Rewrite parts of "Information för kommuner" | Jon Kristensen | 2014-03-11 | -8/+18 | |
| | | | | | | | | | | | | | | | | | | | | Specified info@fixamingata.se instead of linking to contact form. Updated the "referensgruppen" list. Added link to logotypes page. Fixes #2. | ||||
| * | Update "introductory" e-mail to municipalities | Jon Kristensen | 2014-03-11 | -13/+14 | |
| | | | | | | | | Fixes #10. | ||||
| * | FixMyStreet.po: Add pointer to specify address | Jon Kristensen | 2014-03-11 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | After having discussed this issue, we decided not to add a separate address field for the time-being. We now encourage users in the "tip" in the description field. (The alternative was to do it in the introductory paragraph of the problem form, but that made the form seem too cluttered.) Fixes #9. | ||||
| * | Fix "Statens vegvesen" bug | Jon Kristensen | 2014-03-11 | -3/+2 | |
| | | | | | | | | Fixes #4. | ||||
| * | Enhance visibility of automatic position link | Jon Kristensen | 2014-03-11 | -0/+6 | |
| | | | | | | | | Fixes #6. | ||||
| * | problem-confirm.txt: Change casing | Jon Kristensen | 2014-03-11 | -1/+1 | |
| | | | | | | | | Fixes #7. | ||||
| * | Updated submit form text. | Jonas Oberg | 2014-03-11 | -3/+8 | |
| | | |||||
| * | Added MapQuest/OSM attribution. | Jonas Oberg | 2014-03-11 | -0/+18 | |
| | | |||||
| * | Updated the language | Jonas Oberg | 2014-03-11 | -10/+16 | |
| | | |||||
| * | Updated language | Jonas Oberg | 2014-03-11 | -24/+25 | |
| | | |||||
| * | Changed language | Jonas Oberg | 2014-03-11 | -1/+1 | |
| | | |||||
| * | Restructured the form to make it simpler to understand. | Jonas Oberg | 2014-03-11 | -31/+25 | |
| | | |||||
| * | fixed search results | Rikard | 2014-03-11 | -41/+22 | |
| | | | | | | | | Now, instead of selecting a potentially bad result, it shows a list of results hashed together using the first three words in display_name. | ||||
| * | Changed hardcoded URL in templates/email/fixamingata/submit.txt to be correct. | Rikard | 2014-03-11 | -1/+1 | |
| | |