Skip to content

Commit

Permalink
Merge pull request #7832 from code-dot-org/staging
Browse files Browse the repository at this point in the history
DTT: Merge staging to test
  • Loading branch information
ashercodeorg committed Apr 12, 2016
2 parents 5d7ebc0 + 0ae0f15 commit a32ff40
Show file tree
Hide file tree
Showing 301 changed files with 2,139 additions and 1,084 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Please test your changes before submitting them to us!

### Manual testing

We support recent versions of Firefox, Chrome, Internet Explorer, Edge, iOS Safari and the Android browsers ([full list of supported browsers and versions](https://support.code.org/hc/en-us/articles/202591743)). Be sure to try your feature out in [IE9](docs/testing-ie9.md), iOS and Android if it's a risk. [BrowserStack live](http://www.browserstack.com) or [Sauce Labs manual](https://saucelabs.com/manual) let you run manual tests in these browsers remotely.
We support recent versions of Firefox, Chrome, Internet Explorer, Edge, iOS Safari and the Android browsers ([full list of supported browsers and versions](https://support.code.org/hc/en-us/articles/202591743)). Be sure to try your feature out in [IE9](docs/testing-ie9.md), iOS and Android if it's a risk. [Sauce Labs](https://saucelabs.com/manual) or [BrowserStack live](http://www.browserstack.com) let you run manual tests in these browsers remotely.

### Unit tests

For dashboard changes, be sure to test your changes using `rake test`. For [apps or blockly](./apps) changes, see our [grunt testing instructions](./apps#running-tests).

### UI tests

Our continuous integration server regularly runs a suite of [UI tests](./dashboard/test/ui) using Selenium / Cucumber which run against many browsers via [BrowserStack Automate](https://www.browserstack.com/automate), and can also be run locally using `chromedriver`. See the [README](./dashboard/test/ui) in that folder for instructions.
Our continuous integration server regularly runs a suite of [UI tests](./dashboard/test/ui) using Selenium / Cucumber which run against many browsers via [Sauce Labs](https://saucelabs.com/), and can also be run locally using `chromedriver`. See the [README](./dashboard/test/ui) in that folder for instructions.

If your changes might affect level paths, blockly UI, or critical path site logic, be sure to test your changes with a local UI test.

Expand Down
2 changes: 1 addition & 1 deletion apps/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ module.exports = function (grunt) {
'newer:messages',
'exec:convertScssVars',
'newer:copy:static',
'newer:concat',
'concat',
'exec:mochaTest'
]);

Expand Down
4 changes: 3 additions & 1 deletion apps/i18n/common/ar_sa.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "عندما",
"whenRun": "عند التشغيل",
"workspaceHeaderShort": "مساحة العمل: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/az_az.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "nə zaman",
"whenRun": "icra etdikdə",
"workspaceHeaderShort": "iş sahəsi: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/bg_bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "когато",
"whenRun": "при стартиране",
"workspaceHeaderShort": "Работна област: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/bn_bd.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "যখন",
"whenRun": "চালানোর সময়",
"workspaceHeaderShort": "কর্মপরিসর:",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/bs_ba.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "kada",
"whenRun": "pri pokretanju",
"workspaceHeaderShort": "Radni prostor: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/ca_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "quan",
"whenRun": "quan s'executa",
"workspaceHeaderShort": "Zona de treball: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/cs_cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "když",
"whenRun": "po spuštění",
"workspaceHeaderShort": "Pracovní prostor: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/da_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "når",
"whenRun": "når programmet kører",
"workspaceHeaderShort": "Arbejdsområde: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "wenn",
"whenRun": "beim Ausführen",
"workspaceHeaderShort": "Arbeitsbereich: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/el_gr.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "όταν",
"whenRun": "όταν εκτελείται",
"workspaceHeaderShort": "Χώρος εργασίας: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/en_gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "when",
"whenRun": "when run",
"workspaceHeaderShort": "Workspace: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
2 changes: 2 additions & 0 deletions apps/i18n/common/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"completedWithoutRecommendedBlock": "Congratulations! You completed Puzzle {puzzleNumber}. (But you could use a different block for stronger code.)",
"continue": "Continue",
"copy": "Copy",
"currentVersion": "Current Version",
"debugConsoleHeader": "Debug Console",
"debugCommandsHeaderWhenOpen": "Debug Commands",
"debugCommandsHeaderWhenClosed": "Show Debug Commands",
Expand Down Expand Up @@ -184,6 +185,7 @@
"recommendedBlockContextualHintTitle": "Try using a block like this to solve the puzzle.",
"repeat": "repeat",
"resetProgram": "Reset",
"restoreThisVersion": "Restore this Version",
"rotateText": "Rotate your device.",
"runProgram": "Run",
"runTooltip": "Run the program defined by the blocks in the workspace.",
Expand Down
4 changes: 3 additions & 1 deletion apps/i18n/common/es_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "cuando",
"whenRun": "cuando se ejecuta",
"workspaceHeaderShort": "Espacio de trabajo: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/es_mx.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "cuando",
"whenRun": "cuando se ejecuta",
"workspaceHeaderShort": "Espacio de trabajo: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/et_ee.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "kui",
"whenRun": "pärast käivitamist",
"workspaceHeaderShort": "Tööruum: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/eu_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "-enean",
"whenRun": "martxan dagoenean",
"workspaceHeaderShort": "Lan eremua: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/fa_af.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "وقتی",
"whenRun": "زمان اجرا",
"workspaceHeaderShort": "محیط کار: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/fa_ir.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "وقتی",
"whenRun": "زمان اجرا",
"workspaceHeaderShort": "محیط کار: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/fi_fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "kun",
"whenRun": "suoritettaessa",
"workspaceHeaderShort": "Työtila: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/fil_ph.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "kelan",
"whenRun": "kapag tumakbo",
"workspaceHeaderShort": "Workspace: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/fr_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "quand",
"whenRun": "quand l'exécution commence",
"workspaceHeaderShort": "Espace de travail :",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/ga_ie.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "nuair",
"whenRun": "nuair a ritear é",
"workspaceHeaderShort": "Spás oibre: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/gl_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "cando",
"whenRun": "cando se executa",
"workspaceHeaderShort": "Espazo de traballo: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/he_il.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "מתי",
"whenRun": "התחל ריצה",
"workspaceHeaderShort": "סביבת העבודה: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/hi_in.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "कब",
"whenRun": "जब चलाएँ",
"workspaceHeaderShort": "Workspace: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/hr_hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "kada",
"whenRun": "pri pokretanju",
"workspaceHeaderShort": "Radna površina: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/hu_hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "amikor",
"whenRun": "futtatáskor",
"workspaceHeaderShort": "Munkaterület: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/hy_am.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "when",
"whenRun": "when run",
"workspaceHeaderShort": "Workspace: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/id_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "ketika",
"whenRun": "ketika dijalankan",
"workspaceHeaderShort": "Area kerja: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
4 changes: 3 additions & 1 deletion apps/i18n/common/is_is.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,5 +231,7 @@
"when": "þegar",
"whenRun": "þegar keyrt",
"workspaceHeaderShort": "Vinnusvæði: ",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more."
"currentVersion": "Current Version",
"errorGenericLintError": "Your program contains an editor warning that needs to be corrected. Hover over the icons near the line numbers in the editor to learn more.",
"restoreThisVersion": "Restore this Version"
}
Loading

0 comments on commit a32ff40

Please sign in to comment.