aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
Commit message (Collapse)AuthorAgeLines
* configure all reports problem style in the cobrandStruan Donald2012-05-02-0/+12
|
* New style map Barnet Cobrand Work in ProgressStruan Donald2012-04-24-0/+8
| | | | | Also, pull out map positioning JS to a separate file to make cobrands a bit more modular.
* Update privacy policy.Matthew Somerville2012-04-19-0/+4
|
* Make sure postalCode is present in result.Matthew Somerville2012-03-30-1/+1
|
* Also treat as same if just same locality and postalcode.Matthew Somerville2012-03-30-1/+3
|
* Ignore some 'duplicate' results in geocoding.Matthew Somerville2012-03-30-0/+8
|
* Typo.Matthew Somerville2012-03-30-1/+1
|
* Also don't output cookie for JPEG files to prevent session loss.Matthew Somerville2012-03-30-2/+3
|
* Photos in report list on /my page, and only show cobranded reports.Matthew Somerville2012-03-26-2/+9
|
* Needed brackets, dur (bugfix to de7a31da).Matthew Somerville2012-03-23-1/+1
|
* 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-0/+19
| | | | geocoding.
* Initial creation of Bromley cobrand.Matthew Somerville2012-03-22-4/+33
|
* Merge remote branch 'lux/bingternational'Matthew Somerville2012-03-22-7/+12
|\
| * Reverse bing geocoding should get the local culture parameterGuillaume RISCHARD2012-03-22-4/+4
| |
| * International support for Bing geocodingGuillaume RISCHARD2012-03-22-4/+9
| |
* | Use correct method names.Matthew Somerville2012-03-21-2/+2
| |
* | If questionnaire says report remains open, show that on report page.Matthew Somerville2012-03-21-2/+19
| |
* | Merge remote-tracking branch 'origin/master'Struan Donald2012-03-20-4/+40
|\ \
| * | separated file for MapQuestGuillaume2012-03-20-0/+33
| |/
| * Ignore whensent last update time.Matthew Somerville2012-03-19-1/+2
| |
| * Factor FMS /reports templates back into default, tweak to show fixed and ↵Matthew Somerville2012-03-19-4/+6
| | | | | | | | last updated date.
* | update cleanup text to deal with alternative spellingStruan Donald2012-03-20-1/+1
|/
* Return an error if map clicked outside boundary, fixes #270.Matthew Somerville2012-03-16-3/+8
|
* Put validation strings in external file (fixes #281), tidy to only have one ↵Matthew Somerville2012-03-16-0/+30
| | | | common_header_tags file.
* Max 250 any side.Matthew Somerville2012-03-15-2/+2
|
* Merge branch 'redesign'Matthew Somerville2012-03-14-197/+236
|\ | | | | | | | | | | | | | | Conflicts: .gitignore notes/INSTALL perllib/FixMyStreet/App/Controller/Photo.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm
| * Council info pages.Matthew Somerville2012-03-14-0/+7
| |
| * Update error message (missed from previous).Matthew Somerville2012-03-14-2/+2
| |
| * Update lastupdate timestamp if anything has changed, not just state.Matthew Somerville2012-03-12-4/+1
| |
| * Store full size photos that are uploaded on filesystem, put hash in ↵Matthew Somerville2012-03-08-106/+97
| | | | | | | | database. Fixes #9, basics for #209 (needs light box adding).
| * Do the stringify/array in the cobrand, for future time when we need multiple ↵Matthew Somerville2012-03-06-4/+3
| | | | | | | | results in a cobrand.
| * Basics of sliding drawer for alerts on around page.Matthew Somerville2012-03-06-0/+2
| |
| * Just one list of problems on council pages.Matthew Somerville2012-03-05-36/+6
| |
| * List of wards on council page in page footer and sliding in/out.Matthew Somerville2012-03-05-1/+2
| |
| * Get test suite all passing again, and fix bug displaying partial photo and ↵Matthew Somerville2012-03-02-2/+35
| | | | | | | | my stupid use of c as a variable.
| * Add 'below' to fix #244, rearrange note slightly to be in better place.Matthew Somerville2012-03-01-1/+1
| |
| * Green pin when creating, for #250.Matthew Somerville2012-03-01-1/+1
| |
| * All pins yellow, for #250.Matthew Somerville2012-03-01-3/+6
| |
| * Fix #261, photos need confirmed time also.Matthew Somerville2012-03-01-23/+27
| |
| * Reduce JS pin fetching to only exactly the map that is shown.Matthew Somerville2012-02-29-1/+3
| |
| * Reports page wants to know if photo exists.Matthew Somerville2012-02-28-0/+1
| |
| * Only need to set additional_template_paths if other variables are being set, ↵Matthew Somerville2012-02-23-2/+1
| | | | | | | | otherwise it comes in automatically from the stash.
| * Factor out fragment rendering, as additional template paths needs to be passed.Matthew Somerville2012-02-23-10/+25
| |
| * Fix nearby photo handling for #227.Matthew Somerville2012-02-23-1/+1
| |
| * Nearby list needs photo too, and via nearby object (for #227).Matthew Somerville2012-02-23-1/+1
| |
| * Allow photo checking in lists on around page, have five items, for #227.Matthew Somerville2012-02-22-1/+2
| |
| * Fix pin display when JS is disabled.Matthew Somerville2012-02-22-1/+1
| |
| * Add fp argument to image script for front page thumbnails, for #226.Matthew Somerville2012-02-22-3/+21
| |
| * Separate colour and size using StyleMap and Rules, to enable differently ↵Matthew Somerville2012-02-22-1/+2
| | | | | | | | sized map pins (fixes #228).