Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 4adaad4f0ee5444c6ef099f90681845c81901b82 https://github.com/galaxyproject/galaxy/commit/4adaad4f0ee5444c6ef099f906818... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-07 (Wed, 07 Mar 2018) Changed paths: M lib/galaxy/util/sanitize_html.py Log Message: ----------- Fix sanitazion of MathML and SVG Broken in commit 66944ba7de178cc45ffa7a4aa9253ec4512cb6fd . Commit: bacc1bf90b68a182492d484e5ded9003b5b03819 https://github.com/galaxyproject/galaxy/commit/bacc1bf90b68a182492d484e5ded9... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-07 (Wed, 07 Mar 2018) Changed paths: M lib/galaxy/util/sanitize_html.py Log Message: ----------- Remove unused code Commit: 271feecefa37aa69726ec3e47f4d73f12bb847e6 https://github.com/galaxyproject/galaxy/commit/271feecefa37aa69726ec3e47f4d7... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-07 (Wed, 07 Mar 2018) Changed paths: M lib/galaxy/webapps/galaxy/controllers/workflow.py Log Message: ----------- Use HTMLParser instead of Python2-only sgmllib Commit: 326a564eb95f34c359cea14c2078f35c0ba55259 https://github.com/galaxyproject/galaxy/commit/326a564eb95f34c359cea14c2078f... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-07 (Wed, 07 Mar 2018) Changed paths: R scripts/microbes/BeautifulSoup.py M scripts/microbes/harvest_bacteria.py Log Message: ----------- Stop shipping old BeautifulSoup library Commit: 6906d15d928ef9da375227c14be4ff905941e30c https://github.com/galaxyproject/galaxy/commit/6906d15d928ef9da375227c14be4f... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-03-07 (Wed, 07 Mar 2018) Changed paths: M lib/galaxy/dependencies/pinned-requirements.txt M lib/galaxy/dependencies/requirements.txt M lib/galaxy/managers/workflows.py M lib/galaxy/util/sanitize_html.py M lib/galaxy/util/validation.py M lib/galaxy/visualization/plugins/resource_parser.py M lib/galaxy/web/base/controller.py M lib/galaxy/webapps/galaxy/api/annotations.py M lib/galaxy/webapps/galaxy/api/folder_contents.py M lib/galaxy/webapps/galaxy/api/page_revisions.py M lib/galaxy/webapps/galaxy/api/pages.py M lib/galaxy/webapps/galaxy/api/visualizations.py M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/galaxy/webapps/galaxy/controllers/page.py M lib/galaxy/webapps/galaxy/controllers/visualization.py M lib/galaxy/webapps/galaxy/controllers/workflow.py M lib/tool_shed/util/workflow_util.py Log Message: ----------- Use bleach library for HTML sanitizing Commit: 71c1c52d22e7fdbef2dc7d7b4b7993cc7f2de69d https://github.com/galaxyproject/galaxy/commit/71c1c52d22e7fdbef2dc7d7b4b799... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-07 (Wed, 07 Mar 2018) Changed paths: M lib/galaxy/util/sanitize_html.py M lib/galaxy/webapps/galaxy/controllers/page.py Log Message: ----------- Update code from upstream feedparser. Simplify __init__() Commit: cd8a44ff195729c7e772ad461d9fab4797bbe252 https://github.com/galaxyproject/galaxy/commit/cd8a44ff195729c7e772ad461d9fa... Author: Nicola Soranzo <nicola.soranzo@earlham.ac.uk> Date: 2018-03-07 (Wed, 07 Mar 2018) Changed paths: M lib/galaxy/util/sanitize_html.py M lib/galaxy/webapps/galaxy/controllers/page.py Log Message: ----------- Merge _BaseHTMLProcessor class in _PageContentProcessor Derive from HTMLParser instead of SGMLParser. Commit: fffca430d21655ede9f0369fe078f3a1972910b1 https://github.com/galaxyproject/galaxy/commit/fffca430d21655ede9f0369fe078f... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2018-03-07 (Wed, 07 Mar 2018) Changed paths: M lib/galaxy/dependencies/pinned-requirements.txt M lib/galaxy/dependencies/requirements.txt M lib/galaxy/managers/workflows.py M lib/galaxy/util/sanitize_html.py M lib/galaxy/util/validation.py M lib/galaxy/visualization/plugins/resource_parser.py M lib/galaxy/web/base/controller.py M lib/galaxy/webapps/galaxy/api/annotations.py M lib/galaxy/webapps/galaxy/api/folder_contents.py M lib/galaxy/webapps/galaxy/api/page_revisions.py M lib/galaxy/webapps/galaxy/api/pages.py M lib/galaxy/webapps/galaxy/api/visualizations.py M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/galaxy/webapps/galaxy/controllers/page.py M lib/galaxy/webapps/galaxy/controllers/visualization.py M lib/galaxy/webapps/galaxy/controllers/workflow.py M lib/tool_shed/util/workflow_util.py R scripts/microbes/BeautifulSoup.py M scripts/microbes/harvest_bacteria.py Log Message: ----------- Merge pull request #5642 from nsoranzo/evict_sgmllib Python3: evict sgmllib and BeautifulSoup Compare: https://github.com/galaxyproject/galaxy/compare/6675959069b0...fffca430d216