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
/
CHANGES.txt
Age
Commit message (
Expand
)
Author
2011-07-21
- Remove ``compat`` code that served only the purpose of providing backwards
Chris McDonough
2011-07-20
- Reordered chapters in narrative section for better new user friendliness.
Chris McDonough
2011-07-19
- Fixed two typos in wiki2 (SQLA + URL Dispatch) tutorial.
Chris McDonough
2011-07-18
prep for 1.1b4
Chris McDonough
2011-07-16
- Change paster pviews and paster proutes to use bootstrap.
Chris McDonough
2011-07-16
mention paster pshell using bootstrap
Chris McDonough
2011-07-16
mention paster pshell using prepare
Chris McDonough
2011-07-16
add note about removing make_request
Chris McDonough
2011-07-16
- Omit custom environ variables when rendering a custom exception template in
Chris McDonough
2011-07-16
- Added a section entitled "Writing a Script" to the "Command-Line Pyramid"
Chris McDonough
2011-07-15
prep for 1.1b3
Chris McDonough
2011-07-15
- get_root2 -> prepare
Chris McDonough
2011-07-14
typo
Chris McDonough
2011-07-14
- Without a mo-file loaded for the combination of domain/locale,
Chris McDonough
2011-07-14
typo
Chris McDonough
2011-07-14
forgot to change whatsnew
Chris McDonough
2011-07-14
- New API class: ``pyramid.static.static_view``. This supersedes the
Chris McDonough
2011-07-13
- Fix corner case to ease semifunctional testing of views: create a new
Chris McDonough
2011-07-13
prep for 1.1b2
Chris McDonough
2011-07-13
- Views associated with routes with spaces in the route name may not have
Chris McDonough
2011-07-13
- We now clear ``request.response`` before we invoke an exception view; an
Chris McDonough
2011-07-12
- New environment setting ``PYRAMID_PREVENT_HTTP_CACHE`` and new
Chris McDonough
2011-07-12
- The ``pyramid_routesalchemy`` and ``pyramid_alchemy`` scaffolds
Chris McDonough
2011-07-12
- The ``Configurator.add_route`` method allowed two routes with the same
Chris McDonough
2011-07-12
- Previously, If a ``BeforeRender`` event subscriber added a value via the
Chris McDonough
2011-07-10
prep for 1.1b1
Chris McDonough
2011-07-10
add info to changes.txt and whatsnew about pshell changes; removed unused imp...
Chris McDonough
2011-07-09
request.json -> request.json_body; add some docs for json_body
Chris McDonough
2011-07-09
add a note about response wrapping bug fix
Chris McDonough
2011-07-06
- The ``config.scan`` method has grown a ``**kw`` argument. ``kw`` argument
Chris McDonough
2011-07-04
- New request attribute: ``json``. If the request's ``content_type`` is
Chris McDonough
2011-07-04
- A new value ``http_cache`` can be used as a view configuration
Chris McDonough
2011-07-01
move 1.0 stuff to HISTORY.txt
Chris McDonough
2011-07-01
prep for 1.1a4
Chris McDonough
2011-07-01
fix
Chris McDonough
2011-07-01
- The ``pyramid.events.subscriber`` directive behaved contrary to the
Chris McDonough
2011-07-01
fix wiki tests too
Chris McDonough
2011-07-01
- The Wiki2 tutorial "Tests" chapter had two bugs: it did not tell the user
Chris McDonough
2011-07-01
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
Chris McDonough
2011-07-01
Add JSONP renderer
Chris McDonough
2011-06-26
- ``pyramid.testing.DummyRequest`` now raises deprecation warnings when
Chris McDonough
2011-06-26
prep for 1.1a3
Chris McDonough
2011-06-26
- Added ``mako.preprocessor`` config file parameter; allows for a Mako
Chris McDonough
2011-06-26
- Accessing or setting deprecated response_* attrs on request
Chris McDonough
2011-06-23
garden
Chris McDonough
2011-06-22
prep for 1.1a2
Chris McDonough
2011-06-22
leave undefined
Chris McDonough
2011-06-22
take robert forkels advice
Chris McDonough
2011-06-22
- If multiple specs were provided in a single call to
Chris McDonough
2011-06-22
suggestions from sluggo
Chris McDonough
[next]