summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Collapse)Author
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
2015-11-12Revert "fix/remove-default-cachebusters"Michael Merickel
This reverts commit 7410250313f893e5952bb2697324a4d4e3d47d22. This reverts commit cbec33b898efffbfa6acaf91cae45ec0daed4d7a. This reverts commit 345ca3052c395545b90fef9104a16eed5ab051a5, reversing changes made to 47162533af84bb8d26db6d1c9ba1e63d70e9070f.
2015-11-12update changelog with #2013Michael Merickel
2015-11-03Include CHANGES entry for converting time related parameters of ↵RamiC
AuthTktCookieHelper and CookieSession
2015-10-21update changelog to document preserving capitalization in pshellMichael Merickel
2015-10-21remove ipython and bpython from coreMichael Merickel
2015-10-14update changelog for #1929Michael Merickel
2015-10-14Merge pull request #1907 from mnaberez/circus-as-pserve-daemonize-replacementMichael Merickel
Mention Circus as a pserve --daemon replacement. Refs #1554, #1641
2015-10-11Merge pull request #1891 from sontek/use_entry_points_for_shellsMichael Merickel
Use entry points for pshell
2015-10-01Mention Circus as a pserve --daemon replacement. Refs #1554, #1641Mike Naberezny
2015-09-13deprecate pserve daemonizationMichael Merickel
2015-09-06Added an entry to changelogJohn Anderson
2015-08-31update changelogMichael Merickel
2015-06-11added appropriate contributors and changes entriesIgor Stroh
2015-04-17default response_callback and finished_callback to an empty deque instead of ↵Michael Merickel
None fixes #1600
2015-04-14move 1.5 stuff to HISTORY.txt and label 1.6 in changesChris McDonough
2015-04-13make it possible to run scaffold functests using toxChris McDonough
2015-04-12add change note related to #1529Chris McDonough
2015-03-15be more specific about the append_slash feature additionChris McDonough