| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-26 | - Merge "Static Assets" chapter into the "Assets" chapter. | Chris McDonough | |
| 2010-12-26 | remove unused import | Chris McDonough | |
| 2010-12-24 | fix permission discussion | Chris McDonough | |
| 2010-12-24 | - Changed "Static Assets" narrative chapter: clarify that ``name`` represents | Chris McDonough | |
| a prefix unless it's a URL, added an example of a root-relative static view fallback for URL dispatch, added an example of creating a simple view that returns the body of a file. | |||
| 2010-12-22 | remove redundant | Jamaludin Ahmad | |
| 2010-12-18 | model -> resource; resource -> asset | Chris McDonough | |
| 2010-12-12 | fix merge conflicts | Casey Duncan | |
| 2010-12-12 | fix name as per comment on commit d00dfb7 | Casey Duncan | |
| 2010-12-09 | fix docs: pyramid.configuration -> pyramid.config | Chris McDonough | |
| 2010-12-08 | clarify warning | Casey Duncan | |
| 2010-12-08 | clarify paragraphs about traversal context | Casey Duncan | |
| 2010-12-08 | remove redundant statement was removed | Casey Duncan | |
| 2010-12-08 | avoid using word mount which has too many other connotations, puritanism ↵ | Casey Duncan | |
| notwithstanding | |||
| 2010-12-08 | XXX fix add_static_view example confirm this is correct XXX | Casey Duncan | |
| 2010-12-08 | XXX Fix example generated url, confirm this is correct XXX | Casey Duncan | |
| 2010-12-08 | reword slightly | Casey Duncan | |
| 2010-12-08 | move long note to the end of section so as not to break up the flow | Casey Duncan | |
| 2010-12-08 | clarify paragraph about name argument | Casey Duncan | |
| 2010-12-08 | rework paragraph about static view path | Casey Duncan | |
| 2010-12-08 | add comma | Casey Duncan | |
| 2010-12-08 | smooth out bumpy sentence | Casey Duncan | |
| 2010-11-28 | Normalized narrative doc, code with linenos while text+bash don't | Blaise Laflamme | |
| 2010-11-16 | - The ``pyramid.settings.get_settings`` API is now deprecated. Use | Chris McDonough | |
| ``pyramid.threadlocals.get_registry().settings`` instead or use the ``settings`` attribute of the registry available from the request (``request.registry.settings``). | |||
| 2010-11-12 | fix two references to a nonexistent function | Chris 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-07 | Minor documentation fixes. | Marius Gedminas | |
| 2010-11-03 | de-zcml-ify various chapters and move ZCML to the declarative chapter | Chris McDonough | |
| 2010-10-25 | convert narrative docs to Pyramid | Chris McDonough | |
| 2010-07-04 | documentation updates | Chris McDonough | |
| 2010-07-02 | - The ``repoze.bfg.url.route_url`` API has changed. If a keyword | Chris McDonough | |
| ``_app_url`` is present in the arguments passed to ``route_url``, this value will be used as the protocol/hostname/port/leading path prefix of the generated URL. For example, using an ``_app_url`` of ``http://example.com:8080/foo`` would cause the URL ``http://example.com:8080/foo/fleeb/flub`` to be returned from this function if the expansion of the route pattern associated with the ``route_name`` expanded to ``/fleeb/flub``. - It is now possible to use a URL as the ``name`` argument fed to ``repoze.bfg.configuration.Configurator.add_static_view``. When the name argument is a URL, the ``repoze.bfg.url.static_url`` API will generate join this URL (as a prefix) to a path including the static file name. This makes it more possible to put static media on a separate webserver for production, while keeping static media package-internal and served by the development webserver during development. | |||
| 2010-03-18 | quick fixes for static chapter | Carlos de la Guardia | |
| 2010-01-18 | Prep for b1 | Chris McDonough | |
| Merge a bunch of paper-based docs fixes Configure logging during bfgshell. | |||
| 2010-01-17 | More reviews finished. | Chris McDonough | |
| 2010-01-16 | Massive overhaul to deal with the reality that we don't map URLs directly to ↵ | Chris McDonough | |
| code. | |||
