]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/WEB-INF/web.xml
Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / web.xml
index d471bb7b8da293dd228449d7770f9c94733c0d49..0f912c06f82dc283337502ad141354ce92aadfac 100644 (file)
@@ -8,29 +8,29 @@
         <param-value>JJobs</param-value>
     </context-param>
     <context-param>
-        <description>Primefaces theme</description>
+        <description>PrimeFaces theme</description>
         <param-name>primefaces.THEME</param-name>
         <param-value>bootstrap</param-value>
     </context-param>
     <context-param>
-        <description>Refresh perioid of facelets.</description>
-        <param-name>javax.faces.FACELETS_REFRESH_PERIOD</param-name>
-        <param-value>-1</param-value>
+        <description>Whether PrimeFaces should collect all scripts and bundle it automatically.</description>
+        <param-name>primefaces.COLLECT_SCRIPTS</param-name>
+        <param-value>true</param-value>
     </context-param>
     <context-param>
-        <description>State saving method</description>
-        <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
-        <param-value>server</param-value>
+        <description>Refresh period of facelets.</description>
+        <param-name>javax.faces.FACELETS_REFRESH_PERIOD</param-name>
+        <param-value>-1</param-value>
     </context-param>
     <context-param>
         <description>Development mode for WELD, keep disabled unless really needed. Currently it messes up the website.</description>
         <param-name>org.jboss.weld.development</param-name>
-        <param-value>true</param-value>
+        <param-value>false</param-value>
     </context-param>
     <context-param>
         <description>Generic custom JSF tags library</description>
         <param-name>javax.faces.FACELETS_LIBRARIES</param-name>
-        <param-value>/WEB-INF/widgets.jsf.taglib.xml;/WEB-INF/links.jsf.taglib.xml;/WEB-INF/project-links.jsf.taglib.xml</param-value>
+        <param-value>/WEB-INF/widgets.jsf.taglib.xml;/WEB-INF/validators.jsf.taglib.xml;/WEB-INF/links.jsf.taglib.xml;/WEB-INF/project-links.jsf.taglib.xml</param-value>
     </context-param>
     <context-param>
         <description>Project stage</description>
         <param-name>is_feature_guest_menu_enabled</param-name>
         <param-value>true</param-value>
     </context-param>
+    <context-param>
+        <description>Whether the guest's index content is shown</description>
+        <param-name>is_feature_guest_index_content_enabled</param-name>
+        <param-value>true</param-value>
+    </context-param>
     <context-param>
         <description>Whether recovery of user passwords is enabled.</description>
         <param-name>is_feature_user_password_recovery_enabled</param-name>
     </context-param>
     <context-param>
         <description>Whether business contacts are used in this project.</description>
-        <param-name>is_feature_basic_company_data_enabled</param-name>
+        <param-name>is_feature_basic_data_enabled</param-name>
         <param-value>true</param-value>
     </context-param>
     <context-param>
         <param-name>is_feature_company_employee_enabled</param-name>
         <param-value>true</param-value>
     </context-param>
+    <context-param>
+        <description>Whether the public user profile is enabled. If this option is enabled, the setting "is_user_login_require_user_name" must also be enabled as it is mandadory.</description>
+        <param-name>is_feature_public_user_profile_enabled</param-name>
+        <param-value>true</param-value>
+    </context-param>
     <context-param>
         <description>Maximum passwords that must be different.</description>
         <param-name>max_user_password_history</param-name>
         <param-name>is_debug_register_enabled</param-name>
         <param-value>false</param-value>
     </context-param>
-    <context-param>
-        <description>Whether the public user profile is enabled. If this option is enabled, the setting "is_user_login_require_user_name" must also be enabled as it is mandadory.</description>
-        <param-name>is_public_profile_enabled</param-name>
-        <param-value>true</param-value>
-    </context-param>
     <context-param>
         <description>Whether user names are required for completing registration.</description>
         <param-name>is_user_login_require_user_name</param-name>