index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repoze
/
bfg
/
resource.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-08-13
svn merge -r9909:HEAD $REPOZE_SVN/repoze.bfg/branches/rendererhelper
Chris McDonough
2010-02-07
Fix bug in resolve_resource_spec caused by a refactoring.
Chris McDonough
2010-02-05
- More correct conversion of provided ``renderer`` values to resource
Chris McDonough
2010-02-04
- Fix a bug whereby a ``renderer`` argument to the ``@bfg_view``
Chris McDonough
2009-11-27
Cleanup.
Chris McDonough
2009-11-23
- The ``repoze.bfg.scripting.get_root`` API now uses a 'real' WebOb
Chris McDonough
2009-11-20
Passable stab at supporting an imperative mode.
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-09-18
Centralize resource_spec code.
Chris McDonough
2009-07-22
- Added support for ``has_resource``, ``resource_isdir``, and
Chris McDonough
2009-06-30
- Bug fix: when a ``repoze.bfg.resource.PackageOverrides`` class was
Chris McDonough
2009-06-30
- Register a ``repoze.bfg.resource.OverrideProvider`` as a
Chris McDonough
2009-06-29
- Use ``caller_package`` function instead of ``caller_module``
Chris McDonough
2009-06-29
Merge pkg_resource_overrides branch.
Chris McDonough