[Erp5-report] r25574 - /erp5/trunk/bt5/erp5_web/PathTemplateItem/

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Feb 15 21:30:36 CET 2009


Author: jp
Date: Sun Feb 15 21:30:35 2009
New Revision: 25574

URL: http://svn.erp5.org?rev=25574&view=rev
Log:
user RAM cache must take into account the language.

Modified:
    erp5/trunk/bt5/erp5_web/PathTemplateItem/web_section_user_ram_cache.xml
    erp5/trunk/bt5/erp5_web/PathTemplateItem/web_site_user_ram_cache.xml

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=25574&r1=25573&r2=25574&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] Sun Feb 15 21:30:35 2009
@@ -30,6 +30,7 @@
                     <value>
                       <tuple>
                         <string>AUTHENTICATED_USER</string>
+                        <string>LOCALIZER_LANGUAGE</string>
                         <string>current_web_section_url</string>
                       </tuple>
                     </value>

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=25574&r1=25573&r2=25574&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] Sun Feb 15 21:30:35 2009
@@ -30,6 +30,7 @@
                     <value>
                       <tuple>
                         <string>AUTHENTICATED_USER</string>
+                        <string>LOCALIZER_LANGUAGE</string>
                         <string>current_web_site_url</string>
                       </tuple>
                     </value>




More information about the Erp5-report mailing list