summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2010-12-16Fixed relative path test for Mako templates, enabling non-setup.py test runners.Joachim Krebs
2010-12-15Merge branch 'master' of https://github.com/jkrebs/pyramid into jkrebs-masterChris McDonough
2010-12-15Made static tests pass on Windows.Joachim Krebs
2010-12-15- 1.0a5 introduced a bug when ``pyramid.config.Configurator.scan`` was used.Chris McDonough
2010-12-14- Fix conflict exceptions so they have the right ``info`` when oneChris McDonough
2010-12-13- When creating a Configurator from within a ``paster pshell`` session, youChris McDonough
2010-12-09To avoid breaking people's expectations of how ZCML works, weChris McDonough
2010-12-09fix exampleChris McDonough
2010-12-09docs fixes; simplify include implementationChris McDonough
2010-12-09fix bug in zcml handler directiveChris McDonough
2010-12-09- Add a ``handler`` ZCML directive. This directive does the same thing asChris McDonough
2010-12-09Merge branch 'twophase'Chris McDonough
2010-12-09docs fixesChris McDonough
2010-12-09fix docs: pyramid.configuration -> pyramid.configChris McDonough
2010-12-09get rid of explicit call to commit in all paster templatesChris McDonough
2010-12-09get rid of config_method decorator; rename _action to actionChris McDonough
2010-12-09use pyramid.config.Configurator instead of pyramid.configuration.ConfiguratorChris McDonough
2010-12-08configuration.Config->config.ConfiguratorChris McDonough
2010-12-08create a context only as necessary (speed)Chris McDonough
2010-12-08deprecate Configurator, add ConfigChris McDonough
2010-12-08load_zcml and scan are also config methodsChris McDonough
2010-12-07commentChris McDonough
2010-12-07typoChris McDonough
2010-12-07better conflict error reportingChris McDonough
2010-12-07move with_context to APIChris McDonough
2010-12-07config_method -> maybe_autocommitChris McDonough
2010-12-07remove stray importChris McDonough
2010-12-07reenable autocommit supportChris McDonough
2010-12-07implement load_zcml in terms of a configuratorChris McDonough
2010-12-07make integration test check for non-cyclingChris McDonough
2010-12-07add an integration test for include, make sure the same callable is not proce...Chris McDonough
2010-12-07reimplement with_package in terms of with_contextChris McDonough
2010-12-07move lock closer to releaseChris McDonough
2010-12-07use with_context in .include, also remove bogus sort of filenamesChris McDonough
2010-12-07add a with_context method for use by ZCML directivesChris McDonough
2010-12-07ranging in on some sort of conflict detection solutionChris McDonough
2010-12-04add include methodChris McDonough
2010-12-03all tests passChris McDonough
2010-12-02make most tests pass (all but default permission bug integration test)Chris McDonough
2010-12-02Removed unnecessary whitespacesDanny Navarro
2010-12-02Removed unnecessary whitespaceDanny Navarro
2010-12-02Removed unnecessary whitespacesDanny Navarro
2010-12-02Removed unnecessary whitespacesDanny Navarro
2010-12-02Fixed doc typo and removed unnecessary whitespacesDanny Navarro
2010-12-01Merge branch 'master' into twophaseChris McDonough
2010-11-28Normalized paster starter template ini fileBlaise Laflamme
2010-11-27Merge branch 'master' into twophaseChris McDonough
2010-11-27Merge remote branch 'remotes/upstream/master'Atsushi Odagiri
2010-11-27::Atsushi Odagiri
2010-11-26Paster template css cleanupBlaise Laflamme