summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2010-11-02- The presence of the key ``repoze.bfg.message`` in the WSGI environment whenChris McDonough
2010-11-02right exception typeChris McDonough
2010-11-02- New event type: ``pyramid.interfaces.IBeforeRender``. An object of this typeChris McDonough
2010-11-02forward port from bfg, raise a better exception when chameleon is tried under...Chris McDonough
2010-11-01document IRendererInfo in API docsChris McDonough
2010-11-01imply that a renderer helper implements a well-understood interface (IRendere...Chris McDonough
2010-11-01pass renderer_info as a system valueChris McDonough
2010-11-01for performance reasons (to avoid unnecessary ZCA lookups), pass the helper o...Chris McDonough
2010-10-31defer looking up settings until rendering time (no settings registered yet)Chris McDonough
2010-10-31pass settings to renderer factory, as most template renderers need to look at...Chris McDonough
2010-10-31Updated template for paster starter projectsBlaise Laflamme
2010-10-31- Renderer factories now accept a *dictionary* rather than an absolute resourceChris McDonough
2010-10-30Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2010-10-30make sure session implements the interface correctlyChris McDonough
2010-10-29Merge branch 'master' of github.com:Pylons/pyramidBen Bangert
2010-10-29bfg-> pyramidChris McDonough
2010-10-29coverageChris McDonough
2010-10-29- The ``bfgshell`` paster command is now named ``pshell``.Chris McDonough
2010-10-29- New API methods in ``pyramid.session``: ``signed_serialize`` andChris McDonough
2010-10-29Merge branch 'master' of github.com:Pylons/pyramidBen Bangert
2010-10-29repoze.bfg -> pyramidChris McDonough
2010-10-29bfg_view -> view_configChris McDonough
2010-10-29remove modified attr from interfaceChris McDonough
2010-10-29pylons paster templatesChris McDonough
2010-10-28Merge branch 'master' of github.com:Pylons/pyramidBen Bangert
2010-10-28sessioning docsChris McDonough
2010-10-28add sessioning interfaces, configuration API, and a sample implementation tha...Chris McDonough
2010-10-28Merge branch 'master' of github.com:Pylons/pyramidBen Bangert
2010-10-28merge static view bugfixes/features from bfg trunkChris McDonough
2010-10-27Add doc strings for TemplateLookup subclass.Ben Bangert
2010-10-27PEP 8 and Pyflakes clean-up.Ben Bangert
2010-10-27Remove unneeded import.Ben Bangert
2010-10-27i have no idea what i'm committingChris McDonough
2010-10-27coverageChris McDonough
2010-10-27Move PkgResourceTemplateLookup to module level to avoid redefinining itBen Bangert
2010-10-27Ok, this time, actually include the mako renderer changes.Ben Bangert
2010-10-27Merge branch 'master' of github.com:Pylons/pyramidBen Bangert
2010-10-27- Mako templating renderer supports resource specification format forBen Bangert
2010-10-26forward port of bugfix from bfg trunkChris McDonough
2010-10-26merge bugfix from bfgChris McDonough
2010-10-26coverageChris McDonough
2010-10-26add action decoratorChris McDonough
2010-10-26add handler codeChris McDonough
2010-10-26dont import mako unnecessarilyChris McDonough
2010-10-26make sure mako is presentChris McDonough
2010-10-26add dependency on mako and configure in mako templating by defaultChris McDonough
2010-10-26readd make_app (karl depends on it)Chris McDonough
2010-10-26simplify BFG_IN_ATTRChris McDonough
2010-10-25be more restrictive about replacing ZCML attributes with repoze.bfg in themChris McDonough
2010-10-25add httpexceptions docsChris McDonough