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
Age
Commit message (
Expand
)
Author
2009-09-30
- Add a diagram which explains the operation of the BFG router to the
Chris McDonough
2009-09-30
- Describe "request-only" view calling conventions inside the
Chris McDonough
2009-09-30
Note.
Chris McDonough
2009-09-30
Fix.
Chris McDonough
2009-09-30
Add narrative docs about the append_slash_notfound_view.
Chris McDonough
2009-09-30
- For behavior like Django's ``APPEND_SLASH=True``, use the
Chris McDonough
2009-09-30
- The import of ``repoze.bfg.view.NotFound`` is deprecated in favor of
Chris McDonough
2009-09-26
Added missing word found by Stephen Waterbury
Carlos de la Guardia
2009-09-24
Merge jpenny changes.
Chris McDonough
2009-09-24
- Minor speedup of ``repoze.bfg.router.Router.__call__``.
Chris McDonough
2009-09-24
- Sped up ``repoze.bfg.traversal.ModelGraphTraverser:__call__``
Chris McDonough
2009-09-24
(no commit message)
Chris McDonough
2009-09-24
Add traversal diagram.
Chris McDonough
2009-09-23
- Speed up ``repoze.bfg.url.model_url`` slightly.
Chris McDonough
2009-09-23
Undo the last commit; it breaks tests (and KARL).
Chris McDonough
2009-09-23
- Speed up ``repoze.bfg.url.model_url`` slightly.
Chris McDonough
2009-09-23
- Speed up ``repoze.bfg.traversal.model_path``.
Chris McDonough
2009-09-23
Features
Chris McDonough
2009-09-23
- Speed up ``repoze.bfg.location.lineage`` slightly.
Chris McDonough
2009-09-23
Fix spelling.
Chris McDonough
2009-09-23
Prep for 1.1a4.
Chris McDonough
2009-09-23
Make sure we have multiview predicate dispatch ordering right.
Chris McDonough
2009-09-23
- On 64-bit Linux systems, views that were members of a multiview
Chris McDonough
2009-09-22
Use dictionary instead of DummySettings.
Chris McDonough
2009-09-22
Minor readability changes.
Chris McDonough
2009-09-22
__is_bfg_view__ -> __bfg_view_settings__
Chris McDonough
2009-09-22
Fix buildbot failures by sorting view actions.
Chris McDonough
2009-09-21
This can also raise ValueError.
Chris McDonough
2009-09-21
Minor speed tweak and coverage.
Chris McDonough
2009-09-21
Fix docs after updates.
Chris McDonough
2009-09-20
Minor speed tweaks.
Chris McDonough
2009-09-20
Remove comments.
Chris McDonough
2009-09-20
Make instance grokking work again.
Chris McDonough
2009-09-20
- The way ``bfg_view`` declarations are scanned for has been modified.
Chris McDonough
2009-09-20
- Speed: do not register an ITraverserFactory in configure.zcml;
Chris McDonough
2009-09-19
(no commit message)
Chris McDonough
2009-09-19
Typos.
Chris McDonough
2009-09-19
- Added a tutorial which explains how to use ``repoze.session``
Chris McDonough
2009-09-19
- Added a tutorial which explains how to add ZEO to a ZODB-based
Chris McDonough
2009-09-18
Accept a traverser rather than a registry in _traverse.
Chris McDonough
2009-09-18
Cleanup.
Chris McDonough
2009-09-18
Compulsive import reorderings.
Chris McDonough
2009-09-18
Centralize resource_spec code.
Chris McDonough
2009-09-18
Rendering.
Chris McDonough
2009-09-18
Add a mod_wsgi configuration tutorial.
Chris McDonough
2009-09-17
Move view-related helper functions from zcml.py to view.py.
Chris McDonough
2009-09-17
- Add a ``repoze.bfg.url.static_url`` API which is capable of
Chris McDonough
2009-09-17
- Add a ``string`` renderer. This renderer converts a non-Response
Chris McDonough
2009-09-16
- Give the ``route`` ZCML directive the ``view_attr`` and
Chris McDonough
2009-09-16
Excise "page" vernacular.
Chris McDonough
[next]