| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-12 | complete cache buster docs using manifest example | Michael Merickel | |
| 2015-10-21 | first cut at removing default cache busters | Michael Merickel | |
| 2015-02-17 | remove the token from the ICacheBuster api | Michael Merickel | |
| This exposes the QueryStringCacheBuster and PathSegmentCacheBuster public APIs alongside the md5-variants. These should be more cleanly subclassed by people wishing to extend their implementations. | |||
| 2014-07-28 | Mo' features, mo' problems. | Chris Rossi | |
| 2014-07-18 | Take mcdonc's advice. This should be easier for users to understand. | Chris Rossi | |
| 2014-07-17 | Write the documentation. | Chris Rossi | |
| 2011-07-14 | - New API class: ``pyramid.static.static_view``. This supersedes the | Chris McDonough | |
| deprecated ``pyramid.view.static`` class. ``pyramid.satic.static_view`` by default serves up documents as the result of the request's ``path_info``, attribute rather than it's ``subpath`` attribute (the inverse was true of ``pyramid.view.static``, and still is). ``pyramid.static.static_view`` exposes a ``use_subpath`` flag for use when you don't want the static view to behave like the older deprecated version. - The ``pyramid.view.static`` class has been deprecated in favor of the newer ``pyramid.static.static_view`` class. A deprecation warning is raised when it is used. You should replace it with a reference to ``pyramid.static.static_view`` with the ``use_subpath=True`` argument. | |||
