Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Travis script. | Matthew Somerville | 2012-10-05 | -5/+37 |
| | ||||
* | More cron quietening, only show full Open311 first time, then summarise. | Matthew Somerville | 2012-10-05 | -10/+33 |
| | ||||
* | Fix Welsh po script. | Matthew Somerville | 2012-10-05 | -4/+10 |
| | ||||
* | Script has changed name now it's more generalised. | Matthew Somerville | 2012-10-04 | -1/+1 |
| | ||||
* | Update commonlib to get Locale change. | Matthew Somerville | 2012-10-04 | -0/+0 |
| | ||||
* | Revert "Generate .po files before installing Perl modules" | Mark Longair | 2012-10-04 | -5/+5 |
| | | | | | | | This reverts commit 61bfbbe92a3225869520dbcb32f35069431fa84e. In fact, the Perl modules are required by the .po generating scripts, so we can't do this reordering. | |||
* | Remove common install script code | Mark Longair | 2012-10-04 | -338/+70 |
| | | | | | | pre-install-as-root is no longer the way that you should invoke the install script; instead you should call the install-site.sh script in commonlib/bin. | |||
* | Generate .po files before installing Perl modules | Mark Longair | 2012-10-04 | -5/+5 |
| | | | | | | This is just because the latter step is slow and much more likely to fail, so we should make sure that as much of the rest of the installation is done beforehand. | |||
* | Error.pm module. | Matthew Somerville | 2012-10-04 | -0/+78 |
| | ||||
* | Add some missing modules. | Matthew Somerville | 2012-10-04 | -0/+311 |
| | ||||
* | Make install_perl_modules exit in error on failure | Mark Longair | 2012-10-04 | -5/+3 |
| | | | | | | | | | Previously, install_perl_modules would exit with 0 regardless of whether installation of the modules succeeded or failed; this meant, in particularly, that when called from the install script with 'set -e', it's possible to miss that the module installation failed. By adding 'set -e' to install_perl_modules, we should get a useful exit code. | |||
* | Improve error message. | Matthew Somerville | 2012-10-04 | -1/+3 |
| | ||||
* | Caseinsensitive match. | Matthew Somerville | 2012-10-04 | -1/+1 |
| | ||||
* | Add warning option to Open311 populate, to show warnings. | Matthew Somerville | 2012-10-04 | -8/+15 |
| | ||||
* | Missing commas due to merge. | Matthew Somerville | 2012-10-04 | -2/+2 |
| | ||||
* | Move skip to start of subtest so it doesn't give a 'tests were run but no ↵ | Matthew Somerville | 2012-10-04 | -4/+4 |
| | | | | plan' warning. | |||
* | Alter crontab so that open311-populate-service-list will only warn once a day. | Matthew Somerville | 2012-10-04 | -7/+11 |
| | ||||
* | Tidy up FMB templates a little. | Matthew Somerville | 2012-10-04 | -3/+2 |
| | ||||
* | Show sidebar if not-FMB or council user, not both. | Matthew Somerville | 2012-10-03 | -2/+2 |
| | ||||
* | Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet | Dave Whiteland | 2012-10-03 | -4/+28 |
|\ | ||||
| * | Allow closed->fixed transition in questionnaire, and spot closed problems in ↵ | Matthew Somerville | 2012-10-03 | -4/+28 |
| | | | | | | | | response text (fix #269). | |||
* | | Merge branch 'fmb-read-only' | Dave Whiteland | 2012-10-03 | -250/+2037 |
|\ \ | |/ |/| | | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm | |||
| * | js lint semicolon fix | Dave Whiteland | 2012-10-01 | -1/+1 |
| | | ||||
| * | adding a 'suggest_username' to message_manager_client.js, now only fills ↵ | Dave Whiteland | 2012-10-01 | -8/+15 |
| | | | | | | | | username if none is already in use, fixes mysociety/message-manager#26 | |||
| * | explicitly handle msg-is-active class for message that will be used to ↵ | Dave Whiteland | 2012-10-01 | -5/+8 |
| | | | | | | | | create report, instead of msg-is-owned, fixes mysociety/message-manager#49 | |||
| * | don't use form tag in reply div, because it will nest in the main submit ↵ | Dave Whiteland | 2012-10-01 | -2/+2 |
| | | | | | | | | form, which is very bad | |||
| * | assume/guess that MM username -if it exists at all- will be based on the ↵ | Dave Whiteland | 2012-10-01 | -0/+2 |
| | | | | | | | | email. More convenient than sensible, works for now. | |||
| * | remove redundant message 'hide' code | Dave Whiteland | 2012-10-01 | -8/+0 |
| | | ||||
| * | faq text | Dave Whiteland | 2012-10-01 | -4/+55 |
| | | ||||
| * | tiny layout tidy | Dave Whiteland | 2012-10-01 | -5/+2 |
| | | ||||
| * | remove console.log debugging | Dave Whiteland | 2012-09-30 | -6/+0 |
| | | ||||
| * | JS lint fixes | Dave Whiteland | 2012-09-30 | -9/+7 |
| | | ||||
| * | display 'owned' message very strongly (since we're using exclusive locks), ↵ | Dave Whiteland | 2012-09-30 | -3/+5 |
| | | | | | | | | now matches the 'click map to report...' call-to-action | |||
| * | Merge branch 'fmb-read-only' of ↵ | Dave Whiteland | 2012-09-30 | -283/+481 |
| |\ | | | | | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only Conflicts: web/cobrands/fixmybarangay/message_manager.scss | |||
| | * | FMB Sprite tweaks | Jedidiah Broadbent | 2012-09-28 | -24/+22 |
| | | | ||||
| | * | Merge branch 'fmb-read-only' of ↵ | Jedidiah Broadbent | 2012-09-28 | -9/+53 |
| | |\ | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only | |||
| | | * | admin interface to add contact level endpoints | Struan Donald | 2012-09-28 | -0/+34 |
| | | | | ||||
| | | * | we now return a hash from get_council_sender | Struan Donald | 2012-09-28 | -7/+7 |
| | | | | ||||
| | | * | admin interface to set endpoint as devolved | Struan Donald | 2012-09-28 | -2/+12 |
| | | | | ||||
| | * | | Main nav tweaks, and sprite changes. | Jedidiah Broadbent | 2012-09-28 | -10/+93 |
| | |/ | ||||
| | * | Added a textured header to test. | Jedidiah Broadbent | 2012-09-28 | -74/+88 |
| | | | ||||
| | * | Merge branch 'fmb-read-only' of ↵ | Jedidiah Broadbent | 2012-09-27 | -1/+1 |
| | |\ | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only | |||
| | | * | correct site title | Struan Donald | 2012-09-27 | -1/+1 |
| | | | | ||||
| | * | | Updated FMB and mySociety logo in sprite | Jedidiah Broadbent | 2012-09-27 | -0/+0 |
| | |/ | ||||
| | * | remove locate me automatically as it makes no sense | Struan Donald | 2012-09-26 | -6/+10 |
| | | | ||||
| | * | ignore autogenerated FixMyBarangay.po | Struan Donald | 2012-09-26 | -0/+1 |
| | | | ||||
| | * | correct syntax error in schema | Struan Donald | 2012-09-26 | -1/+1 |
| | | | ||||
| | * | deal with plurals | Struan Donald | 2012-09-26 | -0/+2 |
| | | | ||||
| | * | generalise make_emptyhomes_po so we can use it for FMB | Struan Donald | 2012-09-26 | -147/+199 |
| | | | | | | | | | | | | | | | make some updates to translations scripts so they work on OS X Use FMB translation in Cobrand | |||
| | * | Fix other part of race condition | Struan Donald | 2012-08-29 | -1/+1 |
| | | |