summaryrefslogtreecommitdiff
path: root/docs/narr
AgeCommit message (Collapse)Author
2011-09-07avoid needless generic comparisonChris McDonough
2011-09-07de-theifyChris McDonough
2011-09-07chronologyChris McDonough
2011-09-07misspellingChris McDonough
2011-09-07add renderer section; fix wording (thanks jpenny)Chris McDonough
2011-09-07typoChris McDonough
2011-09-07gardenChris McDonough
2011-09-07more refs to root factory docsChris McDonough
2011-09-07add squishy whats-unique section to introductionChris McDonough
2011-09-05move unrelated request cleanup to webob.rest; reorder urldispatch chapter ↵Chris McDonough
from most-important-concept-to-least
2011-09-05add explanation of why to use production.iniChris McDonough
2011-09-05readd aliases to environment tablesChris McDonough
2011-09-04Add Windows analogues to all command lines. Closes #144Chris McDonough
2011-09-04remove documentation and todo mentions of zope.configurationChris McDonough
2011-09-03Updated environment documentation to include an example of accessing the ↵Charlie Choiniere
settings dictionary inside an includeme function
2011-09-02remove; too complex to document hereChris McDonough
2011-09-01- Added a "Fixing HTTP vs. HTTP When Deploying Behind a Proxy" section to theChris McDonough
"Virtual Hosting" chapter.
2011-08-31wrong path for logging.configChris McDonough
2011-08-29add match_param to the narrative docsChris McDonough
2011-08-28clean up inappropriate discussions of ZCMLChris McDonough
2011-08-25use Response; fix textChris McDonough
2011-08-25fix helloworld exampleDylan Jay
2011-08-25use routes in firstapp as they are more familar to most and put hello world ↵Dylan Jay
on the front page to make grab framework shoppers attention.
2011-08-22fix stray inclusion of weberror; move manifest descriptionChris McDonough
2011-08-22cleanupsChris McDonough
2011-08-22- Use [app:main] instead of a pipeline in all scaffolds and tutorialsChris McDonough
and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter.
2011-08-21add a whatsnew-1.2 docChris McDonough
2011-08-20- Mention debug toolbar in tutorials.Chris McDonough
2011-08-20remove tween aliases as a conceptChris McDonough
2011-08-16Added some docs for the new 'setup' option key in [pshell].Michael Merickel
2011-08-14- The ``route_url``, ``route_path``, ``resource_url``, ``static_url``, andChris McDonough
``current_route_url`` functions in the ``pyramid.url`` package now delegate to a method on the request they've been passed, instead of the other way around. The pyramid.request.Request object now inherits from a mixin named pyramid.url.URLMethodsMixin to make this possible, and all url/path generation logic is embedded in this mixin. - Narrative and API documentation which used the ``route_url``, ``route_path``, ``resource_url``, ``static_url``, and ``current_route_url`` functions in the ``pyramid.url`` package have now been changed to use eponymous methods of the request instead.
2011-08-13Require that tween_factory argument to add_tween be a dotted name.Chris McDonough
2011-08-13disallow adding a tween factory which is an instance without passing its ↵Chris McDonough
globally importable name
2011-08-13mention pyramid_exclogChris McDonough
2011-08-13- Added a Logging chapter to the narrative docs (based on the Pylons loggingChris McDonough
docs, thanks Phil).
2011-08-13- Projects created via a scaffold no longer depend on the ``WebError``Chris McDonough
package at all; configuration in the ``production.ini`` file which used to require its ``error_catcher`` middleware has been removed. Configuring error catching / email sending is now the domain of the ``pyramid_exclog`` package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
2011-08-12reduce awkwardness of phrasingChris McDonough
2011-08-12Merge branch 'fix.tween-graph'Michael Merickel
2011-08-12Updated the docs with the new over/under tuples.Michael Merickel
2011-08-12garden changes; fix docs renderingChris McDonough
2011-08-12add pyramid.tweens configuration value docsChris McDonough
2011-08-11fix docs, scaffolds, and tutorials to use pyramid.includesChris McDonough
2011-08-11add docs for pyramid.includes; allow space-separated or cr separated items ↵Chris McDonough
or both for tweens and includes
2011-08-10- Added a ``route_prefix`` argument to theChris McDonough
``pyramid.config.Configurator.include`` method. This argument allows you to compose URL dispatch applications together. See the section entitled "Using a Route Prefix to Compose Applications" in the "URL Dispatch" narrative documentation chapter. - Added a section entitled "Using a Route Prefix to Compose Applications" to the "URL Dispatch" narrative documentation chapter.
2011-08-10trunk is 1.2dev, who are we foolingChris McDonough
2011-08-09Added the `pyramid.security.NO_PERMISSION_REQUIRED` constant.Michael Merickel
Removed the undocumented version from pyramid.interfaces.
2011-08-09Merge branch 'scafftween'Chris McDonough
2011-08-09add the debug imageChris McDonough
2011-08-09instructions about how to turn the toolbar offChris McDonough
2011-08-09fix project.rst to deal with scaffold changesChris McDonough