aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Fix annoying jump when "Get updates" drawer openedMatthew Somerville2016-06-07-2/+2
|
* Simplify use of full-width class.Matthew Somerville2016-06-07-32/+21
|
* Merge branch '1350-stop-map-hiding-behind-header'Matthew Somerville2016-06-03-216/+170
|\
| * [UK] Remove some unnecessary CSS.Matthew Somerville2016-06-03-1/+1
| |
| * Remove user-meta; "Your reports" to "Your account"Zarino Zappia2016-06-03-78/+21
| |
| * Absolutely position map pages.Zarino Zappia2016-06-03-135/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the page layout and code. We add a new #map_sidebar for sidebar positioning, and a $mappage-header-height (defaulting to 4em) variable. We no longer need: * position_map_box; * map_fix; * special visual centre calculation; or * custom pan zoom positioning. As the sidebar now scrolls by itself and nothing can extend outside: * The big-green-banner is set to 100% width (with negative margins no longer required); * For cobrands that have an overhanging sidebar (e.g. Zurich), we add a .with-notes variant that adds a second column to the sidebar, perfect for containing secondary notes about the form. The resizing of the banner also required some tweaking to the size of the chevron-white SVG images. Update the $.fn.drawer() method for the new layout. Works well in IE7+8, and degrades gracefully in IE6. For IE7, we remove the existing z-index hacks, and put a new, simpler, one in, and fix a CSS bug that was hiding the map. Various cobrands are updated to adapt to the changes.
| * Fix couple of variable references in template.Matthew Somerville2016-06-01-2/+2
| |
* | Merge branch 'move-to-libsass'Matthew Somerville2016-05-31-5/+5
|\ \
| * | Consolidate CSS clearfix handling.Matthew Somerville2016-05-31-5/+5
| | | | | | | | | | | | Remove duplicate/alternate definitions, and settle on the name clearfix.
* | | Merge branch 'jonkri-master-new'Matthew Somerville2016-05-31-35/+19
|\ \ \ | |_|/ |/| |
| * | [FixaMinGata] Move suggestions link to FAQ pageJon Kristensen2016-05-31-1/+3
| | |
| * | [FixaMinGata] Extend dos and don'ts informationJon Kristensen2016-05-31-0/+1
| | |
| * | [FixaMinGata] Make submit email easier to parse.Jon Kristensen2016-05-31-5/+5
| | |
| * | [FixaMinGata] Remove Piwik codeJon Kristensen2016-05-31-17/+0
| | |
| * | [FixaMinGata] Add App Store icon and link.Jon Kristensen2016-05-31-1/+1
| | |
| * | [FixaMinGata] Shorten details text.Jon Kristensen2016-05-31-8/+8
| | | | | | | | | | | | Move some of it to dos and don'ts.
| * | [FixaMinGata] Remove link to wiki.ffkp.seJon Kristensen2016-05-31-3/+1
| |/
* / [Stevenage] Responsive header for Stevenage cobrandZarino Zappia2016-05-31-53/+61
|/
* 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