summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Collapse)Author
2016-09-28add changelog for #2775Michael Merickel
2016-09-28add changelog for #2660Michael Merickel
2016-09-19changelog for #2750Michael Merickel
2016-09-12changelog for #2764Michael Merickel
2016-09-03changelog for #2760Michael Merickel
2016-09-03changelog for #2757Michael Merickel
2016-08-31reference pull request for #2662Michael Merickel
2016-08-31rename the credentials classMichael Merickel
2016-08-31Merge branch 'extract_http_basic' of canni/pyramid into canni-extract_http_basicMichael Merickel
2016-08-31ref the pull request for #2615 in the changelogMichael Merickel
2016-08-31add changelog for #2715Michael Merickel
2016-08-31add changelog for #2714Michael Merickel
2016-08-16Fix #2744 by reverting #2706Michael Merickel
This reverts commit c7d8f6515d4b154c4a4cf2cbaac9789fbcd19282. This reverts commit 0dcd259c0263c14e8c51d9e204c1419daffbd2ce. This reverts commit 412ed2e1988e2fd70d02e4176c9c9c7855b0093c.
2016-08-11Add this feature to chenges & small improvementDariusz Górecki
2016-07-16Update CHANGES.txt for #2706Bert JW Regeer
2016-07-12Correct change noteSteve Piercy
2016-07-08Add change note for #2687Steve Piercy
2016-07-02Update Windows installation instructions and related bits.Steve Piercy
- Use proper Windows commands and paths - Use doscon for Windows console lexer
2016-06-02Adding daemon support remove to CHANGES.txtzrayn
2016-04-17flip master to 1.8Michael Merickel
2016-04-16add docs and backward incompatibility notices for #2501Michael Merickel
2016-04-16In addition to CSRF token, verify the origin tooDonald Stufft
Add an additional layer of protection against CSRF by verifying the actual origin of the request in addition to the CSRF token. We only do this check on sites hosted behind HTTPS because only HTTPS sites have evidence to show that the Referrer header is not being spuriously removed by random middleware boxes.
2016-04-15Update CHANGES/whatsnew-1.7 for updated require_csrfBert JW Regeer
2016-04-15curate the changelogMichael Merickel
2016-04-14Add CHANGES.txt entry, and re-organiseBert JW Regeer
2016-04-14Merge branch 'master' into feature/json_exceptionsBert JW Regeer
2016-04-14Update CHANGESBert JW Regeer
2016-04-13update deprecation log entrySteve Piercy
2016-04-13- Deprecated support for Python 3.3. See #2477Steve Piercy
2016-04-12Add CHANGES for BeforeTraversalBert JW Regeer
2016-04-12Update CHANGES.txtBert JW Regeer
2016-04-12- add changelog entry to CHANGES.txtSteve Piercy
2016-04-10add changelog for #2021Michael Merickel
2016-04-06Pass vars to logging.config.fileConfigMarc Abramowitz
This allows one to set up a logging configuration that is parameterized based on variables specified on the command-line. e.g.: the application .ini file could have: ```ini [logger_root] level = %(LOGGING_LOGGER_ROOT_LEVEL)s handlers = console [handler_console] class = StreamHandler args = (sys.stderr,) level = %(LOGGING_HANDLER_CONSOLE_LEVEL)s formatter = generic ``` This app could be launched with: ``` pserve development.ini LOGGING_LOGGER_ROOT_LEVEL=DEBUG LOGGING_HANDLER_CONSOLE_LEVEL=DEBUG ```
2016-03-14add changelog for #2393Michael Merickel
2016-02-29update changelog for #2024Michael Merickel
2016-02-28add changelog for #1370Michael Merickel
2016-01-26update changelog for #2292Michael Merickel
2016-01-22add changelog for #2256Michael Merickel
2015-12-23Add documentation of command line programs/p* scriptsSteve Piercy
2015-12-19update changelog for #2189Michael Merickel
2015-12-17add changelog for #2187Michael Merickel
2015-12-17update changelog for #2171Michael Merickel
2015-11-15update changelogMichael Merickel
2015-11-13add changelog for #2044Michael Merickel
2015-11-12Merge branch 'master' into feature/int_conversion_checkBert JW Regeer
2015-11-12Merge pull request #2120 from mmerickel/fix/pserve-deprecation-messagesBert JW Regeer
improve pserve deprecation messages
2015-11-12update changelog for #2120Michael Merickel
2015-11-12add changelog for #2119Michael Merickel
2015-11-12add changelog entry for #2118Michael Merickel