Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 324d78a5639b30a07c3afc3bed01508c4092a19f https://github.com/galaxyproject/galaxy/commit/324d78a5639b30a07c3afc3bed015... Author: guerler <aysam.guerler@gmail.com> Date: 2017-07-07 (Fri, 07 Jul 2017) Changed paths: M lib/galaxy/webapps/galaxy/controllers/page.py M templates/webapps/galaxy/page/select_items_grid.mako Log Message: ----------- Turn all item selection grids from mako to dictionary response mode Commit: dfa4343e8fc717c4aa521ba8b55ce5cf306369d7 https://github.com/galaxyproject/galaxy/commit/dfa4343e8fc717c4aa521ba8b55ce... Author: guerler <aysam.guerler@gmail.com> Date: 2017-07-07 (Fri, 07 Jul 2017) Changed paths: R templates/webapps/galaxy/page/select_items_grid.mako Log Message: ----------- Remove selection grid mako Commit: 7ae74c51d9eb9705f3171965a1f02e6c5ff69bf3 https://github.com/galaxyproject/galaxy/commit/7ae74c51d9eb9705f3171965a1f02... Author: guerler <aysam.guerler@gmail.com> Date: 2017-07-07 (Fri, 07 Jul 2017) Changed paths: M templates/webapps/galaxy/page/editor.mako Log Message: ----------- Remove unused, legacy link Commit: 8a7783809f40fad9556725f5cc59fa816f164175 https://github.com/galaxyproject/galaxy/commit/8a7783809f40fad9556725f5cc59f... Author: guerler <aysam.guerler@gmail.com> Date: 2017-07-07 (Fri, 07 Jul 2017) Changed paths: M client/galaxy/scripts/galaxy.pages.js M client/galaxy/scripts/mvc/grid/grid-view.js M static/maps/galaxy.pages.js.map M static/maps/mvc/grid/grid-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/galaxy.pages.js M static/scripts/mvc/grid/grid-view.js Log Message: ----------- Use grid view to build embedded selection grids for pages Commit: 378319776bd1a7537053b1c2b3a9e65b58b63c8a https://github.com/galaxyproject/galaxy/commit/378319776bd1a7537053b1c2b3a9e... Author: guerler <aysam.guerler@gmail.com> Date: 2017-07-07 (Fri, 07 Jul 2017) Changed paths: M client/galaxy/scripts/galaxy.pages.js M static/maps/galaxy.pages.js.map M static/scripts/galaxy.pages.js Log Message: ----------- Add insert and embed functions Commit: 3fcd73ee35fe4c9101bc04f36310153e72db9cfa https://github.com/galaxyproject/galaxy/commit/3fcd73ee35fe4c9101bc04f363101... Author: guerler <aysam.guerler@gmail.com> Date: 2017-07-07 (Fri, 07 Jul 2017) Changed paths: M client/galaxy/scripts/galaxy.pages.js M static/maps/galaxy.pages.js.map M static/scripts/galaxy.pages.js Log Message: ----------- Remove change to original handler function Commit: 030eaf83ac4226c052159357bd65ad9279cacf5d https://github.com/galaxyproject/galaxy/commit/030eaf83ac4226c052159357bd65a... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2017-07-12 (Wed, 12 Jul 2017) Changed paths: M client/galaxy/scripts/galaxy.pages.js M client/galaxy/scripts/mvc/grid/grid-view.js M lib/galaxy/webapps/galaxy/controllers/page.py M static/maps/galaxy.pages.js.map M static/maps/mvc/grid/grid-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/galaxy.pages.js M static/scripts/mvc/grid/grid-view.js M templates/webapps/galaxy/page/editor.mako R templates/webapps/galaxy/page/select_items_grid.mako Log Message: ----------- Merge pull request #4293 from guerler/grid_pages_selection_grid Use dictionary endpoints for item selection grids in page editor Compare: https://github.com/galaxyproject/galaxy/compare/45288ccce067...030eaf83ac42