| Commit message (Expand) | Author | Age | Lines |
* | load config from conf/general into FixMyStreet::App | Edmund von der Burg | 2011-02-22 | -17/+11 |
* | Created app using catalyst.pl | Edmund von der Burg | 2011-02-22 | -0/+144 |
* | Delete CPAN module | Edmund von der Burg | 2011-02-22 | -162/+0 |
* | Merge branch 'master' into migrate_to_catalyst | Edmund von der Burg | 2011-02-22 | -104/+203 |
|\ |
|
| * | Translation update. | Matthew Somerville | 2011-02-22 | -1/+1 |
| * | Map JS only when map is being shown. | Matthew Somerville | 2011-02-22 | -2/+2 |
| * | Remove all encodes, they now cause double-encoding. | Matthew Somerville | 2011-02-21 | -2/+2 |
| * | Typo. | Matthew Somerville | 2011-02-19 | -1/+1 |
| * | Fix cron trying to run over rows it doesn't understand, URL escaping, capital... | Matthew Somerville | 2011-02-19 | -1/+1 |
| * | Missing include. | Matthew Somerville | 2011-02-17 | -1/+2 |
| * | Hopefully mostly fix charset issue (FastCGI was very unhelpful here, it turns... | Matthew Somerville | 2011-02-17 | -3/+4 |
| * | Some missing use Encodes. | Matthew Somerville | 2011-02-17 | -0/+2 |
| * | Some translation updates and i18n code improvements. | Matthew Somerville | 2011-02-17 | -7/+9 |
| * | Display pins. | Matthew Somerville | 2011-02-17 | -1/+2 |
| * | First pin pass. | Matthew Somerville | 2011-02-16 | -0/+4 |
| * | Map clicking. | Matthew Somerville | 2011-02-16 | -0/+2 |
| * | Various encoding fixing. | Matthew Somerville | 2011-02-16 | -11/+15 |
| * | Council list related stuff, on /reports and admin page. | Matthew Somerville | 2011-02-15 | -6/+14 |
| * | Put area types in cobrand. | Matthew Somerville | 2011-02-14 | -0/+15 |
| * | Tweaks to OSM map module, fix for truncated co-ords. | Matthew Somerville | 2011-02-14 | -6/+7 |
| * | Fix NO footer. | Matthew Somerville | 2011-02-14 | -5/+9 |
| * | Only do lat/lon->E/N check if country is GB. | Matthew Somerville | 2011-02-14 | -7/+9 |
| * | Footer for Norway. | Matthew Somerville | 2011-02-12 | -15/+20 |
| * | Norway place lookup. | Matthew Somerville | 2011-02-11 | -10/+19 |
| * | Streamline header/footer, bit of cobranding for language override and front p... | Matthew Somerville | 2011-02-11 | -31/+43 |
| * | Helper function for all latlon to OSGB36 calls. | Matthew Somerville | 2011-02-11 | -14/+27 |
| * | More EN locales. | Matthew Somerville | 2011-02-11 | -1/+4 |
| * | Do co-ordinate transform in English locale. | Matthew Somerville | 2011-02-11 | -2/+5 |
| * | Make sure variable defined after the code that blanks out the hash. | Matthew Somerville | 2011-02-11 | -6/+6 |
| * | Put back UK-only code for atomic nature of E/N -> lat/lon conversion, module ... | Matthew Somerville | 2011-02-10 | -0/+7 |
| * | Get translatable string out of a string; update .po file with new strings fro... | Matthew Somerville | 2011-02-10 | -1/+1 |
* | | Added local::lib 1.008001 to perllib so it can be used from scripts without h... | Edmund von der Burg | 2011-02-22 | -0/+844 |
|/ |
|
* | council_check() using lat/lon. | Matthew Somerville | 2011-02-10 | -2/+2 |
* | Merge branch 'master' into migrate_from_osgb36_to_wgs84 | Edmund von der Burg | 2011-02-10 | -0/+7 |
|\ |
|
| * | Add problem state to alert-update emails | Edmund von der Burg | 2011-02-09 | -0/+7 |
* | | Update gode to use en_to_latlon util | Edmund von der Burg | 2011-02-10 | -3/+5 |
* | | Created function to convert e,n to lat,lon and optionally truncate results | Edmund von der Burg | 2011-02-10 | -6/+64 |
* | | Fix so that lat lon appear in georss | Edmund von der Burg | 2011-02-09 | -3/+2 |
* | | Fix so you can view a report | Edmund von der Burg | 2011-02-08 | -1/+1 |
* | | added a helper sub | Edmund von der Burg | 2011-02-08 | -8/+16 |
* | | Die if there is a compile time error in the maps code | Edmund von der Burg | 2011-02-08 | -0/+3 |
* | | Lots of conversions - code now in a broken state | Edmund von der Burg | 2011-02-08 | -24/+63 |
* | | Added Carp::Always to local perllib for debugging | Edmund von der Burg | 2011-02-08 | -0/+162 |
* | | convert various map functions | Edmund von der Burg | 2011-02-08 | -40/+58 |
* | | Migrate of Problems::nearby and calling code | Edmund von der Burg | 2011-02-07 | -10/+11 |
* | | migrate recent_photos and where it is used | Edmund von der Burg | 2011-02-07 | -7/+7 |
* | | update problem_find_nearby for non-local alerts | Edmund von der Burg | 2011-02-07 | -6/+5 |
* | | Change the problem_find_nearby function. | Edmund von der Burg | 2011-02-07 | -4/+4 |
|/ |
|
* | Add note about cache dir to install steps | Edmund von der Burg | 2011-02-07 | -0/+2 |
* | Throw an 'Error' instead of 'die' | Edmund von der Burg | 2011-02-07 | -2/+4 |