summaryrefslogtreecommitdiff
path: root/repoze
AgeCommit message (Expand)Author
2008-10-03 Docs Chris McDonough
2008-10-03Duplicate import.Chris McDonough
2008-10-03Python 2.6 forward compatibility: message is deprecated.Chris McDonough
2008-10-02Fix failing class_implements test, add object implements test.Chris McDonough
2008-10-02Make sure the IWSGIApplicationCreatedEvent interface actually implements the ...Malthe Borch
2008-09-30One import per line.Malthe Borch
2008-09-30Fixed import.Malthe Borch
2008-09-30Formally declare registry attribute.Malthe Borch
2008-09-28 - A deprecation warning is now issued when old API names from theChris McDonough
2008-09-28Use getSiteManager rather than getGlobalSiteManager (it's not yet hooked).Chris McDonough
2008-09-28 FeaturesChris McDonough
2008-09-26Move to Chameleon.Chris McDonough
2008-09-21 - Add ``principals_allowed_by_permission`` API to security module.Chris McDonough
2008-09-17 - Routes URL dispatch did not have access to the WSGI environment,Chris McDonough
2008-09-16Document url dispatch in narrative form.Chris McDonough
2008-09-090.3.7: z3c.pt became a namespace package.Chris McDonough
2008-09-08 - ``repoze.bfg.traversal.find_model`` function did not functionChris McDonough
2008-09-07This is not used.Chris McDonough
2008-09-04Default reload_templates.Chris McDonough
2008-09-04 - Allow configuration cache to be bypassed by actions which includeChris McDonough
2008-09-03Move ZCML to an includes package so we can use repoze.bfg better as Chris McDonough
2008-09-01Also catch AttributeError and NameError (for when method member no longer exi...Chris McDonough
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-29Make WSGIApplicationCreatedEvent workChris McDonough
2008-08-29Rejigger and document wsgi app created event.Chris McDonough
2008-08-29We need to dispatch, not notify.Malthe Borch
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-24Of course.Chris McDonough
2008-08-24 - Remove ``sampleapp`` sample application from bfg package itself.Chris McDonough
2008-08-23Prevent usage of wsgiapp decorator from foiling actions pickling.Chris McDonough
2008-08-23 - Read and write a pickled ZCML actions list, stored asChris McDonough
2008-08-20Make seurity policies pickleable again.Chris 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-06Fix.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-24Docs wrong.Chris McDonough
2008-07-22Add url-based dispatch.Chris McDonough
2008-07-22Fix interface.Chris McDonough