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
/
docs
/
api
/
configuration.rst
Age
Commit message (
Expand
)
Author
2010-12-09
fix docs: pyramid.configuration -> pyramid.config
Chris McDonough
2010-10-28
add sessioning interfaces, configuration API, and a sample implementation tha...
Chris McDonough
2010-10-28
merge static view bugfixes/features from bfg trunk
Chris McDonough
2010-10-26
add handler code
Chris McDonough
2010-10-25
convert API docs to Pyramid
Chris McDonough
2010-09-09
Features
Chris McDonough
2010-08-13
- The new
Chris McDonough
2010-08-13
- The Configurator now accepts a dotted name *string* to a package as
Chris McDonough
2010-07-26
merge generic_rendering branch
Chris McDonough
2010-07-24
add set_request_factory
Chris McDonough
2010-04-25
- Add a new method of the Configurator named ``derive_view`` which can
Chris McDonough
2010-04-25
Merge i18n branch via svn merge --ignore-ancestry -r9030:9150 $REPOZE_SVN/rep...
Chris McDonough
2010-04-18
- Use "Venusian" (`http://docs.repoze.org/venusian
Chris McDonough
2009-12-24
- Document the previously existing (but non-API)
Chris McDonough
2009-12-23
- Add ``hook_zca`` and ``unhook_zca`` methods to the ``Configurator``
Chris McDonough
2009-12-20
Document presence of the registry attribute.
Chris McDonough
2009-12-20
Get rid of add_adapter and add_utility APIs (config.registry.registerAdapter ...
Chris McDonough
2009-12-19
- Add four new testing-related APIs to the
Chris McDonough
2009-12-19
- Add a new API to the ``repoze.bfg.configuration.Configurator``
Chris McDonough
2009-12-19
- Add two new APIs to the ``repoze.bfg.configuration.Configurator``
Chris McDonough
2009-12-17
Features
Chris McDonough
2009-11-27
Coverage.
Chris McDonough
2009-11-27
- The ``repoze.bfg.testing.setUp`` function now accepts three extra
Chris McDonough
2009-11-27
Get rid of ``zcml_file`` argument in configurator constructor in favor of the...
Chris McDonough
2009-11-24
Make hooking getSiteManager optional.
Chris McDonough
2009-11-24
Docs updates.
Chris McDonough
2009-11-23
- The ``repoze.bfg.interfaces.ITemplateRendererFactory`` interface was
Chris McDonough
2009-11-23
Avoid stupidness.
Chris McDonough
2009-11-23
Change the API.
Chris McDonough
2009-11-21
Add meager API docs for Configurator.
Chris McDonough