An error occurred fetching the project authors.
- 11 Jul, 2024 3 commits
-
-
Rafael Monnerat authored
We must ensure that some Web Section (under a website with must-revalidate caching policy) can have a session that isn't stored. Different from no-cache (that is similar to must-revalidate + max-age=0), no-store tells the client (and frontends) that it must not cache the content ever.
-
Rafael Monnerat authored
Since we issue an no-store and no 304s, the Last-Modified could confuse the frontend if If-Modified-Since header is present on the request. If-Modified-Since is sent, the ERP5 wont return with 304, so we don't expect that the frontend does it (but it does), so since we don't expect that user stores the last request it makes no sense to return with Last-Modified.
-
Jérome Perrin authored
Products.CMFCore.CachingPolicyManager.CPMCache became a new style class
-
- 17 Jul, 2019 1 commit
-
-
Romain Courteaud authored
Ensure that if the web site policy is just set to Must-Revalidate, all documents are updated. It forces HTTP Cache middleware to refresh their contents.
-
- 06 Jun, 2019 1 commit
-
-
Romain Courteaud authored
Allow the CDN to cache the content. Use stale_if_error to allow the CDN to return content if backend is down Unify Vary Header.
-
- 18 Sep, 2017 1 commit
-
-
Tristan Cavelier authored
This fixes an issue : When we work on two web apps in two different domains but using the same erp5 as storage backend, the allow origin response header was equal to one sole domain for the two web apps.
-
- 13 Apr, 2017 1 commit
-
-
Cédric Le Ninivin authored
-
- 07 Jan, 2016 1 commit
-
-
Romain Courteaud authored
Even in case of 401 HTTP code, IOS Safari caches query result, and so, prevent user to get result after being logged in. Force no-cache header if the Hateoas rendering script does not explicitely request cache configuration.
-
- 09 Oct, 2015 1 commit
-
-
Romain Courteaud authored
This caching policy should be the default for any offline webapp, to prevent any mistake done with the html5 cache manifest.
-
- 18 Sep, 2015 1 commit
-
-
Cédric Le Ninivin authored
-
- 10 Aug, 2015 1 commit
-
-
Xiaowu Zhang authored
-
- 08 Jul, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
also : * remove Accept-Encoding from Vary header, because Zope's response does not differ by Accept-Encoding request header. * use getModificationDate() for modification time if available.
-
- 23 Jun, 2015 1 commit
-
-
Cédric Le Ninivin authored
erp5_web: update caching policy behavior. Add possibility to select caching policy from WebSite and WebSection erp5_web: simple yet effective caching policy rules erp5_web: caching policy fix update names erp5_web: introduce caching policy category for Web Site and Web Section erp5_web: fix test related to caching policies erp5_web: Fix Base_getWebDocumentDrivenModificationDate for empty web sites. erp5_web: fix Base_getWebDocumentDrivenModificationDate erp5_web: optimize , fix caching policy erp5_web: update Base_getWebDocumentDrivenModificationDate portal type list
-
- 18 Mar, 2015 1 commit
-
-
Romain Courteaud authored
[erp5_web] Partial revert "Allow to configure ERP5 frontpage gadget, hateoas URL and application title." This reverts commit e4bfb062. Those files were commited by mistake.
-
- 11 Mar, 2015 1 commit
-
-
Romain Courteaud authored
The configuration is done on the Web Site level, to reduce the need to write custom JS code.
-
- 27 Jun, 2013 2 commits
-
-
Kazuhiko Shiozaki authored
so that pages rendered as authenticated will never be displayed after logout.
-
Kazuhiko Shiozaki authored
-
- 15 Dec, 2010 1 commit
-
-
Julien Muchembled authored
Excluded BT: - erp5_banking_* - erp5_egov* - erp5_registry_ohada* - erp5_mysql_ndb_catalog - erp5_bpm - erp5_full_text_sphinxse_catalog - erp5_project_mysql_innodb_catalog - erp5_content_translation - erp5_software_pdm - erp5_ldap_catalog - erp5_rss_reader - erp5_tiosafe_core git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Feb, 2010 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jan, 2010 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2010 1 commit
-
-
Nicolas Delaby authored
* Update configuration of Caching Policy Manager to fill Last-Modified Header with modification_date. * Web Site and Web Section are not using Caching Policy Manager * Use getPortalWebDocumentTypeLits instead of Hardcoded portal_type reviewed by romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Apr, 2009 1 commit
-
-
Mame Coumba Sall authored
*add CMF Caching Policy Manager for ERP5 Site git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-