summaryrefslogtreecommitdiff
path: root/repoze
AgeCommit message (Expand)Author
2009-01-15Test coverage.Chris McDonough
2009-01-15- Instead of invariably using ``webob.Request`` as the "requestChris McDonough
2009-01-12- An interface specific to the HTTP verb (GET/PUT/POST/DELETE/HEAD) isChris McDonough
2009-01-12Only pop the registry stack if we've pushed on to it in makeRegistry.Chris McDonough
2009-01-12- Make the (internal) thread local registry manager maintain a stackChris McDonough
2009-01-11Better docstrings.Chris McDonough
2009-01-11Unused import.Chris McDonough
2009-01-11Better coverage.Chris McDonough
2009-01-11- Improve test coverage.Chris McDonough
2009-01-11Make clearer what ``name`` means within the __call__ method.Chris McDonough
2009-01-11Fix docs and templates to account for deprecation of get_options.Chris McDonough
2009-01-11Merge router-simplify branch. Changelog below.Chris McDonough
2009-01-09Unused imports.Chris McDonough
2009-01-08Fixed typo. Patch contributed by Peter Koppatz.Malthe Borch
2009-01-07Add a 'post' argument to the DummyRequest ctor.Tres Seaver
2009-01-07Add better testing for DummyRequest; fix a bug in cookie init.Tres Seaver
2009-01-07- Add a method named ``assert_`` to the DummyTemplateRenderer. ThisChris McDonough
2009-01-07Depend on repoze.tm instead of repoze.tm2 (we don't need the extra ``transact...Chris McDonough
2009-01-07Add repoze.tm2 to setup.py / INI file, so changes get saved.Tres Seaver
2009-01-06Test with seq and dict; use a unicode val with a space in it for maximum deli...Chris McDonough
2009-01-06Added ``__len__`` and ``__nonzero__`` to ``repoze.bfg.testing:DummyModel``.Tres Seaver
2009-01-06- The ``repoze.bfg.registry.get_options`` callable used to return onlyChris McDonough
2009-01-06Renamed the existing BFG paster template to ``bfg_starter``.Tres Seaver
2009-01-06Prepare for additional paster templates.Tres Seaver
2009-01-06Make this part of the class docstring.Chris McDonough
2009-01-06 - A ``static`` helper class was added to the ``repoze.bfg.views``Chris McDonough
2009-01-06Be more specific.Chris McDonough
2009-01-05 New ModulesChris McDonough
2008-12-23Unused function.Chris McDonough
2008-12-23 - The BFG ``view`` ZCML directive no longer callsChris McDonough
2008-12-23This stuff should have never been checked in; it's in repoze.zcml now.Chris McDonough
2008-12-21 - Updated paster template "ez_setup.py" to one that requiresChris McDonough
2008-12-21 Backwards Incompatibilities (Major)Chris McDonough
2008-12-18Add note about lack of lock.Chris McDonough
2008-12-18Use ``ob.__class__ is unicode`` (~ 15% faster).Chris McDonough
2008-12-18 - Speed up ``traversal.model_url`` execution by using a custom urlChris McDonough
2008-12-17 - In the past, during traversal, the ModelGraphTraverser (theChris McDonough
2008-12-14Bad indentation (docs wont render).Chris McDonough
2008-12-14 Backwards IncompatibilitiesChris McDonough
2008-12-09Test that root is available on request.Chris McDonough
2008-12-09Add context.root to router so the root model can be easily accessed from a viewFernando Correa Neto
2008-12-07 - Remove the ``ITestingTemplateRenderer`` interface. WhenChris McDonough
2008-12-05Add tests for /adapts cases.Chris McDonough
2008-12-05The adaptation annotation scheme does not work with old-style classes.Malthe Borch
2008-12-05Check in failing test.Chris McDonough
2008-12-04View component registration is now able to use the 'adaptation annotation' sc...Malthe Borch
2008-12-01 - Strip all slashes from end and beginning of path in clean_pathChris McDonough
2008-11-19 - Add __delitem__ method to ``testing.DummyModel``.Chris McDonough
2008-11-19 - Add ``keys``, ``items``, and ``values`` methods toChris McDonough
2008-11-19 - Fix ModelGraphTraverser; don't try to change the ``__name__`` orChris McDonough