summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-12-09- Add a ``handler`` ZCML directive. This directive does the same thing asChris McDonough
``pyramid.configuration.add_handler``.
2010-12-09Merge branch 'twophase'Chris McDonough
Conflicts: pyramid/configuration.py
2010-12-09fix docs: pyramid.configuration -> pyramid.configChris McDonough
2010-12-07remove misleading section from resources docsChris McDonough
2010-12-05Updated references to 'app' by 'main'.Bertrand Janin
2010-12-05Add the other useful webob URL attributes.Ben Bangert
2010-12-01explain what reload_templates means wrt individual templating enginesChris McDonough
2010-12-01stray quote markChris McDonough
2010-12-01fix bad info in urldispatch chapter: matchdict and matched_route will be NoneChris McDonough
2010-11-30PDF gen fixBlaise Laflamme
2010-11-30Make new docs icons work with pdf bookBlaise Laflamme
2010-11-29use bw pygments if book=1Chris McDonough
2010-11-29Fix convert_images.Chris McDonough
2010-11-29capitalize titleChris McDonough
2010-11-29Updated docs to use pyramid themeBlaise Laflamme
2010-11-28remove awkward wordingChris McDonough
2010-11-28Normalized narrative doc, code with linenos while text+bash don'tBlaise Laflamme
2010-11-28Added pyramid.ico as favicoBlaise Laflamme
2010-11-28put converting-from-bfg tutorial after wiki tutorialsChris McDonough
2010-11-28Updated traversal and router diagramsBlaise Laflamme
2010-11-28Fixed typos in vhostingBlaise Laflamme
2010-11-28Narrative doc cleanupBlaise Laflamme
2010-11-28render checkout commands as textChris McDonough
2010-11-28collapse python and xml code block exampleChris McDonough
2010-11-28provide proper rendering example for methods and attributesChris McDonough
2010-11-27Merge branch 'blaflamme-master'Chris McDonough
2010-11-27Reformatted ini file like theBlaise Laflamme
2010-11-27Merge branch 'blaflamme-master'Chris McDonough
2010-11-27Fixed wrong type for code renderingBlaise Laflamme
2010-11-27Docs gardeningBlaise Laflamme
2010-11-27Use guess as default for docs pygmentationBlaise Laflamme
2010-11-27bfg -> pyramidChris McDonough
2010-11-27- Add a "Modifying Package Structure" section to the project narrativeChris McDonough
documentation chapter (explain turning a module into a package).
2010-11-27Updated project image in narrative docsBlaise Laflamme
2010-11-27Updated MyProject template + snapshot in narrative docBlaise Laflamme
2010-11-27typo fixChris McDonough
2010-11-27add dummy pylons_small.png to allow latex to compileChris McDonough
2010-11-26Updated docs for new themeBlaise Laflamme
2010-11-24- New boolean Mako settings variable ``mako.strict_undefined``. See `MakoChris McDonough
Context Variables <http://www.makotemplates.org/docs/runtime.html#context-variables>`_ for its meaning. - Depend on Mako 0.3.6+ (we now require the ``strict_undefined`` feature).
2010-11-23correct typo: ! -> ~Chris McDonough
2010-11-23fix quotingChris McDonough
2010-11-22fix wrong egg referenceChris McDonough
2010-11-22fix project section name doc bugChris McDonough
2010-11-22changed cluegun; note in index pageChris McDonough
2010-11-21- Add ``pyramid.interfaces.ITemplateRenderer`` interface to Interfaces APIChris McDonough
chapter (has ``implementation()`` method, required to be used when getting at Chameleon macros).
2010-11-21- SQLAlchemy+URLDispatch tutorial updated to integrate changes toChris McDonough
``pyramid_routesalchemy`` template.
2010-11-21- Add logging configuration to all paster templates.Chris McDonough
- ``pyramid_alchemy``, ``pyramid_routesalchemy``, and ``pylons_sqla`` paster templates now use idiomatic SQLAlchemy configuration in their respective ``.ini`` files and Python code.
2010-11-21bfg -> pyramidChris McDonough
2010-11-21- "Sample Applications" section of docs changed to note existence of Cluegun,Chris McDonough
Shootout and Virginia sample applications, ported from their repoze.bfg origin packages.
2010-11-21prep for 1.0a4Chris McDonough