Bert JW Regeer
2016-04-13 d26e3af4b220d3794c8e40103eb8bd86fd68372d
2016-04-11 Michael Merickel
deprecate the check_csrf predicate
blob@ 15b97d commitdiff | diff to current
2016-04-11 Michael Merickel
rewrite csrf checks to support a global setting to turn it on
blob@ 6b35eb commitdiff | diff to current
2016-03-22 Michael Merickel
add a csrf_view to the view pipeline supporting a require_csrf option
blob@ 9e9fa9 commitdiff | diff to current
2016-04-08 Michael Merickel
update constraints for derivers as well as docs
blob@ c231d8 commitdiff | diff to current
2016-04-07 Michael Merickel
separate the viewderiver module and allow overriding the mapper
blob@ a3db3c commitdiff | diff to current
2016-04-07 Michael Merickel
rename pyramid.config.derivations to pyramid.viewderivers
blob@ ecc9d8 commitdiff | diff to current
2016-03-17 Michael Merickel
remove unused import
blob@ 8ff071 commitdiff | diff to current
2016-03-17 Michael Merickel
"over" is closer to ingress and "under" is closer to mapped_view
blob@ cf9dcb commitdiff | diff to current
2016-03-15 Michael Merickel
add a docstring for add_view_deriver and expose the method to the api docs
blob@ 35e632 commitdiff | diff to current
2016-03-15 Michael Merickel
do not guess at the name of the view deriver without further discussion
blob@ a09453 commitdiff | diff to current
2016-03-15 Michael Merickel
swap the order of view deriver arguments so that the name is implicit
blob@ cbf686 commitdiff | diff to current
2016-03-15 Michael Merickel
first cut at documenting view derivers
blob@ fdd1f8 commitdiff | diff to current
2016-03-09 Michael Merickel
add options support to view derivers
blob@ e4b931 commitdiff | diff to current
2016-03-09 Michael Merickel
expect derivers
blob@ 46fd86 commitdiff | diff to current
2016-03-09 Michael Merickel
pass the predicate options to the derivers
blob@ ff8c19 commitdiff | diff to current
2016-03-09 Michael Merickel
rename view derivations to view derivers
blob@ ceb1f2 commitdiff | diff to current
2016-03-09 Michael Merickel
rename info.orig_view to info.original_view
blob@ a610d0 commitdiff | diff to current
2016-03-09 Michael Merickel
add new deriver option ``context``
blob@ a59312 commitdiff | diff to current
2016-03-09 Michael Merickel
remove order and phash from deriver options
blob@ dad950 commitdiff | diff to current
2016-03-09 Michael Merickel
rename wrapper_viewname and viewname to wrapper and name in deriver options
blob@ e292cc commitdiff | diff to current
2016-03-04 Michael Merickel
define deriver api as (view, info) using IViewDeriverInfo
blob@ 007600 commitdiff | diff to current
2016-01-03 Bert JW Regeer
Merge branch 'master' into feature/configurable-view-deriver
blob@ 30ae71 commitdiff | diff to current
2015-12-18 Michael Merickel
Merge pull request #2171 from mmerickel/feature/add-cache-buster
blob@ b791e9 commitdiff | diff to current
2015-12-17 Michael Merickel
defer prevent check until register
blob@ ca573e commitdiff | diff to current
2015-12-14 Michael Merickel
new default behavior matches virtual specs, old behavior hidden behind expl...
blob@ 4d19b8 commitdiff | diff to current
2015-12-10 Michael Merickel
remove unused import
blob@ 435069 commitdiff | diff to current
2015-12-10 Michael Merickel
fix broken tests
blob@ 5e3439 commitdiff | diff to current
2015-12-08 Michael Merickel
support cache busting only full folders
blob@ 6923ca commitdiff | diff to current
2015-12-08 Michael Merickel
pass the raw asset spec into the cache buster
blob@ ffad12 commitdiff | diff to current
2015-12-08 Michael Merickel
allow disabling the cache buster
blob@ aecb47 commitdiff | diff to current
2015-12-08 Michael Merickel
support os.sep on windows
blob@ 54d00f commitdiff | diff to current
2015-12-08 Michael Merickel
sort by length such that longer paths are tested first
blob@ 73630e commitdiff | diff to current
2015-12-08 Michael Merickel
add a first cut at an add_cache_buster api
blob@ d0bd5f commitdiff | diff to current
2015-12-07 Ismail
Fix minor typo
blob@ 1fefda commitdiff | diff to current
2015-12-01 Michael Merickel
initial work on config.add_cache_buster
blob@ 6e29b4 commitdiff | diff to current
2015-10-20 Michael Merickel
update cache buster prose and add ManifestCacheBuster
blob@ 3a4119 commitdiff | diff to current
2015-11-13 Michael Merickel
Revert "fix/remove-default-cachebusters"
blob@ 6f4e97 commitdiff | diff to current
2015-10-20 Michael Merickel
first cut at removing default cache busters
blob@ 02011f commitdiff | diff to current
2015-10-21 Bert JW Regeer
rendered_view is now part of the pipeline
blob@ a3794d commitdiff | diff to current
2015-10-21 Bert JW Regeer
Weighs more than, or less than, is really confusing...
blob@ c15fe7 commitdiff | diff to current
2015-10-16 Bert JW Regeer
View derivations get their name as a kwarg as a value
blob@ e31224 commitdiff | diff to current
2015-10-16 Bert JW Regeer
options has to be a dictionary
blob@ 628c74 commitdiff | diff to current
2015-10-16 Bert JW Regeer
There are two view derivations we can't do without
blob@ 3a20b7 commitdiff | diff to current
2015-10-16 Bert JW Regeer
Autowrap all derivations
blob@ bd6798 commitdiff | diff to current
2015-10-16 Bert JW Regeer
PEP 8
blob@ 6de990 commitdiff | diff to current
2015-10-16 Bert JW Regeer
Rename the rest of the **predicates to **view_options
blob@ 2efc82 commitdiff | diff to current
2015-10-16 Bert JW Regeer
Add options to the internal _derive_view
blob@ c6dffc commitdiff | diff to current
2015-10-16 Bert JW Regeer
Rename predicates to view_options
blob@ 7fb6f9 commitdiff | diff to current
2015-10-21 Bert JW Regeer
Merge branch 'master' of github.com:Pylons/pyramid into feature/configurabl...
blob@ 18e54f commitdiff | diff to current
2015-05-27 Michael Merickel
add an example decorator showing a response being used unconditionally
blob@ 6e0f02 commitdiff | diff to current
first | « prev | next »