| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-29 | Fix broken link to contributor docs | Paul Winkler | |
| 2012-11-27 | Merge pull request #732 from ppaez/transaction-dependency | Chris McDonough | |
| Transaction dependency in ZODB tutorial | |||
| 2012-11-22 | typos | Chris McDonough | |
| 2012-11-22 | Sync the tutorial docs for the transaction dependency | Patricio Paez | |
| 2012-11-22 | more appeasement | Chris McDonough | |
| 2012-11-22 | appeasement | Chris McDonough | |
| 2012-11-21 | prep for 1.4b1 | Chris McDonough | |
| 2012-11-21 | prep for release | Chris McDonough | |
| 2012-11-21 | document new introspectable attrs | Chris McDonough | |
| 2012-11-20 | adding transaction module requirement to zodb wiki docs | ericrasmussen | |
| 2012-11-20 | Merge branch 'master' into sontek-fix_commands | Chris McDonough | |
| 2012-11-20 | coverage | Chris McDonough | |
| 2012-11-20 | Sync views.py on SQL wiki tutorial with the scaffold | Patricio Paez | |
| - Explain the added lines in the Basic Layout chapter. - The user is told to remove the added lines in the Defining Views chapter, there was no need to fix any emphasized lines. - Sync the file in the other sections even if it is not shown, for consistency. | |||
| 2012-11-20 | More sync on ZODB wiki tutorial | Patricio Paez | |
| - literalinclude should refer to the file in the corresponding section - Remove extra lines | |||
| 2012-11-19 | Sync some ZODB wiki tutorial files with the scaffold | Patricio Paez | |
| - Files that are not referred to in a literalinclude in the tutorial docs - setup.py and development.ini appear in a literalinclude but no lines are emphasized and there is no impact. | |||
| 2012-11-19 | Sync some SQL wiki tutorial files with the scaffold | Patricio Paez | |
| - Files that are not referred to in a literalinclude in the tutorial docs - setup.py appears in literalinclude, but no lines are added or removed so no impact. Fixed docutils order in the requires list. | |||
| 2012-11-14 | prep for release | Chris McDonough | |
| 2012-11-14 | update for release | Chris McDonough | |
| 2012-11-14 | remove duplicate whatsnew entry (forward port from 1.3 branch | Chris McDonough | |
| 2012-11-13 | forward port from 1.3 branch | Chris McDonough | |
| 2012-11-12 | Modified the hooks documentation to currently describe how to access the ↵ | Robert Jackiewicz | |
| context in a forbidden view. | |||
| 2012-11-04 | merged SHA512AuthTktAuthenticationPolicy into AuthTktAuthenticationPolicy | Michael Merickel | |
| AuthTktAuthenticationPolicy now accepts a hashalg parameter and is no longer deprecated. Docs recommend overriding hashalg and using 'sha512'. | |||
| 2012-11-04 | fix docs, upgrade tutorials, add change note, deprecate using ↵ | Chris McDonough | |
| zope.deprecation instead of a warning, make hashalg arg a kwarg in certain cases in case someone (maybe me) is using nonapi function imports from authentication | |||
| 2012-11-04 | Merge branch 'feature.sha512_auth' of git://github.com/iElectric/pyramid ↵ | Chris McDonough | |
| into iElectric-feature.sha512_auth | |||
| 2012-11-02 | explain csrf token stealing potentiality | Chris McDonough | |
| 2012-11-02 | typo | Carlos de la Guardia | |
| 2012-10-30 | updated authentication policy api documentation | Michael Merickel | |
| 2012-10-28 | - Added an ``effective_principals`` route and view predicate. | Chris McDonough | |
| 2012-10-26 | prep for 1.4a3 | Chris McDonough | |
| 2012-10-26 | - New ``physical_path`` view predicate. If specified, this value should be a | Chris McDonough | |
| string or a tuple representing the physical traversal path of the context found via traversal for this predicate to match as true. For example: ``physical_path='/'`` or ``physical_path='/a/b/c'`` or ``physical_path=('', 'a', 'b', 'c')``. This is not a path prefix match or a regex, it's a whole-path match. It's useful when you want to always potentially show a view when some object is traversed to, but you can't be sure about what kind of object it will be, so you can't use the ``context`` predicate. The individual path elements inbetween slash characters or in tuple elements should be the Unicode representation of the name of the resource and should not be encoded in any way. | |||
| 2012-10-14 | Merge branch 'master' into feature-basic-auth | Chris Rossi | |
| 2012-10-14 | Add BasicAuthAuthenticationPolicy to Sphinx documentation. Move ↵ | Chris Rossi | |
| Repoze1AuthenticationPolicy lower in the list. | |||
| 2012-10-13 | Merge branch 'mmerickel-feature.multi-predicates' into 1.4-branch | Chris McDonough | |
| 2012-10-13 | add docs and changelog note | Chris McDonough | |
| 2012-10-13 | fix typo and markup | Nozomu Kaneko | |
| 2012-09-28 | Remove duplicate word | Carlos de la Guardia | |
| 2012-09-27 | prep for 1.4a2 | Chris McDonough | |
| 2012-09-23 | Add SHA512AuthTktAuthenticationPolicy and deprecate AuthTktAuthenticationPolicy | Domen Kožar | |
| 2012-09-22 | - Add ``Base.metadata.bind = engine`` to alchemy template, so that tables | Chris McDonough | |
| defined imperatively will work. - update wiki2 SQLA tutorial with the changes required after inserting ``Base.metadata.bind = engine`` into the alchemy scaffold. | |||
| 2012-09-19 | Merge branch 'master' into 1.4-branch | Chris McDonough | |
| 2012-09-19 | A ``check_csrf`` view predicate was added. For example, you can now do | Chris McDonough | |
| ``config.add_view(someview, check_csrf=True)``. When the predicate is checked, if the ``csrf_token`` value in ``request.params`` matches the csrf token in the request's session, the view will be permitted to execute. Otherwise, it will not be permitted to execute. | |||
| 2012-09-19 | Merge branch 'master' into 1.4-branch | Chris McDonough | |
| 2012-09-19 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-09-19 | add check_csrf convenience function | Chris McDonough | |
| 2012-09-18 | mention set_request_property's doc-deprecation up above as well, make | Philip Jenvey | |
| add_request_method more prominent | |||
| 2012-09-17 | Merge branch 'oddshocks-pretty-css' into 1.4-branch | Chris McDonough | |
| 2012-09-17 | resolve contributors.txt merge conflict | Chris McDonough | |
| 2012-09-16 | no longer in progress | Chris McDonough | |
| 2012-09-16 | prep for 1.4a1 | Chris McDonough | |
| 2012-09-16 | make use_tweens=False the default | Chris McDonough | |
