| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-09 | - Integers and longs passed as ``elements`` to ``pyramid.url.resource_url`` | Chris McDonough | |
| or ``pyramid.request.Request.resource_url`` e.g. ``resource_url(context, request, 1, 2)`` (``1`` and ``2`` are the ``elements``) will now be converted implicitly to strings in the result. Previously passing integers or longs as elements would cause a TypeError. Closes #124 | |||
| 2011-02-09 | docstring fix (not explicitly parent, just lineage) | Chris McDonough | |
| 2011-02-09 | remove unintentional change added by previous commit to fix url matching ↵ | Chris McDonough | |
| issue #123 | |||
| 2011-02-09 | - URL pattern markers used in URL dispatch are permitted to specify a custom | Chris McDonough | |
| regex. For example, the pattern ``/{foo:\d+}`` means to match ``/12345`` (foo==12345 in the match dictionary) but not ``/abc``. However, custom regexes in a pattern marker which used squiggly brackets did not work. For example, ``/{foo:\d{4}}`` would fail to match ``/1234`` and ``/{foo:\d{1,2}}`` would fail to match ``/1`` or ``/11``. One level of inner squiggly brackets is now recognized so that the prior two patterns given as examples now work. See also https://github.com/Pylons/pyramid/issues/#issue/123. Closes #123 | |||
| 2011-02-07 | de-bfg | Chris McDonough | |
| 2011-02-07 | point to pylonsproject.org | Chris McDonough | |
| 2011-02-05 | for print space purposes, move return to same line as function definition | Chris McDonough | |
| 2011-02-05 | add missing import (thanks donri) | Chris McDonough | |
| 2011-02-05 | Merge branch 'cmbeelby-master' | Chris McDonough | |
| 2011-02-05 | mention Chris Beebly | Chris McDonough | |
| 2011-02-05 | fix conflicts | Chris McDonough | |
| 2011-02-04 | Merge branch '1.0-book' | Chris McDonough | |
| 2011-02-04 | new foreword text | Chris McDonough | |
| 2011-02-03 | Corrected a/an usage and also clarified "deployment" to mean to a production ↵ | Chris Beelby | |
| system (as opposed to deploying to a development, QA, etc... machine) | |||
| 2011-02-02 | Wrong name for variable | Chris Beelby | |
| 2011-02-02 | Capitalization fix | Chris Beelby | |
| 2011-02-01 | garden | Chris McDonough | |
| 2011-02-01 | Merge branch '1.0-branch' | Chris McDonough | |
| 2011-02-01 | credit hugues | Chris McDonough | |
| 2011-01-31 | Merge branch 'cconrad-master' | Chris McDonough | |
| 2011-01-31 | Merge branch 'master' of https://github.com/cconrad/pyramid into cconrad-master | Chris McDonough | |
| 2011-01-31 | rendering | Chris McDonough | |
| 2011-01-30 | Typo - "tutorial.models.Wiki" should be "tutorial.models.Page" | Claus Conrad | |
| 2011-01-30 | defer | Chris McDonough | |
| 2011-01-30 | note removal | Chris McDonough | |
| 2011-01-30 | prep for 1.0 | Chris McDonough | |
| 2011-01-30 | had to remove flow of auth chapter due to space constraints | Chris McDonough | |
| 2011-01-30 | remove useless warnings | Chris McDonough | |
| 2011-01-30 | use the right isbn | Chris McDonough | |
| 2011-01-30 | fix references | Chris McDonough | |
| 2011-01-30 | we no longer use intersphinx | Chris McDonough | |
| 2011-01-30 | make function on 2.4 and 2.5 | Chris McDonough | |
| 2011-01-30 | make pass predictably on jython | Chris McDonough | |
| 2011-01-30 | skip chameleon-using tests on pypy and jython | Chris McDonough | |
| 2011-01-30 | More errors in narrative fixed. | Chris Beelby | |
| 2011-01-30 | fix too-long lines | Chris McDonough | |
| 2011-01-30 | fix too-long lines | Chris McDonough | |
| 2011-01-30 | fix too-long lines | Chris McDonough | |
| 2011-01-30 | fix too-long lines | Chris McDonough | |
| 2011-01-30 | fix too-long lines | Chris McDonough | |
| 2011-01-30 | reorder tutorial chapters | Chris McDonough | |
| 2011-01-30 | too-long line | Chris McDonough | |
| 2011-01-30 | note existence of paster template tests | Chris McDonough | |
| 2011-01-30 | garden | Chris McDonough | |
| 2011-01-30 | 600 page max | Chris McDonough | |
| 2011-01-30 | - Remove duplication of API and narrative documentation in | Chris McDonough | |
| ``pyramid.view.view_config`` API docs by pointing to ``pyramid.config.add_view`` documentation and narrative chapter documentation. | |||
| 2011-01-30 | - Remove duplication of ``add_route`` API documentation from URL Dispatch | Chris McDonough | |
| narrative chapter. | |||
| 2011-01-30 | inappropriate mentions of alternate declarative forms | Chris McDonough | |
| 2011-01-30 | save space by removing duplicated documentation of view_config args | Chris McDonough | |
| 2011-01-30 | script for creating book | Chris McDonough | |
