summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2011-08-24coverageChris McDonough
2011-08-23put match_param at the end to service external package unit testsChris McDonough
2011-08-23add some integration tests for aconflict autoresolutionChris McDonough
2011-08-23remove temporary testing codeChris McDonough
2011-08-23Added a test to verify attaching views to non-existant routes.Michael Merickel
2011-08-23merge master to branchChris McDonough
2011-08-23Added support for a ``match_param`` view predicate.Michael Merickel
2011-08-23give the connect action a discriminator tooChris McDonough
2011-08-23fix integration testChris McDonough
2011-08-23Reduce failures to a single integration test.Chris McDonough
2011-08-23Modified routes and views to delay more work until their actions.Michael Merickel
2011-08-22Fixed a lot of tests expecting add_route to return a route.Michael Merickel
2011-08-22fix security and setup_registry related testsChris McDonough
2011-08-22break security-related method tests out of test_initChris McDonough
2011-08-22first cut, tests failChris McDonough
2011-08-22- Move the ``OverrideProvider``, ``PackageOverrides``, ``DirectoryOverride``,Chris McDonough
2011-08-22- Move the ``Settings`` class from ``pyramid.settings`` toChris McDonough
2011-08-22- Moved the ``StaticURLInfo`` class from ``pyramid.static`` toChris McDonough
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris McDonough
2011-08-21Updated routematch debugging to show the text description for predicates.Michael Merickel
2011-08-20remove tween aliases as a conceptChris McDonough
2011-08-20_add_tween is the action method, not the nonunderscore versionChris McDonough
2011-08-20move configuration bits of tween stuff into config/tweensChris McDonough
2011-08-20- The ``RemoteUserAuthenticationPolicy ``, ``AuthTktAuthenticationPolicy``,Chris McDonough
2011-08-20- The ``pyramid.request.Request.static_url`` API (and its brethrenChris McDonough
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