| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-12 | Merge pull request #470 from audreyr/master | Carlos de la Guardia | |
| Revision of __init__.py and views.py sections | |||
| 2012-03-12 | More concise views.py section. | Audrey Roy | |
| 2012-03-12 | test the contents of the pid file in the exception cases | dianaclarke | |
| 2012-03-12 | Added links to Starting the Application | Patricio Paez | |
| - Sections 'Viewing the Application in a Browser' in the 'Defining the Domain Model' and 'Defining the Views' chapters now offer a quick link in both wiki tutorials, as suggested by Paulo. | |||
| 2012-03-12 | Merge pull request #468 from ppaez/wiki-documentation | Chris McDonough | |
| Added the Design chapter on both wiki tutorials | |||
| 2012-03-12 | working on removing: # pragma: no cover from pserve | diana | |
| 2012-03-12 | Added the Design chapter on both wiki tutorials | Patricio Paez | |
| 2012-03-12 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-12 | Merge pull request #467 from rpatterson/master | Michael Merickel | |
| Cleanup test `warnings` handling | |||
| 2012-03-12 | Use the warnings.catch_warnings context manager in more places. | Ross Patterson | |
| Neither 2.7 nor 2.6 with "setup.py test" or "setup.py nosetests" show warnings that don't already appear for origin/master. FYI, under 2.6 with nosetests I see: nose/loader.py:303: DeprecationWarning: registerView | |||
| 2012-03-12 | Switch to the warnings.catch_warnings context manager for testing. | Ross Patterson | |
| FYI, this test was failing only under 2.7, not 2.6. | |||
| 2012-03-11 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-03-11 | - ``config.add_view(<aninstancemethod>)`` raised AttributeError involving | Chris McDonough | |
| ``__text__``. See https://github.com/Pylons/pyramid/issues/461 Fixes #461. | |||
| 2012-03-11 | Merge branch 'master' of https://github.com/hlv42/pyramid into hlv42-master | Chris McDonough | |
| 2012-03-11 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-11 | Merge pull request #466 from liangsun/master | Chris McDonough | |
| To make the dummy csrf token have the same length as a real one. | |||
| 2012-03-11 | only self | Chris McDonough | |
| 2012-03-11 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-11 | view class methods were missing self parameter. | Carlos de la Guardia | |
| 2012-03-09 | To make the dummy csrf token has the same length as a real one. | Liang Sun | |
| 2012-03-08 | Merge pull request #463 from dbaty/patch-1 | Chris McDonough | |
| Key and value are inverted in the assertion error message in "DummyTemplateRenderer.assert_()" | |||
| 2012-03-06 | Fixed typo: key (k) and value (v) were inverted. | Damien Baty | |
| 2012-03-06 | corrected bugfix #461 - tests explicitly for instancemethods now | hlv | |
| testcase added | |||
| 2012-03-06 | fixed issue #461 | dev | |
| - config.add_view() raises an AttributeError for __text__ if the View is an instancemethod. added wrapper adding the __text__ attribute if it isnt present yet. | |||
| 2012-03-05 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-03-05 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-05 | Merge pull request #459 from philip-peterson/patch-1 | Chris McDonough | |
| Fixed some spelling errors | |||
| 2012-03-05 | Fixed some spelling errors | philip-peterson | |
| 2012-03-05 | add_traverser | Chris McDonough | |
| 2012-03-04 | use pylons-discuss as email address in setup.py too | Chris McDonough | |
| 2012-03-04 | point people at pylons-discuss rather than pylons-devel | Chris McDonough | |
| 2012-03-04 | garden titles of index | Chris McDonough | |
| 2012-03-04 | backslash is an escape character in RST | Chris McDonough | |
| 2012-03-03 | untangle impacts of python 3 compat | Chris McDonough | |
| 2012-03-02 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-03-02 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2012-03-02 | Merge pull request #458 from mjpieters/contributor-agreement | Chris McDonough | |
| Sign the contributor agreement. | |||
| 2012-03-02 | Merge pull request #457 from mjpieters/doccorrections | Chris McDonough | |
| Minor correction for narrative documentation | |||
| 2012-03-02 | Correct section name in pshell example. | Martijn Pieters | |
| The section in the example is called 'app:main', not 'app:MyProject'. | |||
| 2012-03-02 | Sign the contributor agreement. | Martijn Pieters | |
| 2012-03-02 | Correct minor grammatical error. | Martijn Pieters | |
| 2012-03-02 | Merge pull request #455 from rspivak/ae6d08b96d3a366f979719c05926dc5292d904d3 | Chris McDonough | |
| Finished callbacks documentation update | |||
| 2012-03-02 | Remove some confusion about finished callbacks. | Ruslan Spivak | |
| Rework an example code and remove an incorrect statement about request.exception being set when an exception occurs in a view. The reason for the change is issue #454: https://github.com/Pylons/pyramid/issues/454 | |||
| 2012-03-02 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-03-02 | prep for 1.3b2 | Chris McDonough | |
| 2012-03-02 | point at sqla bug | Chris McDonough | |
| 2012-03-01 | garden | Chris McDonough | |
| 2012-03-01 | revise steps | Chris McDonough | |
| 2012-03-01 | Merge branch '1.3-branch' | Chris McDonough | |
| 2012-03-01 | Merge branch 'master' into 1.3-branch | Chris McDonough | |
