| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-15 | update output of pcreate --list for Quick Tour | Steve Piercy | |
| 2016-08-15 | fix alchemy scaffold help text | Michael Merickel | |
| 2016-07-30 | Merge pull request #2730 from stevepiercy/master | Steve Piercy | |
| forward port docs fixes from 1.7-branch | |||
| 2016-07-29 | corrected folder name in docs | andrew david burt | |
| one of the instances of the tutorial's folder name was mistyped as "tutorials" rather than "tutorial" in the "Route declarations" section (cherry picked from commit 696f17c) | |||
| 2016-07-29 | remove essentially duplicate "note" section under "initializing the database" | andrew david burt | |
| The note section under "initializing the database" was entered twice, the same except differing verb tenses. I removed one. (cherry picked from commit 96c1e36) | |||
| 2016-07-24 | Merge pull request #2722 from stevepiercy/master | Steve Piercy | |
| Add highlighting of changed lines | |||
| 2016-07-23 | Add highlighting of changed lines | Steve Piercy | |
| 2016-07-23 | Merge pull request #2719 from stevepiercy/master | Steve Piercy | |
| Rewrite Quick Tutorial narrative in authentication.rst for consistent… | |||
| 2016-07-23 | Rewrite Quick Tutorial narrative in authentication.rst for consistent flow | Steve Piercy | |
| 2016-07-21 | Merge pull request #2716 from keitheis/quick_tutorial_hashpw_bcrypt | Steve Piercy | |
| Add one-way password hash to security example in Quick Tutorial. | |||
| 2016-07-22 | Sign CONTRIBUTORS.txt | Keith Yang | |
| 2016-07-21 | Add one-way password hash to security example in Quick Tutorial. | Keith Yang | |
| 2016-07-19 | Merge pull request #2711 from inklesspen/nongendered-example-language | Steve Piercy | |
| Change gendered language in examples | |||
| 2016-07-19 | Change gendered language in examples | Jon Davidson | |
| Some examples in documentation use "dude" and "bro" -- for example, "Not found, bro". While playful, this language can make some people uncomfortable. I have changed the wording to something equally playful that doesn't make assumptions about the reader's gender. | |||
| 2016-07-19 | Merge PR #2706: Fix Renderers: JSON is not text | Bert JW Regeer | |
| Closes #2706 | |||
| 2016-07-17 | Merge pull request #2710 from stevepiercy/master | Steve Piercy | |
| Fix commands in quick tutorial | |||
| 2016-07-17 | Corrected test command in static_assets.rst | Christian Kollee | |
| (cherry picked from commit 619c4b8) | |||
| 2016-07-17 | Corrected command line for tests | Christian Kollee | |
| (cherry picked from commit df3db24) | |||
| 2016-07-16 | Update CHANGES.txt for #2706 | Bert JW Regeer | |
| 2016-07-16 | Add a test that covers the no charset case | Bert JW Regeer | |
| 2016-07-16 | JSON renderers now return bytes objects | Bert JW Regeer | |
| 2016-07-16 | Warn if the renderer response is text_type but no charset | Bert JW Regeer | |
| If the Response contains no charset we can't use Response.text. We now implicitly encode to UTF-8 after showing a warning. | |||
| 2016-07-16 | Merge pull request #2704 from mmerickel/fix/set-password-unicode | Michael Merickel | |
| fix the wiki2 tutorial to set the password as unicode | |||
| 2016-07-16 | fix the wiki2 tutorial to set the password as unicode | Michael Merickel | |
| Something really weird is happening but this fixes it. SQLAlchemy is returning the "password_hash" from queries as the type that it was inserted as. Not consistently unicode or bytes. If I insert bytes, then I get bytes back out. If I insert unicode then I get unicode back out. It's unclear why, as the type is Text, the data we're storing is unambiguously US-ASCII and the connection is using a consistent text_factory for unicode conversions of "str" on Python 3. Here, we ensure that we always insert the value as unicode which appears to fix downstream issues like those mentioned in #2605. I was able to reproduce that bug and confirm this fixes it if the original database is initialized using this fix. Obsoletes #2623. | |||
| 2016-07-16 | Merge pull request #2702 from stevepiercy/master | Steve Piercy | |
| Fix link to zope.component docs | |||
| 2016-07-16 | Fix link to zope.component docs | Steve Piercy | |
| 2016-07-12 | Merge pull request #2695 from stevepiercy/master | Steve Piercy | |
| Correct change note | |||
| 2016-07-12 | Correct change note | Steve Piercy | |
| 2016-07-08 | Merge pull request #2690 from stevepiercy/master | Steve Piercy | |
| Add change note for #2687 | |||
| 2016-07-08 | Add change note for #2687 | Steve Piercy | |
| 2016-07-08 | Merge pull request #2687 from sontek/support_classes_in_proutes | Steve Piercy | |
| This shows the correct view when a class and `attr` is involved. | |||
| 2016-07-06 | link to hacking and contributing | Michael Merickel | |
| 2016-07-06 | make coverage 100% | John Anderson | |
| 2016-07-06 | This shows the correct view when a class and `attr` is involved. | John Anderson | |
| 2016-07-06 | Merge pull request #2685 from stevepiercy/master | Steve Piercy | |
| Update links for Alembix | |||
| 2016-07-06 | Update links for Alembix | Steve Piercy | |
| 2016-07-06 | Merge pull request #2684 from enkidulan/patch-1 | Steve Piercy | |
| updated old link to Alembic naming convention | |||
| 2016-07-06 | updated old link to Alembic naming convention | Maksym Shalenyi | |
| All docs now live on alembic.zzzcomputing.com, but for some reason link http://alembic.readthedocs.org/en/latest/naming.html redirects to wrong domain. | |||
| 2016-07-05 | Merge pull request #2679 from stevepiercy/master | Steve Piercy | |
| Add missing tests to quick_tutorial/forms. | |||
| 2016-07-05 | Add missing tests to quick_tutorial/forms. | Steve Piercy | |
| - Closes #2673 | |||
| 2016-07-04 | Merge pull request #2676 from stevepiercy/master | Steve Piercy | |
| Show testsetup code in rendered docs the right way. | |||
| 2016-07-04 | Show testsetup code in rendered docs the right way. | Steve Piercy | |
| Follow up to @tseaver comment at https://github.com/Pylons/pyramid/pull/2672#issuecomment-230310939 | |||
| 2016-07-03 | Merge pull request #2671 from stevepiercy/master | Steve Piercy | |
| Show testsetup code in rendered docs. | |||
| 2016-07-03 | Show testsetup code in rendered docs. | Steve Piercy | |
| For `testsetup`, Sphinx does not show code in the output: http://www.sphinx-doc.org/en/stable/ext/doctest.html#directive-testsetup This commit fixes that issue, although duplicates code. I'll submit a feature request to https://github.com/sphinx-doc/sphinx/ Fixes #2670 | |||
| 2016-07-02 | Merge pull request #2668 from stevepiercy/master | Steve Piercy | |
| proper case heading | |||
| 2016-07-02 | proper case heading | Steve Piercy | |
| 2016-07-02 | Merge pull request #2664 from stevepiercy/master | Steve Piercy | |
| Update Windows installation instructions and related bits. | |||
| 2016-07-02 | fix overly aggressive refactor | Steve Piercy | |
| 2016-07-02 | Update Windows installation instructions and related bits. | Steve Piercy | |
| - Use proper Windows commands and paths - Use doscon for Windows console lexer | |||
| 2016-07-02 | Update Windows installation instructions and related bits. | Steve Piercy | |
| - Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer | |||
