| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-16 | clarify the changes in #2810 as bw-incompatible | Michael Merickel | |
| 2016-11-15 | add changelog for #2681 | Michael Merickel | |
| 2016-11-10 | add link to PR | David Glick | |
| 2016-11-09 | Avoid setting Content-Encoding header for static view responses. | David Glick | |
| This was causing clients to decode the content of gzipped files when downloading them. We discussed this on IRC and @mmerickel pointed out that it may be a goal in some cases to serve gzipped precompiled assets (i.e. CSS/Javascript) with this header. But that's a new feature that would require thought about how to specify which files to serve that way. And it can already be implemented for a project using a tween. This just aims to fix the existing use case of serving files for download. | |||
| 2016-10-17 | changelog for #2797 | Michael Merickel | |
| 2016-10-06 | Update changes with pyramid_nacl_session | Steve Piercy | |
| 2016-10-03 | Update changes for #2782 | Steve Piercy | |
| 2016-10-02 | Add CHANGES.txt for #2783 | Bert JW Regeer | |
| 2016-09-28 | add changelog for #2775 | Michael Merickel | |
| 2016-09-28 | add changelog for #2660 | Michael Merickel | |
| 2016-09-19 | changelog for #2750 | Michael Merickel | |
| 2016-09-12 | changelog for #2764 | Michael Merickel | |
| 2016-09-03 | changelog for #2760 | Michael Merickel | |
| 2016-09-03 | changelog for #2757 | Michael Merickel | |
| 2016-08-31 | reference pull request for #2662 | Michael Merickel | |
| 2016-08-31 | rename the credentials class | Michael Merickel | |
| 2016-08-31 | Merge branch 'extract_http_basic' of canni/pyramid into canni-extract_http_basic | Michael Merickel | |
| 2016-08-31 | ref the pull request for #2615 in the changelog | Michael Merickel | |
| 2016-08-31 | add changelog for #2715 | Michael Merickel | |
| 2016-08-31 | add changelog for #2714 | Michael Merickel | |
| 2016-08-16 | Fix #2744 by reverting #2706 | Michael Merickel | |
| This reverts commit c7d8f6515d4b154c4a4cf2cbaac9789fbcd19282. This reverts commit 0dcd259c0263c14e8c51d9e204c1419daffbd2ce. This reverts commit 412ed2e1988e2fd70d02e4176c9c9c7855b0093c. | |||
| 2016-08-11 | Add this feature to chenges & small improvement | Dariusz Górecki | |
| 2016-07-16 | Update CHANGES.txt for #2706 | Bert JW Regeer | |
| 2016-07-12 | Correct change note | Steve Piercy | |
| 2016-07-08 | Add change note for #2687 | Steve Piercy | |
| 2016-07-02 | Update Windows installation instructions and related bits. | Steve Piercy | |
| - Use proper Windows commands and paths - Use doscon for Windows console lexer | |||
| 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 | |
