summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2016-08-15update output of pcreate --list for Quick TourSteve Piercy
2016-07-29corrected folder name in docsandrew 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-29remove 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-23Add highlighting of changed linesSteve Piercy
2016-07-23Rewrite Quick Tutorial narrative in authentication.rst for consistent flowSteve Piercy
2016-07-21Add one-way password hash to security example in Quick Tutorial.Keith Yang
2016-07-19Change gendered language in examplesJon 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-17Corrected test command in static_assets.rstChristian Kollee
(cherry picked from commit 619c4b8)
2016-07-17Corrected command line for testsChristian Kollee
(cherry picked from commit df3db24)
2016-07-16fix the wiki2 tutorial to set the password as unicodeMichael 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-16Fix link to zope.component docsSteve Piercy
2016-07-06Update links for AlembixSteve Piercy
2016-07-05Add missing tests to quick_tutorial/forms.Steve Piercy
- Closes #2673
2016-07-02proper case headingSteve Piercy
2016-07-02fix overly aggressive refactorSteve Piercy
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
2016-06-20typo fix within urldispatch narrative, example 2dowwie
2016-06-16Quick Tour - explicitly use :language: python directive for proper syntax ↵Steve Piercy
highlighting
2016-06-16Quick Tour - static_assets - closes #2648Steve Piercy
- swap contents of jinja2 templates - use __main__ to specify package - carry forward template to json step - use :language: python directive for correct syntax highlighting
2016-06-13pep8: inline comment must have 2 spaces beforeJC Bohin
2016-06-13Fix flake8's noqa directive in documentation and scaffoldsJC Bohin
2016-06-09grammar, spelling, wrapping fixSteve Piercy
2016-06-09Merge pull request #2624 from mike-perdide/patch-1Steve Piercy
Adding a warning discouraging use of __acl__ properties attributes
2016-06-08Adding a warning discouraging use of __acl__ properties attributesJulien MIOTTE
2016-06-04We got our Bobo back!Steve Piercy
2016-05-23Merge pull request #2601 from stevepiercy/1.7-branchSteve Piercy
revert column type change in alchemy scaffold and related docs
2016-05-22change type integer to type text, and update output of db init scriptSteve Piercy
- update output of running pytest coverage
2016-05-22Change type to Text from Integer. See #2591Steve Piercy
2016-05-20Change column `Page.data` to `Text`viniciusban
2016-05-19oops, encode the password in the authorization tutorial as wellMichael Merickel
2016-05-19update master's history with the changelog from 1.7Michael Merickel
2016-05-18Merge pull request #2576 from mmerickel/fix/unicode-password-hashMichael Merickel
password_hash is unicode, needs to be encoded
2016-05-16remove stray /Steve Piercy
2016-05-16Change link from pylonsproject.org to trypyramid.comSteve Piercy
2016-05-16remove reference to Twitter Bootstrap styling. Closes #2570.Steve Piercy
2016-05-15password_hash is unicode, needs to be encodedMichael Merickel
2016-05-15fix headings and sufficesSteve Piercy
2016-05-15reorganize authorintro sections to align with latexindexSteve Piercy
2016-05-15use characters that don't break the latexpdf builder. See #2572Steve Piercy
2016-05-15fix page countSteve Piercy
2016-05-15revise latexindex.rstSteve Piercy
- add designdefense, quick_tour, quick_tutorial, p* scripts, change history
2016-05-14fix IRC link and page countSteve Piercy
2016-05-14make version perpetualSteve Piercy
2016-05-14Merge pull request #2571 from stevepiercy/masterSteve Piercy
fix punctuation
2016-05-14fix punctuationSteve Piercy
2016-05-10expose the IRequestFactory interfaceMichael Merickel
2016-05-09use new trypyramid.com page. whee!Steve Piercy
2016-05-09- use cleaner URL for IRCSteve Piercy
2016-05-09pylons != pyramidSteve Piercy
2016-05-08Merge pull request #2550 from ↵Steve Piercy
Pylons/vincent-ferotin-scaffolds-allow-pytest-run-without-args Vincent ferotin scaffolds allow pytest run without args