aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/js
Commit message (Collapse)AuthorAgeLines
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-55/+0
| | | | This should reduce confusion with the Default cobrand and override order.
* [Zurich] Add missing translations from feedbackChris Mytton2013-09-26-0/+3
| | | | Closes mysociety/FixMyStreet-Commercial#420
* [Zurich] Add translation string for phone number errorChris Mytton2013-09-05-0/+3
|
* [Zurich] Override the validation_rules templateChris Mytton2013-09-05-3/+0
|
* [Zurich] Add js validation for phone numberChris Mytton2013-09-04-0/+3
|
* Make 'Permalink' JS string translatable.Matthew Somerville2013-09-03-0/+2
|
* Merge remote branch 'origin/zurich'Matthew Somerville2013-02-04-1/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/open311-populate-service-list bin/send-comments bin/update-all-reports conf/crontab.ugly db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/App/Controller/Reports.pm perllib/FixMyStreet/Cobrand/Default.pm perllib/FixMyStreet/Cobrand/LichfieldDC.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/ResultSet/Problem.pm perllib/FixMyStreet/SendReport.pm perllib/FixMyStreet/SendReport/Email.pm perllib/FixMyStreet/SendReport/Open311.pm perllib/Open311/GetServiceRequestUpdates.pm perllib/Open311/PopulateServiceList.pm t/app/controller/report_new.t t/app/controller/rss.t templates/web/bromley/report/display.html templates/web/default/admin/council_contacts.html templates/web/default/common_header_tags.html templates/web/default/dashboard/index.html templates/web/default/front/stats.html templates/web/default/report/_main.html templates/web/default/report/update-form.html templates/web/emptyhomes/index.html templates/web/emptyhomes/report/display.html templates/web/emptyhomes/report/new/councils_text_all.html templates/web/emptyhomes/reports/body.html templates/web/emptyhomes/reports/index.html templates/web/fixmystreet/report/new/fill_in_details_form.html templates/web/fixmystreet/report/update-form.html web/cobrands/fixmystreet/fixmystreet.js web/js/fixmystreet.js
| * Get remaining English hardcoded strings from JavaScript into translatable ↵Matthew Somerville2013-01-24-0/+10
| | | | | | | | template.
| * More details to Details and in translation.Matthew Somerville2013-01-24-0/+1
| |
| * Add some missing JS translatable strings, update .po files.Matthew Somerville2013-01-16-1/+7
| |
* | Merge branch 'centro'Struan Donald2013-01-04-0/+7
|\ \ | |/ |/| | | | | Conflicts: perllib/FixMyStreet/Cobrand/Default.pm
| * move validation rules out to a template so cobrands can override themStruan Donald2012-12-06-0/+7
| |
* | Make javascript not clobber the translated problem reporting headerSteven Day2012-12-10-1/+2
| |
* | Make translation of geolocation text on homepage possibleSteven Day2012-12-10-1/+2
|/
* Merge branch 'master' into bromleyMatthew Somerville2012-05-16-13/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/send-reports conf/crontab.ugly conf/general.yml-example db/schema.sql perllib/FixMyStreet/App/Controller/Admin.pm perllib/FixMyStreet/App/Controller/Report/New.pm perllib/FixMyStreet/DB/Result/Comment.pm perllib/FixMyStreet/DB/Result/Open311conf.pm perllib/FixMyStreet/DB/Result/Problem.pm perllib/FixMyStreet/DB/Result/User.pm templates/web/default/js/validation_strings.html templates/web/fixmystreet/auth/sign_out.html templates/web/fixmystreet/report/new/councils_text_all.html web/cobrands/fixmystreet/_base.scss
| * Escape single quotes (from translations).Matthew Somerville2012-05-02-10/+10
| |
* | add first name and last name boxes for bromleyStruan Donald2012-03-30-1/+4
|/
* Put validation strings in external file (fixes #281), tidy to only have one ↵Matthew Somerville2012-03-16-0/+18
common_header_tags file.