| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-05-04 | Merge branch 'master' of https://github.com/Pylons/pyramid | cguardia | |
| 2011-05-04 | code refactoring for showing route->view relationship more correctly; tests ↵ | cguardia | |
| and docs for pull request | |||
| 2011-04-27 | - Passing an ``environ`` dictionary to the ``__call__`` method of a | Chris McDonough | |
| "traverser" (e.g. an object that implements ``pyramid.interfaces.ITraverser`` such as an instance of ``pyramid.traversal.ResourceTreeTraverser``) as its ``request`` argument now causes a deprecation warning to be emitted. Consumer code should pass a ``request`` object instead. The fact that passing an environ dict is permitted has been documentation-deprecated since ``repoze.bfg`` 1.1, and this capability will be removed entirely in a future version. - The following (undocumented, dictionary-like) methods of the ``pyramid.request.Request`` object have been deprecated: ``__contains__``, ``__delitem__``, ``__getitem__``, ``__iter__``, ``__setitem__``, ``get``, ``has_key``, ``items``, ``iteritems``, ``itervalues``, ``keys``, ``pop``, ``popitem``, ``setdefault``, ``update``, and ``values``. Usage of any of these methods will cause a deprecation warning to be emitted. These methods were added for internal compatibility in ``repoze.bfg`` 1.1 (code that currently expects a request object expected an environ object in BFG 1.0 and before). In a future version, these methods will be removed entirely. | |||
| 2011-04-27 | - Previously, ``pyramid.request.Request`` inherited from | Chris McDonough | |
| ``webob.request.Request`` and implemented ``__getattr__``, ``__setattr__`` and ``__delattr__`` itself in order to overidde "adhoc attr" WebOb behavior where attributes of the request are stored in the environ. Now, ``pyramid.request.Request`` object inherits from (the more recent) ``webob.request.BaseRequest`` instead of ``webob.request.Request``, which provides the same behavior. ``pyramid.request.Request`` no longer implements its own ``__getattr__``, ``__setattr__`` or ``__delattr__`` as a result. | |||
| 2011-04-27 | pulled in mcdoncs changes | cguardia | |
| 2011-04-27 | Merge branch 'cguardia-master' into pviews | Chris McDonough | |
| 2011-04-27 | use __doc__ instead of __text__ to represent predicate output; inject ↵ | Chris McDonough | |
| bfg.routes.matchdict into environ to prevent return of wrong subpath; expose __predicates__ as actual predicates rather than text for ease of copying (although i dont like it) | |||
| 2011-04-27 | removed line that will never be executed | cguardia | |
| 2011-04-27 | use __doc__ instead of __text__ for predicate description | cguardia | |
| 2011-04-27 | Merge branch 'master' of https://github.com/Pylons/pyramid | cguardia | |
| 2011-04-25 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-04-25 | spell it out entirely | Chris McDonough | |
| 2011-04-25 | added to contibutor list | cguardia | |
| 2011-04-25 | Merge branch 'master' of https://github.com/Pylons/pyramid | cguardia | |
| 2011-04-25 | revert a5702cd8: oops, it undoes timing attack protection | Philip Jenvey | |
| 2011-04-24 | refactor | Philip Jenvey | |
| 2011-04-24 | resistance is futile, assimilating (not built by aliens) | Philip Jenvey | |
| 2011-04-25 | Merge branch 'master' of https://github.com/Pylons/pyramid | cguardia | |
| 2011-04-24 | finished paster views command and 100% test coverage | cguardia | |
| 2011-04-24 | Merge branch 'ppaez-zodb-tutorial-test-reorg' | Chris McDonough | |
| 2011-04-24 | Merge branch 'zodb-tutorial-test-reorg' of https://github.com/ppaez/pyramid ↵ | Chris McDonough | |
| into ppaez-zodb-tutorial-test-reorg | |||
| 2011-04-24 | Merge branch 'jdnavarro-master' | Chris McDonough | |
| 2011-04-24 | Merge branch 'master' of https://github.com/jdnavarro/pyramid into ↵ | Chris McDonough | |
| jdnavarro-master | |||
| 2011-04-24 | fix rendering issue | Chris McDonough | |
| 2011-04-23 | BFG -> Pyramid | Danny Navarro | |
| 2011-04-22 | Merge branch 'kstrauser-master' | Chris McDonough | |
| 2011-04-22 | fix merge conflicts | Chris McDonough | |
| 2011-04-22 | reference an issue | Chris McDonough | |
| 2011-04-22 | test coverage | Chris McDonough | |
| 2011-04-22 | Merge branch 'mmerickel-disambiguate_add_route' | Chris McDonough | |
| 2011-04-22 | - Make sure deprecation warnings aren't raised when tests are run. | Chris McDonough | |
| - Modify documentation for cross-referencing. - Use add_view(viewname) syntax rather than add_view(view=viewname) syntax for normalization. - Use warnings.warn rather than zope.deprecated in order to make testing easier. - Move tests which test deprecated methods of configurator to a separate test case. | |||
| 2011-04-22 | Merge branch 'disambiguate_add_route' of ↵ | Chris McDonough | |
| https://github.com/mmerickel/pyramid into mmerickel-disambiguate_add_route | |||
| 2011-04-22 | Updated static tests to pass using the add_route deprecations. | Michael Merickel | |
| 2011-04-22 | version bump | Chris McDonough | |
| 2011-04-22 | garden | Chris McDonough | |
| 2011-04-21 | Merge branch 'scriptname_fixes' | Chris McDonough | |
| 2011-04-21 | add changelog entries, fix docs for wsgiapp2 | Chris McDonough | |
| 2011-04-21 | add unit tests for call_app_with_subpath_as_path_info | Chris McDonough | |
| 2011-04-21 | add an integration test for wsgiapp2 | Chris McDonough | |
| 2011-04-21 | name change | Chris McDonough | |
| 2011-04-21 | spellings | Chris McDonough | |
| 2011-04-21 | share call_app_with_subpath_as_path_info between static view and wsgiapp2 | Chris McDonough | |
| 2011-04-21 | add 'adding a custom settings' | Chris McDonough | |
| 2011-04-21 | fewer tests fail | Chris McDonough | |
| 2011-04-20 | Sync with SQLAlchemy wiki tutorial | Patricio Paez | |
| 2011-04-20 | Adding Tests in the ZODB wiki tutorial | Patricio Paez | |
| - New section in the main index - Move Model and View tests there - Added Functional tests | |||
| 2011-04-20 | fix scriptname and path_info computation in wsgiapp2 decorator; share code ↵ | Chris McDonough | |
| between static and wsgiapp2 decorator | |||
| 2011-04-20 | Fixed typos and added clarifications in a tutorial | Kirk Strauser | |
| I was working through the wiki2 tutorial this morning and found some slightly confusing bits. As I went along, I added the suggested changes to my local files to make them match the tutorial's version, but found several times that key parts were missing. I'm not new to Python so this didn't slow me down, but thought some clarifications might help new users. | |||
| 2011-04-20 | Provided a possible fix for StaticURLInfo. | Michael Merickel | |
| 2011-04-20 | Fixed a small bug in the paster template. | Michael Merickel | |
