| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-12 | added a template for a simple SQLAlchemy traversal application | Carlos de la Guardia | |
| 2009-05-11 | 2.4 doesn't ship with pysqlite. | Chris McDonough | |
| 2009-05-11 | Nobody knows how to test this yet. | Chris McDonough | |
| 2009-05-11 | - Added a ``routesalchemy`` Paster template. This paster template | Chris McDonough | |
| sets up a BFG project that uses SQAlchemy (with SQLite) and uses Routes exclusively to resolve URLs (no traversal root factory is used). This template can be used via ``paster create -t bfg_routesalchemy``. | |||
| 2009-05-05 | Get rid of direct dependency on zope.testing by creating our own addCleanUp ↵ | Chris McDonough | |
| and cleanUp functions in repoze.bfg.testing. Our dependencies still rely on zope.testing, however. | |||
| 2009-04-30 | Update URLs in paster templates. | Chris McDonough | |
| 2009-03-19 | Looks like WebOb Response now uses capitolized Content-Type. | Reed OBrien | |
| So this updates the paster template tests so they pass again. ----- r7827 | ianb | 2009-03-11 14:58:38 -0400 (Wed, 11 Mar 2009) | 1 line Use Content-Type consistently (not content-type) ----- | |||
| 2009-01-17 | - The ``bfg_starter`` and ``bfg_zodb`` "paster create" templates now | Chris McDonough | |
| contain images and CSS which are displayed when the default page is displayed after initial project generation. | |||
| 2009-01-11 | Fix docs and templates to account for deprecation of get_options. | Chris McDonough | |
| 2009-01-07 | - Add a method named ``assert_`` to the DummyTemplateRenderer. This | Chris McDonough | |
| method accepts keyword arguments. Each key/value pair in the keyword arguments causes an assertion to be made that the renderer received this key with a value equal to the asserted value. - Projects generated by the paster templates now use the ``DummyTemplateRenderer.assert_`` method in their view tests. | |||
| 2009-01-07 | Depend on repoze.tm instead of repoze.tm2 (we don't need the extra ↵ | Chris McDonough | |
| ``transaction`` egg if we've got the one from ZODB 3.8.1). Add a closer. | |||
| 2009-01-07 | Add repoze.tm2 to setup.py / INI file, so changes get saved. | Tres Seaver | |
| 2009-01-06 | Renamed the existing BFG paster template to ``bfg_starter``. | Tres Seaver | |
| Added another template showing default ZODB setup using ``repoze.zodbconn``. | |||
| 2009-01-06 | Prepare for additional paster templates. | Tres Seaver | |
