Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Max 250 any side. | Matthew Somerville | 2012-03-15 | -2/+2 |
| | ||||
* | Merge branch 'redesign' | Matthew Somerville | 2012-03-14 | -10/+58 |
|\ | | | | | | | | | | | | | | | Conflicts: .gitignore notes/INSTALL perllib/FixMyStreet/App/Controller/Photo.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |||
| * | Store full size photos that are uploaded on filesystem, put hash in ↵ | Matthew Somerville | 2012-03-08 | -8/+38 |
| | | | | | | | | database. Fixes #9, basics for #209 (needs light box adding). | |||
| * | Factor out fragment rendering, as additional template paths needs to be passed. | Matthew Somerville | 2012-02-23 | -1/+1 |
| | | ||||
| * | Add fp argument to image script for front page thumbnails, for #226. | Matthew Somerville | 2012-02-22 | -3/+21 |
| | | ||||
* | | Use add() function so as not to have a leap day bug. | Matthew Somerville | 2012-02-29 | -2/+1 |
|/ | ||||
* | remove more hardcoded references to fixed | Struan Donald | 2011-06-21 | -1/+1 |
| | ||||
* | Adapt to Google's image bot requesting strange URLs - can't see them ↵ | Matthew Somerville | 2011-06-16 | -4/+13 |
| | | | | anywhere on the site... | |||
* | Return 404 rather than error from missing template. | Matthew Somerville | 2011-06-13 | -1/+2 |
| | ||||
* | Switch to using c->cobrand->problems to return all problems for a cobrand ↵ | Matthew Somerville | 2011-06-08 | -1/+1 |
| | | | | (so on Barnet only return Barnet problems). | |||
* | find() will always return result if unique key is given, so use search(). | Matthew Somerville | 2011-06-02 | -6/+14 |
| | ||||
* | emptyhome cobrand photos get resized for display | Struan Donald | 2011-05-23 | -2/+2 |
| | ||||
* | display comment photos | Struan Donald | 2011-05-19 | -2/+1 |
| | ||||
* | send out photo with correct headers | Struan Donald | 2011-05-19 | -1/+8 |
| | ||||
* | quick implementation of photo display controller | Struan Donald | 2011-05-16 | -0/+79 |