Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | first pass of using password to loging. needs lots of work still | Struan Donald | 2012-03-15 | -6/+11 |
| | ||||
* | Merge remote-tracking branch 'origin/master' into phonegap | Struan Donald | 2012-03-14 | -197/+236 |
|\ | ||||
| * | Merge branch 'redesign' | Matthew Somerville | 2012-03-14 | -197/+236 |
| |\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore notes/INSTALL perllib/FixMyStreet/App/Controller/Photo.pm perllib/FixMyStreet/Cobrand/FixMyStreet.pm | |||
| | * | Council info pages. | Matthew Somerville | 2012-03-14 | -0/+7 |
| | | | ||||
| | * | Update error message (missed from previous). | Matthew Somerville | 2012-03-14 | -2/+2 |
| | | | ||||
| | * | Update lastupdate timestamp if anything has changed, not just state. | Matthew Somerville | 2012-03-12 | -4/+1 |
| | | | ||||
| | * | Store full size photos that are uploaded on filesystem, put hash in ↵ | Matthew Somerville | 2012-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 Somerville | 2012-03-06 | -4/+3 |
| | | | | | | | | | | | | results in a cobrand. | |||
| | * | Basics of sliding drawer for alerts on around page. | Matthew Somerville | 2012-03-06 | -0/+2 |
| | | | ||||
| | * | Just one list of problems on council pages. | Matthew Somerville | 2012-03-05 | -36/+6 |
| | | | ||||
| | * | List of wards on council page in page footer and sliding in/out. | Matthew Somerville | 2012-03-05 | -1/+2 |
| | | | ||||
| | * | Get test suite all passing again, and fix bug displaying partial photo and ↵ | Matthew Somerville | 2012-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 Somerville | 2012-03-01 | -1/+1 |
| | | | ||||
| | * | Green pin when creating, for #250. | Matthew Somerville | 2012-03-01 | -1/+1 |
| | | | ||||
| | * | All pins yellow, for #250. | Matthew Somerville | 2012-03-01 | -3/+6 |
| | | | ||||
| | * | Fix #261, photos need confirmed time also. | Matthew Somerville | 2012-03-01 | -23/+27 |
| | | | ||||
| | * | Reduce JS pin fetching to only exactly the map that is shown. | Matthew Somerville | 2012-02-29 | -1/+3 |
| | | | ||||
| | * | Reports page wants to know if photo exists. | Matthew Somerville | 2012-02-28 | -0/+1 |
| | | | ||||
| | * | Only need to set additional_template_paths if other variables are being set, ↵ | Matthew Somerville | 2012-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 Somerville | 2012-02-23 | -10/+25 |
| | | | ||||
| | * | Fix nearby photo handling for #227. | Matthew Somerville | 2012-02-23 | -1/+1 |
| | | | ||||
| | * | Nearby list needs photo too, and via nearby object (for #227). | Matthew Somerville | 2012-02-23 | -1/+1 |
| | | | ||||
| | * | Allow photo checking in lists on around page, have five items, for #227. | Matthew Somerville | 2012-02-22 | -1/+2 |
| | | | ||||
| | * | Fix pin display when JS is disabled. | Matthew Somerville | 2012-02-22 | -1/+1 |
| | | | ||||
| | * | Add fp argument to image script for front page thumbnails, for #226. | Matthew Somerville | 2012-02-22 | -3/+21 |
| | | | ||||
| | * | Separate colour and size using StyleMap and Rules, to enable differently ↵ | Matthew Somerville | 2012-02-22 | -1/+2 |
| | | | | | | | | | | | | sized map pins (fixes #228). | |||
| | * | Tentative change to the map pins: change blue to big, can't work out how to ↵ | Josh Angell | 2012-02-21 | -1/+1 |
| | | | | | | | | | | | | | | | | | | get them a different size… Signed-off-by: Josh Angell <josh@supercooldesign.co.uk> | |||
* | | | add in new handler for report submission from phonegap apps | Struan Donald | 2012-03-12 | -0/+58 |
|/ / | ||||
* | | Use add() function so as not to have a leap day bug. | Matthew Somerville | 2012-02-29 | -2/+1 |
| | | ||||
* | | Fix RSS area links on alert page. | Matthew Somerville | 2012-02-10 | -4/+4 |
| | | ||||
* | | Move cache header to under where errors could be shown. | Matthew Somerville | 2012-02-10 | -2/+3 |
| | | ||||
* | | Improve cobrand mapping with ALLOWED_COBRANDS for #215. | Matthew Somerville | 2012-02-06 | -10/+28 |
| | | ||||
* | | make sure admin summary page handle new cobrand structure correctly | Struan Donald | 2012-02-02 | -0/+9 |
|/ | ||||
* | Make FixMyStreet a cobrand, like the others. | Matthew Somerville | 2012-01-30 | -2/+4 |
| | ||||
* | Add some logging of report creation process. | Matthew Somerville | 2012-01-20 | -0/+6 |
| | ||||
* | If password field left blank when reporting/updating, ignore that for ↵ | Matthew Somerville | 2012-01-20 | -2/+4 |
| | | | | | | password setting. This is so if someone temporarily forgets their password, and uses email confirmation to confirm without setting a new password, their old password isn't lost. | |||
* | Remove some unused cobrand functions, start of a base class. | Matthew Somerville | 2012-01-20 | -104/+79 |
| | ||||
* | Give all council cobrands a common parent to use. | Matthew Somerville | 2012-01-13 | -246/+97 |
| | ||||
* | Fix bug in admin interface deleting a mark-fixed comment. | Matthew Somerville | 2012-01-11 | -1/+1 |
| | ||||
* | If on staging site, look up last mod time of file each time, if cached ↵ | Matthew Somerville | 2012-01-10 | -1/+1 |
| | | | | somewhere. | |||
* | missed BCI -> FMS setting | Struan Donald | 2012-01-09 | -1/+1 |
| | ||||
* | deal with missing geocode data when generating nearest road text in email alerts | Struan Donald | 2011-12-13 | -4/+6 |
| | ||||
* | Merge remote branch 'origin/master' | Struan Donald | 2011-12-05 | -0/+42 |
|\ | ||||
| * | clunky admin interface to rotate images (fixes #11) | Struan Donald | 2011-12-02 | -0/+41 |
| | | ||||
| * | Add Southampton on to geocode queries if not present. Fixes #128 | Struan Donald | 2011-12-02 | -0/+1 |
| | | ||||
* | | Merge branch 'rss-addresses' | Struan Donald | 2011-11-30 | -18/+119 |
|\ \ | |/ |/| | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Problem.pm | |||
| * | use format_postcode in rss feeds as well | Struan Donald | 2011-11-29 | -3/+1 |
| | | ||||
| * | move format postcode to cobrand so can be overridden if outside uk | Struan Donald | 2011-11-29 | -14/+21 |
| | | ||||
| * | tidy up nearest street and postcode adding code | Struan Donald | 2011-11-29 | -10/+26 |
| | | ||||
| * | canonicalise postcode for display in RSS titles | Struan Donald | 2011-11-29 | -1/+4 |
| | |