[galaxyproject/galaxy] dfcd8e: Rework display of inputs for workflow form.
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: dfcd8e4bf69cccd50a5482b5440937e11e569b84 https://github.com/galaxyproject/galaxy/commit/dfcd8e4bf69cccd50a5482b544093... Author: John Chilton <jmchilton@gmail.com> Date: 2016-12-26 (Mon, 26 Dec 2016) Changed paths: M client/galaxy/scripts/mvc/form/form-input.js M client/galaxy/scripts/mvc/form/form-section.js M client/galaxy/scripts/mvc/tool/tool-form-composite.js A client/galaxy/scripts/mvc/workflow/workflow-icons.js M client/galaxy/scripts/mvc/workflow/workflow-view.js M lib/galaxy/managers/workflows.py Log Message: ----------- Rework display of inputs for workflow form. - If steps have labels, use them. - Use workflow icon from workflow editor in step bar. - Eliminate "Step Index" from display of workflow steps. Commit: cd0387f7ba0da51806cea4224da20f908faadc97 https://github.com/galaxyproject/galaxy/commit/cd0387f7ba0da51806cea4224da20... Author: John Chilton <jmchilton@gmail.com> Date: 2016-12-26 (Mon, 26 Dec 2016) Changed paths: M static/maps/mvc/form/form-input.js.map M static/maps/mvc/form/form-section.js.map M static/maps/mvc/tool/tool-form-composite.js.map A static/maps/mvc/workflow/workflow-icons.js.map M static/maps/mvc/workflow/workflow-view.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/bundled/login.bundled.js.map M static/scripts/mvc/form/form-input.js M static/scripts/mvc/form/form-section.js M static/scripts/mvc/tool/tool-form-composite.js A static/scripts/mvc/workflow/workflow-icons.js M static/scripts/mvc/workflow/workflow-view.js Log Message: ----------- Repack client scripts. Commit: c8ef41f1f1212457c2040ba4f14d7403c3f2aeb9 https://github.com/galaxyproject/galaxy/commit/c8ef41f1f1212457c2040ba4f14d7... Author: guerler <aysam.guerler@gmail.com> Date: 2016-12-26 (Mon, 26 Dec 2016) Changed paths: M client/galaxy/scripts/mvc/form/form-input.js M client/galaxy/scripts/mvc/form/form-section.js M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/bundled/login.bundled.js.map Log Message: ----------- Undo changes label handling adjustments to form-input and form-section modules Commit: 69e6ff724fd69fe6fec976667b22b0a717328379 https://github.com/galaxyproject/galaxy/commit/69e6ff724fd69fe6fec976667b22b... Author: John Chilton <jmchilton@gmail.com> Date: 2016-12-27 (Tue, 27 Dec 2016) Changed paths: M client/galaxy/scripts/mvc/form/form-input.js M client/galaxy/scripts/mvc/form/form-section.js M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/bundled/login.bundled.js.map Log Message: ----------- Merge pull request #51 from guerler/workflow_inputs_display_000 Undo changes label handling adjustments to form-input and form-section modules Commit: ccdf09b099c1201aa1e4b5d0537547cf162998cf https://github.com/galaxyproject/galaxy/commit/ccdf09b099c1201aa1e4b5d053754... Author: guerler <aysam.guerler@gmail.com> Date: 2016-12-27 (Tue, 27 Dec 2016) Changed paths: M client/galaxy/scripts/mvc/form/form-input.js M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map Log Message: ----------- Remove unused local variable Commit: e846b517c16014d5b32ffef4d23998d5cd2170d2 https://github.com/galaxyproject/galaxy/commit/e846b517c16014d5b32ffef4d2399... Author: guerler <aysam.guerler@gmail.com> Date: 2016-12-27 (Tue, 27 Dec 2016) Changed paths: M client/galaxy/scripts/mvc/tool/tool-form-composite.js Log Message: ----------- Rely on backend to specify label Commit: 71b64472c645cacbba3674f5a0f48c675b29437d https://github.com/galaxyproject/galaxy/commit/71b64472c645cacbba3674f5a0f48... Author: guerler <aysam.guerler@gmail.com> Date: 2016-12-27 (Tue, 27 Dec 2016) Changed paths: M static/maps/mvc/form/form-input.js.map M static/maps/mvc/form/form-section.js.map M static/maps/mvc/tool/tool-form-composite.js.map M static/scripts/mvc/form/form-input.js M static/scripts/mvc/form/form-section.js M static/scripts/mvc/tool/tool-form-composite.js Log Message: ----------- Repack scripts Commit: d84221ea47719049c5415f7edc88736d22955f44 https://github.com/galaxyproject/galaxy/commit/d84221ea47719049c5415f7edc887... Author: guerler <aysam.guerler@gmail.com> Date: 2016-12-27 (Tue, 27 Dec 2016) Changed paths: M client/galaxy/scripts/mvc/form/form-section.js M client/galaxy/scripts/mvc/tool/tool-form-composite.js M static/maps/mvc/form/form-section.js.map M static/maps/mvc/tool/tool-form-composite.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/form/form-section.js M static/scripts/mvc/tool/tool-form-composite.js Log Message: ----------- Add label hiding option without need to overwrite actual label Commit: bcd660c9f0d27e7da87f8c124d09526882382f13 https://github.com/galaxyproject/galaxy/commit/bcd660c9f0d27e7da87f8c124d095... Author: John Chilton <jmchilton@gmail.com> Date: 2016-12-28 (Wed, 28 Dec 2016) Changed paths: M lib/galaxy/managers/workflows.py Log Message: ----------- Refine workflow step title display in run form. - Go back to prefixing with the step number as discussed on #3369. - Use the label regardless of step type - don't ignore tool labels. Commit: a24ce4c61f6899d13bd2197144fa0a3ea379af5a https://github.com/galaxyproject/galaxy/commit/a24ce4c61f6899d13bd2197144fa0... Author: Bjoern Gruening <bjoern.gruening@gmail.com> Date: 2017-01-08 (Sun, 08 Jan 2017) Changed paths: M client/galaxy/scripts/mvc/form/form-section.js M client/galaxy/scripts/mvc/tool/tool-form-composite.js A client/galaxy/scripts/mvc/workflow/workflow-icons.js M client/galaxy/scripts/mvc/workflow/workflow-view.js M lib/galaxy/managers/workflows.py M static/maps/mvc/form/form-section.js.map M static/maps/mvc/tool/tool-form-composite.js.map A static/maps/mvc/workflow/workflow-icons.js.map M static/maps/mvc/workflow/workflow-view.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js.map M static/scripts/mvc/form/form-section.js M static/scripts/mvc/tool/tool-form-composite.js A static/scripts/mvc/workflow/workflow-icons.js M static/scripts/mvc/workflow/workflow-view.js Log Message: ----------- Merge branch 'workflow_inputs_display' of https://github.com/jmchilton/galaxy into jmchilton-workflow_inputs_display Commit: 5bfffac06965136c970f3ddfd20ff770dc092324 https://github.com/galaxyproject/galaxy/commit/5bfffac06965136c970f3ddfd20ff... Author: Bjoern Gruening <bjoern.gruening@gmail.com> Date: 2017-01-08 (Sun, 08 Jan 2017) Changed paths: M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/login.bundled.js.map Log Message: ----------- repack Commit: 627fafafdfb1fea1cc5c456f11752c090129336f https://github.com/galaxyproject/galaxy/commit/627fafafdfb1fea1cc5c456f11752... Author: Bjoern Gruening <bjoern.gruening@gmail.com> Date: 2017-01-08 (Sun, 08 Jan 2017) Changed paths: M client/galaxy/scripts/mvc/form/form-section.js M client/galaxy/scripts/mvc/tool/tool-form-composite.js A client/galaxy/scripts/mvc/workflow/workflow-icons.js M client/galaxy/scripts/mvc/workflow/workflow-view.js M lib/galaxy/managers/workflows.py M static/maps/mvc/form/form-section.js.map M static/maps/mvc/tool/tool-form-composite.js.map A static/maps/mvc/workflow/workflow-icons.js.map M static/maps/mvc/workflow/workflow-view.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map M static/scripts/bundled/login.bundled.js.map M static/scripts/mvc/form/form-section.js M static/scripts/mvc/tool/tool-form-composite.js A static/scripts/mvc/workflow/workflow-icons.js M static/scripts/mvc/workflow/workflow-view.js Log Message: ----------- Merge branch 'jmchilton-workflow_inputs_display' into dev Compare: https://github.com/galaxyproject/galaxy/compare/dad4c60d852d...627fafafdfb1
participants (1)
-
GitHub