summaryrefslogtreecommitdiff
path: root/repoze/bfg/tests
AgeCommit message (Expand)Author
2008-09-01Add render_view function.Chris McDonough
2008-09-01 - New API module: ``repoze.bfg.view``. This module contains the functionsChris McDonough
2008-08-30Make WSGIApplicationEvent test work again.Chris McDonough
2008-08-29Added event notification after WSGI application is created and configured.Malthe Borch
2008-08-29model_path and *backwards incompatible change* removing "make_app" and "get_o...Chris McDonough
2008-08-24 - Remove ``sampleapp`` sample application from bfg package itself.Chris McDonough
2008-08-23 - Read and write a pickled ZCML actions list, stored asChris McDonough
2008-08-18 - Generated application differences: ``make_app`` entry pointChris McDonough
2008-08-17 - Add ``<bfg:settings>`` directive. This directive currently allowsChris McDonough
2008-08-17Add RepozeWhoIdentityACLSecurityPolicy; add debug logging.Chris McDonough
2008-08-16Add "get_template" to template module.Chris McDonough
2008-08-12Fix ITraverserFactory lookup; release 0.2.9.Chris McDonough
2008-08-08find_context_from_path -> find_modelChris McDonough
2008-08-08 - Add ``find_context_from_path`` and ``find_root`` traversal APIs.Chris McDonough
2008-08-06 - Small url dispatch overhaul: the ``connect`` method of theChris McDonough
2008-08-04 - Add a ``request_type`` attribute to the available attributes of aChris McDonough
2008-07-31 - Add event sends for INewRequest and INewResponse. See theChris McDonough
2008-07-290.2.5: add model_url.Chris McDonough
2008-07-22Add url-based dispatch.Chris McDonough
2008-07-22Provide the entire environment to the traverser (in anticipation of having e....Chris McDonough
2008-07-22NaiveTraverser -> ModelGraphTraverser.Chris McDonough
2008-07-20 - Add API functions for authenticated_userid and effective_principals.Chris McDonough
2008-07-20 - Add authenticated_userid and effective_principals API to securityChris McDonough
2008-07-20 - Add find_interface API.Chris McDonough
2008-07-19Add wsgiapp decorator.Chris McDonough
2008-07-19Yup.Chris McDonough
2008-07-19Bug.Chris McDonough
2008-07-19 - The concept of "view factories" was removed in favor of alwaysChris McDonough
2008-07-18Using Chris's help, changed signature of interface to support what the XSLT p...Paul Everitt
2008-07-17Be consistent about naming given docs.Chris McDonough
2008-07-16(no commit message)Paul Everitt
2008-07-16Added 'repoze.bfg.push:pushpage' decoratorTres Seaver
2008-07-16Add convenience has_permission function.Chris McDonough
2008-07-16Add security.Chris McDonough
2008-07-15If the root object provides ILocation, wrap items in location proxiesChris McDonough
2008-07-14Warn if views return non-Response objects.Chris McDonough
2008-07-14Test for case when view is response.Chris McDonough
2008-07-14Render templates explicitly in views.Chris McDonough
2008-07-14Test pickleability of registry actions.Chris McDonough
2008-07-14And, just to maximally confuse Paul, come full circle, and don't require that...Chris McDonough
2008-07-14Less magical templated view model: make custom template views responsible for Chris McDonough
2008-07-13Don't stash away the context.Chris McDonough
2008-07-13Use an application-local component registry.Chris McDonough
2008-07-12Clear the component registry.Chris McDonough
2008-07-12Speculative: cause routers to accept an app_context (the zcml configuration c...Chris McDonough
2008-07-12metaconfigure.py -> zcml.pyChris McDonough
2008-07-12Add explicit viewname logic.Chris McDonough
2008-07-12THe redirect-on-slash story isn't part of the publisher.Chris McDonough
2008-07-11Add security policy checks.Chris McDonough
2008-07-08Reuse the same PageTemplateFile for all requests to the same view.Chris McDonough