[Erp5-report] r28316 - in /erp5/trunk/bt5/erp5_web: PathTemplateItem/ bt/
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Aug 10 10:28:29 CEST 2009
Author: kazuhiko
Date: Mon Aug 10 10:28:29 2009
New Revision: 28316
URL: http://svn.erp5.org?rev=28316&view=rev
Log:
use web_site_language instead of LOCALIZER_LANGUAGE in RAM Cache keys for web sites and web sections.
Modified:
erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml
erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml
erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_ram_cache.xml
erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml
erp5/trunk/bt5/erp5_web/bt/revision
Modified: erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml?rev=28316&r1=28315&r2=28316&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_ram_cache.xml [utf8] Mon Aug 10 10:28:29 2009
@@ -29,8 +29,8 @@
<key> <string>request_vars</string> </key>
<value>
<tuple>
- <string>LOCALIZER_LANGUAGE</string>
<string>current_web_section_url</string>
+ <string>web_site_language</string>
</tuple>
</value>
</item>
Modified: erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml?rev=28316&r1=28315&r2=28316&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml [utf8] Mon Aug 10 10:28:29 2009
@@ -30,8 +30,8 @@
<value>
<tuple>
<string>AUTHENTICATED_USER</string>
- <string>LOCALIZER_LANGUAGE</string>
<string>current_web_section_url</string>
+ <string>web_site_language</string>
</tuple>
</value>
</item>
Modified: erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_ram_cache.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_ram_cache.xml?rev=28316&r1=28315&r2=28316&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_ram_cache.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_ram_cache.xml [utf8] Mon Aug 10 10:28:29 2009
@@ -29,8 +29,8 @@
<key> <string>request_vars</string> </key>
<value>
<tuple>
- <string>LOCALIZER_LANGUAGE</string>
<string>current_web_site_url</string>
+ <string>web_site_language</string>
</tuple>
</value>
</item>
Modified: erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml?rev=28316&r1=28315&r2=28316&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml [utf8] Mon Aug 10 10:28:29 2009
@@ -30,8 +30,8 @@
<value>
<tuple>
<string>AUTHENTICATED_USER</string>
- <string>LOCALIZER_LANGUAGE</string>
<string>current_web_site_url</string>
+ <string>web_site_language</string>
</tuple>
</value>
</item>
Modified: erp5/trunk/bt5/erp5_web/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_web/bt/revision?rev=28316&r1=28315&r2=28316&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_web/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_web/bt/revision [utf8] Mon Aug 10 10:28:29 2009
@@ -1,1 +1,1 @@
-832
+833
More information about the Erp5-report
mailing list