aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Password forgotten message on update form too.Matthew Somerville2012-10-12-0/+6
|
* Tweak Barnet sidebar margin to match FMS.Matthew Somerville2012-10-12-1/+1
|
* Add forgotten password note.Matthew Somerville2012-10-12-0/+14
|
* Add sharing buttons.Matthew Somerville2012-10-12-15/+50
|
* Fix missing site_title.Matthew Somerville2012-10-11-7/+2
|
* Combine the two display_location templates.Matthew Somerville2012-10-11-198/+119
|
* Use cobrand for children area types, not UK specific array.Matthew Somerville2012-10-11-5/+3
|
* use OSM maps on lichfield cobrandStruan Donald2012-10-11-0/+4
|
* Email template language paths weren't being looked at for questionnaires or ↵Matthew Somerville2012-10-10-2/+6
| | | | reports (wasn't used, but didn't want to cause confusion at some future time). Prompted by #164.
* Change 'their ref' to 'council ref', fixes #300 good enough for the moment.Matthew Somerville2012-10-10-1/+1
|
* Stop home button disappearing, fixes #280.Matthew Somerville2012-10-10-4/+3
|
* Make div cover map when in map_complete mode, so that map doesn't capture ↵Matthew Somerville2012-10-10-15/+19
| | | | dragging (fixes #296).
* skip fmb based tests if the cobrand is not enabledStruan Donald2012-10-09-53/+57
|
* set interest_count default to 0 as null + 1 = null in postgres :(Struan Donald2012-10-09-1/+149
| | | | tests for the ui for interest_count as well
* Update .po file, and make prettify function do nget() properly.Matthew Somerville2012-10-08-195/+241
|
* Add TIME_ZONE variable for local display of times.Matthew Somerville2012-10-08-12/+27
|
* Display method variables correctly.Matthew Somerville2012-10-08-1/+8
|
* add barangay buttons to /my because it's shown on loginDave Whiteland2012-10-06-4/+9
|
* all crontab jobs wanted on demo.fixmybarangay.comDave Whiteland2012-10-06-1/+1
|
* now showing sidebar, customise FMB text for report creationDave Whiteland2012-10-06-1/+24
|
* fix broken MM external_id by attaching it to correct formDave Whiteland2012-10-06-1/+2
|
* Travis script.Matthew Somerville2012-10-05-5/+37
|
* More cron quietening, only show full Open311 first time, then summarise.Matthew Somerville2012-10-05-10/+33
|
* Fix Welsh po script.Matthew Somerville2012-10-05-4/+10
|
* Script has changed name now it's more generalised.Matthew Somerville2012-10-04-1/+1
|
* Update commonlib to get Locale change.Matthew Somerville2012-10-04-0/+0
|
* Revert "Generate .po files before installing Perl modules"Mark Longair2012-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 codeMark Longair2012-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 modulesMark Longair2012-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 Somerville2012-10-04-0/+78
|
* Add some missing modules.Matthew Somerville2012-10-04-0/+311
|
* Make install_perl_modules exit in error on failureMark Longair2012-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 Somerville2012-10-04-1/+3
|
* Caseinsensitive match.Matthew Somerville2012-10-04-1/+1
|
* Add warning option to Open311 populate, to show warnings.Matthew Somerville2012-10-04-8/+15
|
* Missing commas due to merge.Matthew Somerville2012-10-04-2/+2
|
* Move skip to start of subtest so it doesn't give a 'tests were run but no ↵Matthew Somerville2012-10-04-4/+4
| | | | plan' warning.
* Alter crontab so that open311-populate-service-list will only warn once a day.Matthew Somerville2012-10-04-7/+11
|
* Tidy up FMB templates a little.Matthew Somerville2012-10-04-3/+2
|
* Show sidebar if not-FMB or council user, not both.Matthew Somerville2012-10-03-2/+2
|
* Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreetDave Whiteland2012-10-03-4/+28
|\
| * Allow closed->fixed transition in questionnaire, and spot closed problems in ↵Matthew Somerville2012-10-03-4/+28
| | | | | | | | response text (fix #269).
* | Merge branch 'fmb-read-only'Dave Whiteland2012-10-03-250/+2037
|\ \ | |/ |/| | | | | | | | | Conflicts: db/schema.sql perllib/FixMyStreet/DB/Result/Contact.pm perllib/FixMyStreet/DB/Result/Problem.pm
| * js lint semicolon fixDave Whiteland2012-10-01-1/+1
| |
| * adding a 'suggest_username' to message_manager_client.js, now only fills ↵Dave Whiteland2012-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 Whiteland2012-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 Whiteland2012-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 Whiteland2012-10-01-0/+2
| | | | | | | | email. More convenient than sensible, works for now.
| * remove redundant message 'hide' codeDave Whiteland2012-10-01-8/+0
| |
| * faq textDave Whiteland2012-10-01-4/+55
| |