summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-11fix issue 32: use renderer rather than zpt render_template_to_responseChris McDonough
2010-11-10this was implemented as request.route_urlChris McDonough
2010-11-10- New API methods for ``pyramid.request.Request``: ``model_url`` andChris McDonough
``route_url``. These are simple passthroughs for their respective functions in ``pyramid.url``. - Documented the ``matchdict`` and ``matched_route`` attributes of the request object in the Request API documentation.
2010-11-10extend asbool to accept None, True, and False, and write explicit testsChris McDonough
2010-11-10- New API method: ``pyramid.settings.asbool``.Chris McDonough
2010-11-10Added class vars matchdict and matched_route toChris Rossi
pyramid.request.Request. Each is set to None.
2010-11-10Signed in blood.Chris Rossi
2010-11-10- The pylons_* paster template used the same stringChris McDonough
(``your_app_secret_string``) for the ``session.secret`` setting in the generated ``development.ini``. This was a security risk if left unchanged in a project that used one of the templates to produce production applications. It now uses a randomly generated string.
2010-11-10mention beaker differencesChris McDonough
2010-11-10add a note about tutorial updatesChris McDonough
2010-11-10fix wiki tutorial based on changes to zodb paster templateChris McDonough
2010-11-10fix project chapter to deal with paster template changesChris McDonough
2010-11-10FeaturesChris McDonough
-------- - Normalized all paster templates: each now uses the name ``main`` to represent the function that returns a WSGI application, each now uses WebError, each now has roughly the same shape of development.ini style. Bug Fixes --------- - The pylons_* paster templates erroneously used the ``{squiggly}`` routing syntax as the pattern supplied to ``add_route``. This style of routing is not supported. They were replaced with ``:colon`` style route patterns.
2010-11-10add default renderer todoChris McDonough
2010-11-10Removed extra word.Chris Rossi
2010-11-10point at the right contributing sectionChris McDonough
2010-11-09Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2010-11-09gardeningChris McDonough
2010-11-09Added my name to contributors.Blaise Laflamme
2010-11-09capitalize PyramidChris McDonough
2010-11-09Adding my name to contributers.Ben Bangert
2010-11-09Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2010-11-09sqla idiomatic suggestions from robChris McDonough
2010-11-09Sign contributor agreement.Tres Seaver
2010-11-09add contributor agreement and listChris McDonough
2010-11-09back to developmentChris McDonough
2010-11-09prep for 1.0a2Chris McDonough
2010-11-09omit foreword from latex rendering (its for bfg)Chris McDonough
2010-11-09make sure our new :app: roles dont break latex renderingChris McDonough
2010-11-09remove unnecessary wordingChris McDonough
2010-11-09issue 26: broken docs linkChris McDonough
2010-11-09- All references to Pyramid-the-application were changed from :mod:`pyramid`Chris McDonough
to :app:`Pyramid`. A custom role setting was added to ``docs/conf.py`` to allow for this. (internal)
2010-11-09the configure_zcml setting is no longer a feature of the frameworkChris McDonough
2010-11-09be helpful about which tutorial to point people atChris McDonough
2010-11-08Merge branch 'loginx-master'Chris McDonough
2010-11-08 * Removed redundant doc sectionXavier Spriet
2010-11-08pylons -> pylons 1.X, remove unnamed lookup intimationChris McDonough
2010-11-08fix typos found by john shipmanChris McDonough
2010-11-08gardeningChris McDonough
2010-11-08tutorial.ini -> development.iniChris McDonough
2010-11-08gardeningChris McDonough
2010-11-07move changelog entry to the right placeChris McDonough
2010-11-07- All references to events by interfaceChris McDonough
(e.g. ``pyramid.interfaces.INewRequest``) have been changed to reference their concrete classes (e.g. ``pyramid.events.NewRequest``) in documentation about making subscriptions.
2010-11-07Merge branch 'mgedmin-master'Chris McDonough
2010-11-07todo gardeningChris McDonough
2010-11-07todo gardeningChris McDonough
2010-11-07 * Use edit.pt instead of view.pt for the add_page view callable in the wiki ↵Xavier Spriet
tutorial.
2010-11-07 * Use edit.pt instead of view.pt for the add_page view callable in the wiki ↵Xavier Spriet
tutorial.
2010-11-07Fix file type for literalinclude.Marius Gedminas
2010-11-07Fix syntax error in route_url docstring example.Marius Gedminas
Remove obfuscating parentheses around a string value.