Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 419594845d15fc040d6c58f80096663e76fb3b80 https://github.com/galaxyproject/galaxy/commit/419594845d15fc040d6c58f800966... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Fixes the ability for users to toggle their filters. There's no reason to require a user_id here since it's locked to trans and require_login is set. Commit: 0c4fd995c5562863cbeb6945e95d13283506ea15 https://github.com/galaxyproject/galaxy/commit/0c4fd995c5562863cbeb6945e95d1... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M lib/galaxy/tools/toolbox/filters/__init__.py M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Fix module resolution for migrated toolbox filters path -- reuses (in a hacky way) the filtering function that was duplicated to galaxy.tools.toolbox.filters. Pushing more of this functionality (the docs, etc) into the FilterFactory might be nice down the road. Commit: f078365acc66748b272a00b81f9dcec7febf81fa https://github.com/galaxyproject/galaxy/commit/f078365acc66748b272a00b81f9dc... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-06-14 (Tue, 14 Jun 2016) Changed paths: M lib/galaxy/tools/toolbox/filters/__init__.py M lib/galaxy/webapps/galaxy/controllers/user.py Log Message: ----------- Merge pull request #2499 from dannon/user_tool_filter_fixes Toolbox filter fixes Compare: https://github.com/galaxyproject/galaxy/compare/bb851d6645bb...f078365acc66