summaryrefslogtreecommitdiff
path: root/CHANGES.txt
AgeCommit message (Collapse)Author
2016-12-19Correct change log entrySteve Piercy
2016-12-19first cut at whatsnew-1.8Michael Merickel
2016-12-15Add CHANGES for #2822Bert JW Regeer
2016-12-15changelog for #2864Michael Merickel
2016-12-14changelog for #2853Michael Merickel
2016-12-14Merge branch 'master' into pr/2853Michael Merickel
2016-12-12reference the correct PR for #2859Michael Merickel
2016-12-12Merge pull request #2859 from MatthewWilkes/i18n_plurals_in_default_domainMichael Merickel
Fix pluralization in default domain for non-germanic languages
2016-12-11Fix bug where plural rules would not be loaded for the default 'messages' ↵Matthew Wilkes
domain.
2016-12-10Merge branch 'master' into pserve-watch-filesMichael Merickel
2016-12-09add changelog for #2863Michael Merickel
2016-12-08Merge pull request #2838 from Pylons/style-guideSteve Piercy
Overhaul Style Guide
2016-12-07fixed 'list' to 'listen'Martin
2016-12-06Revert "Changed 'host' and 'port' configuration to a new 'listen' style that ↵Bert JW Regeer
…"
2016-12-06Added changes for #2656Martin
2016-11-26add 3.6 support to documentationSteve Piercy
- See #2835
2016-11-26add change noteSteve Piercy
2016-11-21add changelog for #2827Michael Merickel
2016-11-20add changes for #2805Michael Merickel
2016-11-19update changelog for #2823Michael Merickel
2016-11-16clarify the changes in #2810 as bw-incompatibleMichael Merickel
2016-11-15add changelog for #2681Michael Merickel
2016-11-10add link to PRDavid Glick
2016-11-09Avoid 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-17changelog for #2797Michael Merickel
2016-10-06Update changes with pyramid_nacl_sessionSteve Piercy
2016-10-03Update changes for #2782Steve Piercy
2016-10-02Add CHANGES.txt for #2783Bert JW Regeer
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.