summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src
AgeCommit message (Expand)Author
2017-03-01use correct directory name for cookiecutter generated README.txtSteve Piercy
2017-01-10fix unittests in wiki2 to work without deps on py2 and py3Michael Merickel
2016-12-23wiki2/src/tests update filesSteve Piercy
2016-12-23wiki2/src/authorization update filesSteve Piercy
2016-12-23wiki2/src/authentication update filesSteve Piercy
2016-12-23wiki2/src/authentication update filesSteve Piercy
2016-12-23wiki2/src/views update files, line number rangeSteve Piercy
2016-12-23wiki2/src/models - update filesSteve Piercy
2016-12-23wiki2/src/basiclayout - update filesSteve Piercy
2016-12-23wiki2/src/installation - update filesSteve Piercy
2016-12-14Merge branch 'master' into pr/2853Michael Merickel
2016-12-09Added configuration for ipv6 in .ini files.Martin
2016-12-08bring wiki2 test coverage up to 100%, refs #2451Nejc Zupan
2016-12-07fixed 'list' to 'listen'Martin
2016-12-07Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ...Bert JW Regeer
2016-12-06Changed 'host' and 'port' configuration to a new 'listen' style that is now s...Martin
2016-07-16fix the wiki2 tutorial to set the password as unicodeMichael Merickel
2016-07-06Update links for AlembixSteve Piercy
2016-06-13pep8: inline comment must have 2 spaces beforeJC Bohin
2016-06-13Fix flake8's noqa directive in documentation and scaffoldsJC Bohin
2016-05-23Merge pull request #2601 from stevepiercy/1.7-branchSteve Piercy
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-15password_hash is unicode, needs to be encodedMichael Merickel
2016-04-12- use an environment variable and venv. See https://github.com/Pylons/pyramid...Steve Piercy
2016-04-11remove theme.min.css, it serves no purposeMichael Merickel
2016-04-11fix readme to show directions in both alchemy and zodbMichael Merickel
2016-04-11tweak wiki2 test to be more succinctSteve Piercy
2016-04-09use an alias for the import. Fixes #2450. Thanks @bertjwregeer!Steve Piercy
2016-04-09- update wiki2/tests stepSteve Piercy
2016-04-09- update wiki2/authorization stepSteve Piercy
2016-04-09- fix straggler from wiki2/src/views/tutorial/tests.pySteve Piercy
2016-04-09- update wiki2/authenticationSteve Piercy
2016-04-09- update wiki2 definingviewsSteve Piercy
2016-04-09- update definingmodels stepSteve Piercy
2016-04-09- update wiki2/src/basiclayout filesSteve Piercy
2016-04-09- add missing filesSteve Piercy
2016-04-09add result of installation step in wiki2 tutorial, but using the recently upd...Steve Piercy
2016-02-28redirect to edit page when user attempts to add page that already existsSteve Piercy
2016-02-28apply change to all src/*/user.pySteve Piercy
2016-02-28wiki2 revert unnecessary hmac stuffSteve Piercy
2016-02-27wiki2 authentication bug fix and improvement against timing attackSteve Piercy
2016-02-18update tests chapterMichael Merickel
2016-02-18add fallback for next_urlMichael Merickel
2016-02-18add webtest and tests_require to setup.pyMichael Merickel
2016-02-16add first cut at source for authorization chapterMichael Merickel
2016-02-16remove whitespaceMichael Merickel
2016-02-16use page.name to prepare for contextMichael Merickel