| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-28 | - Removed API documentation for ``pyramid.testing`` APIs named | Chris McDonough | |
| ``registerDummySecurityPolicy``, ``registerResources``, ``registerModels``, ``registerEventListener``, ``registerTemplateRenderer``, ``registerDummyRenderer``, ``registerView``, ``registerUtility``, ``registerAdapter``, ``registerSubscriber``, ``registerRoute``, and ``registerSettings``. - Deprecated-since-BFG-1.2 APIs from ``pyramid.testing`` now properly emit deprecation warnings. | |||
| 2011-01-28 | shorten too-long lines for latex | Chris McDonough | |
| 2011-01-28 | render URL properly | Chris McDonough | |
| 2011-01-28 | renderings | Chris McDonough | |
| 2011-01-28 | garden | Chris McDonough | |
| 2011-01-28 | remove inappropriate warning; change note wording | Chris McDonough | |
| 2011-01-28 | transposed | Chris McDonough | |
| 2011-01-28 | garden | Chris McDonough | |
| 2011-01-28 | docutils necessary as per tutorial flow | Chris McDonough | |
| 2011-01-28 | prep for 1.0b3 | Chris McDonough | |
| 2011-01-28 | capitalizations | Chris McDonough | |
| 2011-01-28 | use older versions of latex warning/info from bfg docs (larger, b&w) | Chris McDonough | |
| 2011-01-28 | nonsensical mod | Chris McDonough | |
| 2011-01-28 | dont use tab-width directive (older sphinx does not support, need to build ↵ | Chris McDonough | |
| book with older sphinx) | |||
| 2011-01-28 | convert all tabs to spaces in templates (sorry, blaise, i may have to use an ↵ | Chris McDonough | |
| older version of sphinx which doesnt respect tab-width) | |||
| 2011-01-27 | remove bacticks from interface description | Chris McDonough | |
| 2011-01-27 | module name contractions | Chris McDonough | |
| 2011-01-27 | spell out 20 | Chris McDonough | |
| 2011-01-27 | this line is too long to fit in the book; cheat | Chris McDonough | |
| 2011-01-27 | method name contractions | Chris McDonough | |
| 2011-01-27 | method name contractions; move details of view lookup to end | Chris McDonough | |
| 2011-01-27 | fix dangling references | Chris McDonough | |
| 2011-01-27 | ignore book env | Chris McDonough | |
| 2011-01-27 | - Beef up documentation related to ``set_default_permission``: explicitly | Chris McDonough | |
| mention that default permissions also protect exception views. | |||
| 2011-01-27 | suppress build warning | Chris McDonough | |
| 2011-01-27 | Merge branch 'michr-master' | Chris McDonough | |
| 2011-01-26 | fix typo in "URL Dispatch section mentioned by some on mailing list: ↵ | michr | |
| https://groups.google.com/group/pylons-devel/browse_thread/thread/511291709aec2b4a | |||
| 2011-01-26 | - ``pyramid.view.append_slash_notfound_view`` now preserves GET query | Chris McDonough | |
| parameters across redirects. | |||
| 2011-01-25 | - Use © instead of copyright symbol in paster templates / tutorial | Chris McDonough | |
| templates for the benefit of folks who cutnpaste and save to a non-UTF8 format. | |||
| 2011-01-25 | gardening | Chris McDonough | |
| 2011-01-25 | also run tests | Chris McDonough | |
| 2011-01-25 | automate template testing | Chris McDonough | |
| 2011-01-25 | tone down and point at github for gh | Chris McDonough | |
| 2011-01-25 | add example of reconfiguring challenge decider for r.who users | Chris McDonough | |
| 2011-01-25 | Merge branch 'michr-master' | Chris McDonough | |
| 2011-01-24 | fixed typo: "reqest" -> request in "Pyramid Views Do Not Accept Arbitrary ↵ | michr | |
| Keyword Arguments" section of "Defending Pyramid’s Design" | |||
| 2011-01-24 | stray tilde | Chris McDonough | |
| 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 | |||
