Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 638e36f51d2c9d1af3a0ff62a869e72c02a38f76 https://github.com/galaxyproject/galaxy/commit/638e36f51d2c9d1af3a0ff62a869e... Author: Nate Coraor <nate@bx.psu.edu> Date: 2015-11-14 (Sat, 14 Nov 2015) Changed paths: M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/galaxy/webapps/galaxy/controllers/history.py M lib/galaxy/webapps/galaxy/controllers/user.py M lib/galaxy/webapps/galaxy/controllers/visualization.py M lib/galaxy/webapps/galaxy/controllers/workflow.py Log Message: ----------- Newer versions of WebOb set None in referer, older versions set an empty string. Handle cases where it is assumed to be a string. I checked all other trans.request attributes to find other cases where this might crop up and didn't find any. Commit: d5fe49ec6f1250da732faaf5c605549183249938 https://github.com/galaxyproject/galaxy/commit/d5fe49ec6f1250da732faaf5c6055... Author: Nate Coraor <nate@bx.psu.edu> Date: 2015-11-17 (Tue, 17 Nov 2015) Changed paths: M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/galaxy/webapps/galaxy/controllers/history.py M lib/galaxy/webapps/galaxy/controllers/visualization.py M lib/galaxy/webapps/galaxy/controllers/workflow.py Log Message: ----------- Incorporate @nsoranzo's suggestions Commit: e6d651be32f0afb34792a3be204df54c9e36bb53 https://github.com/galaxyproject/galaxy/commit/e6d651be32f0afb34792a3be204df... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2015-11-17 (Tue, 17 Nov 2015) Changed paths: M lib/galaxy/webapps/galaxy/controllers/dataset.py M lib/galaxy/webapps/galaxy/controllers/history.py M lib/galaxy/webapps/galaxy/controllers/user.py M lib/galaxy/webapps/galaxy/controllers/visualization.py M lib/galaxy/webapps/galaxy/controllers/workflow.py Log Message: ----------- Merge pull request #1091 from natefoo/webob-string-to-none Fix bug with referer attribute type change in WebOb Compare: https://github.com/galaxyproject/galaxy/compare/2374c55f7233...e6d651be32f0