summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-04-18Corrected the comment's languagethapar
2014-04-18Typo fix "not"-->"no"thapar
2014-04-17More explicit example of set_propertyflibustenet
cleanup callback has a "request" parameter (and not "_") cleanup callback know (since 1.5) if an exception occurred or not (to commit or rollback) (same as #1302 on 1.5)
2014-04-16minor tweaks based on toolbar changes in 2.xMichael Merickel
2014-04-16Update debugtoolbar.rsttylereaves
grammar fix
2014-04-16Update debugtoolbar.rsttylereaves
Fix wording to reflect how debugtoolbar actually works
2014-04-15DOC: Comment re: XSS, PEP8 imports, typowesturner
2014-04-15DOC: Add cgi.escape to quick_tour/views/views.py (Fixes #1294)westurner
2014-04-15DOC: Response.content_type defaults to text/htmlwesturner
2014-04-14Merge pull request #1291 from nnja/masterMichael Merickel
Update python installation instructions for Mac OSX
2014-04-14clarify python version supportMichael Merickel
2014-04-14adding comments for python versionsNina Zakharenko
2014-04-14Change OSX to Mac OS XNina Zakharenko
2014-04-14Update the documentation for Python installation on OSX. Binaries are ↵Nina Zakharenko
primary method.
2014-04-14Update python installation instructions for mac osx.Nina Zakharenko
2014-04-09Typo correction "setupy"-->"setup.py"thapar
2014-04-09Merge pull request #1288 from stevepiercy/masterSteve Piercy
- add name of views.py
2014-04-09- add name of views.pySteve Piercy
2014-04-09Merge pull request #1287 from stevepiercy/masterSteve Piercy
- clarify Windows setuptools instructions
2014-04-09- clarify Windows setuptools instructionsSteve Piercy
- correct typo on location
2014-04-08make pdf build againChris McDonough
2014-04-08i have no idea why we do this in here, but let's make it at least correctChris McDonough
2014-04-08fix typo and update whatsnewChris McDonough
2014-04-08Drop setup.cfg from scaffoldsWichert Akkerman
Since setup.cfg is no longer needed for Babel, and no scaffold or documentation references nose there is no need to keep them.
2014-04-08Remove Babel from all setup.cfg filesWichert Akkerman
2014-04-08Always mention the msg* commands come from GettextWichert Akkerman
2014-04-08Remove lingua references from setup.cfg description.Wichert Akkerman
2014-04-08Fix $VENT typoWichert Akkerman
2014-04-08Keep using easy_install.Wichert Akkerman
2014-04-08Update Lingua glossary item.Wichert Akkerman
2014-04-08Update documentation for Lingua 2Wichert Akkerman
2014-04-08fix merge conflict while merging master to 1.5 branchChris McDonough
2014-03-26Merge pull request #1280 from dhaaker/patch-2Steve Piercy
Update hello_world.rst
2014-03-26Update hello_world.rstDaniel Haaker
Modify 'Extra Credit' to reflect code example
2014-03-26Remove whitespace before the open parenthesisDaniel Haaker
2014-03-21- fix indentation of code blockSteve Piercy
2014-03-21- correct bad .rst syntaxSteve Piercy
2014-03-17Corrected inline markup to use * for italicsthapar
2014-03-17Added note to place login/logout route definitions before `/{pagename}` routethapar
Resolves https://github.com/Pylons/pyramid/issues/1274
2014-03-10Remove extra concatenation from request.static_url()sbivol
fixes issue #1266
2014-03-07Minor punctuation and grammar changes to Quick IntroPaul Winkler
2014-02-16Clarify.Tres Seaver
2014-02-16Trailing commas are good.Tres Seaver
2014-02-16EC: break the page and see the DBT traceback display.Tres Seaver
2014-02-16Don't leave the page broken.Tres Seaver
2014-02-16Match optional reqs on Windows to those on POSIX.Tres Seaver
2014-02-16EC: why not add 'pyramid_debugtoolbar' to our 'install_requires'?Tres Seaver
2014-02-16Clarifications.Tres Seaver
2014-02-16Avoid re-ambiguating 'project' vs. 'package.Tres Seaver
2014-02-16Clarify vs. import time.Tres Seaver