Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 0ae21aeb62029465bd87451c5432d4aed6ef5bae https://github.com/galaxyproject/galaxy/commit/0ae21aeb62029465bd87451c5432d... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M client/galaxy/scripts/galaxy.library.js M static/maps/galaxy.library.js.map M static/scripts/galaxy.library.js Log Message: ----------- fix returning from versioned dataset view back to the latest Commit: fcca59c70fc28330faa8472112e705dcd32b13e8 https://github.com/galaxyproject/galaxy/commit/fcca59c70fc28330faa8472112e70... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M client/galaxy/scripts/mvc/library/library-dataset-view.js M static/maps/mvc/library/library-dataset-view.js.map M static/scripts/mvc/library/library-dataset-view.js Log Message: ----------- refactor; mainly the templates Commit: 8f8da0105e488550546ac91ab65113c59ae27ff1 https://github.com/galaxyproject/galaxy/commit/8f8da0105e488550546ac91ab6511... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M client/galaxy/scripts/galaxy.library.js M static/maps/galaxy.library.js.map M static/scripts/galaxy.library.js Log Message: ----------- fix router returning from dataset permissions back to dataset Commit: 3d9d822da3f20cac8ce33d958ec5681d3fa13a24 https://github.com/galaxyproject/galaxy/commit/3d9d822da3f20cac8ce33d958ec56... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M static/maps/mvc/library/library-dataset-view.js.map Log Message: ----------- fix importing dataset into history broken because of a change in the Galaxy modal object Commit: 535b689cbc66d7607e2ddaa38804557403bafbc8 https://github.com/galaxyproject/galaxy/commit/535b689cbc66d7607e2ddaa388045... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M client/galaxy/scripts/mvc/library/library-dataset-view.js M static/maps/mvc/library/library-dataset-view.js.map M static/scripts/mvc/library/library-dataset-view.js Log Message: ----------- style the toolbar of dataset view templates Commit: e28f329008ed088d47a049dd9edde1fb102896c3 https://github.com/galaxyproject/galaxy/commit/e28f329008ed088d47a049dd9edde... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M client/galaxy/scripts/mvc/library/library-dataset-view.js M client/galaxy/style/less/library.less M static/maps/mvc/library/library-dataset-view.js.map M static/scripts/mvc/library/library-dataset-view.js M static/style/blue/base.css M static/style/blue/library.css Log Message: ----------- add selects for dataset genome build and extension minor stylistic fix for column width Commit: b50cf13379306bbddfa4ec6f84f93465f467238b https://github.com/galaxyproject/galaxy/commit/b50cf13379306bbddfa4ec6f84f93... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M client/galaxy/scripts/mvc/library/library-dataset-view.js M client/galaxy/scripts/mvc/library/library-folder-view.js M lib/galaxy/webapps/galaxy/api/lda_datasets.py M static/maps/mvc/library/library-dataset-view.js.map M static/maps/mvc/library/library-folder-view.js.map M static/scripts/mvc/library/library-dataset-view.js Log Message: ----------- refactor library dataset permissions API to use role manager fix a bug in making dataset private (when you called it multiple times it would always add a new datasetpermission) various refactorings of JS and py Commit: 3371a96cffcc48415b6908be3e102634c25ea09a https://github.com/galaxyproject/galaxy/commit/3371a96cffcc48415b6908be3e102... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M lib/galaxy/webapps/galaxy/api/lda_datasets.py Log Message: ----------- flake8 fixes Commit: 2f26bdce3f6f16360bb5a761948452b1aa295f6d https://github.com/galaxyproject/galaxy/commit/2f26bdce3f6f16360bb5a76194845... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M lib/galaxy/webapps/galaxy/api/lda_datasets.py Log Message: ----------- allow setting library dataset permissions with POSTing JSON Commit: 879dffdd69b1dccee24647e8304def690a28b5af https://github.com/galaxyproject/galaxy/commit/879dffdd69b1dccee24647e8304de... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-02-17 (Wed, 17 Feb 2016) Changed paths: M lib/galaxy/webapps/galaxy/api/lda_datasets.py Log Message: ----------- correct the naming of variables and docs from Role.name to Role.id Commit: 040fb8185be6bea64538963958d30218d4a575e3 https://github.com/galaxyproject/galaxy/commit/040fb8185be6bea64538963958d30... Author: carlfeberhard <carlfeberhard@users.noreply.github.com> Date: 2016-02-19 (Fri, 19 Feb 2016) Changed paths: M client/galaxy/scripts/galaxy.library.js M client/galaxy/scripts/mvc/library/library-dataset-view.js M client/galaxy/scripts/mvc/library/library-folder-view.js M client/galaxy/style/less/library.less M lib/galaxy/webapps/galaxy/api/lda_datasets.py M static/maps/galaxy.library.js.map M static/maps/mvc/library/library-dataset-view.js.map M static/maps/mvc/library/library-folder-view.js.map M static/scripts/galaxy.library.js M static/scripts/mvc/library/library-dataset-view.js M static/style/blue/base.css M static/style/blue/library.css Log Message: ----------- Merge pull request #1751 from martenson/libraries-refactor various libraries refactoring and bugfixes Compare: https://github.com/galaxyproject/galaxy/compare/0988a6e7d701...040fb8185be6