| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-19 | clarify | Chris McDonough | |
| 2011-04-18 | fixed makefile to update theme submodule correctly | cguardia | |
| 2011-04-18 | - Deprecated all assignments to ``request.response_*`` attributes such as | Chris McDonough | |
| ``request.response_content_type = 'foo'``. Assignments and mutations of the following request attributes that were considered by the framework for response influence are now deprecated: ``response_content_type``, ``response_headerlist``, ``response_status``, ``response_charset``, and ``response_cache_for``. Instead of assigning these to the request object for detection by the rendering machinery, users should use the appropriate API of the Response object created by accessing ``request.response`` (e.g. ``request.response_content_type = 'abc'`` -> ``request.response.content_type = 'abc'``). - Custom request objects are now required to have a ``response`` attribute (or reified property) if they are meant to be used with renderers. This ``response`` attribute should be an instance of the class ``pyramid.response.Response``. - The JSON and string renderer factories now use ``request.response.content_type`` rather than ``request.response_content_type``. They determine whether they should set the content type of the response by comparing the response's content type against the default (usually ``text/html``); if the content type is not the default, the renderer changes the content type (to ``application/json`` or ``text/plain`` for JSON and string renderers respectively). - Made it possible to assign to and delete ``pyramid.testing.DummyRequest.registry`` (bugfix). | |||
| 2011-04-18 | test adding theme as a submodule | cguardia | |
| 2011-04-16 | Consolidate two identical paragraphs | Patricio Paez | |
| 2011-04-16 | ZODB tutorial Adding Authorization reorganize | Patricio Paez | |
| - Sections sorted by general, views, templates - List steps in the introduction | |||
| 2011-04-16 | Improve ZODB tutorial (Adding Authorization) | Patricio Paez | |
| - Consolidate two sections and promote some to first level - Add a couple of terms | |||
| 2011-04-13 | - Add missing docs reference to | Chris McDonough | |
| ``pyramid.config.Configurator.set_view_mapper`` and refer to it within Hooks chapter section named "Using a View Mapper". | |||
| 2011-04-13 | - Make ``pyramid.interfaces.IAuthenticationPolicy`` and | Chris McDonough | |
| ``pyramid.interfaces.IAuthorizationPolicy`` public interfaces, and refer to them within the ``pyramid.authentication`` and ``pyramid.authorization`` API docs. - Render the function definitions for each exposed interface in ``pyramid.interfaces``. Closes #167. | |||
| 2011-04-11 | pyramid_sqla -> akhet | Chris McDonough | |
| 2011-04-11 | add description of MANIFEST.in | Chris McDonough | |
| 2011-04-11 | make prettier | Chris McDonough | |
| 2011-04-11 | fix improper use of :ref: (should have been :meth:) | Chris McDonough | |
| 2011-04-10 | Wrong attribute name; closes #146. | Chris McDonough | |
| 2011-04-01 | add patricio to list of contributors | Chris McDonough | |
| 2011-03-31 | Move Viewing the Application in a Browser up | Patricio Paez | |
| 2011-03-31 | Fix typos in the tutorials | Patricio Paez | |
| 2011-03-31 | Sync the Defining Views intro with the SQLAlchemy tutorial | Patricio Paez | |
| 2011-03-31 | Sync note with SQLAlchemy tutorial | Patricio Paez | |
| 2011-03-30 | Sync Declaring Dependencies with the SQLAlchemy tutorial | Patricio Paez | |
| 2011-03-30 | Move the Declaring Dependencies topic to the Defining Views section | Patricio Paez | |
| 2011-03-29 | fixed typo | cguardia | |
| 2011-03-28 | branch coverage | Chris McDonough | |
| 2011-03-26 | Simplify the Defining the Domain Model section in the ZODB tutorial | Patricio Paez | |
| and standardize with the SQLAlchemy tutorial | |||
| 2011-03-25 | Moved the content that was put into whatsnew-1.0.rst into the CHANGES.txt | Joe Dallago | |
| file, b/c the terminology change doesn't apply to version 1.0. Also changed the output of the paster create command in project.rst back to its original state. | |||
| 2011-03-24 | It was decided that pyramid would undergo a terminology change. | Joe Dallago | |
| 'Paster templates' will now be refered to as 'scaffolds,' while 'rendered templates' will remain as 'templates.' I have changed the docs to reflect this change in terminology. | |||
| 2011-03-24 | Merge remote branch 'source/master' | Alexandre Bourget | |
| Conflicts: docs/narr/hooks.rst | |||
| 2011-03-24 | Fix some typos. | Alexandre Bourget | |
| 2011-03-22 | Merge branch 'cguardia-master' | Chris McDonough | |
| 2011-03-21 | changed mentions of repoze.tm to repoze.tm2 to fix issue 151 | cguardia | |
| 2011-03-20 | review changes to sqla tutorial | Chris McDonough | |
| 2011-03-19 | update description of shootout | Chris McDonough | |
| 2011-03-15 | Restructured the routes wiki tutorial to make it easier to follow along. ↵ | Carlos de la Guardia | |
| Moved the routes tutorial above the traversal tutorial. | |||
| 2011-03-09 | leave some breadcrumbs for finding renderered response attribute settings | Chris McDonough | |
| 2011-03-05 | add section about pluggable apps | Chris McDonough | |
| 2011-03-02 | Closes #128 | Chris McDonough | |
| 2011-03-02 | Closes #125 | Chris McDonough | |
| 2011-02-28 | Fix authentication policy example. | Chris McDonough | |
| Closes #137 | |||
| 2011-02-26 | it's request_param | Chris McDonough | |
| 2011-02-25 | typo | Chris McDonough | |
| 2011-02-25 | unused | Chris McDonough | |
| 2011-02-23 | mirror virhilo's changes to views tutorial package in authorization step | Chris McDonough | |
| 2011-02-23 | normalized test cases in wiki2 tutorial | Łukasz Fidosz | |
| 2011-02-16 | fix tutorial wording | Chris McDonough | |
| 2011-02-15 | fixed typo in docs in wiki2 tutorial | Łukasz Fidosz | |
| 2011-02-13 | Merge branch 'master' of https://github.com/lambacck/pyramid into ↵ | Chris McDonough | |
| lambacck-master | |||
| 2011-02-12 | Add make_localizer function & docs & tests | Christopher Lambacher | |
| 2011-02-12 | fix typo | Chris McDonough | |
| 2011-02-05 | mention Chris Beebly | Chris McDonough | |
| 2011-02-05 | fix conflicts | Chris McDonough | |
