| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-23 | remove redundant tests | Michael Merickel | |
| 2014-04-23 | Merge pull request #1320 from bertjwregeer/feature.raise_valueerror_wsgi | Michael Merickel | |
| Feature: raise ValueError if wrapped is None in wsgiapp/wsgiapp2 | |||
| 2014-04-24 | Improving `X-Vhm-Root` paragraphs. | Omid Raha | |
| Improving text of `X-Vhm-Root` paragraphs in `Other Backwards Incompatibilities` section. | |||
| 2014-04-23 | Remove repeated word. | Omid Raha | |
| Remove repeated `use` word. | |||
| 2014-04-22 | Update CHANGES for wsgiapp and wsgiapp2 | Bert JW Regeer | |
| 2014-04-22 | Verify that wrapped is not None | Bert JW Regeer | |
| If wrapped is None we raise a ValueError to let the user know that we are unable to continue. | |||
| 2014-04-21 | Merge pull request #1318 from stevepiercy/master | Steve Piercy | |
| port to master branch - Update background section same as quick_tour.rst | |||
| 2014-04-21 | Update background section same as quick_tour.rst | Steve Piercy | |
| Update text of ``background`` section same as ``sessions`` section of ``quick_tour.rst`` | |||
| 2014-04-20 | Merge pull request #1313 from goodwillcoding/scaffold_version | goodwillcoding | |
| Issue: #1300, pyramid versiona and scaffold docs, add correct handling for dev docs which now points to 'master' docs | |||
| 2014-04-20 | add correct handling for dev docs which now points to 'master' docs | goodwillcoding | |
| 2014-04-20 | Merge branch 'pull.1300' | Michael Merickel | |
| 2014-04-20 | remove special case for dev branches | Michael Merickel | |
| the way pyramid's RTD works is that doc changes are rendered automatically on each release branch, so dev versions should actually point at their parent branch for the most up-to-date docs | |||
| 2014-04-20 | update the version detection to use better regex matching for version | goodwillcoding | |
| and add more test cases | |||
| 2014-04-20 | refine language some more to say 'Pyramid' less | goodwillcoding | |
| 2014-04-20 | standardize on scaffold over template naming | goodwillcoding | |
| 2014-04-20 | update change me with the scaffold changes | goodwillcoding | |
| 2014-04-20 | Merge branch 'master' of github.com:Pylons/pyramid into scaffold_version | goodwillcoding | |
| 2014-04-20 | clean up the language to say "Generated by" | goodwillcoding | |
| 2014-04-20 | Merge pull request #1309 from omidraha/patch-1 | Steve Piercy | |
| Correct question to adapt to the the text. | |||
| 2014-04-20 | Remove repeated word. | Omid Raha | |
| Remove repeated `operations` word. | |||
| 2014-04-20 | - Correct 80-column lines specification to 79 to be compliant with PEP8 and ↵ | Steve Piercy | |
| consistent with doc to which this line refers. | |||
| 2014-04-19 | Merge branch 'master' of github.com:Pylons/pyramid into scaffold_version | goodwillcoding | |
| 2014-04-19 | Move the docs and pyramid version to scaffold template generation and | goodwillcoding | |
| out of the views. Add pyramid docs version to all the .ini file scaffolds Update alchemy, zodb, and starter to have respective names | |||
| 2014-04-18 | Merge pull request #1306 from bertjwregeer/fix.add_predicates_maybe_dotted | Michael Merickel | |
| Fix: add predicates maybe dotted | |||
| 2014-04-18 | Add information to CHANGES | Bert JW Regeer | |
| 2014-04-18 | _add_subscriber should resolve dotted names | Bert JW Regeer | |
| 2014-04-18 | Merge pull request #1304 from thapar/patch-2 | Steve Piercy | |
| Typo fix "not more"-->"no longer" | |||
| 2014-04-18 | Corrected the comment's language | thapar | |
| 2014-04-18 | Typo fix "not"-->"no" | thapar | |
| 2014-04-17 | Merge pull request #1303 from flibustenet/patch-2 | Michael Merickel | |
| More explicit example of set_property | |||
| 2014-04-17 | More explicit example of set_property | flibustenet | |
| cleanup callback has a "request" parameter (and not "_") cleanup callback know (since 1.5) if an exception occurred or not (to commit or rollback) (same as #1302 on 1.5) | |||
| 2014-04-16 | update the alchemy template to use pyramid version and doc version | Michael R | |
| 2014-04-16 | add pyramid version and pyramid docs branch to the scaffold generation | Michael R | |
| machinery so it is available in scaffold templates, this will help generate proper links in scaffolds and not confiuse people when they go to documentation | |||
| 2014-04-16 | minor tweaks based on toolbar changes in 2.x | Michael Merickel | |
| 2014-04-16 | Merge pull request #1298 from tylereaves/master | Michael Merickel | |
| Fix wording in debug toolbar tutorial | |||
| 2014-04-16 | Update debugtoolbar.rst | tylereaves | |
| grammar fix | |||
| 2014-04-16 | Update debugtoolbar.rst | tylereaves | |
| Fix wording to reflect how debugtoolbar actually works | |||
| 2014-04-15 | Merge pull request #1296 from westurner/1294_add_cgi_escape_to_quick_tour | Tres Seaver | |
| DOC: Add cgi.escape to quick_tour/views/views.py (Fixes #1294) | |||
| 2014-04-15 | DOC: Comment re: XSS, PEP8 imports, typo | westurner | |
| 2014-04-15 | DOC: Add cgi.escape to quick_tour/views/views.py (Fixes #1294) | westurner | |
| 2014-04-15 | Merge pull request #1295 from westurner/1181_default_response_content_type | Tres Seaver | |
| DOC: Response.content_type defaults to text/html (#1181) | |||
| 2014-04-15 | DOC: Response.content_type defaults to text/html | westurner | |
| 2014-04-14 | Merge pull request #1293 from xpostudio4/master | Steve Piercy | |
| Modified the way anonymous commiters configure the remote, the older | |||
| 2014-04-14 | Modified the way anonymous commiters configure the remote, the older | Leonardo Jimenez | |
| version only worked for users with access to the repository as commiters. | |||
| 2014-04-14 | Merge pull request #1291 from nnja/master | Michael Merickel | |
| Update python installation instructions for Mac OSX | |||
| 2014-04-14 | clarify python version support | Michael Merickel | |
| 2014-04-14 | adding comments for python versions | Nina Zakharenko | |
| 2014-04-14 | Change OSX to Mac OS X | Nina Zakharenko | |
| 2014-04-14 | Update the documentation for Python installation on OSX. Binaries are ↵ | Nina Zakharenko | |
| primary method. | |||
| 2014-04-14 | Update python installation instructions for mac osx. | Nina Zakharenko | |
