aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Adding postgresql-8.4 to conf/packagesAndrew Perry2012-04-01-0/+1
|
* Needed brackets, dur (bugfix to de7a31da).Matthew Somerville2012-03-23-1/+1
|
* Title is escaped on display, so no need to do it again earlier.Matthew Somerville2012-03-23-3/+3
|
* Don't send cookie on JS files, as can cause session loss.Matthew Somerville2012-03-22-0/+3
|
* Cobrand specific example front page placeholder, start of layout tweaks, fix ↵Matthew Somerville2012-03-22-1069/+1102
| | | | geocoding.
* Initial creation of Bromley cobrand.Matthew Somerville2012-03-22-1476/+1655
|
* Merge remote branch 'lux/bingternational'Matthew Somerville2012-03-22-8/+15
|\
| * Reverse bing geocoding should get the local culture parameterGuillaume RISCHARD2012-03-22-5/+7
| |
| * International support for Bing geocodingGuillaume RISCHARD2012-03-22-4/+9
| |
* | Use correct method names.Matthew Somerville2012-03-21-3/+3
| |
* | If questionnaire says report remains open, show that on report page.Matthew Somerville2012-03-21-69/+90
| |
* | Merge remote-tracking branch 'origin/master'Struan Donald2012-03-20-248/+152
|\ \
| * \ Merge remote branch 'grischard/mapquest'Matthew Somerville2012-03-20-8/+47
| |\ \ | | |/ | |/|
| | * Extra maxResolution option was needed for MapQuest tilesGuillaume2012-03-20-1/+6
| | |
| | * separated file for MapQuestGuillaume2012-03-20-0/+33
| | |
| | * Removed obsolete Osmarender, added MapQuestOpenGuillaume2012-03-20-8/+9
| |/
| * Ignore whensent last update time.Matthew Somerville2012-03-19-4/+4
| |
| * Factor FMS /reports templates back into default, tweak to show fixed and ↵Matthew Somerville2012-03-19-239/+104
| | | | | | | | last updated date.
* | update cleanup text to deal with alternative spellingStruan Donald2012-03-20-2/+25
|/
* Return an error if map clicked outside boundary, fixes #270.Matthew Somerville2012-03-16-4/+14
|
* Put validation strings in external file (fixes #281), tidy to only have one ↵Matthew Somerville2012-03-16-45/+38
| | | | common_header_tags file.
* Seems to be working okay, dial down its output.Matthew Somerville2012-03-15-7/+2
|
* Up contrast on mobile apps logos.Josh Angell2012-03-15-0/+0
|
* Up the contrast on ol.big-numbersJosh Angell2012-03-15-1/+1
|
* Darken the greys.Matthew Somerville2012-03-15-9/+9
|
* Only move pan zoom on around page on mobile.Matthew Somerville2012-03-15-4/+3
|
* Max 250 any side.Matthew Somerville2012-03-15-2/+2
|
* On mobile, make Report a problem a link that scrolls up to the form.Matthew Somerville2012-03-14-3/+9
|
* Typo.Matthew Somerville2012-03-14-1/+1
|
* Put Kasabi import script on cron.Matthew Somerville2012-03-14-0/+4
|
* Manually call setCenter rather than zoomToExtent, so that can force zoom ↵Matthew Somerville2012-03-14-1/+4
| | | | event trigger. Fixes centering of area on area pages, I think.
* Fix CSS generation script for deploy, move report photo up.Matthew Somerville2012-03-14-8/+19
|
* Move password help to where it won't be shown when logged in. Fixes #278.Matthew Somerville2012-03-14-5/+5
|
* Merge remote branch 'origin/kasabi'Matthew Somerville2012-03-14-0/+219
|\
| * Initial Kasabi import/update script.Matthew Somerville2012-03-13-0/+219
| |
* | Merge branch 'redesign'Matthew Somerville2012-03-14-1585/+9762
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore notes/INSTALL perllib/FixMyStreet/App/Controller/Photo.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm
| * | Move most mobile-related JS into resize() so that site keeps working on ↵Matthew Somerville2012-03-14-34/+65
| | | | | | | | | | | | browser resize.
| * | Disable placeholder, interferes badly with current validation.Matthew Somerville2012-03-14-16/+10
| | |
| * | Using Modernizr.mq() breaks e.g. IE form display due to adding to <body> I ↵Matthew Somerville2012-03-14-7/+1
| | | | | | | | | | | | assume. Use the mobile class instead.
| * | Council info pages.Matthew Somerville2012-03-14-17/+419
| | |
| * | Update error message (missed from previous).Matthew Somerville2012-03-14-4/+4
| | |
| * | Changed the placeholder polyfill for a better one that works.Josh Angell2012-03-14-35/+27
| | |
| * | Move the general desktop .content heightfix to the end of the document ready ↵Josh Angell2012-03-14-7/+13
| | | | | | | | | | | | function, that way the fix gets applied after all the page manipulation (for #277)
| * | Fix logged in message to be in proper place for IE6/7 and make the 'fixmy' ↵Josh Angell2012-03-14-0/+7
| |/ | | | | | | yellow in the ie6 gif (for #276)
| * Remove empty li from council mobile page, put in necessary IE CSS for the ↵Matthew Somerville2012-03-13-0/+7
| | | | | | | | third time.
| * Pagination styles and some js fixingJosh Angell2012-03-13-52/+82
| |
| * Tweak hover style for report a problem buttonJosh Angell2012-03-13-1/+1
| |
| * Merge branch 'supercool' of github.com:mysociety/fixmystreet into supercoolJosh Angell2012-03-13-5/+5
| |\
| | * Rename footer help links div.Matthew Somerville2012-03-13-5/+5
| | |
| * | Add placeholder polyfill for IE (see #221) abd also some Ie testing in ↵Josh Angell2012-03-13-48/+66
| |/ | | | | | | general, removed quite a bit that was just breaking layouts in IE.