summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-08-14remove unnecessary use of `get_current_registry()`Tim Tisdall
- We have a request object, so get the current registry properly through it. - make use of the built-in `aslist` function for parsing the result
2014-08-13some tweaks to the usage of userid in the docsMichael Merickel
2014-08-12Docs: Switched first 2 paragraphs of security overview.Karl O. Pinc
2014-08-12Docs: Add resource tree into security overview.Karl O. Pinc
2014-08-12Docs: Include the concept of credentials in the high level security overview.Karl O. Pinc
2014-08-12Docs: Make "userid" link to the glossary term.Karl O. Pinc
2014-08-12Security: Change "principal" argument in security.remember() to "userid".Karl O. Pinc
Make the change througout the authentication policies, etc. as well.
2014-08-12Docs: Make clear that a userid need not be a principal.Karl O. Pinc
2014-08-12Docs: Introduce the concept of "userid" into the glossary.Karl O. Pinc
2014-08-10Some improvements to the paste.translogger related docs.Karl O. Pinc
Synchronizes with Waitress docs.
2014-08-08Add index entries for .ini files vis settings.Karl O. Pinc
2014-08-08Link to logging configuration in the Startup chapter.Karl O. Pinc
The Startup chapter describes the application's .ini file. The Logging chapter describes how to configure logging with the .ini file.
2014-08-08Link to .ini file description in configuration chapter.Karl O. Pinc
The Startup chapter describes a Pyramid application's .ini file. This is now a seealso in the Configuration chapter.
2014-08-06Merge branch 'master' into feature.override-asset-with-absolute-pathMichael Merickel
2014-07-28Merge branch 'feature-cachebust'Chris McDonough
2014-07-28add versionadded notesChris McDonough
2014-07-28Mo' features, mo' problems.Chris Rossi
2014-07-24cachebuster -> cachebustChris Rossi
2014-07-21Add 'prevent_cachebuster' setting.Chris Rossi
2014-07-18Take mcdonc's advice. This should be easier for users to understand.Chris Rossi
2014-07-17Add index entry.Chris Rossi
2014-07-17Write the documentation.Chris Rossi
2014-07-16Updating to current msginit syntaxnick knouf
2014-07-16remove mako docs that should be in pyramid_mako packageMichael Merickel
2014-07-15Update i18n.rstAlexey Torkhov
msgfmt produces 'messages.mo' file in current dir by default, it needs -o to specify destination. Also, added ref to adding a translation directory.
2014-07-14Update i18n.rstAlexey Torkhov
To set output file for pot-create -o flag should be used, not redirect.
2014-07-14Narrative scifi.Chris Rossi
2014-07-13remove lieChris McDonough
2014-07-04Fix path to pshellKamal Gill
2014-07-04Correct handler name for logger_wsgiLiJunjie
2014-07-02dont need to use any settings, we include pyramid_jinja2 in mainChris McDonough
2014-05-25Bring in #1352Steve Piercy
2014-05-21oops, re-clarify that tweens should not have mutable stateMichael Merickel
2014-05-21clarify tween thread-safetyMichael Merickel
2014-05-18Draw attention that tweens instances are unique and shared between threadsflibustenet
Forgetting that tween instance are not instantiated for each request leads to threads issues difficult to detect
2014-05-16Docs: narr/templates.rst: Link template bindings to pyramid docs.Karl O. Pinc
2014-05-16Docs: narr/templates.rst: Doc default extensions of each template system.Karl O. Pinc
2014-05-13Update hooks.rstsynthomat
'self' param was omitted in the constructor of simple_tween_factory class
2014-05-07Merge branch 'master' of https://github.com/ftravers/pyramid into pull.1325Michael Merickel
2014-05-05fix merge conflictsChris McDonough
2014-05-05Merge branch 'master' into redundant_totuorial_logging_configChris McDonough
2014-05-03- add a referenceSteve Piercy
2014-05-03- looks like _ are now - in RTDSteve Piercy
2014-05-03- add cookbook to intersphinx mappingSteve Piercy
2014-05-03- spellingSteve Piercy
2014-05-01fix #1253Michael Merickel
2014-04-24Replaced non-ascii copyright character with HTML equivalent.Fenton Travers
2014-04-24Merge pull request #1321 from omidraha/patch-1Steve Piercy
Improving `X-Vhm-Root` paragraphs.
2014-04-23Typo found in second Declarative code blockbobby
There were two import statements for Configurator. I removed the second import statement in the "__main__" since most of the documentation declares all imports on the top of the source. modified: configuration.rst
2014-04-24Improving `X-Vhm-Root` paragraphs.Omid Raha
Improving text of `X-Vhm-Root` paragraphs in `Other Backwards Incompatibilities` section.