[ckan-changes] [ckan/ckan] f42170: [#3196] Remove builtin timer
GitHub
noreply at github.com
Mon Nov 14 20:13:16 UTC 2016
Branch: refs/heads/3196-common-requests-code
Home: https://github.com/ckan/ckan
Commit: f4217002fe752934e8cdde9079015185b1d48d90
https://github.com/ckan/ckan/commit/f4217002fe752934e8cdde9079015185b1d48d90
Author: amercader <amercadero at gmail.com>
Date: 2016-11-11 (Fri, 11 Nov 2016)
Changed paths:
M ckan/config/middleware/flask_app.py
Log Message:
-----------
[#3196] Remove builtin timer
It is available on the Flask Debug toolbar
Commit: 82d1ced11251fa0d9cee2078ecc775d2c7cc5009
https://github.com/ckan/ckan/commit/82d1ced11251fa0d9cee2078ecc775d2c7cc5009
Author: amercader <amercadero at gmail.com>
Date: 2016-11-11 (Fri, 11 Nov 2016)
Changed paths:
M ckan/config/middleware/flask_app.py
Log Message:
-----------
[#3196] Improve blueprint rules detection
Avoid detecting rules from blueprints that start with the same string
(eg `user` and `users`). Better list creation.
Commit: ee5047de95c9908c0792944b7e63ac46984fee25
https://github.com/ckan/ckan/commit/ee5047de95c9908c0792944b7e63ac46984fee25
Author: amercader <amercadero at gmail.com>
Date: 2016-11-14 (Mon, 14 Nov 2016)
Changed paths:
M ckan/config/middleware/flask_app.py
Log Message:
-----------
[#3196] Move handlers to module level functions
Commit: 93dc635c90b96693da096ae06c57b9d123b79c37
https://github.com/ckan/ckan/commit/93dc635c90b96693da096ae06c57b9d123b79c37
Author: amercader <amercadero at gmail.com>
Date: 2016-11-14 (Mon, 14 Nov 2016)
Changed paths:
M ckan/config/middleware/flask_app.py
Log Message:
-----------
[#3196] Simplify add core blueprint function as per @TkTech advice
Compare: https://github.com/ckan/ckan/compare/8e38f42aaf70...93dc635c90b9
More information about the ckan-changes
mailing list