gatein SVN: r9209 - in epp/docs: branches and 1 other directory.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-03-20 00:01:10 -0400 (Wed, 20 Mar 2013)
New Revision: 9209
Added:
epp/docs/JPP/trunk/6.0/
Removed:
epp/docs/branches/6.0/
Log:
Moving the main JPP 6.0 XML into its own trunk folder before we migrate the content to GIT
11 years, 9 months
gatein SVN: r9208 - epp/docs/branches/6.0/Installation_Guide.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-03-19 23:59:33 -0400 (Tue, 19 Mar 2013)
New Revision: 9208
Added:
epp/docs/branches/6.0/Installation_Guide/Revision_History.xml
Log:
Added Rev History static file for the CCMS generated book.
Added: epp/docs/branches/6.0/Installation_Guide/Revision_History.xml
===================================================================
(Binary files differ)
Property changes on: epp/docs/branches/6.0/Installation_Guide/Revision_History.xml
___________________________________________________________________
Added: svn:mime-type
+ application/xml
11 years, 9 months
gatein SVN: r9207 - epp/docs/JPP.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-03-19 23:56:41 -0400 (Tue, 19 Mar 2013)
New Revision: 9207
Added:
epp/docs/JPP/trunk/
Log:
Making a trunk directory for JPP 6.0 docs
11 years, 9 months
gatein SVN: r9206 - epp/docs/JPP.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-03-19 23:55:35 -0400 (Tue, 19 Mar 2013)
New Revision: 9206
Added:
epp/docs/JPP/tags/
Log:
Making a tags directory for JPP 6.0 docs
11 years, 9 months
gatein SVN: r9205 - epp/docs.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-03-19 23:51:54 -0400 (Tue, 19 Mar 2013)
New Revision: 9205
Added:
epp/docs/JPP/
Log:
adding a JPP directory for tags
11 years, 9 months
gatein SVN: r9204 - epp/portal/branches.
by do-not-reply@jboss.org
Author: mputz
Date: 2013-03-19 10:50:35 -0400 (Tue, 19 Mar 2013)
New Revision: 9204
Added:
epp/portal/branches/EPP_5_2_2_GA_BZ851392_BZ874821_BZ895343_BZ921181/
Log:
Create patch branch for CSRF issue
11 years, 9 months
gatein SVN: r9203 - epp/portal/branches.
by do-not-reply@jboss.org
Author: mputz
Date: 2013-03-19 09:45:19 -0400 (Tue, 19 Mar 2013)
New Revision: 9203
Removed:
epp/portal/branches/EPP_5_2_2_GA_BZ893565_921181_851392/
Log:
Delete patch branch as it misses the previously released security patch BZ 895343
11 years, 9 months
gatein SVN: r9202 - epp/portal/branches.
by do-not-reply@jboss.org
Author: mputz
Date: 2013-03-18 05:46:12 -0400 (Mon, 18 Mar 2013)
New Revision: 9202
Added:
epp/portal/branches/EPP_5_2_2_GA_BZ893565_921181_851392/
Log:
Create patch branch for CSRF issue
11 years, 9 months
gatein SVN: r9201 - epp/portal/branches/EPP_5_2_2_GA_BZ893565/portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component.
by do-not-reply@jboss.org
Author: mputz
Date: 2013-03-15 10:33:18 -0400 (Fri, 15 Mar 2013)
New Revision: 9201
Modified:
epp/portal/branches/EPP_5_2_2_GA_BZ893565/portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIGroupMembershipForm.java
Log:
Bug 921181: One off patch to fix issue in Group Management Portlet if custom username validation is used
Modified: epp/portal/branches/EPP_5_2_2_GA_BZ893565/portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIGroupMembershipForm.java
===================================================================
--- epp/portal/branches/EPP_5_2_2_GA_BZ893565/portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIGroupMembershipForm.java 2013-03-13 05:07:50 UTC (rev 9200)
+++ epp/portal/branches/EPP_5_2_2_GA_BZ893565/portlet/exoadmin/src/main/java/org/exoplatform/organization/webui/component/UIGroupMembershipForm.java 2013-03-15 14:33:18 UTC (rev 9201)
@@ -41,7 +41,7 @@
import org.exoplatform.webui.form.UIForm;
import org.exoplatform.webui.form.UIFormSelectBox;
import org.exoplatform.webui.form.UIFormStringInput;
-import org.exoplatform.webui.form.validator.UserConfigurableValidator;
+import org.exoplatform.webui.form.validator.MandatoryValidator;
import org.exoplatform.webui.organization.account.UIUserSelector;
import java.util.ArrayList;
@@ -75,7 +75,7 @@
public UIGroupMembershipForm() throws Exception
{
- addUIFormInput(new UIFormStringInput(USER_NAME, USER_NAME, null).addValidator(UserConfigurableValidator.class, UserConfigurableValidator.GROUPMEMBERSHIP, UserConfigurableValidator.GROUP_MEMBERSHIP_LOCALIZATION_KEY));
+ addUIFormInput(new UIFormStringInput(USER_NAME, USER_NAME, null).addValidator(MandatoryValidator.class));
addUIFormInput(new UIFormSelectBox("membership", "membership", listOption).setSize(1));
UIPopupWindow searchUserPopup = addChild(UIPopupWindow.class, "SearchUser", "SearchUser");
searchUserPopup.setWindowSize(640, 0);
11 years, 9 months
gatein SVN: r9200 - epp/docs/branches/6.0.
by do-not-reply@jboss.org
Author: jaredmorgs
Date: 2013-03-13 01:07:50 -0400 (Wed, 13 Mar 2013)
New Revision: 9200
Added:
epp/docs/branches/6.0/Migration_Guide/
Removed:
epp/docs/branches/6.0/Migration_Notes/
Log:
Renaming Migration Notes to Migration Guide to conform to new naming standard before GIT migration
11 years, 9 months