aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Merge branch '1410-email-template'Matthew Somerville2016-05-25-343/+347
|\
| * Use only one templating system for emails.Matthew Somerville2016-05-25-343/+347
| | | | | | | | | | | | | | Historically, emails sent offline (alerts, questionnaires, etc) used a different templating system from those sent by the website (e.g. login emails), though the newer system was also being used for the site name and signature of offline emails.
* | Merge branch '694-summary-string-template-tidy'Matthew Somerville2016-05-25-107/+31
|\ \ | |/ |/|
| * Add a couple of template hooks to report/_mainMatthew Somerville2016-05-24-106/+18
| | | | | | | | This removes the need for the Oxfordshire cobrand to override.
| * Move processed_summary_string function to templateMatthew Somerville2016-05-24-1/+13
| | | | | | | | Fixes #694.
* | [fixmystreet.com] Only output experiment on live.Matthew Somerville2016-05-24-0/+2
|/
* Add search boxes to admin index page, move stats.Matthew Somerville2016-05-20-33/+67
| | | | Move most index page statistics to their own pages.
* Improve in-place moderation UIZarino Zappia2016-05-18-116/+122
| | | | | | | | | | | This rearranges the moderation UI into logical chunks, and improves the 'revert to original' checkboxes by: - hiding them unless there's some original text to revert to - displaying the text that will be reverted to in the appropriate input fields when checked. Part of mysociety/FixMyStreet-Commercial#731
* Update OpenLayers to fix Google Maps layer.Matthew Somerville2016-05-17-2/+2
| | | | This uses the master branch of OpenLayers 2.
* [fixmystreet.com] Add standard mySociety footer.Zarino Zappia2016-05-10-51/+87
| | | | | | | | | | | Like a number of recent council cobrands, we remove parts of the default desktop footer and append our own responsive one in `footer_extra.html`. This also updates the FixMyStreet app logos (for fixmystreet.com and any other cobrands that use them) to the most recent style of Apple / Google sanctioned badges. Fixes #1385.
* Version 1.8.2.v1.8.2Matthew Somerville2016-05-03-1/+1
|
* Fix missing end label tag.Matthew Somerville2016-04-27-0/+1
| | | | This was erroneously removed in 0fe0f7e1.
* [SeeSomething] Fix typo.Matthew Somerville2016-04-22-1/+3
|
* Remove unneeded template variable.Matthew Somerville2016-04-22-4/+2
|
* Merge branch '1383-remove-dead-projects'Matthew Somerville2016-04-22-3158/+174
|\
| * Remove final web/fixmystreet templates.Matthew Somerville2016-04-20-292/+165
| | | | | | | | And associated, e.g. nothing references fixmystreet-old-box.js any more.
| * Remove some unused cobrands.Matthew Somerville2016-04-20-2866/+9
| |
* | [UK] Use absolute link in unresponsive template.Matthew Somerville2016-04-22-1/+1
| | | | | | | | This template may be shown in the mobile app.
* | Merge remote-tracking branch 'origin/twitter-login'Matthew Somerville2016-04-22-6/+36
|\ \ | |/ |/|
| * Add Twitter social login.Matthew Somerville2016-04-08-6/+36
| |
* | Merge remote-tracking branch 'origin/1302-support-pngs'Matthew Somerville2016-04-20-34/+35
|\ \
| * | Add PNG image support.Matthew Somerville2016-04-08-9/+9
| | | | | | | | | | | | | | | | | | | | | Store image type along with hash in photo column, and use that when outputting images / generating URLs. Make sure all public photo URL generation goes through appropriate functions, and change temp URLs so the filename can be output directly from the list.
| * | Use correct URL for partial report photo.Matthew Somerville2016-04-08-1/+1
| | | | | | | | | | | | | | | Since multiple photo support, partial photos can only be looked at via their temporary URL, not their confirmed one.
| * | Update remaining cobrand multiple photo templates.Matthew Somerville2016-04-08-26/+27
| |/
* / Use better link to reports on admin body page.Matthew Somerville2016-04-20-1/+1
|/ | | | Remove unused body/area ID URL code.
* Show right body user form value for fixed reports.Matthew Somerville2016-03-31-4/+4
| | | | | The form element contains 'fixed', so we need to strip the user/council part of the actual state. Fixes #1369.
* [fixmystreet.com] Move country lookup client side.Matthew Somerville2016-03-31-11/+0
| | | | | There's no need for the IP->country lookup, only used in JavaScript to display a banner, to require a call to the FixMyStreet server.
* [Angus] Link to Angus on FMS for councils pagesDave Arter2016-03-31-2/+5
|
* Merge branch '1348-header-nesting-issue'Matthew Somerville2016-03-30-12/+12
|\
| * [fixmystreet.com] Merge different list templates.Matthew Somerville2016-03-30-8/+8
| |
| * Switch list item heading from h4 to h3.Matthew Somerville2016-03-30-4/+4
| | | | | | | | This stops the front page header nesting skipping a level.
* | [Oxfordshire] Add emergencies-only templated response message for street ↵Dave Arter2016-03-30-1/+6
|/ | | | | | lighting reports Fixes mysociety/FixMyStreet-Commercial#767
* [Angus] Add clickable street light layer to report mapDave Arter2016-03-29-0/+13
| | | | | | | | | | | | | | | | | Angus provide a WFS endpoint for their existing streetlight assets and known faults. This commit: - Displays clickable markers when the 'street lighting' category is selected on the report a problem page. - Displays known faults on the map - Includes a custom OpenLayers build for the Angus cobrand that includes WFS support The custom code for adding the layers to the map is within position_map.js, as this seemed to be currently the best place for cobrand-specific map logic.
* [Angus] Cobrand module, templates & designDave Arter2016-03-29-0/+165
| | | | | This adds a cobrand for Angus Council that fits in with their existing styling on angus.gov.uk
* Default new category creation to confirmed.Matthew Somerville2016-03-29-1/+1
| | | | Fixes #1266.
* [fixmystreet.com] Update tips text.Matthew Somerville2016-03-23-8/+9
| | | | Fixes #1362.
* [fixmystreet.com] Some fixes to A/B edge cases.Matthew Somerville2016-03-18-1/+3
| | | | Better contrast; don't show on /about/council.
* [fixmystreet.com] Add conversion tracking code.Matthew Somerville2016-03-18-0/+19
| | | | Fixes #1345.
* Add labels for subsequent photo form inputs.Matthew Somerville2016-03-11-0/+14
|
* Merge branch '1341-friendly-ab-test'Matthew Somerville2016-03-11-0/+75
|\
| * [fixmystreet.com] Friendly A/B test setup.Zarino Zappia2016-03-11-0/+75
| | | | | | | | | | | | | | | | Includes a smiley, bright yellow homepage, and updated nav bar and footer across the entire site; a few content changes; request for gender information from users. Fixes #1341.
* | Remove empty page.Matthew Somerville2016-03-11-9/+0
|/
* Merge branch '1325-multiple-report-images'Matthew Somerville2016-03-08-2/+8
|\
| * Wrap multiple report/update photos onto one line.Zarino Zappia2016-03-08-2/+8
| |
* | Remember user's last anonymous state.Matthew Somerville2016-03-04-9/+17
|/ | | | | If a user is logged in, use their last report/update to set the default anonymity state.
* Version 1.8.v1.8Matthew Somerville2016-03-02-4/+4
| | | | | Add things missing from README, pull from Transifex, merge in new translations, bump version number.
* [fixmystret.com] Add separate house rules page.Matthew Somerville2016-02-26-9/+68
|
* Consolidate base/fixmystreet contact templates.Matthew Somerville2016-02-26-268/+135
| | | | Put FAQ/contact/privacy sidebar in its own template.
* Show remembered uploaded photos when Back used.Matthew Somerville2016-02-10-28/+0
| | | | | | | | | | The uploaded_files solution in cbdfcad6, to show already uploaded files stored in upload_fileid, worked if you submitted the form to the server and had it returned, but did not show remembered photos if you used the browser's Back button to return to the form from another page. Instead, always read the data from upload_fileid, which works whichever way you have come to the page. Fixes #1332.
* Merge remote-tracking branch 'mysociety/add-osm-link-to-email'Matthew Somerville2016-02-09-0/+6
|\