summaryrefslogtreecommitdiff
path: root/pyramid
AgeCommit message (Expand)Author
2016-03-09add options support to view deriversMichael Merickel
2016-03-09expect deriversMichael Merickel
2016-03-09pass the predicate options to the deriversMichael Merickel
2016-03-09rename view derivations to view deriversMichael Merickel
2016-03-08rename info.orig_view to info.original_viewMichael Merickel
2016-03-08add new deriver option ``context``Michael Merickel
2016-03-08remove order and phash from deriver optionsMichael Merickel
2016-03-08rename wrapper_viewname and viewname to wrapper and name in deriver optionsMichael Merickel
2016-03-04define deriver api as (view, info) using IViewDeriverInfoMichael Merickel
2016-02-21Merge branch 'master' into feature/configurable-view-deriverBert JW Regeer
2016-02-02Deprecate --log-fileBert JW Regeer
2016-01-27Merge pull request #2293 from hyperknot/patch-1Steve Piercy
2016-01-27convert csrf tokens to bytes prior to string compareMichael Merickel
2016-01-27set DummySession to use unicode csrf token by default like SignedCookieSessio...Michael Merickel
2016-01-27add test to reproduce #2294Michael Merickel
2016-01-27check_csrf vs. csrf_token in view_config docsZsolt Ero
2016-01-26TypoMarcin Raczyński
2016-01-26Fixed --browser behaviour when --server-name providedMarcin Raczyński
2016-01-14add comment about PY2 vs PY3Michael Merickel
2016-01-12expect py3 and special-case py2 behaviorMichael Merickel
2016-01-03Merge branch 'master' into feature/configurable-view-deriverBert JW Regeer
2015-12-23Merge branch 'master' of https://github.com/Pylons/pyramidSteve Piercy
2015-12-22Update prequest.pykpinc
2015-12-18deprecate pserve --user and --group optionsMichael Merickel
2015-12-17ensure IAssetDescriptor.abspath always returns an abspathMichael Merickel
2015-12-17Merge pull request #2171 from mmerickel/feature/add-cache-busterMichael Merickel
2015-12-16defer prevent check until registerMichael Merickel
2015-12-14new default behavior matches virtual specs, old behavior hidden behind explic...Michael Merickel
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-12Update url.pySri Sanketh Uppalapati
2015-12-09remove unused importMichael Merickel
2015-12-09fix broken testsMichael Merickel
2015-12-08support cache busting only full foldersMichael Merickel
2015-12-08update docs on pathspec arg to ICacheBusterMichael Merickel
2015-12-08tweak ManifestCacheBuster to allow overriding parse_manifest without touching...Michael Merickel
2015-12-08pass the raw asset spec into the cache busterMichael Merickel
2015-12-08allow disabling the cache busterMichael Merickel
2015-12-07support os.sep on windowsMichael Merickel
2015-12-07sort by length such that longer paths are tested firstMichael Merickel
2015-12-07add a first cut at an add_cache_buster apiMichael Merickel
2015-12-07support getting the file path from a FSAssetSource even if it doesn't existMichael Merickel
2015-12-07Fix minor typoIsmail
2015-12-01initial work on config.add_cache_busterMichael Merickel
2015-11-23expose the PickleSerializerMichael Merickel
2015-11-20spell out "specification" so that sphinx will not emit a warning for not bein...Steve Piercy
2015-11-15support asset specs in ManifestCacheBusterMichael Merickel
2015-11-15add .exe to the script being invoked if missing on windowsMichael Merickel
2015-11-13daemon option may not be set on windowsMichael Merickel