Changelog for
python-pyramid_debugtoolbar-2.4-2.1.noarch.rpm :
Thu Jul 30 14:00:00 2015 hpjAATTurpla.net
- update to 2.4 (2015-06-04)
* This release changes some details of the panel API, so if you are writing
any custom panels for the toolbar please review the changes.
* Document the cookie used to activate panels on a per-request basis. It is
possible to specify the cookie per-request to turn on certain panels. This
is used by default in the browser, but may also be used on a per-request
basis by curl or other http APIs.
* Add new debugtoolbar.active_panels setting which can specify certain panels
to be always active.
* Modify DebugPanel.name to be a valid python identifier, used for settings
and lookup.
* The toolbar no longer will clobber the request.id property. It now
namespaces its usage as request.pdtb_id, freeing up request.id for
applications.
* Add a lock icon next to the request method in the sidebar if the request
was accessed over https.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/213
* Update to bootstrap 3.1.1.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/213
* Fix display of POST variables where the same key is used multiple times.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/210
* Fix auth callback so it protects the toolbar views. Auth system is tested
now. See https://github.com/Pylons/pyramid_debugtoolbar/pull/226
* Convert SQLAlchemy views to obtain the query and params internally; this
allows executing queries with parameters that are not serializable.
See https://github.com/Pylons/pyramid_debugtoolbar/pull/227
* Adds Pyramid version tests and bumps required Pyramid version to 1.4. The
pyramid_mako dependency requires 1.3, but debugtoolbar also uses
invoke_subrequest which was added in 1.4. The invoke_subrequest call was
added in pyramid_debugtoolbar 2.0; if you need Pyramid 1.3 compatibility,
try an older version.
See https://github.com/Pylons/pyramid_debugtoolbar/issues/183 and
https://github.com/Pylons/pyramid_debugtoolbar/pull/225
- add python-webtest test dependency
Fri Feb 6 13:00:00 2015 hpjAATTurpla.net
- update to 2.3: too many changes to list here
check: https://pypi.python.org/pypi/pyramid_debugtoolbar/2.3
Mon Dec 29 13:00:00 2014 mardnhAATTgmx.de
- update to version 2.2.2
Tue Aug 6 14:00:00 2013 hpjAATTurpla.net
- provide local intersphinx file
Mon Aug 5 14:00:00 2013 hpjAATTurpla.net
- version 1.0.6: initial build