[xwiki-notifications] [Issue] Created: (XWIKI-1968) Auto-create the Advanced/Basic usertype property if it does not exist

2007-12-27 Thread Sergiu Dumitriu (JIRA)
Auto-create the Advanced/Basic usertype property if it does not exist
-

 Key: XWIKI-1968
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1968
 Project: XWiki Platform
  Issue Type: Task
  Components: Core
Affects Versions: 1.2 RC1
Reporter: Sergiu Dumitriu
Priority: Minor


Since introducing this feature in 1.0, it has proven quite useful, so it should 
be a standard feature of XWiki. Thus, it should be added in the list of default 
fields created at platform startup.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Closed: (XWIKI-1968) Auto-create the Advanced/Basic usertype property if it does not exist

2007-12-27 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu closed XWIKI-1968.
--

Fix Version/s: 1.3 M1
   Resolution: Fixed
 Assignee: Sergiu Dumitriu

Fixed in rev. 6467

 Auto-create the Advanced/Basic usertype property if it does not exist
 -

 Key: XWIKI-1968
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1968
 Project: XWiki Platform
  Issue Type: Task
  Components: Core
Affects Versions: 1.2 RC1
Reporter: Sergiu Dumitriu
 Assigned To: Sergiu Dumitriu
Priority: Minor
 Fix For: 1.3 M1


 Since introducing this feature in 1.0, it has proven quite useful, so it 
 should be a standard feature of XWiki. Thus, it should be added in the list 
 of default fields created at platform startup.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6468 - xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/meta

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 11:27:56 +0100 (Thu, 27 Dec 2007)
New Revision: 6468

Modified:
   
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/meta/StaticListMetaClass.java
Log:
[cleanup] Apply codestyle


Modified: 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/meta/StaticListMetaClass.java
===
--- 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/meta/StaticListMetaClass.java
  2007-12-27 10:20:51 UTC (rev 6467)
+++ 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/objects/meta/StaticListMetaClass.java
  2007-12-27 10:27:56 UTC (rev 6468)
@@ -23,17 +23,14 @@
 
 import com.xpn.xwiki.XWikiContext;
 import com.xpn.xwiki.objects.BaseCollection;
+import com.xpn.xwiki.objects.classes.BooleanClass;
 import com.xpn.xwiki.objects.classes.StaticListClass;
 import com.xpn.xwiki.objects.classes.StringClass;
 
-import com.xpn.xwiki.objects.classes.BooleanClass;
-import com.xpn.xwiki.objects.classes.ListClass;
-import com.xpn.xwiki.objects.classes.NumberClass;
-
-public class StaticListMetaClass extends ListMetaClass {
-
-
-public StaticListMetaClass() {
+public class StaticListMetaClass extends ListMetaClass
+{
+public StaticListMetaClass()
+{
 super();
 setPrettyName(Static List Class);
 setName(StaticListClass.class.getName());
@@ -43,7 +40,7 @@
 values_class.setPrettyName(Values);
 values_class.setSize(40);
 safeput(values, values_class);
-
+
 BooleanClass picker_class = new BooleanClass(this);
 picker_class.setName(picker);
 picker_class.setPrettyName(Use Suggest);
@@ -52,7 +49,8 @@
 safeput(picker, picker_class);
 }
 
-public BaseCollection newObject(XWikiContext context) {
+public BaseCollection newObject(XWikiContext context)
+{
 return new StaticListClass();
 }
 }

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Closed: (XE-170) Malformed HTML in CalendarData class

2007-12-27 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XE-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu closed XE-170.
--

Resolution: Fixed

Fixed in rev. 6465.
Patch applied without changes. Thanks.

 Malformed HTML in CalendarData class
 

 Key: XE-170
 URL: http://jira.xwiki.org/jira/browse/XE-170
 Project: XWiki Enterprise
  Issue Type: Bug
  Components: Calendar Application
Affects Versions: 1.2 RC1
Reporter: Jeremy Ehrhardt
 Assigned To: Sergiu Dumitriu
Priority: Trivial
 Fix For: 1.3 M1

 Attachments: calendardata.patch


 The com.xpn.xwiki.plugin.calendar.CalendarData class generates malformed HTML 
 by closing a tag that was not necessarily open.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6470 - in xwiki-platform/pom/tags: . xwiki-8

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 11:49:03 +0100 (Thu, 27 Dec 2007)
New Revision: 6470

Added:
   xwiki-platform/pom/tags/xwiki-8/
   xwiki-platform/pom/tags/xwiki-8/pom.xml
Removed:
   xwiki-platform/pom/tags/xwiki-8/pom.xml
Log:
[maven-release-plugin]  copy for tag xwiki-8

Copied: xwiki-platform/pom/tags/xwiki-8 (from rev 6468, 
xwiki-platform/pom/trunk)

Deleted: xwiki-platform/pom/tags/xwiki-8/pom.xml
===
--- xwiki-platform/pom/trunk/pom.xml2007-12-27 10:27:56 UTC (rev 6468)
+++ xwiki-platform/pom/tags/xwiki-8/pom.xml 2007-12-27 10:49:03 UTC (rev 
6470)
@@ -1,291 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-
-!--
- *
- * See the NOTICE file distributed with this work for additional
- * information regarding copyright ownership.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- *
---
-
-project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
-  modelVersion4.0.0/modelVersion
-  groupIdcom.xpn.xwiki.platform/groupId
-  artifactIdxwiki/artifactId
-  nameXWiki Platform - Root POM/name
-  packagingpom/packaging
-  version8-SNAPSHOT/version
-  urlhttp://xwiki.org/url
-  prerequisites
-!-- Require Maven 2.1 as there are issues with complex multi projects as 
ours in lower versions
- of Maven --
-maven2.1-SNAPSHOT/maven
-  /prerequisites
-  inceptionYear2004/inceptionYear
-  issueManagement
-systemjira/system
-urlhttp://jira.xwiki.org//url
-  /issueManagement
-  developers /
-  contributors /
-  organization
-nameXWiki/name
-urlhttp://xwiki.org//url
-  /organization
-  scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/trunk/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/trunk/developerConnection
-urlhttp://svn.xwiki.org/svnroot/xwiki/pom/trunk/url
-  /scm
-  build
-pluginManagement
-  plugins
-!-- Apply checkstyle rules and fail the build in case of errors. The 
checkstyle config
- files are taken from the build-tools JAR module.--
-plugin
-  groupIdorg.apache.maven.plugins/groupId
-  artifactIdmaven-checkstyle-plugin/artifactId
-  dependencies
-dependency
-  groupIdcom.xpn.xwiki.platform/groupId
-  artifactIdxwiki-build-verifications/artifactId
-/dependency
-  /dependencies
-  configuration
-consoleOutputtrue/consoleOutput
-configLocationcheckstyle.xml/configLocation
-headerLocationcheckstyle.license/headerLocation
-  /configuration
-  executions
-execution
-  goals
-goalcheck/goal
-  /goals
-/execution
-  /executions
-/plugin
-plugin
-  groupIdorg.apache.maven.plugins/groupId
-  artifactIdmaven-remote-resources-plugin/artifactId
-  configuration
-properties
-  !-- Default configuration data for hibernate.cfg.xml --
-  
xwikiDbConnectionUrl${xwiki.db.connection.url}/xwikiDbConnectionUrl
-  
xwikiDbConnectionUsername${xwiki.db.connection.username}/xwikiDbConnectionUsername
-  
xwikiDbConnectionPassword${xwiki.db.connection.password}/xwikiDbConnectionPassword
-  
xwikiDbConnectionDriverClass${xwiki.db.connection.driver_class}/xwikiDbConnectionDriverClass
-  xwikiDbDialect${xwiki.db.dialect}/xwikiDbDialect
-  xwikiDbHbmXwiki${xwiki.db.hbm.xwiki}/xwikiDbHbmXwiki
-  xwikiDbHbmFeeds${xwiki.db.hbm.feeds}/xwikiDbHbmFeeds
-  !-- Default configuration data for xwiki.cfg --
-  xwikiCfgPlugins\
-com.xpn.xwiki.monitor.api.MonitorPlugin,\
-com.xpn.xwiki.plugin.calendar.CalendarPlugin,\
-com.xpn.xwiki.plugin.feed.FeedPlugin,\
-com.xpn.xwiki.plugin.ldap.LDAPPlugin,\
-com.xpn.xwiki.plugin.google.GooglePlugin,\
-com.xpn.xwiki.plugin.flickr.FlickrPlugin,\
-   

[xwiki-notifications] r6471 - xwiki-platform/pom/trunk

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 11:49:09 +0100 (Thu, 27 Dec 2007)
New Revision: 6471

Modified:
   xwiki-platform/pom/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: xwiki-platform/pom/trunk/pom.xml
===
--- xwiki-platform/pom/trunk/pom.xml2007-12-27 10:49:03 UTC (rev 6470)
+++ xwiki-platform/pom/trunk/pom.xml2007-12-27 10:49:09 UTC (rev 6471)
@@ -28,7 +28,7 @@
   artifactIdxwiki/artifactId
   nameXWiki Platform - Root POM/name
   packagingpom/packaging
-  version8/version
+  version9-SNAPSHOT/version
   urlhttp://xwiki.org/url
   prerequisites
 !-- Require Maven 2.1 as there are issues with complex multi projects as 
ours in lower versions
@@ -47,9 +47,9 @@
 urlhttp://xwiki.org//url
   /organization
   scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/tags/xwiki-8/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/tags/xwiki-8/developerConnection
-urlhttp://svn.xwiki.org/svnroot/xwiki/pom/tags/xwiki-8/url
+
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/trunk/connection
+
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/trunk/developerConnection
+urlhttp://svn.xwiki.org/svnroot/xwiki/pom/trunk/url
   /scm
   build
 pluginManagement

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6475 - in xwiki-platform/xwiki-tools/trunk: . build-tools packager xwiki-configuration-resources xwiki-jetty-resources

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 11:57:08 +0100 (Thu, 27 Dec 2007)
New Revision: 6475

Modified:
   xwiki-platform/xwiki-tools/trunk/build-tools/pom.xml
   xwiki-platform/xwiki-tools/trunk/packager/pom.xml
   xwiki-platform/xwiki-tools/trunk/pom.xml
   xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml
   xwiki-platform/xwiki-tools/trunk/xwiki-jetty-resources/pom.xml
Log:
[release] Update dependencies to the latest development version.


Modified: xwiki-platform/xwiki-tools/trunk/build-tools/pom.xml
===
--- xwiki-platform/xwiki-tools/trunk/build-tools/pom.xml2007-12-27 
10:53:18 UTC (rev 6474)
+++ xwiki-platform/xwiki-tools/trunk/build-tools/pom.xml2007-12-27 
10:57:08 UTC (rev 6475)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-tools/artifactId
-version5/version
+version6-SNAPSHOT/version
   /parent
   artifactIdxwiki-build-tools/artifactId
   nameXWiki Platform - Tools - Build - Parent POM/name

Modified: xwiki-platform/xwiki-tools/trunk/packager/pom.xml
===
--- xwiki-platform/xwiki-tools/trunk/packager/pom.xml   2007-12-27 10:53:18 UTC 
(rev 6474)
+++ xwiki-platform/xwiki-tools/trunk/packager/pom.xml   2007-12-27 10:57:08 UTC 
(rev 6475)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-tools/artifactId
-version5/version
+version6-SNAPSHOT/version
   /parent
   artifactIdxwiki-packager/artifactId
   nameXWiki Platform - Tools - Packager/name

Modified: xwiki-platform/xwiki-tools/trunk/pom.xml
===
--- xwiki-platform/xwiki-tools/trunk/pom.xml2007-12-27 10:53:18 UTC (rev 
6474)
+++ xwiki-platform/xwiki-tools/trunk/pom.xml2007-12-27 10:57:08 UTC (rev 
6475)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki/artifactId
-version8-SNAPSHOT/version
+version9-SNAPSHOT/version
 relativePath../xwiki-platform-pom/relativePath
   /parent
   artifactIdxwiki-tools/artifactId

Modified: xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml
===
--- xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml  
2007-12-27 10:53:18 UTC (rev 6474)
+++ xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml  
2007-12-27 10:57:08 UTC (rev 6475)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-tools/artifactId
-version5/version
+version6-SNAPSHOT/version
   /parent
   artifactIdxwiki-configuration-resources/artifactId
   nameXWiki Platform - Tools - XWiki Configuration Resources/name

Modified: xwiki-platform/xwiki-tools/trunk/xwiki-jetty-resources/pom.xml
===
--- xwiki-platform/xwiki-tools/trunk/xwiki-jetty-resources/pom.xml  
2007-12-27 10:53:18 UTC (rev 6474)
+++ xwiki-platform/xwiki-tools/trunk/xwiki-jetty-resources/pom.xml  
2007-12-27 10:57:08 UTC (rev 6475)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-tools/artifactId
-version5/version
+version6-SNAPSHOT/version
   /parent
   artifactIdxwiki-jetty-resources/artifactId
   nameXWiki Platform - Tools - Jetty Configuration Resources/name

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6473 - in xwiki-platform/xwiki-tools/tags: . xwiki-configuration-resources-1.8

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 11:53:13 +0100 (Thu, 27 Dec 2007)
New Revision: 6473

Added:
   xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/
   xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/pom.xml
Removed:
   xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/pom.xml
Log:
[maven-release-plugin]  copy for tag xwiki-configuration-resources-1.8

Copied: xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8 (from 
rev 6468, xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources)

Deleted: 
xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/pom.xml
===
--- xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml  
2007-12-27 10:27:56 UTC (rev 6468)
+++ xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/pom.xml   
2007-12-27 10:53:13 UTC (rev 6473)
@@ -1,56 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-
-!--
- *
- * See the NOTICE file distributed with this work for additional
- * information regarding copyright ownership.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- *
---
-
-project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
-  modelVersion4.0.0/modelVersion
-  parent
-groupIdcom.xpn.xwiki.platform/groupId
-artifactIdxwiki-tools/artifactId
-version5/version
-  /parent
-  artifactIdxwiki-configuration-resources/artifactId
-  nameXWiki Platform - Tools - XWiki Configuration Resources/name
-  version1.8-SNAPSHOT/version
-  packagingjar/packaging
-  description
-Common XWiki resources for configuring XWiki. Contains config files like 
Hibernate
-configuration, XWiki cfg file, etc. This module is meant to be used with 
the
-Maven Remote Resources plugin in other build modules to inject a XWiki 
configuration.
-  /description
-  build
-plugins
- plugin
-   groupIdorg.apache.maven.plugins/groupId
-   artifactIdmaven-remote-resources-plugin/artifactId
-   executions
- execution
-   goals
- goalbundle/goal
-   /goals
- /execution
-   /executions
- /plugin
-/plugins
-  /build
-/project

Copied: 
xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/pom.xml (from 
rev 6472, 
xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml)
===
--- xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/pom.xml   
(rev 0)
+++ xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/pom.xml   
2007-12-27 10:53:13 UTC (rev 6473)
@@ -0,0 +1,62 @@
+?xml version=1.0 encoding=UTF-8?
+
+!--
+ *
+ * See the NOTICE file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ *
+--
+
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
+  modelVersion4.0.0/modelVersion
+  parent
+groupIdcom.xpn.xwiki.platform/groupId
+artifactIdxwiki-tools/artifactId
+version5/version
+  /parent
+  artifactIdxwiki-configuration-resources/artifactId
+  nameXWiki Platform - Tools - XWiki 

[xwiki-notifications] r6469 - xwiki-platform/pom/trunk

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 11:48:55 +0100 (Thu, 27 Dec 2007)
New Revision: 6469

Modified:
   xwiki-platform/pom/trunk/pom.xml
Log:
[maven-release-plugin] prepare release xwiki-8

Modified: xwiki-platform/pom/trunk/pom.xml
===
--- xwiki-platform/pom/trunk/pom.xml2007-12-27 10:27:56 UTC (rev 6468)
+++ xwiki-platform/pom/trunk/pom.xml2007-12-27 10:48:55 UTC (rev 6469)
@@ -28,7 +28,7 @@
   artifactIdxwiki/artifactId
   nameXWiki Platform - Root POM/name
   packagingpom/packaging
-  version8-SNAPSHOT/version
+  version8/version
   urlhttp://xwiki.org/url
   prerequisites
 !-- Require Maven 2.1 as there are issues with complex multi projects as 
ours in lower versions
@@ -47,9 +47,9 @@
 urlhttp://xwiki.org//url
   /organization
   scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/trunk/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/trunk/developerConnection
-urlhttp://svn.xwiki.org/svnroot/xwiki/pom/trunk/url
+
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/tags/xwiki-8/connection
+
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/tags/xwiki-8/developerConnection
+urlhttp://svn.xwiki.org/svnroot/xwiki/pom/tags/xwiki-8/url
   /scm
   build
 pluginManagement

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XE-170) Malformed HTML in CalendarData class

2007-12-27 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XE-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu updated XE-170:
---

  Summary: Malformed HTML in CalendarData class  (was: malformed HTML 
in CalendarData class)
Fix Version/s: 1.3 M1
 Assignee: Sergiu Dumitriu

 Malformed HTML in CalendarData class
 

 Key: XE-170
 URL: http://jira.xwiki.org/jira/browse/XE-170
 Project: XWiki Enterprise
  Issue Type: Bug
  Components: Calendar Application
Affects Versions: 1.2 RC1
Reporter: Jeremy Ehrhardt
 Assigned To: Sergiu Dumitriu
Priority: Trivial
 Fix For: 1.3 M1

 Attachments: calendardata.patch


 The com.xpn.xwiki.plugin.calendar.CalendarData class generates malformed HTML 
 by closing a tag that was not necessarily open.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6465 - xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/calendar

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 10:55:29 +0100 (Thu, 27 Dec 2007)
New Revision: 6465

Modified:
   
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/calendar/CalendarData.java
Log:
XE-170: Malformed HTML in CalendarData class
Fixed.
Patch submitted by Jeremy Ehrhardt, applied without changes.


Modified: 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/calendar/CalendarData.java
===
--- 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/calendar/CalendarData.java
  2007-12-26 23:35:22 UTC (rev 6464)
+++ 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/calendar/CalendarData.java
  2007-12-27 09:55:29 UTC (rev 6465)
@@ -271,7 +271,7 @@
 result.append(a href=\ + url + \);
 }
 result.append(title);
-if(title != null  !title.equals()) {
+if(url != null  !url.equals()) {
 result.append(/a);
 }
 result.append(/div);

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6479 - in xwiki-platform/core/branches/xwiki-core-1.2: . xwiki-action xwiki-component xwiki-containers xwiki-containers/xwiki-container-api xwiki-containers/xwiki-container-serv

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 12:04:04 +0100 (Thu, 27 Dec 2007)
New Revision: 6479

Modified:
   xwiki-platform/core/branches/xwiki-core-1.2/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-action/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-component/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/pom.xml
   
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-api/pom.xml
   
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-servlet/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-observation/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-plexus/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-url/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-velocity/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: xwiki-platform/core/branches/xwiki-core-1.2/pom.xml
===
--- xwiki-platform/core/branches/xwiki-core-1.2/pom.xml 2007-12-27 11:03:50 UTC 
(rev 6478)
+++ xwiki-platform/core/branches/xwiki-core-1.2/pom.xml 2007-12-27 11:04:04 UTC 
(rev 6479)
@@ -33,12 +33,12 @@
   artifactIdxwiki-core-parent/artifactId
   nameXWiki Platform - Core - Parent POM/name
   packagingpom/packaging
-  version1.2-rc-2/version
+  version1.2-SNAPSHOT/version
   descriptionXWiki Platform - Core - Parent POM/description
   scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/tags/xwiki-core-1.2-rc-2/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/tags/xwiki-core-1.2-rc-2/developerConnection
-
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/tags/xwiki-core-1.2-rc-2/url
+
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/branches/xwiki-core-1.2/connection
+
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/branches/xwiki-core-1.2/developerConnection
+
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/branches/xwiki-core-1.2/url
   /scm
   dependencies
 dependency

Modified: xwiki-platform/core/branches/xwiki-core-1.2/xwiki-action/pom.xml
===
--- xwiki-platform/core/branches/xwiki-core-1.2/xwiki-action/pom.xml
2007-12-27 11:03:50 UTC (rev 6478)
+++ xwiki-platform/core/branches/xwiki-core-1.2/xwiki-action/pom.xml
2007-12-27 11:04:04 UTC (rev 6479)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-core-parent/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   groupIdorg.xwiki.platform/groupId
   artifactIdxwiki-core-action/artifactId

Modified: xwiki-platform/core/branches/xwiki-core-1.2/xwiki-component/pom.xml
===
--- xwiki-platform/core/branches/xwiki-core-1.2/xwiki-component/pom.xml 
2007-12-27 11:03:50 UTC (rev 6478)
+++ xwiki-platform/core/branches/xwiki-core-1.2/xwiki-component/pom.xml 
2007-12-27 11:04:04 UTC (rev 6479)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-core-parent/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   groupIdorg.xwiki.platform/groupId
   artifactIdxwiki-core-component/artifactId

Modified: xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/pom.xml
===
--- xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/pom.xml
2007-12-27 11:03:50 UTC (rev 6478)
+++ xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/pom.xml
2007-12-27 11:04:04 UTC (rev 6479)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-core-parent/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   groupIdorg.xwiki.platform/groupId
   artifactIdxwiki-core-containers-parent/artifactId

Modified: 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-api/pom.xml
===
--- 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-api/pom.xml
2007-12-27 11:03:50 UTC (rev 6478)
+++ 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-api/pom.xml
2007-12-27 11:04:04 UTC (rev 6479)
@@ -27,7 +27,7 @@
   parent
 groupIdorg.xwiki.platform/groupId
 artifactIdxwiki-core-containers-parent/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   artifactIdxwiki-core-container-api/artifactId
   nameXWiki Platform - Core - Containers - API/name

Modified: 

[xwiki-notifications] r6474 - xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 11:53:18 +0100 (Thu, 27 Dec 2007)
New Revision: 6474

Modified:
   xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml
===
--- xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml  
2007-12-27 10:53:13 UTC (rev 6473)
+++ xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml  
2007-12-27 10:53:18 UTC (rev 6474)
@@ -31,7 +31,7 @@
   /parent
   artifactIdxwiki-configuration-resources/artifactId
   nameXWiki Platform - Tools - XWiki Configuration Resources/name
-  version1.8/version
+  version1.9-SNAPSHOT/version
   packagingjar/packaging
   description
 Common XWiki resources for configuring XWiki. Contains config files like 
Hibernate
@@ -53,10 +53,4 @@
  /plugin
 /plugins
   /build
-
-  scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/developerConnection
-
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/url
-  /scm
 /project

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6477 - in xwiki-platform/core/branches/xwiki-core-1.2: . xwiki-action xwiki-component xwiki-containers xwiki-containers/xwiki-container-api xwiki-containers/xwiki-container-serv

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 12:03:33 +0100 (Thu, 27 Dec 2007)
New Revision: 6477

Modified:
   xwiki-platform/core/branches/xwiki-core-1.2/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-action/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-component/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/pom.xml
   
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-api/pom.xml
   
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-servlet/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-observation/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-plexus/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-url/pom.xml
   xwiki-platform/core/branches/xwiki-core-1.2/xwiki-velocity/pom.xml
Log:
[maven-release-plugin] prepare release xwiki-core-1.2-rc-2

Modified: xwiki-platform/core/branches/xwiki-core-1.2/pom.xml
===
--- xwiki-platform/core/branches/xwiki-core-1.2/pom.xml 2007-12-27 11:01:01 UTC 
(rev 6476)
+++ xwiki-platform/core/branches/xwiki-core-1.2/pom.xml 2007-12-27 11:03:33 UTC 
(rev 6477)
@@ -33,12 +33,12 @@
   artifactIdxwiki-core-parent/artifactId
   nameXWiki Platform - Core - Parent POM/name
   packagingpom/packaging
-  version1.2-SNAPSHOT/version
+  version1.2-rc-2/version
   descriptionXWiki Platform - Core - Parent POM/description
   scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/branches/xwiki-core-1.2/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/branches/xwiki-core-1.2/developerConnection
-
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/branches/xwiki-core-1.2/url
+
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/tags/xwiki-core-1.2-rc-2/connection
+
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/tags/xwiki-core-1.2-rc-2/developerConnection
+
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/tags/xwiki-core-1.2-rc-2/url
   /scm
   dependencies
 dependency

Modified: xwiki-platform/core/branches/xwiki-core-1.2/xwiki-action/pom.xml
===
--- xwiki-platform/core/branches/xwiki-core-1.2/xwiki-action/pom.xml
2007-12-27 11:01:01 UTC (rev 6476)
+++ xwiki-platform/core/branches/xwiki-core-1.2/xwiki-action/pom.xml
2007-12-27 11:03:33 UTC (rev 6477)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-core-parent/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   groupIdorg.xwiki.platform/groupId
   artifactIdxwiki-core-action/artifactId

Modified: xwiki-platform/core/branches/xwiki-core-1.2/xwiki-component/pom.xml
===
--- xwiki-platform/core/branches/xwiki-core-1.2/xwiki-component/pom.xml 
2007-12-27 11:01:01 UTC (rev 6476)
+++ xwiki-platform/core/branches/xwiki-core-1.2/xwiki-component/pom.xml 
2007-12-27 11:03:33 UTC (rev 6477)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-core-parent/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   groupIdorg.xwiki.platform/groupId
   artifactIdxwiki-core-component/artifactId

Modified: xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/pom.xml
===
--- xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/pom.xml
2007-12-27 11:01:01 UTC (rev 6476)
+++ xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/pom.xml
2007-12-27 11:03:33 UTC (rev 6477)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-core-parent/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   groupIdorg.xwiki.platform/groupId
   artifactIdxwiki-core-containers-parent/artifactId

Modified: 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-api/pom.xml
===
--- 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-api/pom.xml
2007-12-27 11:01:01 UTC (rev 6476)
+++ 
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-containers/xwiki-container-api/pom.xml
2007-12-27 11:03:33 UTC (rev 6477)
@@ -27,7 +27,7 @@
   parent
 groupIdorg.xwiki.platform/groupId
 artifactIdxwiki-core-containers-parent/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   artifactIdxwiki-core-container-api/artifactId
   nameXWiki Platform - Core - Containers - API/name

Modified: 

[xwiki-notifications] r6476 - xwiki-platform/core/branches/xwiki-core-1.2

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 12:01:01 +0100 (Thu, 27 Dec 2007)
New Revision: 6476

Modified:
   xwiki-platform/core/branches/xwiki-core-1.2/pom.xml
Log:
[release] Prepare the 1.2RC2 release: updating the dependencies


Modified: xwiki-platform/core/branches/xwiki-core-1.2/pom.xml
===
--- xwiki-platform/core/branches/xwiki-core-1.2/pom.xml 2007-12-27 10:57:08 UTC 
(rev 6475)
+++ xwiki-platform/core/branches/xwiki-core-1.2/pom.xml 2007-12-27 11:01:01 UTC 
(rev 6476)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki/artifactId
-version8-SNAPSHOT/version
+version8/version
 relativePath../xwiki-platform-pom/relativePath
   /parent
   artifactIdxwiki-core-parent/artifactId

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6467 - xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 11:20:51 +0100 (Thu, 27 Dec 2007)
New Revision: 6467

Modified:
   xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/XWiki.java
Log:
XWIKI-1968: Auto-create the Advanced/Basic usertype property if it does not 
exist
Fixed.


Modified: 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/XWiki.java
===
--- xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/XWiki.java 
2007-12-27 10:15:21 UTC (rev 6466)
+++ xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/XWiki.java 
2007-12-27 10:20:51 UTC (rev 6467)
@@ -2326,6 +2326,7 @@
 bclass.addStaticListField(imtype, IM Type, 
---|AIM|Yahoo|Jabber|MSN|Skype|ICQ);
 needsUpdate |= bclass.addTextField(imaccount, imaccount, 30);
 needsUpdate |= bclass.addStaticListField(editor, Default Editor, 
---|Text|Wysiwyg);
+needsUpdate |= bclass.addStaticListField(usertype, User type, 
Basic|Advanced);
 
 // New fields for the XWiki 1.0 skin
 needsUpdate |= bclass.addTextField(skin, skin, 30);

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6472 - xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 11:53:06 +0100 (Thu, 27 Dec 2007)
New Revision: 6472

Modified:
   xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml
Log:
[maven-release-plugin] prepare release xwiki-configuration-resources-1.8

Modified: xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml
===
--- xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml  
2007-12-27 10:49:09 UTC (rev 6471)
+++ xwiki-platform/xwiki-tools/trunk/xwiki-configuration-resources/pom.xml  
2007-12-27 10:53:06 UTC (rev 6472)
@@ -31,7 +31,7 @@
   /parent
   artifactIdxwiki-configuration-resources/artifactId
   nameXWiki Platform - Tools - XWiki Configuration Resources/name
-  version1.8-SNAPSHOT/version
+  version1.8/version
   packagingjar/packaging
   description
 Common XWiki resources for configuring XWiki. Contains config files like 
Hibernate
@@ -53,4 +53,10 @@
  /plugin
 /plugins
   /build
+
+  scm
+
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/connection
+
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/developerConnection
+
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-tools/tags/xwiki-configuration-resources-1.8/url
+  /scm
 /project

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6480 - xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 13:53:43 +0100 (Thu, 27 Dec 2007)
New Revision: 6480

Modified:
   
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml
Log:
[release] Prepare the 1.2RC2 release: updating the dependencies


Modified: 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml
===
--- 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml 
2007-12-27 11:04:04 UTC (rev 6479)
+++ 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml 
2007-12-27 12:53:43 UTC (rev 6480)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform.applications/groupId
 artifactIdxwiki-applications/artifactId
-version9-SNAPSHOT/version
+version8/version
   /parent
   artifactIdxwiki-application-panels/artifactId
   nameXWiki Platform - Applications - Panels/name

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6481 - xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 13:54:29 +0100 (Thu, 27 Dec 2007)
New Revision: 6481

Modified:
   
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml
Log:
[maven-release-plugin] prepare release xwiki-application-panels-1.2-rc-2

Modified: 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml
===
--- 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml 
2007-12-27 12:53:43 UTC (rev 6480)
+++ 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml 
2007-12-27 12:54:29 UTC (rev 6481)
@@ -31,13 +31,13 @@
   /parent
   artifactIdxwiki-application-panels/artifactId
   nameXWiki Platform - Applications - Panels/name
-  version1.2-SNAPSHOT/version
+  version1.2-rc-2/version
   packagingxar/packaging
   descriptionPanels and Panel Wizard to easily create menus for 
XWiki/description
 
   scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/developerConnection
-
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/url
+
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/connection
+
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/developerConnection
+
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/url
   /scm
 /project

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6482 - in xwiki-platform/xwiki-applications/tags: . xwiki-application-panels-1.2-rc-2

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 13:54:37 +0100 (Thu, 27 Dec 2007)
New Revision: 6482

Added:
   xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/
   
xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/pom.xml
Removed:
   
xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/pom.xml
Log:
[maven-release-plugin]  copy for tag xwiki-application-panels-1.2-rc-2

Copied: 
xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2 (from 
rev 6468, 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2)

Deleted: 
xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/pom.xml
===
--- 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml 
2007-12-27 10:27:56 UTC (rev 6468)
+++ 
xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/pom.xml
2007-12-27 12:54:37 UTC (rev 6482)
@@ -1,43 +0,0 @@
-?xml version=1.0 encoding=UTF-8?
-
-!--
- *
- * See the NOTICE file distributed with this work for additional
- * information regarding copyright ownership.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- *
---
-
-project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
-  modelVersion4.0.0/modelVersion
-  parent
-groupIdcom.xpn.xwiki.platform.applications/groupId
-artifactIdxwiki-applications/artifactId
-version9-SNAPSHOT/version
-  /parent
-  artifactIdxwiki-application-panels/artifactId
-  nameXWiki Platform - Applications - Panels/name
-  version1.2-SNAPSHOT/version
-  packagingxar/packaging
-  descriptionPanels and Panel Wizard to easily create menus for 
XWiki/description
-
-  scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/developerConnection
-
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/url
-  /scm
-/project

Copied: 
xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/pom.xml
 (from rev 6481, 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml)
===
--- 
xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/pom.xml
(rev 0)
+++ 
xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/pom.xml
2007-12-27 12:54:37 UTC (rev 6482)
@@ -0,0 +1,43 @@
+?xml version=1.0 encoding=UTF-8?
+
+!--
+ *
+ * See the NOTICE file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ *
+--
+
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
+  modelVersion4.0.0/modelVersion
+  parent
+groupIdcom.xpn.xwiki.platform.applications/groupId
+artifactIdxwiki-applications/artifactId
+version8/version
+  /parent
+  artifactIdxwiki-application-panels/artifactId
+  nameXWiki Platform 

[xwiki-notifications] r6483 - xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 13:54:42 +0100 (Thu, 27 Dec 2007)
New Revision: 6483

Modified:
   
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml
===
--- 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml 
2007-12-27 12:54:37 UTC (rev 6482)
+++ 
xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/pom.xml 
2007-12-27 12:54:42 UTC (rev 6483)
@@ -31,13 +31,13 @@
   /parent
   artifactIdxwiki-application-panels/artifactId
   nameXWiki Platform - Applications - Panels/name
-  version1.2-rc-2/version
+  version1.2-SNAPSHOT/version
   packagingxar/packaging
   descriptionPanels and Panel Wizard to easily create menus for 
XWiki/description
 
   scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/developerConnection
-
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/tags/xwiki-application-panels-1.2-rc-2/url
+
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/connection
+
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/developerConnection
+
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-applications/branches/xwiki-application-panels-1.2/url
   /scm
 /project

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6484 - xwiki-platform/web/branches/xwiki-web-1.2

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 14:05:45 +0100 (Thu, 27 Dec 2007)
New Revision: 6484

Modified:
   xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
Log:
[release] Prepare the 1.2RC2 release: updating the dependencies


Modified: xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 12:54:42 UTC 
(rev 6483)
+++ xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 13:05:45 UTC 
(rev 6484)
@@ -25,7 +25,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki/artifactId
-version8-SNAPSHOT/version
+version8/version
 relativePath../xwiki-platform-pom/relativePath
   /parent
   artifactIdxwiki-web/artifactId
@@ -41,7 +41,7 @@
   properties
 !-- Versions of XWiki dependencies used in Platform/Web modules --
 platform.tools.version1.7/platform.tools.version
-platform.core.version1.2-SNAPSHOT/platform.core.version
+platform.core.version1.2-rc-2/platform.core.version
   /properties
   profiles
 profile

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6490 - xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 15:07:53 +0100 (Thu, 27 Dec 2007)
New Revision: 6490

Modified:
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml
Log:
[release] Prepare the 1.2RC2 release: updating the dependencies


Modified: xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml
===
--- xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml   
2007-12-27 13:54:29 UTC (rev 6489)
+++ xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml   
2007-12-27 14:07:53 UTC (rev 6490)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki/artifactId
-version8-SNAPSHOT/version
+version8/version
 relativePath../xwiki-platform-pom/relativePath
   /parent
   groupIdcom.xpn.xwiki.products/groupId

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Closed: (XWIKI-1969) Can Guide me how to create struts-hibernate integrated xwiki plug-in

2007-12-27 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu closed XWIKI-1969.
--

Resolution: Won't Fix
  Assignee: Sergiu Dumitriu

This is not the proper place for asking questions. See 
http://dev.xwiki.org/xwiki/bin/view/Community/MailingLists

 Can Guide me how to create struts-hibernate integrated xwiki plug-in
 

 Key: XWIKI-1969
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1969
 Project: XWiki Platform
  Issue Type: Bug
  Components: Plugin - Other
Reporter: Maruti Prasad
 Assigned To: Sergiu Dumitriu

 Hi I am new to xwiki, I would like to know how to create struts based 
 plug-in, so please can guide me 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6488 - in xwiki-platform/web/tags: . xwiki-web-1.2-rc-2 xwiki-web-1.2-rc-2/exo xwiki-web-1.2-rc-2/gwt xwiki-web-1.2-rc-2/standard

2007-12-27 Thread SVN
Author: hritcu
Date: 2007-12-27 14:54:25 +0100 (Thu, 27 Dec 2007)
New Revision: 6488

Added:
   xwiki-platform/web/tags/xwiki-web-1.2-rc-2/
   xwiki-platform/web/tags/xwiki-web-1.2-rc-2/exo/pom.xml
   xwiki-platform/web/tags/xwiki-web-1.2-rc-2/gwt/pom.xml
   xwiki-platform/web/tags/xwiki-web-1.2-rc-2/pom.xml
   xwiki-platform/web/tags/xwiki-web-1.2-rc-2/standard/pom.xml
Removed:
   xwiki-platform/web/tags/xwiki-web-1.2-rc-2/exo/pom.xml
   xwiki-platform/web/tags/xwiki-web-1.2-rc-2/gwt/pom.xml
   xwiki-platform/web/tags/xwiki-web-1.2-rc-2/pom.xml
   xwiki-platform/web/tags/xwiki-web-1.2-rc-2/standard/pom.xml
Log:
[maven-release-plugin]  copy for tag xwiki-web-1.2-rc-2

Copied: xwiki-platform/web/tags/xwiki-web-1.2-rc-2 (from rev 6484, 
xwiki-platform/web/branches/xwiki-web-1.2)

Deleted: xwiki-platform/web/tags/xwiki-web-1.2-rc-2/exo/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml   2007-12-27 
13:05:45 UTC (rev 6484)
+++ xwiki-platform/web/tags/xwiki-web-1.2-rc-2/exo/pom.xml  2007-12-27 
13:54:25 UTC (rev 6488)
@@ -1,102 +0,0 @@
-!--
- *
- * See the NOTICE file distributed with this work for additional
- * information regarding copyright ownership.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- *
---
-
-project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
-  modelVersion4.0.0/modelVersion
-  parent
-groupIdcom.xpn.xwiki.platform/groupId
-artifactIdxwiki-web/artifactId
-version1.2-SNAPSHOT/version
-  /parent
-  artifactIdxwiki-web-exo/artifactId
-  nameXWiki Platform - Web - Exo/name
-  packagingwar/packaging
-  descriptionThe Exoplatform XWiki WAR/description
-  dependencies
-dependency
-  groupIdcom.xpn.xwiki.platform/groupId
-  artifactIdxwiki-web-standard/artifactId
-  version${version}/version
-  typewar/type
-/dependency
-!-- We shouldn't need this dependency but Surefire plugin v2.3 fails with 
a Null if it's
- not defined. Seems to be fixed in the latest Surefire plugin in 
Maven's trunk so when
- 2.3.1 or 2.4 is out, switch to it and remove this dependency. --
-dependency
-  groupIdjunit/groupId
-  artifactIdjunit/artifactId
-  version3.8.2/version
-  scopetest/scope
-/dependency
-  /dependencies
-  build
-plugins
-  !-- Inject XWiki's configuration --
-  plugin
-groupIdorg.apache.maven.plugins/groupId
-artifactIdmaven-remote-resources-plugin/artifactId
-executions
-  execution
-!-- The remote resources plugin adds its output directory as a 
resource directory
- so that the Maven resources plugin copies these resources to 
target/classes.
- However copying them to target/classes will make them appear 
in WEB-INF/classes
- in the generated WAR since the WAR plugin copies resources in 
target/classes in
- WEB-INF/classes. Thus to prevent this we're binding this 
execution to a phase
- that comes after the execution of the resources plugin (which 
executes in the
- process-resources phase). Thus this remote resources plugin 
will execute just
- after the resources plugin and the resources won't be copied, 
which is why we're
- adding a webResource configuration element below in the WAR 
plugin's
- configuration. --
-phaseprocess-resources/phase
-goals
-  goalprocess/goal
-/goals
-  /execution
-/executions
-configuration
-  resourceBundles
-
resourceBundlecom.xpn.xwiki.platform:xwiki-configuration-resources:${platform.tools.version}/resourceBundle
-  /resourceBundles
-  properties
-xwikiCfgExo1/xwikiCfgExo
-  /properties
-/configuration
-  /plugin
-  plugin
-groupIdorg.apache.maven.plugins/groupId
-artifactIdmaven-war-plugin/artifactId
-configuration
-  webResources
-

[xwiki-notifications] r6494 - in xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2: . database database/hsqldb distribution distribution/hsqldb distribution-test distribution-test/selenium

2007-12-27 Thread SVN
Author: hritcu
Date: 2007-12-27 15:57:52 +0100 (Thu, 27 Dec 2007)
New Revision: 6494

Modified:
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/hsqldb/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/selenium-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/xmlrpc-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/hsqldb/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/generic/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/windows/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/web/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/wiki/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/hsqldb/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/hsqldb/pom.xml
   2007-12-27 14:57:28 UTC (rev 6493)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/hsqldb/pom.xml
   2007-12-27 14:57:52 UTC (rev 6494)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise-database/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   artifactIdxwiki-enterprise-database-hsqldb/artifactId
   nameXWiki Products - Enterprise - Database - HSQLDB/name

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/pom.xml  
2007-12-27 14:57:28 UTC (rev 6493)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/pom.xml  
2007-12-27 14:57:52 UTC (rev 6494)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise-parent/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   artifactIdxwiki-enterprise-database/artifactId
   nameXWiki Products - Enterprise - Database - Parent POM/name

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/hsqldb/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/hsqldb/pom.xml
   2007-12-27 14:57:28 UTC (rev 6493)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/hsqldb/pom.xml
   2007-12-27 14:57:52 UTC (rev 6494)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   artifactIdxwiki-enterprise-hsqldb/artifactId
   nameXWiki Products - Enterprise - Distribution - HSQLDB/name

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/pom.xml
  2007-12-27 14:57:28 UTC (rev 6493)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/pom.xml
  2007-12-27 14:57:52 UTC (rev 6494)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise-parent/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   artifactIdxwiki-enterprise/artifactId
   nameXWiki Products - Enterprise - Distribution - Parent POM/name

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
 2007-12-27 14:57:28 UTC (rev 6493)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
 2007-12-27 14:57:52 UTC (rev 6494)
@@ -3,7 +3,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise-parent/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   artifactIdxwiki-enterprise-test/artifactId
   nameXWiki Products - Enterprise - Functional Tests/name

Modified: 

[xwiki-notifications] r6487 - xwiki-platform/web/branches/xwiki-web-1.2

2007-12-27 Thread SVN
Author: hritcu
Date: 2007-12-27 14:52:03 +0100 (Thu, 27 Dec 2007)
New Revision: 6487

Modified:
   xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
Log:
text

Modified: xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 13:45:16 UTC 
(rev 6486)
+++ xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 13:52:03 UTC 
(rev 6487)
@@ -19,7 +19,7 @@
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  *
 --
- 
+
 project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
   modelVersion4.0.0/modelVersion
   parent

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Reopened: (XWIKI-1946) Attachment renaming in the WYSiWYG doesn't keep the file extension

2007-12-27 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu reopened XWIKI-1946:



 Attachment renaming in the WYSiWYG doesn't keep the file extension
 --

 Key: XWIKI-1946
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1946
 Project: XWiki Platform
  Issue Type: Bug
Reporter: Raluca Morosan
 Assigned To: Raluca Morosan
 Fix For: 1.2, 1.1.3

 Attachments: 
 extension-in-attachments-and-images-filenames_trunk.patch, 
 extension-in-attachments-and-images-filenames_xwiki-1.2.patch, 
 extension-in-attachments-and-images-filenames_xwiki-web-1-1.patch


 Steps:
 1. Open WYSIWYG editor
 2. Choose Insert Attachment Link
 3. Browse a file
 4. Choose the target file name and don't write the extension (like: 
 test_file_name)
 5. Insert 
 6. Save  View
 7. Click on the file name
 The same for the Photos.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Commented: (XWIKI-1946) Attachment renaming in the WYSiWYG doesn't keep the file extension

2007-12-27 Thread Sergiu Dumitriu (JIRA)

[ 
http://jira.xwiki.org/jira/browse/XWIKI-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_20290
 ] 

Sergiu Dumitriu commented on XWIKI-1946:


There's a problem when the file does not have an extension in the first place. 
The first letter is copied to the end of the new filename, so uploading my 
file and renaming it to your file will result in an attachment named your 
filem.

 Attachment renaming in the WYSiWYG doesn't keep the file extension
 --

 Key: XWIKI-1946
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1946
 Project: XWiki Platform
  Issue Type: Bug
Reporter: Raluca Morosan
 Assigned To: Raluca Morosan
 Fix For: 1.2, 1.1.3

 Attachments: 
 extension-in-attachments-and-images-filenames_trunk.patch, 
 extension-in-attachments-and-images-filenames_xwiki-1.2.patch, 
 extension-in-attachments-and-images-filenames_xwiki-web-1-1.patch


 Steps:
 1. Open WYSIWYG editor
 2. Choose Insert Attachment Link
 3. Browse a file
 4. Choose the target file name and don't write the extension (like: 
 test_file_name)
 5. Insert 
 6. Save  View
 7. Click on the file name
 The same for the Photos.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Created: (XWATCH-92) FeedPlugin should reset versions on Feed pages when updating the load count

2007-12-27 Thread Ludovic Dubost (JIRA)
FeedPlugin should reset versions on Feed pages when updating the load count
---

 Key: XWATCH-92
 URL: http://jira.xwiki.org/jira/browse/XWATCH-92
 Project: XWiki Watch
  Issue Type: Bug
  Components: Feed Plugin
Affects Versions: 1.0M2
Reporter: Ludovic Dubost
Priority: Critical


Currently the feedplugin creates a new version of the Feed document on each 
load pass. This creates thousands of version of the document. 
This impacts performance (over 1000 versions saving starts to hog the 
database). While XWiki 1.2 greatly improves version storage and saving speed, 
we still should reset versions on these documents when updating them.

This concerns the document having the class XWiki.AggregatorURLClass

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6489 - in xwiki-platform/web/branches/xwiki-web-1.2: . exo gwt standard

2007-12-27 Thread SVN
Author: hritcu
Date: 2007-12-27 14:54:29 +0100 (Thu, 27 Dec 2007)
New Revision: 6489

Modified:
   xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml
   xwiki-platform/web/branches/xwiki-web-1.2/gwt/pom.xml
   xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
   xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml   2007-12-27 
13:54:25 UTC (rev 6488)
+++ xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml   2007-12-27 
13:54:29 UTC (rev 6489)
@@ -25,7 +25,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-web/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   artifactIdxwiki-web-exo/artifactId
   nameXWiki Platform - Web - Exo/name

Modified: xwiki-platform/web/branches/xwiki-web-1.2/gwt/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/gwt/pom.xml   2007-12-27 
13:54:25 UTC (rev 6488)
+++ xwiki-platform/web/branches/xwiki-web-1.2/gwt/pom.xml   2007-12-27 
13:54:29 UTC (rev 6489)
@@ -25,7 +25,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-web/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   artifactIdxwiki-web-gwt/artifactId
   nameXWiki Platform - Web - GWT API/name

Modified: xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 13:54:25 UTC 
(rev 6488)
+++ xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 13:54:29 UTC 
(rev 6489)
@@ -29,14 +29,14 @@
 relativePath../xwiki-platform-pom/relativePath
   /parent
   artifactIdxwiki-web/artifactId
-  version1.2-rc-2/version
+  version1.2-SNAPSHOT/version
   nameXWiki Platform - Web - Parent POM/name
   packagingpom/packaging
   descriptionCommon web resources for all XWiki WARs/description
   scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/tags/xwiki-web-1.2-rc-2/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/tags/xwiki-web-1.2-rc-2/developerConnection
-
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/tags/xwiki-web-1.2-rc-2/url
+
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-1.2/connection
+
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-1.2/developerConnection
+
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-1.2/url
   /scm
   properties
 !-- Versions of XWiki dependencies used in Platform/Web modules --

Modified: xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml  2007-12-27 
13:54:25 UTC (rev 6488)
+++ xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml  2007-12-27 
13:54:29 UTC (rev 6489)
@@ -3,7 +3,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-web/artifactId
-version1.2-rc-2/version
+version1.2-SNAPSHOT/version
   /parent
   artifactIdxwiki-web-standard/artifactId
   nameXWiki Platform - Web - Standard/name

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6486 - xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 14:45:16 +0100 (Thu, 27 Dec 2007)
New Revision: 6486

Modified:
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml
Log:
[release] Prepare the 1.2RC2 release: updating the dependencies


Modified: xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml
===
--- xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml   
2007-12-27 13:40:10 UTC (rev 6485)
+++ xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml   
2007-12-27 13:45:16 UTC (rev 6486)
@@ -50,13 +50,13 @@
   properties
 !-- Versions of XWiki dependencies used in XE modules --
 platform.tools.version1.7/platform.tools.version
-platform.core.version1.2-SNAPSHOT/platform.core.version
-platform.web.version1.2-SNAPSHOT/platform.web.version
-platform.panels.version1.2-SNAPSHOT/platform.panels.version
-platform.scheduler.version1.2-SNAPSHOT/platform.scheduler.version
-platform.watchlist.version1.1-SNAPSHOT/platform.watchlist.version
-platform.jodatime.version1.1-SNAPSHOT/platform.jodatime.version
-platform.statistics.version1.1-SNAPSHOT/platform.statistics.version
+platform.core.version1.2-rc-2/platform.core.version
+platform.web.version1.2-rc-2/platform.web.version
+platform.panels.version1.2-rc-2/platform.panels.version
+platform.scheduler.version1.1.1/platform.scheduler.version
+platform.watchlist.version1.0.1/platform.watchlist.version
+platform.jodatime.version1.0.1/platform.jodatime.version
+platform.statistics.version1.0.1/platform.statistics.version
   /properties
   profiles
 profile

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6485 - in xwiki-platform/web/branches/xwiki-web-1.2: . exo gwt standard

2007-12-27 Thread SVN
Author: hritcu
Date: 2007-12-27 14:40:10 +0100 (Thu, 27 Dec 2007)
New Revision: 6485

Modified:
   xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml
   xwiki-platform/web/branches/xwiki-web-1.2/gwt/pom.xml
   xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
   xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml
Log:
text

Modified: xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml   2007-12-27 
13:05:45 UTC (rev 6484)
+++ xwiki-platform/web/branches/xwiki-web-1.2/exo/pom.xml   2007-12-27 
13:40:10 UTC (rev 6485)
@@ -25,7 +25,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-web/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   artifactIdxwiki-web-exo/artifactId
   nameXWiki Platform - Web - Exo/name

Modified: xwiki-platform/web/branches/xwiki-web-1.2/gwt/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/gwt/pom.xml   2007-12-27 
13:05:45 UTC (rev 6484)
+++ xwiki-platform/web/branches/xwiki-web-1.2/gwt/pom.xml   2007-12-27 
13:40:10 UTC (rev 6485)
@@ -25,7 +25,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-web/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   artifactIdxwiki-web-gwt/artifactId
   nameXWiki Platform - Web - GWT API/name

Modified: xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 13:05:45 UTC 
(rev 6484)
+++ xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 13:40:10 UTC 
(rev 6485)
@@ -19,7 +19,7 @@
  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  *
 --
-
+ 
 project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
   modelVersion4.0.0/modelVersion
   parent
@@ -29,14 +29,14 @@
 relativePath../xwiki-platform-pom/relativePath
   /parent
   artifactIdxwiki-web/artifactId
-  version1.2-SNAPSHOT/version
+  version1.2-rc-2/version
   nameXWiki Platform - Web - Parent POM/name
   packagingpom/packaging
   descriptionCommon web resources for all XWiki WARs/description
   scm
-
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-1.2/connection
-
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-1.2/developerConnection
-
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/branches/xwiki-web-1.2/url
+
connectionscm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/tags/xwiki-web-1.2-rc-2/connection
+
developerConnectionscm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/tags/xwiki-web-1.2-rc-2/developerConnection
+
urlhttp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/web/tags/xwiki-web-1.2-rc-2/url
   /scm
   properties
 !-- Versions of XWiki dependencies used in Platform/Web modules --

Modified: xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml  2007-12-27 
13:05:45 UTC (rev 6484)
+++ xwiki-platform/web/branches/xwiki-web-1.2/standard/pom.xml  2007-12-27 
13:40:10 UTC (rev 6485)
@@ -3,7 +3,7 @@
   parent
 groupIdcom.xpn.xwiki.platform/groupId
 artifactIdxwiki-web/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   artifactIdxwiki-web-standard/artifactId
   nameXWiki Platform - Web - Standard/name

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Closed: (XWIKI-1946) Attachment renaming in the WYSiWYG doesn't keep the file extension

2007-12-27 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu closed XWIKI-1946.
--

Resolution: Fixed

Refixed in rev. 6495

 Attachment renaming in the WYSiWYG doesn't keep the file extension
 --

 Key: XWIKI-1946
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1946
 Project: XWiki Platform
  Issue Type: Bug
Reporter: Raluca Morosan
 Assigned To: Raluca Morosan
 Fix For: 1.2, 1.1.3

 Attachments: 
 extension-in-attachments-and-images-filenames_trunk.patch, 
 extension-in-attachments-and-images-filenames_xwiki-1.2.patch, 
 extension-in-attachments-and-images-filenames_xwiki-web-1-1.patch


 Steps:
 1. Open WYSIWYG editor
 2. Choose Insert Attachment Link
 3. Browse a file
 4. Choose the target file name and don't write the extension (like: 
 test_file_name)
 5. Insert 
 6. Save  View
 7. Click on the file name
 The same for the Photos.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Updated: (XAPANELS-22) Add space selection combo box to the Create Panel

2007-12-27 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XAPANELS-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu updated XAPANELS-22:


Fix Version/s: 1.3
   (was: 1.2 RC2)

 Add space selection combo box to the Create Panel
 ---

 Key: XAPANELS-22
 URL: http://jira.xwiki.org/jira/browse/XAPANELS-22
 Project: XWiki Panels Application
  Issue Type: Improvement
Affects Versions: 1.0 RC4
Reporter: Vincent Massol
 Fix For: 1.3


 Right now it's very difficult for new user to find out how to create a page 
 in a given space.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6491 - xwiki-platform/web/branches/xwiki-web-1.2

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 15:31:48 +0100 (Thu, 27 Dec 2007)
New Revision: 6491

Modified:
   xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
Log:
[release] Update dependencies to the latest development versions


Modified: xwiki-platform/web/branches/xwiki-web-1.2/pom.xml
===
--- xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 14:07:53 UTC 
(rev 6490)
+++ xwiki-platform/web/branches/xwiki-web-1.2/pom.xml   2007-12-27 14:31:48 UTC 
(rev 6491)
@@ -41,7 +41,7 @@
   properties
 !-- Versions of XWiki dependencies used in Platform/Web modules --
 platform.tools.version1.7/platform.tools.version
-platform.core.version1.2-rc-2/platform.core.version
+platform.core.version1.2-SNAPSHOT/platform.core.version
   /properties
   profiles
 profile

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6496 - xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets

2007-12-27 Thread SVN
Author: dward
Date: 2007-12-27 17:22:15 +0100 (Thu, 27 Dec 2007)
New Revision: 6496

Modified:
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/lm.gif
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/lmh.gif
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/ln.gif
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/lp.gif
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/lph.gif
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tm.gif
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tmh.gif
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tn.gif
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tp.gif
   xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tph.gif
   
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/vline.gif
Log:
- CURRIKI-1153
 - Updated gifs from Guillaume


Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/lm.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/lmh.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/ln.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/lp.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/lph.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tm.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tmh.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tn.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tp.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/tph.gif
===
(Binary files differ)

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/yui/treeview/assets/vline.gif
===
(Binary files differ)

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Created: (XWIKI-1969) Can Guide me how to create struts-hibernate integrated xwiki plug-in

2007-12-27 Thread Maruti Prasad (JIRA)
Can Guide me how to create struts-hibernate integrated xwiki plug-in


 Key: XWIKI-1969
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1969
 Project: XWiki Platform
  Issue Type: Bug
  Components: Plugin - Other
Reporter: Maruti Prasad


Hi I am new to xwiki, I would like to know how to create struts based plug-in, 
so please can guide me 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6495 - in xwiki-platform/web: branches/xwiki-web-1.1/standard/src/main/webapp/tiny_mce/themes/wikieditor branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/themes/wikiedit

2007-12-27 Thread SVN
Author: sdumitriu
Date: 2007-12-27 17:08:44 +0100 (Thu, 27 Dec 2007)
New Revision: 6495

Modified:
   
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
   
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/tiny_mce/themes/wikieditor/image.htm
   
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
   
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/themes/wikieditor/image.htm
   
xwiki-platform/web/trunk/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
   
xwiki-platform/web/trunk/standard/src/main/webapp/tiny_mce/themes/wikieditor/image.htm
Log:
XWIKI-1946: Attachment renaming in the WYSiWYG doesn't keep the file extension
Fix problem occurring when the initial filename does not have an extension.


Modified: 
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
===
--- 
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
2007-12-27 14:57:52 UTC (rev 6494)
+++ 
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
2007-12-27 16:08:44 UTC (rev 6495)
@@ -104,7 +104,7 @@
   if (form.filename.value==) {
   form.filename.value = fname;
   } else {
-  if(form.filename.value.lastIndexOf('.')  0){
+  if(form.filename.value.lastIndexOf('.')  0  
fname.lastIndexOf('.')  0){
   var extension = fname.substr(fname.lastIndexOf('.'), 
fname.length - fname.lastIndexOf('.'));
   form.filename.value += extension; 
   }

Modified: 
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/tiny_mce/themes/wikieditor/image.htm
===
--- 
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/tiny_mce/themes/wikieditor/image.htm
 2007-12-27 14:57:52 UTC (rev 6494)
+++ 
xwiki-platform/web/branches/xwiki-web-1.1/standard/src/main/webapp/tiny_mce/themes/wikieditor/image.htm
 2007-12-27 16:08:44 UTC (rev 6495)
@@ -86,7 +86,7 @@
   if (form.filename.value==) {
   form.filename.value = fname;
   } else {
-  if(form.filename.value.lastIndexOf('.')  0){
+  if(form.filename.value.lastIndexOf('.')  0  
fname.lastIndexOf('.')  0){
   var extension = fname.substr(fname.lastIndexOf('.'), 
fname.length - fname.lastIndexOf('.'));
   form.filename.value += extension; 
   }

Modified: 
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
===
--- 
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
2007-12-27 14:57:52 UTC (rev 6494)
+++ 
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
2007-12-27 16:08:44 UTC (rev 6495)
@@ -104,7 +104,7 @@
   if (form.filename.value==) {
   form.filename.value = fname;
   } else {
-  if(form.filename.value.lastIndexOf('.')  0){
+  if(form.filename.value.lastIndexOf('.')  0  
fname.lastIndexOf('.')  0){
   var extension = fname.substr(fname.lastIndexOf('.'), 
fname.length - fname.lastIndexOf('.'));
   form.filename.value += extension; 
   }

Modified: 
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/themes/wikieditor/image.htm
===
--- 
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/themes/wikieditor/image.htm
 2007-12-27 14:57:52 UTC (rev 6494)
+++ 
xwiki-platform/web/branches/xwiki-web-1.2/standard/src/main/webapp/tiny_mce/themes/wikieditor/image.htm
 2007-12-27 16:08:44 UTC (rev 6495)
@@ -86,7 +86,7 @@
   if (form.filename.value==) {
   form.filename.value = fname;
   } else {
-  if(form.filename.value.lastIndexOf('.')  0){
+  if(form.filename.value.lastIndexOf('.')  0  
fname.lastIndexOf('.')  0){
   var extension = fname.substr(fname.lastIndexOf('.'), 
fname.length - fname.lastIndexOf('.'));
   form.filename.value += extension; 
   }

Modified: 
xwiki-platform/web/trunk/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
===
--- 
xwiki-platform/web/trunk/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
 2007-12-27 14:57:52 UTC (rev 6494)
+++ 
xwiki-platform/web/trunk/standard/src/main/webapp/tiny_mce/themes/wikieditor/attachment.htm
 2007-12-27 16:08:44 UTC (rev 6495)
@@ -104,7 

[xwiki-notifications] [Issue] Updated: (XWIKI-1946) Attachment renaming in the WYSiWYG doesn't keep the file extension

2007-12-27 Thread Sergiu Dumitriu (JIRA)

 [ 
http://jira.xwiki.org/jira/browse/XWIKI-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergiu Dumitriu updated XWIKI-1946:
---

Fix Version/s: 1.2
   (was: 1.2 RC2)

 Attachment renaming in the WYSiWYG doesn't keep the file extension
 --

 Key: XWIKI-1946
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1946
 Project: XWiki Platform
  Issue Type: Bug
Reporter: Raluca Morosan
 Assigned To: Raluca Morosan
 Fix For: 1.2, 1.1.3

 Attachments: 
 extension-in-attachments-and-images-filenames_trunk.patch, 
 extension-in-attachments-and-images-filenames_xwiki-1.2.patch, 
 extension-in-attachments-and-images-filenames_xwiki-web-1-1.patch


 Steps:
 1. Open WYSIWYG editor
 2. Choose Insert Attachment Link
 3. Browse a file
 4. Choose the target file name and don't write the extension (like: 
 test_file_name)
 5. Insert 
 6. Save  View
 7. Click on the file name
 The same for the Photos.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] r6492 - in xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2: . database database/hsqldb distribution distribution/hsqldb distribution-test distribution-test/selenium

2007-12-27 Thread SVN
Author: hritcu
Date: 2007-12-27 15:56:57 +0100 (Thu, 27 Dec 2007)
New Revision: 6492

Modified:
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/hsqldb/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/selenium-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/xmlrpc-tests/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/hsqldb/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/generic/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/pom.xml
   
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/installers/windows/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/web/pom.xml
   xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/wiki/pom.xml
Log:
[maven-release-plugin] prepare release xwiki-enterprise-1.2-rc-2

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/hsqldb/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/hsqldb/pom.xml
   2007-12-27 14:31:48 UTC (rev 6491)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/hsqldb/pom.xml
   2007-12-27 14:56:57 UTC (rev 6492)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise-database/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   artifactIdxwiki-enterprise-database-hsqldb/artifactId
   nameXWiki Products - Enterprise - Database - HSQLDB/name

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/pom.xml  
2007-12-27 14:31:48 UTC (rev 6491)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/database/pom.xml  
2007-12-27 14:56:57 UTC (rev 6492)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise-parent/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   artifactIdxwiki-enterprise-database/artifactId
   nameXWiki Products - Enterprise - Database - Parent POM/name

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/hsqldb/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/hsqldb/pom.xml
   2007-12-27 14:31:48 UTC (rev 6491)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/hsqldb/pom.xml
   2007-12-27 14:56:57 UTC (rev 6492)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   artifactIdxwiki-enterprise-hsqldb/artifactId
   nameXWiki Products - Enterprise - Distribution - HSQLDB/name

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/pom.xml
  2007-12-27 14:31:48 UTC (rev 6491)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution/pom.xml
  2007-12-27 14:56:57 UTC (rev 6492)
@@ -27,7 +27,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise-parent/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   artifactIdxwiki-enterprise/artifactId
   nameXWiki Products - Enterprise - Distribution - Parent POM/name

Modified: 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
===
--- 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
 2007-12-27 14:31:48 UTC (rev 6491)
+++ 
xwiki-products/xwiki-enterprise/branches/xwiki-enterprise-1.2/distribution-test/pom.xml
 2007-12-27 14:56:57 UTC (rev 6492)
@@ -3,7 +3,7 @@
   parent
 groupIdcom.xpn.xwiki.products/groupId
 artifactIdxwiki-enterprise-parent/artifactId
-version1.2-SNAPSHOT/version
+version1.2-rc-2/version
   /parent
   artifactIdxwiki-enterprise-test/artifactId
   nameXWiki Products - Enterprise - Functional Tests/name

Modified: 

[xwiki-notifications] r6498 - xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl

2007-12-27 Thread SVN
Author: ludovic
Date: 2007-12-27 22:18:36 +0100 (Thu, 27 Dec 2007)
New Revision: 6498

Modified:
   
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/InvitationImpl.java
   
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/JoinRequestImpl.java
   
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/MembershipRequestImpl.java
Log:
CURRIKI-1179 Safer getters for invitations and requests

Modified: 
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/InvitationImpl.java
===
--- 
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/InvitationImpl.java
2007-12-27 20:37:27 UTC (rev 6497)
+++ 
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/InvitationImpl.java
2007-12-27 21:18:36 UTC (rev 6498)
@@ -92,7 +92,7 @@
  */
 public String getCode()
 {
-return 
doc.getObject(getClassName()).getStringValue(InvitationFields.CODE);
+return (String) getValue(InvitationFields.CODE, 
getObject(getClassName()));
 }
 
 /**
@@ -102,7 +102,7 @@
  */
 public String getInvitee()
 {
-return 
doc.getObject(getClassName()).getStringValue(InvitationFields.INVITEE);
+return (String) getValue(InvitationFields.INVITEE, 
getObject(getClassName()));
 }
 
 /**
@@ -112,7 +112,7 @@
  */
 public String getInviter()
 {
-return 
doc.getObject(getClassName()).getStringValue(InvitationFields.INVITER);
+return (String) getValue(InvitationFields.INVITER, 
getObject(getClassName()));
 }
 
 /**
@@ -122,7 +122,8 @@
  */
 public boolean isOpen()
 {
-return 
doc.getObject(getClassName()).getIntValue(InvitationFields.OPEN)  0;
+Integer open = (Integer) getValue(InvitationFields.CODE, 
getObject(getClassName()));
+return ((open!=null)(open.intValue()0));
 }
 
 /**

Modified: 
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/JoinRequestImpl.java
===
--- 
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/JoinRequestImpl.java
   2007-12-27 20:37:27 UTC (rev 6497)
+++ 
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/JoinRequestImpl.java
   2007-12-27 21:18:36 UTC (rev 6498)
@@ -75,7 +75,9 @@
  */
 public Map getMap()
 {
-String content = 
doc.getObject(getClassName()).getLargeStringValue(JoinRequestFields.MAP);
+String content = (String) getValue(JoinRequestFields.MAP, 
getObject(getClassName()));
+if (content==null)
+ content = ;
 String[] lines = content.split(\n);
 Map map = new HashMap();
 for (int i = 0; i  lines.length; i++) {
@@ -92,7 +94,7 @@
  */
 public Date getRequestDate()
 {
-return 
doc.getObject(getClassName()).getDateValue(JoinRequestFields.REQUEST_DATE);
+return (Date) getValue(JoinRequestFields.REQUEST_DATE, 
getObject(getClassName()));
 }
 
 /**
@@ -102,7 +104,7 @@
  */
 public Date getResponseDate()
 {
-return 
doc.getObject(getClassName()).getDateValue(JoinRequestFields.RESPONSE_DATE);
+return (Date) getValue(JoinRequestFields.RESPONSE_DATE, 
getObject(getClassName()));
 }
 
 /**
@@ -112,7 +114,7 @@
  */
 public List getRoles()
 {
-return 
doc.getObject(getClassName()).getListValue(JoinRequestFields.ROLES);
+return (List) getValue(JoinRequestFields.ROLES, 
getObject(getClassName()));
 }
 
 /**
@@ -122,7 +124,7 @@
  */
 public String getSpace()
 {
-return 
doc.getObject(getClassName()).getStringValue(JoinRequestFields.SPACE);
+return (String) getValue(JoinRequestFields.SPACE, 
getObject(getClassName()));
 }
 
 /**
@@ -132,7 +134,7 @@
  */
 public String getStatus()
 {
-String status = 
doc.getObject(getClassName()).getStringValue(JoinRequestFields.STATUS);
+String status = (String) getValue(JoinRequestFields.STATUS, 
getObject(getClassName()));
 return (status==null) ? 0 : status;
 }
 
@@ -143,7 +145,7 @@
  */
 public String getText()
 {
-return 
getDoc().getObject(getClassName()).getLargeStringValue(JoinRequestFields.TEXT);
+return (String) getValue(JoinRequestFields.TEXT, 
getObject(getClassName()));
 }
 
 /**

Modified: 

[xwiki-notifications] r6497 - xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl

2007-12-27 Thread SVN
Author: ludovic
Date: 2007-12-27 21:37:27 +0100 (Thu, 27 Dec 2007)
New Revision: 6497

Modified:
   
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/InvitationManagerImpl.java
Log:
CURRIKI-1179 Fix email in inviteUser

Modified: 
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/InvitationManagerImpl.java
===
--- 
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/InvitationManagerImpl.java
 2007-12-27 16:22:15 UTC (rev 6496)
+++ 
xwiki-products/curriki/trunk/plugins/invitationmanager/src/main/java/org/xwiki/plugin/invitationmanager/impl/InvitationManagerImpl.java
 2007-12-27 20:37:27 UTC (rev 6497)
@@ -830,6 +830,7 @@
 String invitee;
 String registeredUser = null;
 try {
+wikiNameOrMailAddress = wikiNameOrMailAddress.trim();
 registeredUser = getRegisteredUser(wikiNameOrMailAddress, context);
 if (registeredUser == null) {
 // hide the e-mail address (only for invitation document name)
@@ -858,7 +859,7 @@
 if (registeredUser == null) {
 invitation.setCode(generateInvitationCode());
 // make the e-mail address available in the invitee field
-invitation.setInvitee(invitee);
+invitation.setInvitee(wikiNameOrMailAddress);
 } else {
 invitation.setInvitee(registeredUser);
 }

___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] [Issue] Created: (XWIKI-1970) PDFs exported in jetty do not contain images

2007-12-27 Thread Sergiu Dumitriu (JIRA)
PDFs exported in jetty do not contain images


 Key: XWIKI-1970
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1970
 Project: XWiki Platform
  Issue Type: Bug
  Components: Rendering
Affects Versions: 1.2 RC2
Reporter: Sergiu Dumitriu


Because the working directory is something like .../jetty__8080__xwiki/..., 
which is placed inside the image URL, and the underline filter sees kicks in in 
the middle of the URL, breaking the XML.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira


___
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications


[xwiki-notifications] Build Curriki::Trunk #1069 failed (tests failed: 4 (2 new), passed: 31)

2007-12-27 Thread teamcity
Build Curriki::Trunk #1069 failed (tests failed: 4 (2 new), passed: 31)
Agent: Default agent
Build results: 
http://teamcity.xwiki.org/viewLog.html?buildId=6728buildTypeId=bt12

Newly failed tests (2 tests)
==
org.xwiki.plugin.invitationmanager.impl.InvitationImplTest.testMap 
=
junit.framework.AssertionFailedError: expected:lt;{notifyChanges=false, 
allowMailNotifications=true}gt; but was:lt;{=a}gt;
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:282)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:71)
at 
org.xwiki.plugin.invitationmanager.impl.JoinRequestTest.testMap(JoinRequestTest.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:308)
at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)
at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:879)

org.xwiki.plugin.invitationmanager.impl.MembershipRequestImplTest.testMap 
=
junit.framework.AssertionFailedError: expected:lt;{notifyChanges=false, 
allowMailNotifications=true}gt; but was:lt;{=a}gt;
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:282)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:71)
at 
org.xwiki.plugin.invitationmanager.impl.JoinRequestTest.testMap(JoinRequestTest.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at