summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-08-20add static_path function to url and static_path method to requestChris McDonough
2011-08-20fix current_route_path exampleChris McDonough
2011-08-20Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2011-08-20- New request methods: ``current_route_url``, ``current_route_path``.Chris McDonough
2011-08-19whitespacePhilip Jenvey
2011-08-19review and fix configurator docs in random placesChris McDonough
2011-08-19add default renderers eagerly so they can be overridden, get rid of useless w...Chris McDonough
2011-08-19coverageChris McDonough
2011-08-19- Better Mako rendering exceptions viaChris McDonough
2011-08-18coverageChris McDonough
2011-08-18- Pyramid no longer eagerly commits some default configuration statements atChris McDonough
2011-08-18use __name__ unless it doesnt exist; then just use viewChris McDonough
2011-08-18Merge https://github.com/SpotOn/pyramid into SpotOn-masterChris McDonough
2011-08-18View authorization and predicate mismatch exceptions have prettier messagesmLewisLogic
2011-08-18first cutChris McDonough
2011-08-171.1 bw compat: dont choke trying to preserve view attrs if the view is NoneChris McDonough
2011-08-16provide a default for route_prefix to PyramidConfigurationMachine (for zcml d...Chris McDonough
2011-08-16Merge pull request #252 from mmerickel/feature.pshell-setupChris McDonough
2011-08-16Added an initialization callable to pshell.Michael Merickel
2011-08-16with_context requires that the route_prefix param be a passthrough even when ...Chris McDonough
2011-08-16Added tests for module without __all__.Michael Merickel
2011-08-16Minor change to help output.Michael Merickel
2011-08-16Added support for --import option to pshell.Michael Merickel
2011-08-16Added support for 'import' key in [pshell] ini section.Michael Merickel
2011-08-16minor Configurator constructor cleanups and reordering; start coming up with ...Chris McDonough
2011-08-15misc cleanupsChris McDonough
2011-08-15move config tests back to top-level tests dir (setup.py test cant cope)Chris McDonough
2011-08-15appease setup.py testChris McDonough
2011-08-15- Refactor ``pyramid.config`` into a package.Chris McDonough
2011-08-15remove temp debugging codeChris McDonough
2011-08-15- New methods of the ``pyramid.config.Configurator`` class:Chris McDonough
2011-08-14- The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package ratherChris McDonough
2011-08-14- ``pyramid.testing.DummyRequest`` now implements theChris McDonough
2011-08-14- The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, andChris McDonough
2011-08-14fix jython test failuresChris McDonough
2011-08-14- The ``settings`` dictionary now raises a deprecation warning when youChris McDonough
2011-08-14- Added the ``pyramid.interfaces.IDict`` interface representing the methodsChris McDonough
2011-08-13Require that tween_factory argument to add_tween be a dotted name.Chris McDonough
2011-08-13- WSGIHTTPException (HTTPFound, HTTPNotFound, etc) now has a new API namedChris McDonough
2011-08-13disallow adding a tween factory which is an instance without passing its glob...Chris McDonough
2011-08-13- Projects created via a scaffold no longer depend on the ``WebError``Chris McDonough
2011-08-12Merge branch 'fix.tween-graph'Michael Merickel
2011-08-12Added checks to config.add_tween for over/under ingress/main.Michael Merickel
2011-08-12Updated the docs with the new over/under tuples.Michael Merickel
2011-08-12Added support for specifying tuples in over/under.Michael Merickel
2011-08-12Removed unused ingress_alias_names.Michael Merickel
2011-08-11fix docs, scaffolds, and tutorials to use pyramid.includesChris McDonough
2011-08-11add docs for pyramid.includes; allow space-separated or cr separated items or...Chris McDonough
2011-08-11Renamed setting 'pyramid.include' -> 'pyramid.includes'.Michael Merickel
2011-08-11gardenMichael Merickel