[ckan-changes] [ckan/ckan] 7bceaa: Add __dir__ to the common c object
GitHub
noreply at github.com
Tue May 24 14:14:06 UTC 2016
Branch: refs/heads/poc-flask-views.common-url_for
Home: https://github.com/ckan/ckan
Commit: 7bceaa9611dd05745b4a89785bd16e89dd83b4bc
https://github.com/ckan/ckan/commit/7bceaa9611dd05745b4a89785bd16e89dd83b4bc
Author: amercader <amercadero at gmail.com>
Date: 2016-05-24 (Tue, 24 May 2016)
Changed paths:
M ckan/common.py
Log Message:
-----------
Add __dir__ to the common c object
Commit: ef32fd2b01825b1ddf59e8339ed23461ac63cd22
https://github.com/ckan/ckan/commit/ef32fd2b01825b1ddf59e8339ed23461ac63cd22
Author: amercader <amercadero at gmail.com>
Date: 2016-05-24 (Tue, 24 May 2016)
Changed paths:
M ckan/common.py
M ckan/config/middleware.py
M ckan/config/routing.py
M ckan/controllers/home.py
M ckan/lib/helpers.py
Log Message:
-----------
First go at a cross-app url_for
Right now this works for creating Flask urls on the context of a
Pylons request. We create a Flask app context and a test request context
with the actual environ values so we can create urls
Compare: https://github.com/ckan/ckan/compare/7bceaa9611dd^...ef32fd2b0182
More information about the ckan-changes
mailing list