| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-04-12 | Merge pull request #531 from veeti/patch-1 | Carlos de la Guardia | |
| Fix a typo in the documentation | |||
| 2012-04-13 | Fix a typo in the documentation | Veeti Paananen | |
| 2012-04-11 | spelling | Michael Merickel | |
| 2012-04-11 | Merge branch 'mmerickel.feature-instance-properties' | Chris McDonough | |
| 2012-04-11 | readme | Chris McDonough | |
| 2012-04-11 | Merge branch 'feature.instance-properties' of ↵ | Chris McDonough | |
| https://github.com/mmerickel/pyramid into mmerickel.feature-instance-properties | |||
| 2012-04-11 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-04-11 | request properties are now added in bulk | Michael Merickel | |
| 2012-04-10 | changed to classmethod | Michael Merickel | |
| 2012-04-10 | tests for bulk property creation | Michael Merickel | |
| 2012-04-10 | refactored set_property to support multiple properties in the same subclass | Michael Merickel | |
| 2012-04-10 | enable warning badge on master docs | Michael Merickel | |
| 2012-04-10 | poke rtd | Chris McDonough | |
| 2012-04-10 | test checkin for rtd | Chris McDonough | |
| 2012-04-08 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-04-08 | Merge pull request #525 from ppaez/zodb-tutorial | Chris McDonough | |
| Zodb tutorial updates | |||
| 2012-04-08 | Final details | Patricio Paez | |
| - Normalize the Seeing our changes section - Changed import to recommended style | |||
| 2012-04-08 | Normalize Authorization in both tutorials 4 | Patricio Paez | |
| - Sync content of Add login and logout views, Add the login.pt template, Return a logged_in flag, Add a logout link sections - Normalize sections of views.py | |||
| 2012-04-08 | Normalize Authorization in both tutorials 3 | Patricio Paez | |
| - Sync content in Adding Authentication and Authorization policies, Add permission declarations sections - Added mising permission=view in SQL tutorial - Moved __init__.py listing to Seeing our changes | |||
| 2012-04-07 | Normalize Authorization in both tutorials 2 | Patricio Paez | |
| - Sync content of Add users and groups, and Add an ACL. - Added yellow highlight to listings in Seeing our changes, added models.py | |||
| 2012-04-07 | Ordered sections as per the summary | Patricio Paez | |
| 2012-04-07 | Normalize Authorization in both tutorials 1 | Patricio Paez | |
| - Sync the content of the introduction and the Viewing the Application in a Browser sections - Sync the section structure | |||
| 2012-04-06 | Merge pull request #524 from ppaez/sql-wiki-authorization | Carlos de la Guardia | |
| Sql wiki authorization | |||
| 2012-04-06 | Added first level sections, fixed route in the summary | Patricio Paez | |
| 2012-04-06 | Improve Authorization in the SQL tutorial | Patricio Paez | |
| - Made the section headers more explicit and rearranged them in a group for access control and another for login/logout - Split the summary in the two groups - Added missing section Add routes for /login and /logout - Clarify some sections | |||
| 2012-04-05 | note | Chris McDonough | |
| 2012-04-04 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-04-04 | Merge pull request #523 from oddshocks/master | Chris McDonough | |
| Addressed #327 | |||
| 2012-04-02 | removed strange text that showed up | David Gay | |
| 2012-04-02 | Merge branch 'master' of github.com:oddshocks/pyramid | David Gay | |
| Conflicts: docs/narr/views.rst | |||
| 2012-04-02 | addressed #327 | David Gay | |
| 2012-04-02 | addressed #327 | David Gay | |
| 2012-04-01 | Merge pull request #521 from ppaez/sql-wiki-authorization | Carlos de la Guardia | |
| Improvements to the SQL wiki authorization chapter | |||
| 2012-04-01 | Improve Authorization on SQL tutorial | Patricio Paez | |
| - Simplified the authentication policy callback section - Use full path for files in Seeing Our Changes - Fixed a typo | |||
| 2012-04-01 | More simplification to the Authorization chapter | Patricio Paez | |
| - Clarify the Adding A Root Factory section, include a related modification to __init__.py - Added Add routes for /login and /logout section - Added yellow higlighting in various listings - Consolidate all the Seeing our changes at the end - Use a 'do, then explain' pattern | |||
| 2012-04-01 | Improved Adding Authorization in SQL wiki tutorial | Patricio Paez | |
| - Removed unneeded logged_in assignment - Moved up text to the corresponding section - Normalize references to view callables - Simplify text in Add permission declarations | |||
| 2012-03-31 | Merge pull request #513 from ppaez/issue-510 | Carlos de la Guardia | |
| Mark line with yellow in SQL wiki - issue #510 | |||
| 2012-03-30 | - As of this release, the ``request_method`` predicate, when used, will also | Chris McDonough | |
| imply that ``HEAD`` is implied when you use ``GET``. For example, using ``@view_config(request_method='GET')`` is equivalent to using ``@view_config(request_method='HEAD')``. Using ``@view_config(request_method=('GET', 'POST')`` is equivalent to using ``@view_config(request_method=('GET', 'HEAD', 'POST')``. This is because HEAD is a variant of GET that omits the body, and WebOb has special support to return an empty body when a HEAD is used. | |||
| 2012-03-30 | note that this is a forward port | Chris McDonough | |
| 2012-03-30 | forward-port security fix from 1.3 branch | Chris McDonough | |
| 2012-03-30 | - When no authentication policy was configured, a call to | Chris McDonough | |
| ``pyramid.security.effective_principals`` would unconditionally return the empty list. This was incorrect, it should have unconditionally returned ``[Everyone]``, and now does. | |||
| 2012-03-29 | bad idea | Chris McDonough | |
| 2012-03-29 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-29 | move changes to history on master (master is now 1.4dev) | Chris McDonough | |
| 2012-03-29 | Merge pull request #518 from wwitzel3/ww/contrib | Chris McDonough | |
| signed contributors agreement | |||
| 2012-03-29 | update version markers | Chris McDonough | |
| 2012-03-29 | Merge branch 'wwitzel3-json-api' | Chris McDonough | |
| 2012-03-29 | - Coverage and docs updates for custom JSON class. | Chris McDonough | |
| - Fork point: master now represents a future 1.4 release. | |||
| 2012-03-28 | signed contributors agreement | Wayne Witzel III | |
| 2012-03-28 | JSON-API rework and Object.__json__ support | Wayne Witzel III | |
