aboutsummaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Include version number on admin config page.Matthew Somerville2013-11-12-1/+3
|
* Add body deletion to admin interface.Matthew Somerville2013-11-11-3/+11
|
* Reorganise admin update list to match report list.Matthew Somerville2013-11-07-9/+9
|
* Add more admin external link icons.Matthew Somerville2013-11-07-8/+8
| | | | Use a relative URL in the CSS in case it's proxied.
* Show a graphic on links to non-admin pagesAndy Lulham2013-11-07-10/+10
| | | | Graphic and css from FMT. Fixes #579.
* Make sure admin start is specified for all the static files.Matthew Somerville2013-11-07-9/+9
|
* fix typo and localise placeholdersDave Whiteland2013-11-07-2/+2
|
* use local jquery ui, not CDN, for admin datepickerDave Whiteland2013-11-07-2/+2
|
* Add placeholder textAndrew Black2013-11-07-2/+4
|
* Create a single date fields and parse as DD/MM/YYYYAndrew Black2013-11-07-2/+4
|
* Add Jquery-ui files, and fixmystreet-admin.jsAndrew Black2013-11-07-1/+3
|
* Create a single fieldAndrew Black2013-11-07-6/+2
|
* remove FixMindelo header, override title insteadDave Whiteland2013-11-05-67/+0
| | | | | The staging banner didn't fit, and .wrapper{position:relative} was breaking things :-( Easier to keep it simple, drop the header and just set the title in the Cobrand module instead.
* More accurate config overriding for Zurich.Matthew Somerville2013-10-24-2/+4
|
* Merge branch 'master' into oxfordshire-usability-recommendationsChris Mytton2013-10-16-173/+316
|\
| * [Zurich] Add missing translation stringChris Mytton2013-10-15-1/+1
| | | | | | | | Part of mysociety/FixMyStreet-Commercial#423
| * [Zurich] Capitalise translationChris Mytton2013-10-15-1/+1
| | | | | | | | Part of mysociety/FixMyStreet-Commercial#423
| * [Zurich] Add user email address validation to the adminChris Mytton2013-10-15-0/+4
| | | | | | | | Closes mysociety/FixMyStreet-Commercial#426
| * [Zurich] Fix styling issue on login formChris Mytton2013-10-15-2/+4
| | | | | | | | Closes #425
| * Upgrade main OpenLayers to 2.13.1.Matthew Somerville2013-10-11-28/+25
| |
| * add box around add body formDave Whiteland2013-09-30-2/+4
| |
| * whitespace tidyupDave Whiteland2013-09-30-140/+140
| |
| * add admin-box to separate 'add category' from 'edit body'Dave Whiteland2013-09-30-3/+4
| |
| * add where-areas-come-from admin hint to body formDave Whiteland2013-09-30-0/+10
| |
| * add 'leave blank' admin hint for can-be-devolvedDave Whiteland2013-09-30-0/+3
| |
| * [Zurich] Add missing translations from feedbackChris Mytton2013-09-26-0/+3
| | | | | | | | Closes mysociety/FixMyStreet-Commercial#420
| * add FixMindelo to site titleDave Whiteland2013-09-25-1/+1
| |
| * remove 'donate' and 'sites' links in fixmindelo, as #557Dave Whiteland2013-09-25-3/+1
| |
| * add FB/fabap links to fixmindelo footer, part of #557Dave Whiteland2013-09-25-1/+19
| |
| * remove FMS-related footer linksDave Whiteland2013-09-25-0/+38
| |
| * add staging banner to fixmindelo, part of #557Dave Whiteland2013-09-25-0/+67
| |
* | Merge branch 'master' into oxfordshire-usability-recommendationsChris Mytton2013-09-25-6/+200
|\|
| * Fix Bromley use of 'no further action'.Matthew Somerville2013-09-25-2/+2
| | | | | | | | | | If SET isn't given, the line means [% foo = ('bar' IF baz) %] rather than [% ([SET] foo = 'bar') IF baz %].
| * [Bromley] Fix right click links in IE8Chris Mytton2013-09-24-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | When IE8 encounters a link with block level elements inside it (i.e. elements with `display: block`) then it won't give the option to "Open in a new tab" when you right click the link. This fix simply makes all elements inside the link inline, which fixes the problem. This is a Bromley-specific fix. Closes FixMyStreet-Commercial/issues#100
| * [Zurich] Display internal notes in separate tableChris Mytton2013-09-23-1/+26
| | | | | | | | | | Closes FixMyStreet-Commercial/issues#405 Closes mysociety/FixMyStreet-Commercial#407
| * [Zurich] Default to not sending rejected emailsChris Mytton2013-09-20-1/+1
| | | | | | | | Closes mysociety/FixMyStreet-Commercial#410
| * [Zurich] Fix link to AV OnlineChris Mytton2013-09-20-2/+2
| | | | | | | | Closes mysociety/FixMyStreet-Commercial#404
| * Correctly list ALLOWED_COBRANDS with hash items.Matthew Somerville2013-09-19-1/+5
| | | | | | | | Thanks to Struan for spotting.
| * Add a view-configuration admin page.Matthew Somerville2013-09-19-0/+140
| | | | | | | | Fixes #561.
* | Merge branch 'master' into oxfordshire-usability-recommendationsChris Mytton2013-09-16-0/+10
|\|
| * add warning in admin if body has no area coveredDave Whiteland2013-09-16-0/+10
| | | | | | | | closes #565
* | Merge branch 'master' into oxfordshire-usability-recommendationsChris Mytton2013-09-13-93/+604
|\|
| * [Zurich] Always render fancybox css/jsChris Mytton2013-09-12-0/+6
| | | | | | | | | | This is so the admin can still display photos in a fancybox when the photo has not yet been published.
| * [Zurich] Use full-size version of photo in adminChris Mytton2013-09-12-2/+2
| |
| * [Zurich] Fix photo thumbnail on admin report_editChris Mytton2013-09-12-2/+2
| | | | | | | | | | Because the report has not yet been published, the image isn't public, so we have to use the .temp.jpeg form of the url.
| * [Zurich] Fix url for admin problem-row photosChris Mytton2013-09-12-4/+2
| |
| * Merge branch 'zurich-optional-problem-rejected-email'Chris Mytton2013-09-12-0/+18
| |\ | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t
| | * [Zurich] Only show automatic reply when status is hiddenChris Mytton2013-09-11-1/+14
| | |
| | * [Zurich] Add send rejected email checkbox to report editChris Mytton2013-09-11-0/+5
| | |
| * | Merge branch 'zurich-mark-external-addresses-deleted'Chris Mytton2013-09-12-4/+9
| |\ \ | | | | | | | | | | | | | | | | Conflicts: t/cobrand/zurich.t