summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-01Also catch AttributeError and NameError (for when method member no longer ↵Chris McDonough
exists).
2008-09-01Prep for 0.3.5.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
named ``render_view_to_response``, ``render_view_to_iterable`` and ``is_response``, which are documented in the API docs. These features aid programmatic (non-request-driven) view execution.
2008-08-30(no commit message)Chris McDonough
2008-08-30Make WSGIApplicationEvent test work again.Chris McDonough
2008-08-30Fix project docs.Chris McDonough
2008-08-30Note non-interactive way to create a project.Chris McDonough
2008-08-30Get the libraries we install right.Chris McDonough
2008-08-29Make WSGIApplicationCreatedEvent workChris McDonough
2008-08-29(no commit message)Chris McDonough
2008-08-29Rejigger and document wsgi app created event.Chris McDonough
2008-08-29We need to dispatch, not notify.Malthe Borch
2008-08-29Updated changes.Malthe Borch
2008-08-29Added event notification after WSGI application is created and configured.Malthe Borch
2008-08-29(no commit message)Chris McDonough
2008-08-29Prep for 0.3.4.Chris McDonough
2008-08-29model_path and *backwards incompatible change* removing "make_app" and ↵Chris McDonough
"get_options" from __init__.py of repoze.bfg; use repoze.bfg.router:make_app and repoze.bfg.registry:get_options instead.
2008-08-26Current releases do support METAL.Malthe Borch
2008-08-24Sigh.Chris McDonough
2008-08-24Of course.Chris McDonough
2008-08-24Ignore cache files.Chris McDonough
2008-08-24More case changes.Chris McDonough
2008-08-24Get it right.Chris McDonough
2008-08-24Prep for 0.3.2.Chris McDonough
2008-08-24 - Remove ``sampleapp`` sample application from bfg package itself.Chris McDonough
- Remove dependency on FormEncode (only needed by sampleapp). - Fix paster template generation so that case-sensitivity is preserved for project vs. package name. - Depend on ``z3c.pt`` version 1.0a1 (which requires the ``[lxml]`` extra currently).
2008-08-24Second checkin using StudlyCaps version of MyProject.Chris McDonough
2008-08-24First checkin using StudlyCaps MyProject.Chris McDonough
2008-08-23Prevent usage of wsgiapp decorator from foiling actions pickling.Chris McDonough
Add Django attribution, contributors file.
2008-08-23 - Read and write a pickled ZCML actions list, stored asChris McDonough
``configure.zcml.pck`` next to the applications's "normal" configuration file. A given bfg app will usually start faster if it's able to read the pickle data. It fails gracefully to reading the real ZCML file if it cannot read the pickle.
2008-08-20Prep for 0.3.1.Chris McDonough
2008-08-20Add change history.Chris McDonough
2008-08-20Note repoze.who integrations where useful.Chris McDonough
2008-08-20Make seurity policies pickleable again.Chris McDonough
2008-08-18 - Generated application differences: ``make_app`` entry pointChris McDonough
renamed to ``app`` in order to have a different name than the bfg function of the same name, to prevent confusion. - Add "options" processing to bfg's ``make_app`` to support runtime options. A new API function named ``get_options`` was added to the registry module. This function is typically used in an application's ``app`` entry point. The Paste config file section for the app can now supply the ``reload_templates`` option, which, if true, will prevent the need to restart the appserver in order for ``z3c.pt`` or XSLT template changes to be detected. - Use only the module name in generated project's "test_suite" (run all tests found in the package). - Default port for generated apps changed from 5432 to 6543 (Postgres default port is 6543).
2008-08-17Rendering.Chris McDonough
2008-08-17 - Add ``<bfg:settings>`` directive. This directive currently allowsChris McDonough
only one attribute: ``reload_templates``. If e.g.:: <bfg:settings reload_templates="true"/> is in your application's ZCML, you will not need to restart the appserver in order for ``z3c.pt`` or XSLT template changes to be detected and displayed.
2008-08-17Add RepozeWhoIdentityACLSecurityPolicy; add debug logging.Chris McDonough
2008-08-16(no commit message)Chris McDonough
2008-08-16Prep for 0.3.0.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-110.2.8.Chris McDonough
2008-08-11repoze.shootout.Chris McDonough
2008-08-08(no commit message)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
In the process, make ITraverser a uni-adapter (on context) rather than a multiadapter (on context and request).
2008-08-06Fix.Chris McDonough
2008-08-06(no commit message)Chris McDonough
2008-08-06Fix.Chris McDonough