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
/
tests
/
test_zcml.py
Age
Commit message (
Expand
)
Author
2010-10-25
first pass at converting bfg to pyramid namespace
Chris McDonough
2010-09-09
Features
Chris McDonough
2010-09-08
- The ``repoze.bfg.urldispatch.Route`` constructor (not an API) now
Chris McDonough
2010-09-07
- Fix a bug in ``repoze.bfg.url.static_url`` URL generation: if two
Chris McDonough
2010-09-05
- The route pattern registered internally for a a local "static view"
Chris McDonough
2010-07-02
- The ``repoze.bfg.url.route_url`` API has changed. If a keyword
Chris McDonough
2010-04-25
Move locale out of fixtures and into localeapp to prevent test runner weirdne...
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
2010-04-14
Add "exception views" work contributed primarily by Andrey Popp by merging th...
Chris McDonough
2010-02-05
- More correct conversion of provided ``renderer`` values to resource
Chris McDonough
2010-02-03
Bug Fixes
Chris McDonough
2010-02-02
- Remove ``view_header``, ``view_accept``, ``view_xhr``,
Chris McDonough
2010-01-24
100% test coverage.
Chris McDonough
2010-01-24
Merge reversepolarity branch.
Chris McDonough
2010-01-03
Further testing of deprecated ``for``.
Chris McDonough
2010-01-03
Features
Chris McDonough
2009-12-20
Get rid of add_adapter and add_utility APIs (config.registry.registerAdapter ...
Chris McDonough
2009-12-19
- Add two new APIs to the ``repoze.bfg.configuration.Configurator``
Chris McDonough
2009-12-19
- Add a ``custom_predicates`` argument to the ``Configurator``
Chris McDonough
2009-12-09
- The exception class representing the error raised by various methods
Chris McDonough
2009-12-01
Stop new Pyflakes complaints.
Chris McDonough
2009-11-28
Allow initial registry setup to be called via a ``setup_registry`` method.
Chris McDonough
2009-11-28
Bug found through interactive usage.
Chris McDonough
2009-11-28
- Turn paths into resource specs in ZCML directives that use
Chris McDonough
2009-11-27
Coverage.
Chris McDonough
2009-11-26
- When two views were registered with the same ``accept`` argument,
Chris McDonough
2009-11-25
- A dependency on the ``repoze.zcml`` package has been removed (its
Chris McDonough
2009-11-25
- Replace martian with something simpler.
Chris McDonough
2009-11-23
- The ``repoze.bfg.interfaces.ITemplateRendererFactory`` interface was
Chris McDonough
2009-11-23
Excise ZCA threadlocal API.
Chris McDonough
2009-11-20
Passable stab at supporting an imperative mode.
Chris McDonough
2009-11-19
100% coverage.
Chris McDonough
2009-11-19
Move renderer tests from zcml tests to configure tests.
Chris McDonough
2009-11-19
Reword notfound and forbidden view handlers.
Chris McDonough
2009-11-19
Add configurator static tests.
Chris McDonough
2009-11-19
Checkpoint: move most zcml route and view directive tests to test_configuration.
Chris McDonough
2009-11-18
- The ``repoze.bfg.registry.make_registry`` callable has been removed.
Chris McDonough
2009-11-17
Move configuration methods into Configurator.
Chris McDonough
2009-11-16
Merge imperativeconfig branch.
Chris McDonough
2009-11-01
- Reinstate ``renderer`` alias for ``view_renderer`` in the
Chris McDonough
2009-11-01
- The ZCML ``route`` directive's attributes ``xhr``,
Chris McDonough
2009-10-30
Features
Chris McDonough
2009-10-29
- An incorrect ZCML conflict would be encountered when the
Chris McDonough
2009-10-23
- Added ``max_age`` parameter to ``authtktauthenticationpolicy`` ZCML
Chris McDonough
2009-10-22
Added ``path_info`` predicate (regex-filters on the corresponding HTTP header).
Malthe Borch
2009-10-21
- Change how ``bfg_view`` decorator works when used as a class method
Chris McDonough
2009-10-21
- Fix bug encountered during "scan" (when ``<scan ..>`` directive is
Chris McDonough
2009-10-18
- The ``@bfg_view`` decorator can now be used against a class method::
Chris McDonough
2009-10-18
- More than one ``@bfg_view`` decorator may now be stacked on top of
Chris McDonough
[next]