Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | find() will always return result if unique key is given, so use search(). | Matthew Somerville | 2011-06-02 | -6/+14 |
| | ||||
* | Bring static pages together in Static.pm, and add posters static page. | Matthew Somerville | 2011-06-02 | -71/+22 |
| | ||||
* | mark new_updates alerts as confirmed when they are created | Struan Donald | 2011-06-01 | -3/+4 |
| | ||||
* | use the update from the stash as that should always be there | Struan Donald | 2011-06-01 | -1/+1 |
| | ||||
* | expire non login sessions with browser session | Struan Donald | 2011-06-01 | -0/+7 |
| | ||||
* | Fix infinite loop due to accessor being called on each iteration. | Matthew Somerville | 2011-05-31 | -1/+2 |
| | ||||
* | Last bit from master, some LBO handling (note, if other London things come ↵ | Matthew Somerville | 2011-05-28 | -53/+71 |
| | | | | along, this needs work). Also fix completely broken council assignment, categories, and some spacing. | |||
* | Make sure integer is in GB locale. | Matthew Somerville | 2011-05-27 | -1/+4 |
| | ||||
* | Pull requests #103 and #107, clickable-urls-in-reports, done as a TT function. | Matthew Somerville | 2011-05-27 | -14/+9 |
| | ||||
* | Pull request #97, merge multi_area_categories. | Matthew Somerville | 2011-05-27 | -1/+4 |
| | ||||
* | Pull request #94, merge fix-emaces-parsing. | Matthew Somerville | 2011-05-27 | -2/+2 |
| | ||||
* | Pull request #93, merge norwegian_branded_urls in. | Matthew Somerville | 2011-05-27 | -0/+8 |
| | ||||
* | check for uninflated/null dates before trying to set the timezoned | Struan Donald | 2011-05-27 | -8/+28 |
| | ||||
* | Questionnaire tests, and fixes due to those tests. | Matthew Somerville | 2011-05-27 | -17/+21 |
| | ||||
* | Delete questionnaires when deleting a user's problems, and fetch all errors ↵ | Matthew Somerville | 2011-05-27 | -1/+2 |
| | | | | separately from a ul.error, not munged together. | |||
* | make sure you are allowed to answer the questionnaire asked when a problem ↵ | Struan Donald | 2011-05-27 | -5/+31 |
| | | | | reporter marks the problem as fixed. | |||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-27 | -138/+166 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | /fun move. | Matthew Somerville | 2011-05-26 | -0/+33 |
| | | ||||
| * | Photo URL fix, and pass through photo ID for updates as it does for ↵ | Matthew Somerville | 2011-05-26 | -2/+2 |
| | | | | | | | | problems/questionnaires. | |||
| * | Perl boolean false is '', which the DB doesn't like. | Matthew Somerville | 2011-05-26 | -3/+3 |
| | | ||||
| * | Questionnaire submission code. | Matthew Somerville | 2011-05-26 | -135/+130 |
| | | ||||
* | | stop immediately if we do not have the problem id | Struan Donald | 2011-05-27 | -0/+4 |
| | | ||||
* | | do not fall over if the user visits /alert/subscribe with no parameters or ↵ | Struan Donald | 2011-05-27 | -1/+6 |
| | | | | | | | | no email | |||
* | | only confirm alerts on submission if user is logged in | Struan Donald | 2011-05-27 | -3/+4 |
|/ | | | also, tests to make sure we send out emails if a logged in user subscribes with a different address | |||
* | put all confirmation templates under tokens for consistency | Struan Donald | 2011-05-26 | -2/+1 |
| | ||||
* | use moose role for is_from_abuser method | Struan Donald | 2011-05-26 | -72/+50 |
| | ||||
* | consistency in how we set/check booleans from the database | Struan Donald | 2011-05-26 | -6/+6 |
| | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-26 | -75/+13 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Merge branch 'migrate_to_catalyst' of ↵ | Matthew Somerville | 2011-05-26 | -14/+11 |
| |\ | | | | | | | | | | ssh://matthew@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | | Get header JS <script> out of code and into templates. | Matthew Somerville | 2011-05-26 | -75/+13 |
| | | | ||||
* | | | If the user already exists in the database then don't sent them a | Struan Donald | 2011-05-26 | -3/+7 |
| |/ |/| | | | | | confirmation email when signing up to alerts | |||
* | | update reporting | Struan Donald | 2011-05-26 | -7/+4 |
| | | ||||
* | | check confirmed has been set before trying to set its timezone | Struan Donald | 2011-05-26 | -1/+7 |
| | | ||||
* | | no way to sign up to new_problems alerts so not porting | Struan Donald | 2011-05-26 | -4/+0 |
| | | ||||
* | | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-26 | -6/+23 |
|\| | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Merge branch 'migrate_to_catalyst' of ↵ | Matthew Somerville | 2011-05-26 | -1/+36 |
| |\ | | | | | | | | | | ssh://matthew@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | | Carry map parameter through URIs, default zoom level change. | Matthew Somerville | 2011-05-26 | -6/+23 |
| | | | ||||
* | | | remove redundant variable from stash and do check directly in template | Struan Donald | 2011-05-26 | -2/+0 |
| |/ |/| | ||||
* | | if appropriate generate language specific uris for emails | Struan Donald | 2011-05-26 | -1/+36 |
|/ | ||||
* | Integrate BingOL map package into the OSM one, thereby gaining non-JS ↵ | Matthew Somerville | 2011-05-25 | -33/+81 |
| | | | | functionality etc. | |||
* | Template the rest of the maps. Some more complete than others. | Matthew Somerville | 2011-05-25 | -184/+87 |
| | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-25 | -17/+12 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Tidy up map parmeters. | Matthew Somerville | 2011-05-25 | -17/+12 |
| | | ||||
* | | use c->send_email on contact page and add more tests | Struan Donald | 2011-05-25 | -32/+15 |
|/ | ||||
* | Merge branch 'migrate_to_catalyst' of ↵ | Struan Donald | 2011-05-25 | -70/+51 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst | |||
| * | Get rid of pointless and hard-to-follow listrefs when referring to pins. | Matthew Somerville | 2011-05-25 | -38/+28 |
| | | ||||
| * | Make tile URL a parameter so it can be different, bring OSM's StreetView ↵ | Matthew Somerville | 2011-05-25 | -32/+23 |
| | | | | | | | | under the same code. | |||
* | | submission for questionnaire when problem owner marks it fixed | Struan Donald | 2011-05-25 | -1/+56 |
|/ | ||||
* | Templating of OSM map. | Matthew Somerville | 2011-05-25 | -100/+46 |
| | ||||
* | Add tilma_mid_point cobrand function. | Matthew Somerville | 2011-05-25 | -1/+15 |
| |