| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-08-30 | Note non-interactive way to create a project. | Chris McDonough | |
| 2008-08-24 | More case changes. | Chris McDonough | |
| 2008-08-24 | Get it right. | Chris McDonough | |
| 2008-08-24 | First checkin using StudlyCaps MyProject. | Chris McDonough | |
| 2008-08-23 | Prevent usage of wsgiapp decorator from foiling actions pickling. | Chris McDonough | |
| Add Django attribution, contributors file. | |||
| 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-08-17 | Rendering. | Chris McDonough | |
| 2008-08-17 | - Add ``<bfg:settings>`` directive. This directive currently allows | Chris 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-07-31 | Document setup.py and myproject.ini. | Chris McDonough | |
| 2008-07-28 | Tweaks. | Chris McDonough | |
| 2008-07-26 | Tweaks. | Chris McDonough | |
| 2008-07-25 | (no commit message) | Chris McDonough | |
| 2008-07-25 | Tweaks. | Chris McDonough | |
| 2008-07-24 | More glossary, add some text to project explanation | Paul Everitt | |
| 2008-07-24 | Change more occurrences to mod:repoze | Paul Everitt | |
| 2008-07-24 | Get rid of duplicate info in lxmlgraph tutorial. | Chris McDonough | |
| 2008-07-24 | Move stuff from lxmlgraph to main docs. | Chris McDonough | |
| 2008-07-20 | More docs; fix autogen app model root creation. | Chris McDonough | |
| 2008-07-19 | Indicate how to run tests. | Chris McDonough | |
| 2008-07-19 | Document project creation. | Chris McDonough | |
