| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-10-25 | first pass at converting bfg to pyramid namespace | Chris McDonough | |
| 2009-04-29 | Suppress coverage report for namespace __init__. | Tres Seaver | |
| 2008-08-29 | model_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-18 | - Generated application differences: ``make_app`` entry point | Chris 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-07-16 | Sigh. | Chris McDonough | |
| 2008-07-14 | Misc fixes | Chris McDonough | |
| 2008-07-14 | Render templates explicitly in views. | Chris McDonough | |
| 2008-07-14 | Less magical templated view model: make custom template views responsible for | Chris McDonough | |
| knowing their template's name. | |||
| 2008-07-12 | Make make_app available from repoze.bfg directly | Chris McDonough | |
| 2008-07-12 | bfg shouldn't be a namespace package. | Chris McDonough | |
| 2008-07-04 | Start on bfg. | Chris McDonough | |
