| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-24 | misspelling | Chris McDonough | |
| 2011-01-24 | prep for 1.0b2 | Chris McDonough | |
| 2011-01-24 | we no longer have a __version__ | Chris McDonough | |
| 2011-01-24 | render token in ValueError instead of passing it as a second arg | Chris McDonough | |
| 2011-01-24 | wording | Chris McDonough | |
| 2011-01-24 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-01-24 | - A bug existed in the ``pyramid.authentication.AuthTktCookieHelper`` which | Chris McDonough | |
| would break any usage of an AuthTktAuthenticationPolicy when an auth tkt authentication policy was configured to reissue its tokens (``reissue_time`` < ``timeout`` / ``max_age``). Symptom: ``ValueError: ('Invalid token %r', '')``. See https://github.com/Pylons/pyramid/issues#issue/108. | |||
| 2011-01-24 | Add todo item for BeforeRender docs. | Ben Bangert | |
| 2011-01-24 | credit Graham | Chris McDonough | |
| 2011-01-24 | apply recomenndations from graham | Chris McDonough | |
| 2011-01-23 | chapter was renamed | Chris McDonough | |
| 2011-01-22 | - The ``render_view`` method of ``pyramid.renderers.RendererHelper`` passed | Chris McDonough | |
| an incorrect value into the renderer for ``renderer_info``. It now passes an instance of ``RendererHelper`` instead of a dictionary, which is consistent with other usages. See https://github.com/Pylons/pyramid/issues#issue/106 Closes #106 | |||
| 2011-01-22 | - The ``production.ini`` generated by all paster templates now have an | Chris McDonough | |
| effective logging level of WARN, which prevents e.g. SQLAlchemy statement logging and other inappropriate output. - The ``production.ini`` of the ``pyramid_routesalchemy`` and ``pyramid_alchemy`` paster templates did not have a ``sqlalchemy`` logger section, preventing ``paster serve production.ini`` from working. - The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` paster templates used the ``{{package}}`` variable in a place where it should have used the ``{{project}}`` variable, causing applications created with uppercase letters e.g. ``paster create -t pyramid_routesalchemy Dibbus`` to fail to start when ``paster serve development.ini`` was used against the result. See https://github.com/Pylons/pyramid/issues/#issue/107 Closes #107 | |||
| 2011-01-21 | of course, wrong date in tarball | Chris McDonough | |
| 2011-01-21 | prep for 1.0b1 | Chris McDonough | |
| 2011-01-21 | - Minimally explain usage of custom regular expressions in URL dispatch | Chris McDonough | |
| replacement markers within URL Dispatch chapter. | |||
| 2011-01-21 | add distutils entry | Chris McDonough | |
| 2011-01-21 | include txt, mako, xml, html | Chris McDonough | |
| 2011-01-21 | - Add a ``MANIFEST.in`` file to each paster template. See | Chris McDonough | |
| https://github.com/Pylons/pyramid/issues#issue/95 Closes issue #95. | |||
| 2011-01-21 | point at Pyramid Cookbook explicitly | Chris McDonough | |
| 2011-01-21 | garden | Chris McDonough | |
| 2011-01-21 | depend on intersphinx to point at Mako i18n recipe | Chris McDonough | |
| 2011-01-21 | - Slightly improved interface docs for ``IAuthorizationPolicy``. | Chris McDonough | |
| 2011-01-21 | wording | Chris McDonough | |
| 2011-01-21 | - Move content of "Forms" chapter back to "Views" chapter; I can't think of a | Chris McDonough | |
| better place to put it. | |||
| 2011-01-21 | - ``testing.setUp`` now adds a ``settings`` attribute to the registry (both | Chris McDonough | |
| when it's passed a registry without any settings and when it creates one). - The ``testing.setUp`` function now takes a ``settings`` argument, which should be a dictionary. Its values will subsequently be available on the returned ``config`` object as ``config.registry.settings``. | |||
| 2011-01-21 | Incorporate suggestions from https://github.com/Pylons/pyramid/issues/#issue/57 | Chris McDonough | |
| 2011-01-21 | - Added "What's New in Pyramid 1.0" chapter to HTML rendering of | Chris McDonough | |
| documentation. | |||
| 2011-01-21 | - Add (minimal) documentation about using I18N within Mako templates to | Chris McDonough | |
| "Internationalization and Localization" narrative chapter. | |||
| 2011-01-21 | garden | Chris McDonough | |
| 2011-01-21 | garden: | Chris McDonough | |
| 2011-01-21 | remove descriptions from titles | Chris McDonough | |
| 2011-01-21 | mention pyramid_sqla | Chris McDonough | |
| 2011-01-21 | add caveat for PyPy and Jython users | Chris McDonough | |
| 2011-01-21 | yes, really | Chris McDonough | |
| 2011-01-21 | - Add docs for ``add_finished_callback``, ``add_response_callback``, | Chris McDonough | |
| ``route_path``, ``route_url``, and ``static_url`` methods to ``pyramid.request.Request`` API docs. | |||
| 2011-01-21 | garden | Chris McDonough | |
| 2011-01-21 | deal with the addition of production.ini | Chris McDonough | |
| 2011-01-21 | update whatsnew | Chris McDonough | |
| 2011-01-21 | - Add ``wild_domain`` argument to AuthTktAuthenticationPolicy, which defaults | Chris McDonough | |
| to ``True``. If it is set to ``False``, the feature of the policy which sets a cookie with a wilcard domain will be turned off. | |||
| 2011-01-21 | Merge branch 'mmerickel-wild_domains' | Chris McDonough | |
| 2011-01-21 | Merge branch 'wild_domains' of https://github.com/mmerickel/pyramid into ↵ | Chris McDonough | |
| mmerickel-wild_domains | |||
| 2011-01-20 | promise less | Chris McDonough | |
| 2011-01-20 | add first cut of whatsnew document | Chris McDonough | |
| 2011-01-20 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2011-01-20 | garden | Chris McDonough | |
| 2011-01-20 | update grok number | Chris McDonough | |
| 2011-01-20 | Fixed webob link in request, thanks raydeo | Blaise Laflamme | |
| 2011-01-20 | configure tm in production.ini with default_commit_veto | Chris McDonough | |
| 2011-01-20 | garden | Chris McDonough | |
