| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-06 | Note version so I can remember. | Chris McDonough | |
| 2009-09-06 | - The ``registry_manager`` backwards compatibility alias importable | Chris McDonough | |
| from "repoze.bfg.registry", deprecated since repoze.bfg 0.9 has been removed. If you are tring to use the registry manager within a debug script of your own, use a combination of the "repoze.bfg.paster.get_app" and "repoze.bfg.scripting.get_root" APIs instead. | |||
| 2009-09-06 | Remove 0.9 deprecations. | Chris McDonough | |
| 2009-09-06 | Merge multiview2 branch to HEAD. | Chris McDonough | |
| 2009-08-28 | Coverage. | Chris McDonough | |
| 2009-08-28 | Coverage. | Chris McDonough | |
| 2009-08-27 | Add package_name function. | Chris McDonough | |
| """ If this function is passed a module, return the dotted Python package name of the package in which the module lives. If this function is passed a package, return the dotted Python package name of the package itself.""" | |||
| 2009-08-27 | Deal with Windows. | Chris McDonough | |
| 2009-08-27 | Rebase module-relative static views on the nearest package path. | Malthe Borch | |
| 2009-08-25 | - The ``repoze.bfg.view.static`` class now accepts a string as its | Chris McDonough | |
| first argument ("root_dir") that represents a package-relative name e.g. ``somepackage:foo/bar/static``. This is now the preferred mechanism for spelling package-relative static paths using this class. A ``package_name`` keyword argument has been left around for backwards compatibility. If it is supplied, it will be honored. - Fixed documentation for ``repoze.bfg.view.static`` (in narrative ``Views`` chapter). | |||
| 2009-08-24 | Added ZCML directive to serve up static files from a directory. | Malthe Borch | |
| 2009-08-20 | - "tests" module removed from the bfg_alchemy paster template; these | Chris McDonough | |
| tests didn't work. | |||
| 2009-08-14 | - Move (non-API) default_view, default_forbidden_view, and | Chris McDonough | |
| default_notfound_view functions into the ``repoze.bfg.view`` module (moved from ``repoze.bfg.router``). | |||
| 2009-08-14 | Coverage. | Chris McDonough | |
| 2009-08-14 | Coverage. | Chris McDonough | |
| 2009-08-13 | - Request-only-convention examples in the "Views" narrative | Chris McDonough | |
| documentation were broken. | |||
| 2009-08-09 | - Change urldispatch internals: Route object is now constructed using | Chris McDonough | |
| a path, a name, and a factory instead of a name, a matcher, a generator, and a factory. | |||
| 2009-08-04 | Reverse. | Chris McDonough | |
| 2009-08-04 | - Allow ``repoze.bfg.traversal.find_interface`` API to use a class | Chris McDonough | |
| object as the argument to compare against the ``model`` passed in. This means you can now do ``find_interface(model, SomeClass)`` and the first object which is found in the lineage which has ``SomeClass`` as its class (or the first object found which has ``SomeClass`` as any of its superclasses) will be returned. | |||
| 2009-07-28 | - Fixed documentation bugs related to forget and remember in security API | Chris McDonough | |
| docs. | |||
| 2009-07-27 | Reorder authentication policies by most common to least. | Chris McDonough | |
| 2009-07-23 | Logo that matches background of docs sidebar contributed by Mike Naberezny. | Chris McDonough | |
| 2009-07-22 | Back to dev. | Chris McDonough | |
| 2009-07-22 | Prep for 1.0.1. | Chris McDonough | |
| 2009-07-22 | - Added support for ``has_resource``, ``resource_isdir``, and | Chris McDonough | |
| ``resource_listdir`` to the resource "OverrideProvider"; this fixes a bug with a symptom that a file could not be overridden in a resource directory unless a file with the same name existed in the original directory being overridden. | |||
| 2009-07-22 | Actually, now that I think about it, this is probably wrong. I'm reverting | Chris Rossi | |
| this change for now. What I observed is that in a ZODB based app, the ZODB connection was closed when I let the closer fall out of scope. I see from examining the code, though, that this is a side effect of the environ that the closer hangs on to getting deleted. There is nothing here that pops the registry when the closer is deleted. You still have to call the closer for that to happen. | |||
| 2009-07-22 | Document close on '__del__' behavior of closer. | Chris Rossi | |
| 2009-07-21 | Declared the Paste and PasteDeploy dependencies. | Shane Hathaway | |
| 2009-07-20 | Fixed documentation bug showing invalid test for values from the ``matchdict``. | Tres Seaver | |
| o They are stored as attributes of the ``Article``, rather than subitems. | |||
| 2009-07-20 | Fixed documentation bug showing wrong environment key for the ``matchdict`` | Tres Seaver | |
| produced by the matching route. Thanks to leopay for the catch. | |||
| 2009-07-20 | Small wording change courtesy of Russ Ferriday | Paul Everitt | |
| 2009-07-09 | - Added a workaround for a bug in Python 2.6, 2.6.1, and 2.6.2 having | Chris McDonough | |
| to do with a recursion error in the mimetypes module when trying to serve static files from Paste's FileApp: http://bugs.python.org/issue5853. Symptom: File "/usr/lib/python2.6/mimetypes.py", line 244, in guess_type return guess_type(url, strict) RuntimeError: maximum recursion depth exceeded. Thanks to Armin Ronacher for identifying the symptom and pointing out a fix. | |||
| 2009-07-08 | Rendering. | Chris McDonough | |
| 2009-07-08 | Rendering. | Chris McDonough | |
| 2009-07-08 | Rendering. | Chris McDonough | |
| 2009-07-07 | Reverse. | Chris McDonough | |
| 2009-07-07 | SQLite. | Chris McDonough | |
| 2009-07-06 | - Minor edits to tutorials for accuracy based on feedback. | Chris McDonough | |
| - Back to dev. | |||
| 2009-07-06 | Prep for 1.0. | Chris McDonough | |
| 2009-07-05 | Get rid of secondary header. | Chris McDonough | |
| 2009-07-05 | (no commit message) | Chris McDonough | |
| 2009-07-05 | Spelling | Chris McDonough | |
| 2009-07-05 | Spelling. | Chris McDonough | |
| 2009-07-05 | Spellcheck. | Chris McDonough | |
| 2009-07-05 | Spelling. | Chris McDonough | |
| 2009-07-05 | Specific. | Chris McDonough | |
| 2009-07-05 | Spelling. | Chris McDonough | |
| 2009-07-05 | Deleting the database. | Chris McDonough | |
| 2009-07-05 | Note changes. | Chris McDonough | |
| 2009-07-05 | Tweak and change test output. | Chris McDonough | |
