svn commit: r1452386 - in /syncope/trunk: ./ src/site/xdoc/release-process.xml

2013-03-04 Thread ilgrosso
Author: ilgrosso
Date: Mon Mar  4 16:45:55 2013
New Revision: 1452386

URL: http://svn.apache.org/r1452386
Log:
Merge from 1_0_X

Modified:
syncope/trunk/   (props changed)
syncope/trunk/src/site/xdoc/release-process.xml

Propchange: syncope/trunk/
--
  Merged /syncope/branches/1_0_X:r1452349-1452385

Modified: syncope/trunk/src/site/xdoc/release-process.xml
URL: 
http://svn.apache.org/viewvc/syncope/trunk/src/site/xdoc/release-process.xml?rev=1452386&r1=1452385&r2=1452386&view=diff
==
--- syncope/trunk/src/site/xdoc/release-process.xml (original)
+++ syncope/trunk/src/site/xdoc/release-process.xml Mon Mar  4 16:45:55 2013
@@ -16,7 +16,6 @@ software distributed under the License i
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 -->
 http://maven.apache.org/XDOC/2.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
@@ -42,17 +41,22 @@ under the License.
 
 
 
+  
+Install Apache Subversion 1.7.0 or higher; 
+  http://subversion.apache.org/packages.html";>binary 
packages for various platforms are available.
+
+  
+  
   
-Install/Configure 
-GPG - The artifacts that are deployed to the ASF central 
repository need to
+Install/Configure GPG - The artifacts that are deployed to the ASF 
central repository need to
 be signed. To do this you will need to have a public and private 
keypair. There is a very good
 http://www.sonatype.com/people/2010/01/how-to-generate-pgp-signatures-with-maven/";>guide
 that 
-will walk you though this.
+will walk you though this.
   
 
   
 Install Apache Maven 3.0.3 or higher; we strongly encourage our 
committers to install 
-  http://maven.apache.org/download.html";>Apache Maven 
3.0.4.
+  http://maven.apache.org/download.html";>Apache Maven 
3.0.5.
 
   
 Maven allows you to encrypt your servers' passwords. We highly 
recommend that you follow this




svn commit: r1452385 - /syncope/branches/1_0_X/parent/src/site/xdoc/release-process.xml

2013-03-04 Thread ilgrosso
Author: ilgrosso
Date: Mon Mar  4 16:45:08 2013
New Revision: 1452385

URL: http://svn.apache.org/r1452385
Log:
Adding release process prerequisite: a recent Subversion installed

Modified:
syncope/branches/1_0_X/parent/src/site/xdoc/release-process.xml

Modified: syncope/branches/1_0_X/parent/src/site/xdoc/release-process.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_0_X/parent/src/site/xdoc/release-process.xml?rev=1452385&r1=1452384&r2=1452385&view=diff
==
--- syncope/branches/1_0_X/parent/src/site/xdoc/release-process.xml (original)
+++ syncope/branches/1_0_X/parent/src/site/xdoc/release-process.xml Mon Mar  4 
16:45:08 2013
@@ -16,7 +16,6 @@ software distributed under the License i
 KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
-
 -->
 http://maven.apache.org/XDOC/2.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
@@ -42,17 +41,22 @@ under the License.
 
 
 
+  
+Install Apache Subversion 1.7.0 or higher; 
+  http://subversion.apache.org/packages.html";>binary 
packages for various platforms are available.
+
+  
+  
   
-Install/Configure 
-GPG - The artifacts that are deployed to the ASF central 
repository need to
+Install/Configure GPG - The artifacts that are deployed to the ASF 
central repository need to
 be signed. To do this you will need to have a public and private 
keypair. There is a very good
 http://www.sonatype.com/people/2010/01/how-to-generate-pgp-signatures-with-maven/";>guide
 that 
-will walk you though this.
+will walk you though this.
   
 
   
 Install Apache Maven 3.0.3 or higher; we strongly encourage our 
committers to install 
-  http://maven.apache.org/download.html";>Apache Maven 
3.0.4.
+  http://maven.apache.org/download.html";>Apache Maven 
3.0.5.
 
   
 Maven allows you to encrypt your servers' passwords. We highly 
recommend that you follow this




svn commit: r1452352 - in /syncope/trunk: ./ common/src/main/java/org/apache/syncope/common/types/ console/src/main/java/org/apache/syncope/console/commons/ console/src/main/java/org/apache/syncope/co

2013-03-04 Thread ilgrosso
Author: ilgrosso
Date: Mon Mar  4 15:52:51 2013
New Revision: 1452352

URL: http://svn.apache.org/r1452352
Log:
[SYNCOPE-332] Merge from 1_0_X

Modified:
syncope/trunk/   (props changed)

syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SchemaType.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/AttributableDataProvider.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SchemaModalPageFactory.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SortableAttributableProviderComparator.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SortableDataProviderComparator.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/DisplayAttributesModalPage.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/RoleModalPage.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/Schema.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/UserSearchResultPanel.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/wicket/extensions/markup/html/repeater/data/table/AttrColumn.java

Propchange: syncope/trunk/
--
  Merged /syncope/branches/1_0_X:r1451188-1452348

Modified: 
syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SchemaType.java
URL: 
http://svn.apache.org/viewvc/syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SchemaType.java?rev=1452352&r1=1452351&r2=1452352&view=diff
==
--- 
syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SchemaType.java
 (original)
+++ 
syncope/trunk/common/src/main/java/org/apache/syncope/common/types/SchemaType.java
 Mon Mar  4 15:52:51 2013
@@ -21,36 +21,29 @@ package org.apache.syncope.common.types;
 import javax.xml.bind.annotation.XmlEnum;
 
 @XmlEnum
-public
-enum SchemaType {
+public enum SchemaType {
 
 /**
  * Derived schema calculated based on other attributes.
  */
 DERIVED("derivedSchema"),
-
 /**
  * Standard schema for normal attributes to be stored within syncope.
  */
 NORMAL("schema"),
-
 /**
  * Virtual schema for attributes fetched from remote resources only.
  */
 VIRTUAL("virtualSchema");
 
-public static SchemaType fromString(String value) {
-return SchemaType.valueOf(value.toUpperCase());
-}
-
 // TODO remove name once CXF migration is complete
 private final String name;
 
-private SchemaType(String name) {
+private SchemaType(final String name) {
 this.name = name;
 }
 
 public String toSpringURL() {
 return name;
 }
-}
\ No newline at end of file
+}

Modified: 
syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/AttributableDataProvider.java
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/AttributableDataProvider.java?rev=1452352&r1=1452351&r2=1452352&view=diff
==
--- 
syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/AttributableDataProvider.java
 (original)
+++ 
syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/AttributableDataProvider.java
 Mon Mar  4 15:52:51 2013
@@ -56,10 +56,10 @@ public class AttributableDataProvider ex
 this.filtered = filtered;
 this.paginatorRows = paginatorRows;
 
-//Default sorting
+// default sorting
 setSort("id", SortOrder.ASCENDING);
 
-comparator = new SortableAttributableProviderComparator(this);
+this.comparator = new SortableAttributableProviderComparator(this);
 }
 
 public void setSearchCond(final NodeCond searchCond) {

Modified: 
syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SchemaModalPageFactory.java
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SchemaModalPageFactory.java?rev=1452352&r1=1452351&r2=1452352&view=diff
==
--- 
syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SchemaModalPageFactory.java
 (original)
+++ 
syncope/trunk/console/src/main/java/org/apache/syncope/console/commons/SchemaModalPageFactory.java
 Mon Mar  4 15:52:51 2013
@@ -19,6 +19,7 @@
 package org.apache.syncope.console.commons;
 
 import org.apache.syncope.common.types.AttributableType;
+import org.apache.syncope.common.types.SchemaType;
 import org.apache.syncope.console.pages.AbstractSchemaModalPage;
 import org.apache.syncope.console.pages.BaseModalPage;
 import org.apache.syncope.console.pages.DerivedSchemaModalPage;
@@ -37,14 +38,6 @@ abstrac

svn commit: r1452348 - in /syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console: commons/ pages/ wicket/extensions/markup/html/repeater/data/table/

2013-03-04 Thread ilgrosso
Author: ilgrosso
Date: Mon Mar  4 15:18:58 2013
New Revision: 1452348

URL: http://svn.apache.org/r1452348
Log:
[SYNCOPE-332] Using 'UserAttrColumn.SchemaType'#'schema name' as sortProperty

Modified:

syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableDataProviderComparator.java

syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableUserProviderComparator.java

syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/UserDataProvider.java

syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/pages/DisplayAttributesModalPage.java

syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/wicket/extensions/markup/html/repeater/data/table/UserAttrColumn.java

Modified: 
syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableDataProviderComparator.java
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableDataProviderComparator.java?rev=1452348&r1=1452347&r2=1452348&view=diff
==
--- 
syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableDataProviderComparator.java
 (original)
+++ 
syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableDataProviderComparator.java
 Mon Mar  4 15:18:58 2013
@@ -24,19 +24,18 @@ import org.apache.wicket.extensions.mark
 import org.apache.wicket.model.IModel;
 import org.apache.wicket.model.PropertyModel;
 
-public class SortableDataProviderComparator implements Comparator, 
Serializable {
+public class SortableDataProviderComparator implements 
Comparator, Serializable {
 
 private static final long serialVersionUID = -8897687699977460543L;
 
 protected final SortableDataProvider provider;
 
 public SortableDataProviderComparator(final SortableDataProvider 
provider) {
-
 this.provider = provider;
 }
 
+@SuppressWarnings("unchecked")
 protected int compare(final IModel model1, IModel 
model2) {
-
 int result;
 
 if (model1.getObject() == null && model2.getObject() == null) {
@@ -56,10 +55,11 @@ public class SortableDataProviderCompara
 return result;
 }
 
+@SuppressWarnings("rawtypes")
 @Override
-public int compare(final T o1, final T o2) {
-IModel model1 = new PropertyModel(o1, 
provider.getSort().getProperty());
-IModel model2 = new PropertyModel(o2, 
provider.getSort().getProperty());
+public int compare(final T object1, final T object2) {
+IModel model1 = new PropertyModel(object1, 
provider.getSort().getProperty());
+IModel model2 = new PropertyModel(object2, 
provider.getSort().getProperty());
 
 return compare(model1, model2);
 }

Modified: 
syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableUserProviderComparator.java
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableUserProviderComparator.java?rev=1452348&r1=1452347&r2=1452348&view=diff
==
--- 
syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableUserProviderComparator.java
 (original)
+++ 
syncope/branches/1_0_X/console/src/main/java/org/apache/syncope/console/commons/SortableUserProviderComparator.java
 Mon Mar  4 15:18:58 2013
@@ -18,56 +18,99 @@
  */
 package org.apache.syncope.console.commons;
 
+import java.util.Arrays;
 import java.util.HashSet;
 import java.util.List;
 import java.util.Map;
 import java.util.Set;
+import org.apache.syncope.client.to.AttributeTO;
 import 
org.apache.wicket.extensions.markup.html.repeater.util.SortableDataProvider;
 import org.apache.wicket.model.AbstractReadOnlyModel;
-import org.apache.syncope.client.to.AttributeTO;
 import org.apache.syncope.client.to.UserTO;
+import 
org.apache.syncope.console.wicket.extensions.markup.html.repeater.data.table.UserAttrColumn;
 
 public class SortableUserProviderComparator extends 
SortableDataProviderComparator {
 
-private static final Set inlineProps;
-
-static {
-inlineProps = new HashSet();
-inlineProps.add("id");
-inlineProps.add("status");
-inlineProps.add("token");
-inlineProps.add("username");
-}
+private static final Set INLINE_PROPS = new 
HashSet(Arrays.asList(
+new String[]{"id", "status", "token", "username"}));
 
 public SortableUserProviderComparator(final SortableDataProvider 
provider) {
-
 super(provider);
 }
 
 @Override
-public int compare(final UserTO o1, final UserTO o2) {
-if (inlineProps.contains(provider.getSort().getProperty())) {
-return super.compare(o1, o2);
+public int compare(final 

svn commit: r1452320 - /syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/RolePanel.java

2013-03-04 Thread coheigea
Author: coheigea
Date: Mon Mar  4 14:20:25 2013
New Revision: 1452320

URL: http://svn.apache.org/r1452320
Log:
Sort Entitlements in the Console when adding a new Role

Modified:

syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/RolePanel.java

Modified: 
syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/RolePanel.java
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/RolePanel.java?rev=1452320&r1=1452319&r2=1452320&view=diff
==
--- 
syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/RolePanel.java
 (original)
+++ 
syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/panels/RolePanel.java
 Mon Mar  4 14:20:25 2013
@@ -18,6 +18,9 @@
  */
 package org.apache.syncope.console.pages.panels;
 
+import java.util.Collections;
+import java.util.List;
+
 import org.apache.syncope.common.to.RoleTO;
 import org.apache.syncope.console.commons.SelectChoiceRenderer;
 import org.apache.syncope.console.pages.RoleModalPage;
@@ -94,7 +97,11 @@ public class RolePanel extends Panel {
 
 ListModel selectedEntitlements = new 
ListModel(roleTO.getEntitlements());
 
-ListModel availableEntitlements = new 
ListModel(entitlementRestClient.getAllEntitlements());
+List allEntitlements = 
entitlementRestClient.getAllEntitlements();
+if (allEntitlements != null && !allEntitlements.isEmpty()) {
+Collections.sort(allEntitlements);
+}
+ListModel availableEntitlements = new 
ListModel(allEntitlements);
 
 entitlementsPalette = new Palette("entitlementsPalette", 
selectedEntitlements, availableEntitlements,
 new SelectChoiceRenderer(), 20, false);




svn commit: r1452290 - in /syncope/trunk/console/src/main/java/org/apache/syncope/console/pages: EditUserModalPage.java UserModalPage.java

2013-03-04 Thread ilgrosso
Author: ilgrosso
Date: Mon Mar  4 13:16:19 2013
New Revision: 1452290

URL: http://svn.apache.org/r1452290
Log:
[SYNCOPE-334] Passing the right page reference

Modified:

syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/EditUserModalPage.java

syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/UserModalPage.java

Modified: 
syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/EditUserModalPage.java
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/EditUserModalPage.java?rev=1452290&r1=1452289&r2=1452290&view=diff
==
--- 
syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/EditUserModalPage.java
 (original)
+++ 
syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/EditUserModalPage.java
 Mon Mar  4 13:16:19 2013
@@ -71,7 +71,7 @@ public class EditUserModalPage extends U
 
 form.addOrReplace(new ResourcesPanel("resources", userTO, 
statusPanel));
 
-form.addOrReplace(new MembershipsPanel("memberships", userTO, 
false, statusPanel, pageRef));
+form.addOrReplace(new MembershipsPanel("memberships", userTO, 
false, statusPanel, getPageReference()));
 }
 }
 

Modified: 
syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/UserModalPage.java
URL: 
http://svn.apache.org/viewvc/syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/UserModalPage.java?rev=1452290&r1=1452289&r2=1452290&view=diff
==
--- 
syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/UserModalPage.java
 (original)
+++ 
syncope/trunk/console/src/main/java/org/apache/syncope/console/pages/UserModalPage.java
 Mon Mar  4 13:16:19 2013
@@ -140,7 +140,7 @@ public abstract class UserModalPage exte
 //
 // Roles panel
 //
-form.add(new MembershipsPanel("memberships", userTO, mode == 
Mode.TEMPLATE, null, pageRef));
+form.add(new MembershipsPanel("memberships", userTO, mode == 
Mode.TEMPLATE, null, getPageReference()));
 //
 
 final AjaxButton submit = getOnSubmit();




svn commit: r1452227 - in /syncope/site: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/syncope/ apidocs/org/apache/syncope/annotation/ apidocs/org/apache/syncope/annotation/class-use

2013-03-04 Thread ilgrosso
Author: ilgrosso
Date: Mon Mar  4 10:06:41 2013
New Revision: 1452227

URL: http://svn.apache.org/r1452227
Log:
Restoring website


[This commit notification would consist of 260 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


svn commit: r1452219 - in /syncope/site: ./ 1.0.6/ apidocs/ css/ images/ js/

2013-03-04 Thread massi
Author: massi
Date: Mon Mar  4 09:17:18 2013
New Revision: 1452219

URL: http://svn.apache.org/r1452219
Log:
Promoting the staging site

Removed:
syncope/site/1.0.6/
syncope/site/apidocs/
syncope/site/architecture.html
syncope/site/contributing.html
syncope/site/css/
syncope/site/downloads.html
syncope/site/features.html
syncope/site/images/
syncope/site/index.html
syncope/site/integration.html
syncope/site/issue-tracking.html
syncope/site/js/
syncope/site/license.html
syncope/site/mail-lists.html
syncope/site/professional-services.html
syncope/site/project-info.html
syncope/site/project-reports.html
syncope/site/release-process.html
syncope/site/source-repository.html
syncope/site/team-list.html



[CONF] Apache Syncope > Espressivo

2013-03-04 Thread confluence







Espressivo
Page edited by Massimiliano Perrone


 Changes (1)
 




{toc:style=decimal|maxLevel=1}  
h1. 1.0.6 (February 27th, 2013)  Release Notes - Syncope - Version 1.0.6  h2. {color:#292929}Bug{color}  * {color:#00}\[{color}[SYNCOPE-294|https://issues.apache.org/jira/browse/SYNCOPE-294']{color:#00}\] - User data not refreshed before edit{color} * {color:#00}\[{color}[SYNCOPE-301|https://issues.apache.org/jira/browse/SYNCOPE-301']{color:#00}\] - Status is not updated when synchronizing existing users{color} * {color:#00}\[{color}[SYNCOPE-307|https://issues.apache.org/jira/browse/SYNCOPE-307']{color:#00}\] - Virtual Attributes don't propagated in case of update during synchronization{color} * {color:#00}\[{color}[SYNCOPE-308|https://issues.apache.org/jira/browse/SYNCOPE-308']{color:#00}\] - When trying to update an user in status 'rejected', an error 500 is returned{color} * {color:#00}\[{color}[SYNCOPE-309|https://issues.apache.org/jira/browse/SYNCOPE-309']{color:#00}\] - Enter key not bound to user form submit{color} * {color:#00}\[{color}[SYNCOPE-310|https://issues.apache.org/jira/browse/SYNCOPE-310']{color:#00}\] - Palette elements get translated{color} * {color:#00}\[{color}[SYNCOPE-314|https://issues.apache.org/jira/browse/SYNCOPE-314']{color:#00}\] - User list sort based on username fails {color} * {color:#00}\[{color}[SYNCOPE-315|https://issues.apache.org/jira/browse/SYNCOPE-315']{color:#00}\] - "Persistent" feedback messages{color} * {color:#00}\[{color}[SYNCOPE-316|https://issues.apache.org/jira/browse/SYNCOPE-316']{color:#00}\] - Exception when creating connector instances with no bundles available{color} * {color:#00}\[{color}[SYNCOPE-325|https://issues.apache.org/jira/browse/SYNCOPE-325']{color:#00}\] - Stacktrace when accessing the Configuration page on JBoss{color}  h2. {color:#292929}Improvement{color} * {color:#00}\[{color}[SYNCOPE-154|https://issues.apache.org/jira/browse/SYNCOPE-154]{color:#00}\] - Virtual attribute cache{color} * {color:#00}\[{color}[SYNCOPE-299|https://issues.apache.org/jira/browse/SYNCOPE-299]{color:#00}\] - Add "row to display"; selector in resources{color} * {color:#00}\[{color}[SYNCOPE-311|https://issues.apache.org/jira/browse/SYNCOPE-311]{color:#00}\] - View user details during approval{color}  
h1. 1.0.5 (January 23rd, 2013)  
...


Full Content



1.0.6 (February 27th, 2013)
1.0.5 (January 23rd, 2013)
1.0.4 (December 10th, 2012)
1.0.3-incubating (October 30th, 2012)
1.0.2-incubating (October 2nd, 2012)
1.0.1-incubating (August 30th, 2012)
1.0.0-incubating (August 7th, 2012)
1.0.0-RC3-incubating (July 18th, 2012)
1.0.0-RC2-incubating (June 25th, 2012)
1.0.0-RC1-incubating (June 1st, 2012)


1.0.6 (February 27th, 2013)

Release Notes - Syncope - Version 1.0.6

Bug


	[SYNCOPE-294] - User data not refreshed before edit
	[SYNCOPE-301] - Status is not updated when synchronizing existing users
	[SYNCOPE-307] - Virtual Attributes don't propagated in case of update during synchronization
	[SYNCOPE-308] - When trying to update an user in status 'rejected', an error 500 is returned
	[SYNCOPE-309] - Enter key not bound to user form submit
	[SYNCOPE-310] - Palette elements get translated
	[SYNCOPE-314] - User list sort based on username fails 
	[SYNCOPE-315] - "Persistent" feedback messages
	[SYNCOPE-316] - Exception when creating connector instances with no bundles available
	[SYNCOPE-325] - Stacktrace when accessing the Configuration page on JBoss



Improvement

	[SYNCOPE-154] - Virtual attribute cache
	[SYNCOPE-299] - Add "row to display"; selector in resources
	[SYNCOPE-311] - View user details during approval



1.0.5 (January 23rd, 2013)

Welcome to the first release of 2013.

Bug


	[SYNCOPE-260] - Update propagation with null virtual attribute values
	[SYNCOPE-267] - Possible NullPointerException into SchemaMappingUtil.getAccountIdValue()
	[SYNCOPE-269] - AES encryption key defined in source code
	[SYNCOPE-272] - During sync null attributes from template are considered
	[SYNCOPE-273] - Role deletion inhibits notification update
	[SYNCOPE-274] - Sync: during update with user template existing memberships break update



Improvement


	[SYNCOPE-14] - Solve some warnings and verify if generated projects still work
	[SYNCOPE-67] - Display all Execute Tasks (Propagation, Notification and Scheduled) and related Execution history items sortered in descending order
	[SYNCOPE-201] - AbstractSchema enumerationValues and enumerationKeys too short
	[SYNCOPE-255] - Hide Global Password/Account/Sync policy in security resource selections
	[SYNCOPE-263] - Inject Recipient and Event variable in 

svn commit: r1506 - in /release/syncope: 1.0.5/ 1.0.6/

2013-03-04 Thread massi
Author: massi
Date: Mon Mar  4 08:44:06 2013
New Revision: 1506

Log:
Promoting the voted release artifacts and cleaning up older releases

Added:
release/syncope/1.0.6/
release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip   (with props)
release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.asc
release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.asc.asc
release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.md5
release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.sha1
Removed:
release/syncope/1.0.5/

Added: release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip
==
Binary file - no diff available.

Propchange: release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip
--
svn:mime-type = application/octet-stream

Added: release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.asc
==
--- release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.asc (added)
+++ release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.asc Mon Mar  4 
08:44:06 2013
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iQEcBAABAgAGBQJRLfpPAAoJENaQGeLEgeRcJTIIAI3KsGlD8G3HWnSaQmn+Yei3
+PXEbQWFzXZm3PalNEgOSQyISb6JFr/quZREXbsO4BnvpMIdja72gwtFSxj8DAFkd
+uAdri8VRzv87pFNq15INpjyeZmwdoKt7nlKvm/ACpxTdtMvPF16/PgasRRzUF8UB
+X2Ty58Hwj40Mf2GkAiklxYrbGSKXTqUwPtV3S5GuctwfUaoNmdwbX2oU6Aqo7/WA
+YosZaRjULCekspoVsN4F1/xCNWvbghqwsWI650LWfxz2/qtct6S1//gBmP26UiBa
+Yg7PxO39YVNlxQeNeLk8mo+m7u5tK3jSmeZWnEOil1gyn7n0619I+Hd+mMl6c2E=
+=117E
+-END PGP SIGNATURE-

Added: release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.asc.asc
==
--- release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.asc.asc (added)
+++ release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.asc.asc Mon Mar 
 4 08:44:06 2013
@@ -0,0 +1,11 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iQEcBAABAgAGBQJRLfpPAAoJENaQGeLEgeRcQMwH/0Hz5oi14NGLOG1d1E1q8eBQ
+MQfRRfTtmQsmHChidY9/Doga1L/xVd6a1Cx/b1JMzfEUKEwkOrrbvlnCdjBftvb1
+2NwFx7SRTOTIoiXPCSCEW28q/IkO+I90XNSielIo7Zj/nOrFZdzKjNXm7TuBmRfh
+TaaZNDLvzEhrIid0Bj/GHBTvPavP3fug+xS2N84bXpyTLFetGxcyFOjNRFRaen+k
+mp8K7gtDlZNVUbfkpoqcjY683K0suiSh2CNLBnBLYW06GjWGd4IxlwmHpUqiMpaL
+0yltrp1uO/9FVEZTe8Ua1pmKitE3Kf5XZsTELlCx5Kt4IFxA8whLwXzOl9e2Dc8=
+=SRuH
+-END PGP SIGNATURE-

Added: release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.md5
==
--- release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.md5 (added)
+++ release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.md5 Mon Mar  4 
08:44:06 2013
@@ -0,0 +1 @@
+4881be23dd6039428d9c0bb6f0fc5f33
\ No newline at end of file

Added: release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.sha1
==
--- release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.sha1 (added)
+++ release/syncope/1.0.6/syncope-root-1.0.6-source-release.zip.sha1 Mon Mar  4 
08:44:06 2013
@@ -0,0 +1 @@
+4824449dc6a182af0c0994a5a7db72c5a9394f67
\ No newline at end of file