| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-02 | Adding daemon support remove to CHANGES.txt | zrayn | |
| 2016-04-17 | flip master to 1.8 | Michael Merickel | |
| 2016-04-16 | add docs and backward incompatibility notices for #2501 | Michael Merickel | |
| 2016-04-16 | In addition to CSRF token, verify the origin too | Donald 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-15 | Update CHANGES/whatsnew-1.7 for updated require_csrf | Bert JW Regeer | |
| 2016-04-15 | curate the changelog | Michael Merickel | |
| 2016-04-14 | Add CHANGES.txt entry, and re-organise | Bert JW Regeer | |
| 2016-04-14 | Merge branch 'master' into feature/json_exceptions | Bert JW Regeer | |
| 2016-04-14 | Update CHANGES | Bert JW Regeer | |
| 2016-04-13 | update deprecation log entry | Steve Piercy | |
| 2016-04-13 | - Deprecated support for Python 3.3. See #2477 | Steve Piercy | |
| 2016-04-12 | Add CHANGES for BeforeTraversal | Bert JW Regeer | |
| 2016-04-12 | Update CHANGES.txt | Bert JW Regeer | |
| 2016-04-12 | - add changelog entry to CHANGES.txt | Steve Piercy | |
| 2016-04-10 | add changelog for #2021 | Michael Merickel | |
| 2016-04-06 | Pass vars to logging.config.fileConfig | Marc 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-14 | add changelog for #2393 | Michael Merickel | |
| 2016-02-29 | update changelog for #2024 | Michael Merickel | |
| 2016-02-28 | add changelog for #1370 | Michael Merickel | |
| 2016-01-26 | update changelog for #2292 | Michael Merickel | |
| 2016-01-22 | add changelog for #2256 | Michael Merickel | |
| 2015-12-23 | Add documentation of command line programs/p* scripts | Steve Piercy | |
| 2015-12-19 | update changelog for #2189 | Michael Merickel | |
| 2015-12-17 | add changelog for #2187 | Michael Merickel | |
| 2015-12-17 | update changelog for #2171 | Michael Merickel | |
| 2015-11-15 | update changelog | Michael Merickel | |
| 2015-11-13 | add changelog for #2044 | Michael Merickel | |
| 2015-11-12 | Merge branch 'master' into feature/int_conversion_check | Bert JW Regeer | |
| 2015-11-12 | Merge pull request #2120 from mmerickel/fix/pserve-deprecation-messages | Bert JW Regeer | |
| improve pserve deprecation messages | |||
| 2015-11-12 | update changelog for #2120 | Michael Merickel | |
| 2015-11-12 | add changelog for #2119 | Michael Merickel | |
| 2015-11-12 | add changelog entry for #2118 | Michael Merickel | |
| 2015-11-12 | Revert "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-12 | update changelog with #2013 | Michael Merickel | |
| 2015-11-03 | Include CHANGES entry for converting time related parameters of ↵ | RamiC | |
| AuthTktCookieHelper and CookieSession | |||
| 2015-10-21 | update changelog to document preserving capitalization in pshell | Michael Merickel | |
| 2015-10-21 | remove ipython and bpython from core | Michael Merickel | |
| 2015-10-14 | update changelog for #1929 | Michael Merickel | |
| 2015-10-14 | Merge pull request #1907 from mnaberez/circus-as-pserve-daemonize-replacement | Michael Merickel | |
| Mention Circus as a pserve --daemon replacement. Refs #1554, #1641 | |||
| 2015-10-11 | Merge pull request #1891 from sontek/use_entry_points_for_shells | Michael Merickel | |
| Use entry points for pshell | |||
| 2015-10-01 | Mention Circus as a pserve --daemon replacement. Refs #1554, #1641 | Mike Naberezny | |
| 2015-09-13 | deprecate pserve daemonization | Michael Merickel | |
| 2015-09-06 | Added an entry to changelog | John Anderson | |
| 2015-08-31 | update changelog | Michael Merickel | |
| 2015-06-11 | added appropriate contributors and changes entries | Igor Stroh | |
| 2015-04-17 | default response_callback and finished_callback to an empty deque instead of ↵ | Michael Merickel | |
| None fixes #1600 | |||
| 2015-04-14 | move 1.5 stuff to HISTORY.txt and label 1.6 in changes | Chris McDonough | |
| 2015-04-13 | make it possible to run scaffold functests using tox | Chris McDonough | |
| 2015-04-12 | add change note related to #1529 | Chris McDonough | |
| 2015-03-15 | be more specific about the append_slash feature addition | Chris McDonough | |
