[xwiki-notifications] r5198 - xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8

2007-10-01 Thread Ludovic Dubost
Author: ludovic
Date: 2007-10-02 02:29:49 +0200 (Tue, 02 Oct 2007)
New Revision: 5198

Modified:
   
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/assethistory.vm
   
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
   xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/macros.vm
Log:
CURRIKI-947 Need date format of mm/dd/yy on comments page.
CURRIKI-982 Fixed CBOE appearing in view mode

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/assethistory.vm
===
--- 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/assethistory.vm 
2007-10-01 17:04:30 UTC (rev 5197)
+++ 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/assethistory.vm 
2007-10-02 00:29:49 UTC (rev 5198)
@@ -30,7 +30,7 @@
   –
 #else
   $xwiki.getLocalUserName($newdoc.author)
-  $xwiki.formatDate($newdoc.date, "dd/MM/ hh:mm")
+  $xwiki.formatDate($newdoc.date, "MM/dd/yy hh:mm")
 #end
 #if($xwiki.hasEditComment())
   $!{newdoc.comment}

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
===
--- 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
   2007-10-01 17:04:30 UTC (rev 5197)
+++ 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/commentsinline.vm
   2007-10-02 00:29:49 UTC (rev 5198)
@@ -64,7 +64,7 @@
 
 #set($date = $!comment.getProperty("date").value)
   $!xwiki.getUserName($doc.display('author','view',$comment))
-#if($date!="") $xwiki.formateDate($date,"MM/dd/")#end
+#if($date!="") $xwiki.formatDate($date,"MM/dd/yy")#end
 #set($delredir = $doc.getURL("view", "viewer=comments"))
 ## #if($hasedit) $msg.get("removethiscomment")#end
 ## endif hasedit

Modified: 
xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/macros.vm
===
--- xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/macros.vm   
2007-10-01 17:04:30 UTC (rev 5197)
+++ xwiki-products/curriki/trunk/web/src/main/webapp/skins/curriki8/macros.vm   
2007-10-02 00:29:49 UTC (rev 5198)
@@ -1146,9 +1146,9 @@
#if(($assetPage == "PAGEBREAK")||($assetPage == ""))
  
#else
-#set($ok = $asset.use("XWiki.TextAssetClass"))
-#set($type = $asset.getValue("type"))
-#if("$type"=="2"))
+#set($embeddedDoc = $xwiki.getDocument($assetPage))
+#set($objTxt = $embeddedDoc.getObject("XWiki.TextAssetClass"))
+#if($objTxt.type==2)
 ## We are not showing direction block assets
 #elseif(!$xwiki.hasAccessLevel("view", $context.user, $assetPage))
 ## We are not showing protected assets

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


[xwiki-notifications] [Issue] Closed: (XWIKI-1681) Document Fullscreen editing

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol closed XWIKI-1681.
-

Fix Version/s: 1.2 M1
   (was: 1.2 M2)
   Resolution: Fixed

Done. Thanks Evelina.

> Document Fullscreen editing
> ---
>
> Key: XWIKI-1681
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1681
> Project: XWiki Platform
>  Issue Type: Task
>  Components: Documentation & xwiki.org
>Affects Versions: 1.1 RC1
>Reporter: Vincent Massol
> Assigned To: Evelina Petronela Slatineanu
> Fix For: 1.2 M1
>
>
> This needs to be documented ASAP on xwiki.org, on 
> http://www.xwiki.org/xwiki/bin/view/UserGuide/PageEditing

-- 
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-1681) Document Fullscreen editing

2007-10-01 Thread Evelina Petronela Slatineanu (JIRA)

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

Evelina Petronela Slatineanu commented on XWIKI-1681:
-

I documented it on xwiki.org

> Document Fullscreen editing
> ---
>
> Key: XWIKI-1681
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1681
> Project: XWiki Platform
>  Issue Type: Task
>  Components: Documentation & xwiki.org
>Affects Versions: 1.1 RC1
>Reporter: Vincent Massol
> Assigned To: Evelina Petronela Slatineanu
> Fix For: 1.2 M2
>
>
> This needs to be documented ASAP on xwiki.org, on 
> http://www.xwiki.org/xwiki/bin/view/UserGuide/PageEditing

-- 
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: (XAWM-6) Use the correct ApplicationManagerPluginApi.getRootApplication

2007-10-01 Thread Thomas Mortagne (JIRA)

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

Thomas Mortagne closed XAWM-6.
--

Resolution: Fixed

> Use the correct ApplicationManagerPluginApi.getRootApplication
> --
>
> Key: XAWM-6
> URL: http://jira.xwiki.org/jira/browse/XAWM-6
> Project: XWiki Wiki Manager Application
>  Issue Type: Improvement
>  Components: Plugin
>Affects Versions: 1.0 M1
>Reporter: Thomas Mortagne
> Assigned To: Thomas Mortagne
> Fix For: 1.0 M2
>
>
> Change call from ApplicationManagerPluginApi.getRootApplication(XWikiContext) 
> to ApplicationManagerPluginApi.getRootApplication introduced by XAAM-7

-- 
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: (XAWM-6) Use the correct ApplicationManagerPluginApi.getRootApplication

2007-10-01 Thread Thomas Mortagne (JIRA)

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

Thomas Mortagne updated XAWM-6:
---

Description: Change call from 
ApplicationManagerPluginApi.getRootApplication(XWikiContext) to 
ApplicationManagerPluginApi.getRootApplication introduced by XAAM-7  (was: 
Change call from ApplicationManagerPluginApi.getRootApplication(XWikiContext) 
to ApplicationManagerPluginApi.getRootApplication intruduced by XAAM-7)

> Use the correct ApplicationManagerPluginApi.getRootApplication
> --
>
> Key: XAWM-6
> URL: http://jira.xwiki.org/jira/browse/XAWM-6
> Project: XWiki Wiki Manager Application
>  Issue Type: Improvement
>  Components: Plugin
>Affects Versions: 1.0 M1
>Reporter: Thomas Mortagne
> Assigned To: Thomas Mortagne
> Fix For: 1.0 M2
>
>
> Change call from ApplicationManagerPluginApi.getRootApplication(XWikiContext) 
> to ApplicationManagerPluginApi.getRootApplication introduced by XAAM-7

-- 
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] r5197 - xwiki-platform/xwiki-plugins/trunk/wiki-manager/src/main/java/com/xpn/xwiki/plugin/wikimanager

2007-10-01 Thread Thomas Mortagne
Author: tmortagne
Date: 2007-10-01 19:04:30 +0200 (Mon, 01 Oct 2007)
New Revision: 5197

Modified:
   
xwiki-platform/xwiki-plugins/trunk/wiki-manager/src/main/java/com/xpn/xwiki/plugin/wikimanager/WikiManager.java
   
xwiki-platform/xwiki-plugins/trunk/wiki-manager/src/main/java/com/xpn/xwiki/plugin/wikimanager/WikiManagerPluginApi.java
Log:
XAWM-6: Change call from 
ApplicationManagerPluginApi.getRootApplication(XWikiContext) to 
ApplicationManagerPluginApi.getRootApplication introduced by XAAM-7

Modified: 
xwiki-platform/xwiki-plugins/trunk/wiki-manager/src/main/java/com/xpn/xwiki/plugin/wikimanager/WikiManager.java
===
--- 
xwiki-platform/xwiki-plugins/trunk/wiki-manager/src/main/java/com/xpn/xwiki/plugin/wikimanager/WikiManager.java
 2007-10-01 16:54:44 UTC (rev 5196)
+++ 
xwiki-platform/xwiki-plugins/trunk/wiki-manager/src/main/java/com/xpn/xwiki/plugin/wikimanager/WikiManager.java
 2007-10-01 17:04:30 UTC (rev 5197)
@@ -129,7 +129,7 @@
 try {
 context.setDatabase(wiki);
 
-XWikiApplication rootApp = appmanager.getRootApplication(context);
+XWikiApplication rootApp = appmanager.getRootApplication();
 
 if (rootApp != null)
 docsToInclude = rootApp.getDocsNameToInclude(true, context);
@@ -329,8 +329,7 @@
 e);
 }
 
-// Change database
-context.setDatabase(newWikiName);
+context.setDatabase(newWikiName);
 
 if (importer.install() == DocumentInfo.INSTALL_IMPOSSIBLE)
 throw new 
WikiManagerException(WikiManagerException.ERROR_WIKIMANAGER_CANNOT_CREATE_WIKI,

Modified: 
xwiki-platform/xwiki-plugins/trunk/wiki-manager/src/main/java/com/xpn/xwiki/plugin/wikimanager/WikiManagerPluginApi.java
===
--- 
xwiki-platform/xwiki-plugins/trunk/wiki-manager/src/main/java/com/xpn/xwiki/plugin/wikimanager/WikiManagerPluginApi.java
2007-10-01 16:54:44 UTC (rev 5196)
+++ 
xwiki-platform/xwiki-plugins/trunk/wiki-manager/src/main/java/com/xpn/xwiki/plugin/wikimanager/WikiManagerPluginApi.java
2007-10-01 17:04:30 UTC (rev 5197)
@@ -290,6 +290,10 @@
 return doc;
 }
 
+/** 
+ * @return all the template wiki. Wiki with "visibility" field equals to 
"template".
+ * @throws XWikiException
+ */
 public List getWikiTemplateList() throws XWikiException
 {
 List listDocument = Collections.EMPTY_LIST;
@@ -310,4 +314,6 @@
 
 return listDocument;
 }
+
+
 }

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


[xwiki-notifications] [Issue] Updated: (XAWM-6) Use the correct ApplicationManagerPluginApi.getRootApplication

2007-10-01 Thread Thomas Mortagne (JIRA)

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

Thomas Mortagne updated XAWM-6:
---

Fix Version/s: 1.0 M2
 Assignee: Thomas Mortagne

> Use the correct ApplicationManagerPluginApi.getRootApplication
> --
>
> Key: XAWM-6
> URL: http://jira.xwiki.org/jira/browse/XAWM-6
> Project: XWiki Wiki Manager Application
>  Issue Type: Improvement
>  Components: Plugin
>Affects Versions: 1.0 M1
>Reporter: Thomas Mortagne
> Assigned To: Thomas Mortagne
> Fix For: 1.0 M2
>
>
> Change call from ApplicationManagerPluginApi.getRootApplication(XWikiContext) 
> to ApplicationManagerPluginApi.getRootApplication intruduced by XAAM-7

-- 
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: (XAWM-6) Use the correct ApplicationManagerPluginApi.getRootApplication

2007-10-01 Thread Thomas Mortagne (JIRA)
Use the correct ApplicationManagerPluginApi.getRootApplication
--

 Key: XAWM-6
 URL: http://jira.xwiki.org/jira/browse/XAWM-6
 Project: XWiki Wiki Manager Application
  Issue Type: Improvement
  Components: Plugin
Affects Versions: 1.0 M1
Reporter: Thomas Mortagne
 Fix For: 1.0 M2


Change call from ApplicationManagerPluginApi.getRootApplication(XWikiContext) 
to ApplicationManagerPluginApi.getRootApplication intruduced by XAAM-7

-- 
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] r5196 - xwiki-platform/xwiki-tools/trunk/packager

2007-10-01 Thread Thomas Mortagne
Author: tmortagne
Date: 2007-10-01 18:54:44 +0200 (Mon, 01 Oct 2007)
New Revision: 5196

Modified:
   xwiki-platform/xwiki-tools/trunk/packager/
Log:
Add Eclipse ".settings" directory to sv:ignore


Property changes on: xwiki-platform/xwiki-tools/trunk/packager
___
Name: svn:ignore
   - target
xwiki-backup.iml
xwiki-backup.ipr
xwiki-backup.iws
xwiki-packager.iml
.classpath
.project
nbproject

   + target
xwiki-backup.iml
xwiki-backup.ipr
xwiki-backup.iws
xwiki-packager.iml
.classpath
.project
nbproject
.settings


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


[xwiki-notifications] r5195 - xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes

2007-10-01 Thread Thomas Mortagne
Author: tmortagne
Date: 2007-10-01 18:51:42 +0200 (Mon, 01 Oct 2007)
New Revision: 5195

Modified:
   
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass.java
   
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/DefaultSuperDocument.java
   
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/SuperClass.java
Log:
* Rename private methods for _methodName to methodName to better fit XWiki code 
norm
* Improve javadoc

Modified: 
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass.java
===
--- 
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass.java
   2007-10-01 16:48:02 UTC (rev 5194)
+++ 
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/core/doc/objects/classes/AbstractSuperClass.java
   2007-10-01 16:51:42 UTC (rev 5195)
@@ -241,7 +241,9 @@
 /**
  * Constructor for AbstractSuperClass.
  * 
- * @param prefix Prefix of class document.
+ * @param prefix the prefix of class document.
+ * @see #AbstractSuperClass(String, String)
+ * @see #AbstractSuperClass(String, String, boolean)
  */
 protected AbstractSuperClass(String prefix)
 {
@@ -251,8 +253,10 @@
 /**
  * Constructor for AbstractSuperClass.
  * 
- * @param spaceprefix Space of class document.
- * @param prefix Prefix of class document.
+ * @param spaceprefix the space prefix of class document.
+ * @param prefix the prefix of class document.
+ * @see #AbstractSuperClass(String)
+ * @see #AbstractSuperClass(String, String, boolean)
  */
 protected AbstractSuperClass(String spaceprefix, String prefix)
 {
@@ -262,9 +266,11 @@
 /**
  * Constructor for AbstractSuperClass.
  * 
- * @param spaceprefix Space of class document.
- * @param prefix Prefix of class document.
- * @param dispatch Use XWiki applications space names.
+ * @param spaceprefix the space of class document.
+ * @param prefix the prefix of class document.
+ * @param dispatch Indicate if it had to use standard XWiki applications 
space names.
+ * @see #AbstractSuperClass(String)
+ * @see #AbstractSuperClass(String, String)
  */
 protected AbstractSuperClass(String spaceprefix, String prefix, boolean 
dispatch)
 {
@@ -311,16 +317,17 @@
  * Check if all necessary documents for manage this class in this context 
exists and update.
  * Create if not exists. Thread safe.
  * 
- * @param context Context.
+ * @param context the XWiki context.
  * @throws XWikiException
+ * @see #checkClassDocument(XWikiContext)
  */
 protected void check(XWikiContext context) throws XWikiException
 {
 synchronized (databasesInitedMap) {
 if (!this.databasesInitedMap.contains(context.getDatabase())) {
-_checkClassDocument(context);
-_checkClassSheetDocument(context);
-_checkClassTemplateDocument(context);
+checkClassDocument(context);
+checkClassSheetDocument(context);
+checkClassTemplateDocument(context);
 
 this.databasesInitedMap.add(context.getDatabase());
 }
@@ -330,10 +337,10 @@
 /**
  * Check if class document exists in this context and update. Create if 
not exists.
  * 
- * @param context Context.
+ * @param context the XWiki context.
  * @throws XWikiException
  */
-private void _checkClassDocument(XWikiContext context) throws 
XWikiException
+private void checkClassDocument(XWikiContext context) throws XWikiException
 {
 XWikiDocument doc;
 XWiki xwiki = context.getWiki();
@@ -369,10 +376,10 @@
 /**
  * Check if class sheet document exists in this context and update. Create 
if not exists.
  * 
- * @param context Context.
+ * @param context the XWiki context.
  * @throws XWikiException
  */
-private void _checkClassSheetDocument(XWikiContext context) throws 
XWikiException
+private void checkClassSheetDocument(XWikiContext context) throws 
XWikiException
 {
 XWikiDocument doc;
 XWiki xwiki = context.getWiki();
@@ -408,10 +415,10 @@
 /**
  * Check if class template document exists in this context and update. 
Create if not exists.
  * 
- * @param context Context.
+ * @param context the XWiki context.
  * @throws XWikiException
  */
-private void _checkCl

[xwiki-notifications] [Issue] Closed: (XAAM-7) Deprecate ApplicationManagerPluginApi.getRootApplication(XWikiContext) for ApplicationManagerPluginApi.getRootApplication()

2007-10-01 Thread Thomas Mortagne (JIRA)

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

Thomas Mortagne closed XAAM-7.
--

Resolution: Fixed

> Deprecate ApplicationManagerPluginApi.getRootApplication(XWikiContext) for 
> ApplicationManagerPluginApi.getRootApplication()
> ---
>
> Key: XAAM-7
> URL: http://jira.xwiki.org/jira/browse/XAAM-7
> Project: XWiki Application Manager Application
>  Issue Type: Bug
>  Components: Plugin
>Affects Versions: 1.0 M1
>Reporter: Thomas Mortagne
> Assigned To: Thomas Mortagne
> Fix For: 1.0 M2
>
>
> ApplicationManagerPluginApi.getRootApplication does not need to get 
> XWikiContext because ApplicationManagerPluginApi as all plugins api contains 
> context instance.

-- 
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] r5194 - xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager

2007-10-01 Thread Thomas Mortagne
Author: tmortagne
Date: 2007-10-01 18:48:02 +0200 (Mon, 01 Oct 2007)
New Revision: 5194

Modified:
   
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/ApplicationManagerPluginApi.java
Log:
* XAAM-7: ApplicationManagerPluginApi.getRootApplication does not need to get 
XWikiContext because ApplicationManagerPluginApi as all plugins api contains 
context instance.
* Improve javadoc

Modified: 
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/ApplicationManagerPluginApi.java
===
--- 
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/ApplicationManagerPluginApi.java
   2007-10-01 09:58:53 UTC (rev 5193)
+++ 
xwiki-platform/xwiki-plugins/trunk/application-manager/src/main/java/com/xpn/xwiki/plugin/applicationmanager/ApplicationManagerPluginApi.java
   2007-10-01 16:48:02 UTC (rev 5194)
@@ -68,7 +68,7 @@
 /**
  * Create empty application document
  * 
- * @return Document Empty application document
+ * @return an empty application descriptor document.
  * @throws XWikiException
  */
 public XWikiApplication createApplicationDocument() throws XWikiException
@@ -77,6 +77,26 @@
 context);
 }
 
+/**
+ * Create a new application descriptor base on provided application 
descriptor.
+ * 
+ * @param appSuperDocument the user application descriptor from which new 
descriptor will be
+ *created.
+ * @param failOnExist if true fail if the application descriptor to create 
already exists.
+ * @return error code . If there is error, it add error code in context 
"lasterrorcode" field
+ * and exception in context's "lastexception" field.
+ * 
+ * Error codes can be :
+ * 
+ *  [EMAIL PROTECTED] XWikiExceptionApi#ERROR_NOERROR} : 
action finished with no error.
+ *  [EMAIL PROTECTED] 
XWikiException#ERROR_XWIKI_ACCESS_DENIED} : context's user don't have
+ * rights to do this action.
+ * 
+ * [EMAIL PROTECTED] 
ApplicationManagerException#ERROR_APPLICATIONMANAGER_APPDOC_ALREADY_EXISTS} :
+ * application descriptor already exists.
+ * 
+ * @throws XWikiException
+ */
 public int createApplication(XWikiApplication appSuperDocument, boolean 
failOnExist)
 throws XWikiException
 {
@@ -99,6 +119,23 @@
 return returncode;
 }
 
+/**
+ * Delete an application descriptor document.
+ * 
+ * @param appName the name of the application.
+ * @return error code . If there is error, it add error code in context 
"lasterrorcode" field
+ * and exception in context's "lastexception" field.
+ * 
+ * Error codes can be :
+ * 
+ *  [EMAIL PROTECTED] XWikiExceptionApi#ERROR_NOERROR} : 
action finished with no error.
+ *  [EMAIL PROTECTED] 
XWikiException#ERROR_XWIKI_ACCESS_DENIED} : context's user don't have
+ * rights to do this action.
+ *  [EMAIL PROTECTED] 
ApplicationManagerException#ERROR_APPLICATIONMANAGER_DOES_NOT_EXIST} :
+ * provided application does not exist.
+ * 
+ * @throws XWikiException
+ */
 public int deleteApplication(String appName) throws XWikiException
 {
 int returncode = XWikiExceptionApi.ERROR_NOERROR;
@@ -119,6 +156,12 @@
 return returncode;
 }
 
+/**
+ * Get all applications descriptors documents.
+ * 
+ * @return a list of XWikiApplication.
+ * @throws XWikiException
+ */
 public List getApplicationDocumentList() throws XWikiException
 {
 List listDocument = Collections.EMPTY_LIST;
@@ -135,6 +178,19 @@
 return listDocument;
 }
 
+/**
+ * Get the application descriptor document of the provided application.
+ * 
+ * @param appName the name of the application.
+ * @return the application descriptor document. If there is error, it add 
error code in context
+ * "lasterrorcode" field and exception in context's 
"lastexception" field. Error codes
+ * can be :
+ * 
+ *  [EMAIL PROTECTED] 
ApplicationManagerException#ERROR_APPLICATIONMANAGER_DOES_NOT_EXIST} :
+ * provided application does not exist.
+ * 
+ * @throws XWikiException
+ */
 public XWikiApplication getApplicationDocument(String appName) throws 
XWikiException
 {
 XWikiApplication app = null;
@@ -151,17 +207,53 @@
 return app;
 }
 
+/**
+ * Export an application into XAR using Packaging plugin.
+ * 
+ * @param appName the name of the application.
+ * @return error code . If there is error, it add error c

[xwiki-notifications] [Issue] Created: (XAAM-7) Deprecate ApplicationManagerPluginApi.getRootApplication(XWikiContext) for ApplicationManagerPluginApi.getRootApplication()

2007-10-01 Thread Thomas Mortagne (JIRA)
Deprecate ApplicationManagerPluginApi.getRootApplication(XWikiContext) for 
ApplicationManagerPluginApi.getRootApplication()
---

 Key: XAAM-7
 URL: http://jira.xwiki.org/jira/browse/XAAM-7
 Project: XWiki Application Manager Application
  Issue Type: Bug
  Components: Plugin
Affects Versions: 1.0 M1
Reporter: Thomas Mortagne
 Fix For: 1.0 M2


ApplicationManagerPluginApi.getRootApplication does not need to get 
XWikiContext because ApplicationManagerPluginApi as all plugins api contains 
context instance.

-- 
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: (XAAM-7) Deprecate ApplicationManagerPluginApi.getRootApplication(XWikiContext) for ApplicationManagerPluginApi.getRootApplication()

2007-10-01 Thread Thomas Mortagne (JIRA)

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

Thomas Mortagne updated XAAM-7:
---

Fix Version/s: 1.0 M2
 Assignee: Thomas Mortagne

> Deprecate ApplicationManagerPluginApi.getRootApplication(XWikiContext) for 
> ApplicationManagerPluginApi.getRootApplication()
> ---
>
> Key: XAAM-7
> URL: http://jira.xwiki.org/jira/browse/XAAM-7
> Project: XWiki Application Manager Application
>  Issue Type: Bug
>  Components: Plugin
>Affects Versions: 1.0 M1
>Reporter: Thomas Mortagne
> Assigned To: Thomas Mortagne
> Fix For: 1.0 M2
>
>
> ApplicationManagerPluginApi.getRootApplication does not need to get 
> XWikiContext because ApplicationManagerPluginApi as all plugins api contains 
> context instance.

-- 
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: (XWIKI-1776) Support Include of Section Content

2007-10-01 Thread Steve Brandi (JIRA)
Support Include of Section Content
--

 Key: XWIKI-1776
 URL: http://jira.xwiki.org/jira/browse/XWIKI-1776
 Project: XWiki Platform
  Issue Type: Improvement
Reporter: Steve Brandi


It would be very useful to be able to include content from a section of another 
document. Currently, Xwiki only allows inclusion of a whole page through the 
IncludeInContext etc. macros. A workaround is available if programming 
privileges are used, by using $xwiki.getDocument() and 
getContentOfSection(). Ultimately, programming privileges 
should not be required to support this. 

Inclusion would ideally be based upon the title of the section or some other 
easily accesible marker unique to the section. I believe that supporting 
inclusion by the section number only  would not be sufficient, because adding 
content to the page would very likely change that value. An example of the 
macro would be something like #IncludeInContext(PageName, SectionName) or 
#IncludeTopic(Pagename, SectionName). 



-- 
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: (XE-132) Prev/Next links don't work

2007-10-01 Thread Marius Dumitru Florea (JIRA)

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

Marius Dumitru Florea updated XE-132:
-

Attachment: xe-wiki-blog.diff.132.txt

Here's my patch. It fixes also some velocity parser errors/warnings related to 
the $velocityCount variable. See XE-130.

> Prev/Next links don't work
> --
>
> Key: XE-132
> URL: http://jira.xwiki.org/jira/browse/XE-132
> Project: XWiki Enterprise
>  Issue Type: Bug
>  Components: Blog Application
>Affects Versions: 1.1.1
> Environment: Any
>Reporter: Marius Dumitru Florea
> Assigned To: Marius Dumitru Florea
> Attachments: xe-wiki-blog.diff.132.txt
>
>
> When the number of articles in one blog category is greater than the number 
> of articles allowed on a page (e.g. 10 articles) the Prev/Next links appear 
> but they don't work because the "category" HTTP GET parameter isn't specified 
> in the query string.

-- 
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] Assigned: (XE-132) Prev/Next links don't work

2007-10-01 Thread Marius Dumitru Florea (JIRA)

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

Marius Dumitru Florea reassigned XE-132:


Assignee: Marius Dumitru Florea

> Prev/Next links don't work
> --
>
> Key: XE-132
> URL: http://jira.xwiki.org/jira/browse/XE-132
> Project: XWiki Enterprise
>  Issue Type: Bug
>  Components: Blog Application
>Affects Versions: 1.1.1
> Environment: Any
>Reporter: Marius Dumitru Florea
> Assigned To: Marius Dumitru Florea
>
> When the number of articles in one blog category is greater than the number 
> of articles allowed on a page (e.g. 10 articles) the Prev/Next links appear 
> but they don't work because the "category" HTTP GET parameter isn't specified 
> in the query string.

-- 
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: (XE-132) Prev/Next links don't work

2007-10-01 Thread Marius Dumitru Florea (JIRA)
Prev/Next links don't work
--

 Key: XE-132
 URL: http://jira.xwiki.org/jira/browse/XE-132
 Project: XWiki Enterprise
  Issue Type: Bug
  Components: Blog Application
Affects Versions: 1.1.1
 Environment: Any
Reporter: Marius Dumitru Florea


When the number of articles in one blog category is greater than the number of 
articles allowed on a page (e.g. 10 articles) the Prev/Next links appear but 
they don't work because the "category" HTTP GET parameter isn't specified in 
the query string.

-- 
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-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XAPANELS-22:
---

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> 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.2 M2
>
>
> 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] [Issue] Updated: (XAPANELS-23) Add Document Originator to Document Information Panel

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XAPANELS-23:
---

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add Document Originator to Document Information Panel
> -
>
> Key: XAPANELS-23
> URL: http://jira.xwiki.org/jira/browse/XAPANELS-23
> Project: XWiki Panels Application
>  Issue Type: Improvement
>Affects Versions: 1.1 M2
>Reporter: Erin Schnabel
> Fix For: 1.2 M2
>
>
> Right now, if the originator is not set, it is not possible w/ current 
> layout, to reset that value. This field could just be added back to the main 
> form, but it seems that the Document Information panel (where the tags and 
> parent fields are) would make more sense.

-- 
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-15) Add a Tag Cloud Panel

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XAPANELS-15:
---

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add a Tag Cloud Panel
> -
>
> Key: XAPANELS-15
> URL: http://jira.xwiki.org/jira/browse/XAPANELS-15
> Project: XWiki Panels Application
>  Issue Type: New Feature
>Affects Versions: 1.1 M1
>Reporter: Vincent Massol
> Assigned To: Thomas Drevon
>Priority: Minor
> Fix For: 1.2 M2
>
>


-- 
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: (XE-51) Add a Tag Cloud to the Main.Tags page

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XE-51:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add a Tag Cloud to the Main.Tags page
> -
>
> Key: XE-51
> URL: http://jira.xwiki.org/jira/browse/XE-51
> Project: XWiki Enterprise
>  Issue Type: New Feature
>  Components: Tag Application
>Affects Versions: 1.1 M1
>Reporter: Vincent Massol
> Assigned To: Thomas Drevon
>Priority: Minor
> Fix For: 1.2 M2
>
> Attachments: tagcloud-1.0.jar, TagCloud.xar
>
>


-- 
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: (XE-37) Improve the statistics page to display most viewed pages, most edited pages and best contributors with graphs and history

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XE-37:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Improve the statistics page to display most viewed pages, most edited pages 
> and best contributors with graphs and history
> -
>
> Key: XE-37
> URL: http://jira.xwiki.org/jira/browse/XE-37
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Statistics Application
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Fix For: 1.2 M2
>
>


-- 
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: (XE-96) Fix/remove deprecated content

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XE-96:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Fix/remove deprecated content
> -
>
> Key: XE-96
> URL: http://jira.xwiki.org/jira/browse/XE-96
> Project: XWiki Enterprise
>  Issue Type: Task
>  Components: XWiki Enterprise Documents
>Affects Versions: 1.1 M3
>Reporter: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> There are many references to the old skin and deprecated functionalities, 
> like in the generated class sheets there's a reference to the save button in 
> the upper left area.

-- 
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: (XE-14) Improve the Admin.WebHome page of the default wiki

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XE-14:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Improve the Admin.WebHome page of the default wiki
> --
>
> Key: XE-14
> URL: http://jira.xwiki.org/jira/browse/XE-14
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Administration Application
>Affects Versions: 1.1 M1
>Reporter: Vincent Massol
> Fix For: 1.2 M2
>
>
> - Review/Improve the content. For example link to the Administration page.
> - Improve the look and feel

-- 
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: (XE-97) Improve Lucene Search page to be as good as the default search

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XE-97:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Improve Lucene Search page to be as good as the default search
> --
>
> Key: XE-97
> URL: http://jira.xwiki.org/jira/browse/XE-97
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Search Application
>Affects Versions: 1.1 M4
>Reporter: Vincent Massol
> Assigned To: Jean-Vincent Drean
> Fix For: 1.2 M2
>
>
> Things to improve:
> * On first startup the lucene search returns empty results till the index is 
> built. We need to tell the user when the index is being built or rebuilt so 
> that they know what's happening.
> * Add space selection as for the default search
> * Add RSS feeds on search query as for the default search
> * Sometimes Lucene returns results twice with a different score (this needs 
> another jira issue when fixing it)
> * Need user guide on xwiki.org about Search queries with new Lucene syntax: 
> "*" for all, etc. as this is different from the default search.
> * Missing page titles in the results list as for the default list
> * Remove filter for score
> * Velocity errors/warns to remove when clicking on the Rebuild button 
> * Ensure that the index is not created in the OS temp dir as it'll be deleted 
> on reboot!
> * 2 images are added as attachements and 2 others are in the skin. I think 
> application resources should be located either on the paid requiring them as 
> attachments or on some resource page for that application. I don't think they 
> should go in the skin though as applications should be independent of the 
> skin.

-- 
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: (XE-53) Set parents to all pages so that there are no Orphaned pages in the default wiki

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XE-53:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Set parents to all pages so that there are no Orphaned pages in the default 
> wiki
> 
>
> Key: XE-53
> URL: http://jira.xwiki.org/jira/browse/XE-53
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Other
>Affects Versions: 1.1 M1
>Reporter: Vincent Massol
> Assigned To: Marius Dumitru Florea
> Fix For: 1.2 M2
>
>


-- 
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: (XE-101) Installer improvements

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XE-101:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Installer improvements
> --
>
> Key: XE-101
> URL: http://jira.xwiki.org/jira/browse/XE-101
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Build & Packaging
>Affects Versions: 1.1 M4
>Reporter: Vincent Massol
> Assigned To: Vincent Massol
> Fix For: 1.2 M2
>
>
> The installer needs to be improved as follows:
> * Add French translations
> * Add better XWiki logo
> * Ask for port from user
> * Fix IzPack problems with html links on the readme page
> * Offer ability to start xwiki after the install is finished

-- 
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: (XE-41) Allow for filtering pages and Spaces out of Web RSS

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XE-41:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Allow for filtering pages and Spaces out of Web RSS
> ---
>
> Key: XE-41
> URL: http://jira.xwiki.org/jira/browse/XE-41
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Navigation Application
>Affects Versions: 1.0 B4
>Reporter: Paul Armstrong
> Assigned To: Vincent Massol
> Fix For: 1.2 M2
>
> Attachments: WebRssCode.diff
>
>
> Here's a full replacement for the XWiki.WebRssCode to allow for filtering out 
> pages.
> Please keep the indentation as it's easier to read than the non-indented code 
> that was there
> It's probably be good to make $hiddenPages and $hiddenSpaces centralized so 
> that other things like the navigation panel can all be changed from one place.
> {code:title=XWiki.WebRssCode}
> {pre}
> #set ($hiddenSpaces = ["XWiki", "Admin", "Panels"])
> #set ($hiddenPages = ["Main.WebRss", "Main.WebSearch", 
> "Main.BlogRss","Main.Test", "Blog.Macros", "Main.TagsRss", "Main.WikiLaunch", 
> "Main.RegisterNewUserAction", "Main.SpaceIndex", "Blog.Category", 
> "Main.RecentMembers", "Main.Tags", "Main.Dashboard", "Main.PersonalRSS", 
> "Blog.Categories"])
> $context.setCacheDuration(1800)
> http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
> xmlns:xlink="http://www.w3.org/1999/xlink"; xmlns="http://purl.org/rss/1.0/"; 
> xmlns:dc="http://purl.org/dc/elements/1.1/"; 
> xmlns:wiki="http://purl.org/rss/1.0/modules/wiki/"; 
> xmlns:html="http://www.w3.org/1999/xhtml";>
> 
> 
> #if($title)
>   $title
> #else
>   $request.serverName
> #end
> 
> $baseurl
> 
> #if($description)
>   $description
> #else
>   $request.serverName
> #end
> 
> #set($logourl = $xwiki.getSkinFile($xwiki.getSkinPreference('logo', 
> 'logo.png')))
> #set($port = "")
> #if(($request.scheme == "http") && ($request.serverPort != 80))
>   #set($port = ":${request.serverPort}")
> #elseif(($request.scheme == "https") && ($request.serverPort != 443))
>   #set($port = ":${request.serverPort}")
> #end
> #set($logourl = "${request.scheme}://${request.serverName}${port}$logourl")
> 
> $doc.defaultLanguage
> $xwiki.getXMLEncoded($xwiki.webCopyright.replaceAll('<', 
> '
> $xwiki.getUserName($doc.author, false)
> $xwiki.getUserName($doc.author, false)
> 
> 
> #if(!$list)
>   #if(!$sql)
> #set($sql = "where 1=1 order by doc.date desc")
>   #end
>   #set($list = $xwiki.searchDocuments($sql, 50, 0))
> #end
> #set($list = $xwiki.wrapDocs($list))
> #foreach ($currentdoc in $list)
>   #if(!$hiddenPages.contains($currentdoc.fullName) && 
> !$hiddenSpaces.contains($currentdoc.space))
> #if($xwiki.hasAccessLevel("view", 
> "${context.database}:${currentdoc.fullName}"))
>   
> #end
>   #end
> #end
> 
> 
> 
> 
>   XWiki Logo
>   ${baseurl}
>   $logourl
> 
> #foreach ($currentdoc in $list)
>   #if(!$hiddenPages.contains($currentdoc.fullName) && 
> !$hiddenSpaces.contains($currentdoc.space))
> #if($xwiki.hasAccessLevel("view", 
> "${context.database}:${currentdoc.fullName}"))
>   #set ($url = $currentdoc.getExternalURL('view', 
> "language=${currentdoc.realLanguage}"))
>   #if ($currentdoc.content.length() < 255)
> #set ($length = $currentdoc.content.length())
>   #else
> #set ($length = 255)
>   #end
>   
> $xwiki.getXMLEncoded(${currentdoc.displayTitle})
> $url
> Version $currentdoc.version edited by 
> $xwiki.getXMLEncoded($xwiki.getUserName($currentdoc.author, false)) on 
> $currentdoc.date
> #set($tz = $xwiki.formatDate($currentdoc.date, "Z"))
> #set($tz = "${tz.substring(0, 3)}:${tz.substring(3)}")
> $xwiki.formatDate($currentdoc.date, 
> "-MM-dd")T$xwiki.formatDate($currentdoc.date, "hh:mm:ss")$tz
> 
> $xwiki.getXMLEncoded($xwiki.getUserName($currentdoc.creator, 
> false))
> 
>   
> 
> $xwiki.getXMLEncoded($xwiki.getUserName($currentdoc.author, 
> false))
>   
> 
>   
> #end
>   #end
> #end
> 
> {/pre}
> {code}

-- 
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: (XWIKI-888) API to get a DOM tree

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-888:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> API to get a DOM tree
> -
>
> Key: XWIKI-888
> URL: http://jira.xwiki.org/jira/browse/XWIKI-888
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: APIs
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
>Priority: Trivial
> Fix For: 1.2 M2
>
>
> The util.Util class should have some functions to create a new DOM 
> DocumentElement, or to create a DOM tree for a string.

-- 
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: (XWIKI-1610) WYSIWYG editor bugs on Safari 3.0

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1610:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> WYSIWYG editor bugs on Safari 3.0
> -
>
> Key: XWIKI-1610
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1610
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M4
>Reporter: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> - Changing to the wiki mode using the toolbar button moves the toolbar below 
> the textarea, and also leaves a large empty space below the toolbar
> - Cannot change a normal text into a title (no exception thrown)
> - Cannot change a title into normal text (Null exception on 
> xwiki_editor/plugins/core.js#313)
> - Changing to the wiki mode after this exception is completely disabled (Null 
> exceptions on tiny_mce/tiny_mce.js#3889)
> - Saving does not work (see XWIKI-1605 , no exception thrown)

-- 
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: (XWIKI-1608) Set the file.encoding jvm system property to the same encoding as the one configured in xwiki.cfg

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1608:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Set the file.encoding jvm system property to the same encoding as the one 
> configured in xwiki.cfg
> -
>
> Key: XWIKI-1608
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1608
> Project: XWiki Platform
>  Issue Type: Task
>  Components: Core
>Affects Versions: 1.1 M3
>Reporter: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> This should be done at platform startup.
> See XWIKI-94 for more details.

-- 
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: (XWIKI-1403) The WYSIWYG editor is removing breaks when it should not

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1403:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

>  The WYSIWYG editor is removing breaks when it should not
> -
>
> Key: XWIKI-1403
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1403
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M4
>Reporter: Phung Hai Nam
> Assigned To: Ludovic Dubost
>Priority: Critical
> Fix For: 1.2 M2
>
>
> If you go in the wyswiyg editor and start an empty document:
> Type a text
> Hit multiple carriage returns
> Type more text
> Then save and reedit. You will loose the carriage returns and only keep one.

-- 
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: (XWIKI-1709) WebHome displayed instead of a proper user name

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1709:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> WebHome displayed instead of a proper user name
> ---
>
> Key: XWIKI-1709
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1709
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.1 RC1
>Reporter: Sergiu Dumitriu
> Assigned To: Anca Paula Luca
> Fix For: 1.2 M2
>
> Attachments: XWIKI-1709.patch
>
>
> xwiki.getUserName("userdoc") should return the "firstname lastname" name of 
> the user stored in the "userdoc" document, or the same string if there is no 
> user in that document, or the document does not exist. However, if the empty 
> string is passed as an argument, "WebHome" is returned instead of the empty 
> string.

-- 
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: (XWIKI-1669) If a velocity template is empty, the "No template found" page is returned instead

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1669:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> If a velocity template is empty, the "No template found" page is returned 
> instead
> -
>
> Key: XWIKI-1669
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1669
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Scripting - Velocity
>Affects Versions: 1.1 M3
>Reporter: Evelina Petronela Slatineanu
> Assigned To: Anca Paula Luca
>Priority: Minor
> Fix For: 1.2 M2
>
>
> If a velocity template doesn't return any results (is empty) or returns 
> spaces then, instead, the "No template found" page is returned by xwiki, 
> which is not correct. It should allow velocity pages to be empty or contain 
> spaces.

-- 
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: (XWIKI-94) Make XWiki International

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-94:


Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Make XWiki International
> 
>
> Key: XWIKI-94
> URL: http://jira.xwiki.org/jira/browse/XWIKI-94
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Core, Storage
>Affects Versions: 0.9.840
>Reporter: jeremi Joslin
>Priority: Critical
> Fix For: 1.2 M2
>
>
> Make xwiki support internationalization for languages like chinese.

-- 
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: (XWIKI-1677) A lot of exceptions while upgrading from XWiki 1.1M3 to 1.1RC1

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1677:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> A lot of exceptions while upgrading from XWiki 1.1M3 to 1.1RC1
> --
>
> Key: XWIKI-1677
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1677
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.1 RC1
>Reporter: Raffaello Pelagalli
> Fix For: 1.2 M2
>
> Attachments: logs.bz2
>
>
> A lot of exceptions while upgrading from XWiki 1.1M3 to 1.1RC1

-- 
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: (XWIKI-980) EventCalendar generates prev-next links forever

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-980:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> EventCalendar generates prev-next links forever
> ---
>
> Key: XWIKI-980
> URL: http://jira.xwiki.org/jira/browse/XWIKI-980
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Plugin - Other
>Affects Versions: 1.0 B5
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
>Priority: Minor
> Fix For: 1.2 M2
>
> Attachments: XWIKI-980-1.patch, XWIKI-980.patch
>
>
> The Calendar plugin displays links to the previous and following months in 
> the html calendar. The problem is that these links are generated for every 
> month, creating pages like Main/EventCalendar?month=-1258. This is bad for 
> search engines, as they are trapped on the same page forever and ever and 
> ever...
> The calendar plugin should have a parameter telling how many months before 
> and after it should display links to. For example, when displaying the table 
> for ?month=-12, there will be no link to the previous month.

-- 
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: (XWIKI-1497) Support entering code in the Style menu

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1497:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Support entering code in the Style menu
> ---
>
> Key: XWIKI-1497
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1497
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M3
>Reporter: Phung Hai Nam
> Fix For: 1.2 M2
>
>
> It'll generate wiki syntax using the code macro.

-- 
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: (XWIKI-1750) Edit locking and unlocking might halt page loading

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1750:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Edit locking and unlocking might halt page loading
> --
>
> Key: XWIKI-1750
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1750
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.1
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> Because we don't write anything in response, and we don't set a 
> content-length HTTP header, some (combination of) 
> browsers/proxies/containers/connectors might not correctly determine that the 
> response is over, and will wait several seconds for something more. This was 
> happening some time ago in the dodo skin, which used synchronous AJAX calls.

-- 
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: (XWIKI-1213) Add macro description + parameter description in WYSIWYG editor when adding a macro

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1213:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add macro description + parameter description in WYSIWYG editor when adding a 
> macro
> ---
>
> Key: XWIKI-1213
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1213
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Core, Editor - WYSIWYG
>Affects Versions: 1.0 RC4
>Reporter: Vincent Massol
> Fix For: 1.2 M2
>
>
> Architecture:
> * The descriptions should be made available in the dialog box for adding a 
> macro in the WYSIWYG editor BUT also they need to be accessible from the 
> XWiki API somehow. This will allow us to auto document macros easily on 
> xwiki.org without having to duplicate the information.

-- 
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: (XWIKI-1501) Search and Replace (If available) - Which has a dialog that pops up

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1501:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Search and Replace (If available) - Which has a dialog that pops up
> ---
>
> Key: XWIKI-1501
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1501
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M3
>Reporter: Phung Hai Nam
> Fix For: 1.2 M2
>
>


-- 
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: (XWIKI-1281) Refactor Print menu to take into consideration Exports (PDF, XAR, RTF)

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1281:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Refactor Print menu to take into consideration Exports (PDF, XAR, RTF)
> --
>
> Key: XWIKI-1281
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1281
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Templates, Skins & User Interface
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Assigned To: Ludovic Dubost
> Fix For: 1.2 M2
>
>
> It's strange that PDF is in the print menu. Now that we have added RTF export 
> we need to refactor it and decide how/where we make the exports available. 
> Possible options:
> * another menu entry but that's starting to be a lot
> * (or better I think) in the Export tab of the Administration tab, allow to 
> select the export format

-- 
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: (XWIKI-1615) Wysiwyg Editor hardcodes table cells styles

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1615:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Wysiwyg Editor hardcodes table cells styles
> ---
>
> Key: XWIKI-1615
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1615
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M4
>Reporter: Ludovic Dubost
> Fix For: 1.2 M2
>
>
> We need to use a class name (table-cell) instead of the inlined styles.

-- 
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: (XWIKI-1751) Display a warning message instead of stack trace when no classid parameter was sent in a ObjectRemove action

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1751:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Display a warning message instead of stack trace when no classid parameter 
> was sent in a ObjectRemove action
> 
>
> Key: XWIKI-1751
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1751
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 1.1
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> The ObjectRemoveForm assumes there will always be a correct number passed as 
> the classid request parameter. If somebody introduced a wrong URL, either 
> missing or having a bad value for that parameter, then a stack trace is 
> displayed. The actual result would be to display a notice message, saying 
> that no object was selected.

-- 
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: (XWIKI-1154) Linking to an anchor

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1154:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Linking to an anchor
> 
>
> Key: XWIKI-1154
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1154
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Editor - WYSIWYG
>Affects Versions: 1.0 RC3
>Reporter: Vincent Massol
>Priority: Minor
> Fix For: 1.2 M2
>
>
> We need a way to link to an anchor in a page when creating/editing a link. It 
> would also be nice to have a way to link to an anchor in the same page. 
> Ideally the list of anchors should be presented in a list.

-- 
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: (XWIKI-1752) Generic "error", "warning" and "notice" templates

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1752:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Generic "error", "warning" and "notice" templates
> -
>
> Key: XWIKI-1752
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1752
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Templates, Skins & User Interface
>Affects Versions: 1.1
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
>Priority: Minor
> Fix For: 1.2 M2
>
>
> Currently we have a lot of tiny templates that display specific error 
> messages, like docdoesnotexist, docalreadyexists, templatedoesnotexist...
> XWiki should provide general templates for displaying error messages, so that 
> a new error should not require a new template, but just passing a parameter 
> to the error.vm template.

-- 
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: (XWIKI-1741) Add prenotification support for document change listeners

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1741:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add prenotification support for document change listeners
> -
>
> Key: XWIKI-1741
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1741
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 1.1 RC2
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
>Priority: Minor
> Fix For: 1.2 M2
>
>
> We have prenotification support for action listeners, but not for document 
> change listeners.
> Such a notification will be triggered before saving the document, and it will 
> allow a listener to change the document that gets saved. For example, it can 
> automatically set the document title to a value from inside an object, or 
> recalculate some computed object fields.

-- 
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: (XWIKI-1665) Build and deploy Maven site on our CI server

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1665:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Build and deploy Maven site on our CI server
> 
>
> Key: XWIKI-1665
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1665
> Project: XWiki Platform
>  Issue Type: Task
>  Components: Build, Tests, Infrastructure
>Affects Versions: 1.1 M4
>Reporter: Vincent Massol
> Assigned To: Vincent Massol
>Priority: Minor
> Fix For: 1.2 M2
>
>
> This will also allow us to deploy the javadoc and hence give us a link to 
> point to on http://www.xwiki.org/xwiki/bin/view/DevGuide/API

-- 
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: (XWIKI-1448) Friendly datepicker for date fields

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1448:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Friendly datepicker for date fields
> ---
>
> Key: XWIKI-1448
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1448
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Core, Templates, Skins & User Interface
>Affects Versions: 1.1 M2
>Reporter: Evelina Petronela Slatineanu
> Assigned To: Evelina Petronela Slatineanu
>Priority: Minor
> Fix For: 1.2 M2
>
> Attachments: datepicker.patch, skins.tar.gz, XWIKI-1448.patch
>
>
> The datepicker will allow users who have javascript enabled on their browser 
> to input more easily  the date properties in xwiki. For a date property -and 
> javascript enabled -  a small jpg will appear next to the input in Edit mode, 
> and when clicked, the date picker will appear.
> Features and how to use it:
> - when the user creates a class that will have a date property, he has the 
> following options for the date picker:
>   -- Min year: he can input the starting year for the date picker, like 
> 1950 for instance (optional).
>   -- Max year: he can input the ending year to be displayed by the 
> datepicker, like 2050 for instance (optional).
>If the user leaves both fields empty the date picker will 
> display by default years in range 1950-2100
>  -- Show Days in Overlapping Months: if this feature is activated, then 
> the date picker will display those days that are from previous or next month 
> and overlap the current month, for instance July starts on Sunday, so the 
> date picker will display, in faded color, the days in June, from Monday to 
> Saturday and also the days in August in order to complete the current month.
> - the date picker automatically detects the format of the date from the Date 
> Format field in the date property and it also detects to show the time picker 
> or not (for instance, for a date like 22/07/2007 it won't display the time 
> picker)
> - to learn how to use it, the user can click on "?" button, on the top-left 
> corner of the date picker; a pop-up will appear showing the basic uses of 
> date and/or time picker
> - the user can change the selected date in the date picker without affecting 
> the date in the input (he might change his mind at a certain point...) but if 
> he wants to modify the input, he can either click again on the selected date 
> or press Enter; the same is for the time picker, if in use.
> - he can select faster the time by dragging with the mouse over the hour, 
> minute or/and second parts of the time picker
> - the user can also select faster the years and months by using <<, <, >, >>  
> buttons on top of the date picker or by holding with the mouse on these 
> buttons to show a drop-down list with the months and years
> - by pressing "Today" the user is always taken to the current date of the 
> system
> - the user can click on every day heading (for instance Mon, Tue...) to 
> re-order the way dates are displayed in the date picker (for instance to 
> display the dates with the first day of the week being Monday instead of 
> Sunday). However, to permanently change this feature, the 
> ApplicationProperties must be changed:
> core.datepicker.fd=0 for Sunday as the first day of the week, 1 for Monday 
> and so on (0-6)
> - the date picker has currently two themes: aero (default) and aqua; the user 
> can change the theme for all appearances of the date picker from 
> Administration  > Preferences > Skin > Datepicker Theme

-- 
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: (XWIKI-1713) WYSIWYG editor misinterprets velocity comments as a list

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1713:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> WYSIWYG editor misinterprets velocity comments as a list
> 
>
> Key: XWIKI-1713
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1713
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 RC1
>Reporter: Pavel Kolesnikov
> Fix For: 1.2 M2
>
>
> when I open a page containing commented lines (i.e. starting with "##"), the 
> WYSIWYG editor interprets commented lines as an ordered list and saves them 
> as lines starting with "11."

-- 
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: (XWIKI-1711) %20 in an URL edited WYSIWYG is transformed in a space and the link finished on this space

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1711:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> %20 in an URL edited WYSIWYG is transformed in a space and the link finished 
> on this space
> --
>
> Key: XWIKI-1711
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1711
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Internationalization and Localization
>Affects Versions: 1.1 RC1
> Environment: actually we are not using 1.1RC1 but 1.1M4 and some 
> fixes, exact version is r4721.
>Reporter: Nicolas Réau
> Fix For: 1.2 M2
>
>
> If you put a link to a web page with spaces in the name e.g. :
> http://ocha.unog.ch/humanitarianreform/Portals/1/cluster%20approach%20page/Introduction/IASCGUIDANCENOTECLUSTERAPPROACH.pdf
>  
> the WYSIWYG editor replaces the /%20 character with a space and then decides 
> that the weblink address finishes at the first 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] [Issue] Updated: (XWIKI-1604) Generalized Ajax Suggest Feature

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1604:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Generalized Ajax Suggest Feature
> 
>
> Key: XWIKI-1604
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1604
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Templates, Skins & User Interface
>Affects Versions: 1.1 M3
> Environment: Ubuntu Fiesty
>Reporter: Evelina Petronela Slatineanu
>Priority: Minor
> Fix For: 1.2 M2
>
> Attachments: suggest_img.tar.gz, XWIKI-1604.patch
>
>
> Generalized, user-friendly suggest feature for html input fields, using ajax.
> It works for properties of type:
> - StringClass
> - DbListClass
> - StaticListClass
> Also works for tags (which are of type StaticListClass with Multiple Select 
> and Relational Storage activated).
> For DbListClass, the suggest can be used with the user's query (in the field 
> "Hibernate Query", from the class). If the query retrieves two columns from 
> the database (i.e "select distinct obj.name, prop.value from..."), then the 
> first column is used as a "key" and placed in a hidden input, and the value 
> is retrieved using obj.name. If the object does not exist yet, the user must 
> create an object first and then use the suggest feature. If the query 
> retrieves only one column (i.e "select prop.value from...") then the suggest 
> feature does not need a hidden input to retrieve the key. If the user's query 
> retrieves more than 2 columns, the suggest feature ignores the third, 
> fourth...columns.

-- 
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: (XWIKI-715) Image file names should not be rendered

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-715:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Image file names should not be rendered
> ---
>
> Key: XWIKI-715
> URL: http://jira.xwiki.org/jira/browse/XWIKI-715
> Project: XWiki Platform
>  Issue Type: Bug
>Affects Versions: 1.0 B2
>Reporter: Johan MOREAU
> Fix For: 1.2 M2
>
>
> Double underscore interpreted in {image}. {image:__myPicture.jpg} doesn't 
> work.

-- 
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: (XWIKI-1589) Spaces at beginning of line are stripped

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1589:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Spaces at beginning of line are stripped
> 
>
> Key: XWIKI-1589
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1589
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M3
>Reporter: Vincent Massol
> Fix For: 1.2 M2
>
>
> For example, in wysiwyg, type the following:
> {noformat}
> some text
> {noformat}
> Then click on the Wiki tab (or save and edit in wiki mode). You'll see that 
> the front spaces have been stripped:
> {noformat}
> some text
> {noformat}

-- 
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: (XWIKI-1731) Ability to change just one (or several) object properties

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1731:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Ability to change just one (or several) object properties
> -
>
> Key: XWIKI-1731
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1731
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Templates, Skins & User Interface
>Affects Versions: 1.1 RC2
>Reporter: Sergiu Dumitriu
>Priority: Minor
> Fix For: 1.2 M2
>
>
> In the Albatross skin we have the option, int the object editor, to edit just 
> one class of objects, or just one object. We should also offer the 
> possibility to further refine, and edit just one or some properties of a 
> specific object. For example, we should be able to reuse the object editor 
> template to change just the blog address and blog feed of a user, and not 
> write a special template just for that.

-- 
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: (XWIKI-913) The URLs for xwiki pages should be simpler

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-913:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> The URLs for xwiki pages should be simpler
> --
>
> Key: XWIKI-913
> URL: http://jira.xwiki.org/jira/browse/XWIKI-913
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Actions and URLs, Core
>Affects Versions: 1.0 B4
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> Vincent, on the xwiki-dev mailing list:
> {quote}
> Some user (Jerome Lacoste) has commented to me that XWiki URLs are a
> bit too complex and should be simplified and cleaned as much as
> possible. I agree with him.
> Take for example: http://www.xwiki.org/xwiki/bin/view/Main/WebHome
> Wouldn't it be nice is this was simplified to 
> http://www.xwiki.org/Main/WebHome ?
> This would mean view is the action by default.
> {quote}
> Reply:
> {quote}
> So, to summarize:
> - /xwiki/ should be there in the default package, but we need to document how 
> it can be removed if needed/wanted.
> - /bin/ can be removed
> - /view/ can be removed
> - /edit/inline/viewrev/download ... can be replaced with something else, but 
> I think they should stay there
> - /files/ should be added for serving files on the local file system
> - The code generating URLs should be modified.
> {quote}
> Also, the default page ( www.somewiki.com/ ) should not redirect to 
> /Main/WebHome, but to include the rendered content in the page.

-- 
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: (XWIKI-1284) Image disappears from WYSIWYG editor in documents with special characters in name

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1284:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Image disappears from WYSIWYG editor in documents with special characters in 
> name
> -
>
> Key: XWIKI-1284
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1284
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Editor - WYSIWYG
>Affects Versions: 1.0 RC5
> Environment: Linux 2.4.10-4GB-SMP, Apache/1.3.29, mod_jk/1.2.23, Java 
> 1.5.0_09, Tomcat 4.1.29
>Reporter: Thomas B.
> Fix For: 1.2 M2
>
>
> If a document's name contains special characters (like German umlauts ä, ö, ü 
> etc.) images do not work correctly in the WYSIWYG editor.
> To reproduce:
> * Edit a page witch such a name in the WYSIWYG editor (example: 
> http://wiki.erlhagen.de/xwiki/bin/view/Sandkasten/Image+Upload+Pr%F6blem)
> * Go to the end of the text and press ENTER to insert a new line of text.
> * Click the icon "Insert/edit image"
> * Choose one of the existing image files (or upload a new one and select 
> it).
> * Click "Insert"
> * Then click Preview, or Save & View. The image is gone!
> It works in the Wiki-style editor.

-- 
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: (XWIKI-941) Attachments names should not be rendered

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-941:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Attachments names should not be rendered
> 
>
> Key: XWIKI-941
> URL: http://jira.xwiki.org/jira/browse/XWIKI-941
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Templates, Skins & User Interface
>Reporter: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> If an attachment is named someFile[1].txt, then the link that points to this 
> file will be broken.

-- 
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: (XWIKI-1646) Copy document with included content

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1646:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Copy document with included content
> ---
>
> Key: XWIKI-1646
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1646
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.1 M4
>Reporter: Thomas Mortagne
> Fix For: 1.2 M2
>
> Attachments: 20070821-copy-document-include.patch
>
>
> Add parameter to XWikiDocument.copyDocument to include document content when 
> we copy it.

-- 
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: (XWIKI-1749) Switching tabs in Administration mode keeps documents locked

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1749:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Switching tabs in Administration mode keeps documents locked
> 
>
> Key: XWIKI-1749
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1749
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Templates, Skins & User Interface
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> Scenario:
> 1. On an empty wiki, click on the administration link
> 2. Go to Import
> 3. Upload the XE xar and import it
> 4. Login
> 5. Click on the administration link
> Now you will get a "This object is currently locked by XWikiGuest" notice.

-- 
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: (XWIKI-1010) Switching between WYSIWYG and Wiki modes messes up formatting

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1010:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Switching between WYSIWYG and Wiki modes messes up formatting
> -
>
> Key: XWIKI-1010
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1010
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Editor - Wiki, Editor - WYSIWYG
>Affects Versions: 1.0 B5
> Environment: Win XP SP 2, XWiki standalone
>Reporter: Zeljko Trogrlic
> Fix For: 1.2 M2
>
>
> Lines that start with number are converted to titles when switching from 
> WYSIWYG to Wiki.
> Example:
> * switch to WYSIWYG
> * enter "1 step" without quotes. Text style is "normal"
> * switch to Wiki. Line is not escaped and therefore converted to heading 1
> * switch back to WSYIWYG. Text style is "Title 1"

-- 
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: (XWIKI-1143) 1 In Table Cell Breaks Sectional Editing

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1143:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> 1 In Table Cell Breaks Sectional Editing
> 
>
> Key: XWIKI-1143
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1143
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Editor - Wiki, Editor - WYSIWYG
>Affects Versions: 1.0 RC2
>Reporter: Luis Arias
> Fix For: 1.2 M2
>
>
> Create a page with the following content:
> {noformat}
> 1 Table Section Editing Test
> 1.1 A Table
> {table}
> Col 1 | Col 2
> 1 | 2
> 3 | 4
> {table}
> {noformat}
> Section edit the first section, you will see the table is not edited 
> correctly in either wiki or wysiwyg mode.
> Change the 1 in the first cell, second row to a 2.  Section editing will work 
> ok.

-- 
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: (XWIKI-1609) Some UTF-8 characters replaced with '#' when generating PDF

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1609:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Some UTF-8 characters replaced with '#' when generating PDF
> ---
>
> Key: XWIKI-1609
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1609
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Other
>Affects Versions: 1.1 M4
>Reporter: Catalin Hritcu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> We need a pan-unicode font set like the STIX fonts 
> (http://www.stixfonts.org/).

-- 
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: (XWIKI-1079) LDAP Authentication

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1079:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> LDAP Authentication
> ---
>
> Key: XWIKI-1079
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1079
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Admin, Plugin - Other, Rights Management, Wiki features
>Affects Versions: 1.0 B6
>Reporter: Gunter Leeb
> Fix For: 1.2 M2
>
> Attachments: ldap.zip, LDAPAuthenticater.java, 
> LDAPAuthenticater.java, ssl.zip, XWiki.zip
>
>
> I have finished the implementation of a substitude LDAP authentication class.
> The new features and changes:
> - Separate LDAP login and authentication validation
> - An LDAP group membership is first checked before a user can be 
> authenticated against LDAP
> - LDAP Groups are handled recursivly (groups in groups)
> - LDAP Groups and their members are cached with an expiration
> - LDAP attributes can update XWiki user attributes configurable at create 
> time or on every login
> - LDAP group membership can be sync'ed with XWiki group membership
> - If authentication with LDAP fails it still will try to authenticate against 
> the XWiki DB
> - detailed comments in xwiki.cfg
> - pretty much every detail of the behavior can be configured in xwiki.cfg
> - as far as I can see, all valuable features from the old LDAPAuthServiceImpl 
> are reimplemented (except for LDAP bind being sufficent for login implemented 
> by the check_level configuration)
> - I have tried to implement all the feature requests about LDAP that I have 
> heard about
> - any LDAP attribute can be used containing the XWiki name
> Known Issues:
> - joining an XWiki group or removing someone from a group does not appear to 
> work correctly
> - creating a user appears incomplete to me
> I tested against OpenLDAP and Novell eDirectory.
> I would like to ask for a code-read, verification of how the module is using 
> the XWiki APIs and testing in various environments.
> Most of all, I am looking for feedback. 
> This is not a final version!

-- 
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: (XWIKI-1274) Add auto-suggest feature for tags

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1274:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add auto-suggest feature for tags
> -
>
> Key: XWIKI-1274
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1274
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Core, Templates, Skins & User Interface
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Assigned To: Evelina Petronela Slatineanu
> Fix For: 1.2 M2
>
>
> When entering a tag, automatically display in real time the list of existing 
> tags starting with the letters typed so that the user can select an existing 
> tag.

-- 
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: (XWIKI-68) History page too big when the document has many versions

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-68:


Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> History page too big when the document has many versions
> 
>
> Key: XWIKI-68
> URL: http://jira.xwiki.org/jira/browse/XWIKI-68
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Templates, Skins & User Interface
>Affects Versions: 0.9.840
>Reporter: solo turn
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> the history view is too big, maybe consider something like mediawiki does:
> * just a defined number of last entries in a page
> * either skip or restrict "show all changes"
> makes denial of service attack possible

-- 
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: (XWIKI-1500) Wiki editor and Wiki Syntax help pop-up

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1500:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Wiki editor and Wiki Syntax help pop-up
> ---
>
> Key: XWIKI-1500
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1500
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M3
>Reporter: Phung Hai Nam
> Fix For: 1.2 M2
>
>
> Brings up a pop-up window with help n either using the WYSIWYG editor or how 
> to write and tag Wiki Syntax with examples

-- 
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: (XWIKI-1179) Inbound Rewrite rules

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1179:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Inbound Rewrite rules
> -
>
> Key: XWIKI-1179
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1179
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 1.0 RC3
>Reporter: Ludovic Dubost
> Fix For: 1.2 M2
>
> Attachments: rewrite.patch, rewrite2.patch, webxml.patch
>
>
> I propose to write a Servlet Filter to support inbound rewrite rules defined 
> in a wiki page.
> Example:
> rule1=^/xwiki/pages/(.+)/(.+)
> rule1-target=/bin/view/Main/$1?param1=$2
> would transform
> /xwiki/pages/page1/123
> into
> /xwiki/bin/view/Main/page1?param1=123

-- 
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: (XWIKI-268) Notification by email when documents are updated

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-268:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Notification by email when documents are updated
> 
>
> Key: XWIKI-268
> URL: http://jira.xwiki.org/jira/browse/XWIKI-268
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Wiki features
>Affects Versions: 1.1 M2
>Reporter: charles gay
> Assigned To: Jean-Vincent Drean
> Fix For: 1.2 M2
>
>
> it should be very useful to be notified by mail of document changes.
> the notification should be filtered by space if needed.
> this feature is already implemented with rss which permits to know last 
> changes; but if you don't grab periodically the rss feed, you lost some 
> changes...
> this feature will be very useful , especially for translators:
> for example, the jGuard project provides some translations of its 
> documentation, but translation synchronization is very hard to do.
> with this feature, it will simplifies the work (translators will be more 
> reactive to synch their translation).
> cheers,
> Charles.
> www.jguard.net

-- 
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: (XWIKI-1645) CLONE- build time/test jars should not be packaged with xwiki + possible bloat

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1645:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> CLONE- build time/test jars should not be packaged with xwiki + possible bloat
> --
>
> Key: XWIKI-1645
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1645
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Build, Tests, Infrastructure
>Affects Versions: 1.1 M3, 1.1 M4
>Reporter: matthew payne
> Assigned To: Vincent Massol
> Fix For: 1.2 M2
>
>
> xwiki already is huge with an abundance of jars.
> Many jars packaged with xwiki.war are not useful during runtime and add to 
> bloat.
> Someone needs to refine the build process so build time jars are not included 
> with runtime jars.
> examples of these are:servlet-api.jar(fixed), junit-3.8.1.jar, 
> jmock-1.0.1.jar, jtidy-8.0-20060801.131059-3-dev.jar
> ehcache.jar and oscache.jar (are two caching implementations really needed??)
> There maybe many others, but someone needs to go through with a fine tooth 
> comb
> ant-1.6.5.jar (maybe??)
> postlet-api-1.0.jar(???)
> jdom and dom4j  e.g. two libs that do the same thing

-- 
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: (XWIKI-1452) When leaving a WYSIWYG editing session, make sure all the popup windows are closed

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1452:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> When leaving a WYSIWYG editing session, make sure all the popup windows are 
> closed
> --
>
> Key: XWIKI-1452
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1452
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M2
>Reporter: Sergiu Dumitriu
>Priority: Minor
> Fix For: 1.2 M2
>
>
> For example, if I'm editing a document and I open the Insert Link helper 
> window, but leave it opened, it should be closed when leaving the page.

-- 
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: (XWIKI-1090) XWiki Query Generator

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1090:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> XWiki Query Generator
> -
>
> Key: XWIKI-1090
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1090
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 1.0 B6
>Reporter: Ludovic Dubost
> Fix For: 1.2 M2
>
>
> This features allows to generate a Query UI and the corresponding query 
> automatically to run on the storage engine.
> The displaySearch APIs allow to display the query UI and makeQuery allow to 
> generate the query

-- 
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: (XWIKI-1655) login action should clean all the cookies

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1655:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> login action should clean all the cookies
> -
>
> Key: XWIKI-1655
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1655
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Actions and URLs
>Affects Versions: 1.1 M4
>Reporter: Sergiu Dumitriu
>Priority: Critical
> Fix For: 1.2 M2
>
>
> There are some login-related issues caused by cookies (see XE-91 ), caused by 
> the fact that different versions of XWiki use cookies differently.

-- 
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: (XWIKI-1667) Remove unneeded & invalid element printed by the DateClass properties in edit mode

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1667:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Remove unneeded & invalid  element printed by the DateClass properties 
> in edit mode
> -
>
> Key: XWIKI-1667
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1667
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.1 M4
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> I think this was supposed to become a datepicker, but never made it past an 
> empty link tag.

-- 
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: (XWIKI-1689) Add a lightbox macro

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1689:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add a lightbox macro
> 
>
> Key: XWIKI-1689
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1689
> Project: XWiki Platform
>  Issue Type: New Feature
>  Components: Macros & Filters, Templates, Skins & User Interface
>Affects Versions: 1.1 RC1
>Reporter: Jean-Vincent Drean
> Assigned To: Félix Hébert
> Fix For: 1.2 M2
>
> Attachments: lightbox-exemple.jpg
>
>
> without images. only css and easy customisable.
> Customizable easily with 4 parameters : background-color, border-color, 
> font-color and lightbox-type.
> 3 types of lightbox are available: (cf. screenshot)
>- squarred
>- light rounded
>- rounded
> v1.1 available (see below for source)

-- 
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: (XWIKI-1681) Document Fullscreen editing

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1681:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Document Fullscreen editing
> ---
>
> Key: XWIKI-1681
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1681
> Project: XWiki Platform
>  Issue Type: Task
>  Components: Documentation & xwiki.org
>Affects Versions: 1.1 RC1
>Reporter: Vincent Massol
> Assigned To: Evelina Petronela Slatineanu
> Fix For: 1.2 M2
>
>
> This needs to be documented ASAP on xwiki.org, on 
> http://www.xwiki.org/xwiki/bin/view/UserGuide/PageEditing

-- 
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: (XWIKI-1271) Add ability to send links of the current page to someone by email

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1271:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add ability to send links of the current page to someone by email
> -
>
> Key: XWIKI-1271
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1271
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Templates, Skins & User Interface
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Assigned To: Ludovic Dubost
>Priority: Minor
> Fix For: 1.2 M2
>
>
> A first version could use the client's emailer.

-- 
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: (XWIKI-1272) Add capability to set a page's parent from the view page mode and using a popup to easily select the parent page

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1272:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add capability to set a page's parent from the view page mode and using a 
> popup to easily select the parent page
> 
>
> Key: XWIKI-1272
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1272
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Templates, Skins & User Interface
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Fix For: 1.2 M2
>
>


-- 
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: (XWIKI-1498) Support Call out/Quote in the Style Menu

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1498:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Support Call out/Quote in the Style Menu
> 
>
> Key: XWIKI-1498
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1498
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M3
>Reporter: Phung Hai Nam
> Fix For: 1.2 M2
>
>


-- 
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: (XWIKI-1499) Support Comment in the style Menu (as Velocity ## comment)

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1499:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Support Comment in the style Menu (as Velocity ## comment)
> --
>
> Key: XWIKI-1499
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1499
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Editor - WYSIWYG
>Affects Versions: 1.1 M4
>Reporter: Phung Hai Nam
>Priority: Critical
> Fix For: 1.2 M2
>
>
> If this one does not make it in 1.1M4 it should be right away in the 1.1 
> branch

-- 
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: (XWIKI-1728) Main database name in multiwiki mode is hardcoded to 'xwiki'

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1728:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Main database name in multiwiki mode is hardcoded to 'xwiki'
> 
>
> Key: XWIKI-1728
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1728
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Core, Storage
>Affects Versions: 1.1 RC2
>Reporter: Sergiu Dumitriu
>Priority: Minor
> Fix For: 1.2 M2
>
>
> It should be configurable.

-- 
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: (XWIKI-1748) Deleting a non-existing xobject should display a warning, not a stack trace

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1748:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Deleting a non-existing xobject should display a warning, not a stack trace
> ---
>
> Key: XWIKI-1748
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1748
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 1.1
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
>Priority: Minor
> Fix For: 1.2 M2
>
>
> If you try to delete an object that does not exist yet, or was already 
> deleted, you will get an ugly stack trace. It should be a warning or notice 
> box, describing the problem.

-- 
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: (XWIKI-1449) Accents in request parameters fails in UTF mode

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1449:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Accents in request parameters fails in UTF mode
> ---
>
> Key: XWIKI-1449
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1449
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Internationalization and Localization
>Affects Versions: 1.1 RC1
>Reporter: Jerome Velociter
> Fix For: 1.2 M2
>
>
> In UTF mode :
> Create a page that displays a request parameter
> {code}
> $request.param1
> {code}
> Access page with ?param1=été
> Will display :
> été instead of été

-- 
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: (XWIKI-1153) Hitting enter on a line with section style shouldn't loose that style

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1153:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Hitting enter on a line with section style shouldn't loose that style
> -
>
> Key: XWIKI-1153
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1153
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Editor - WYSIWYG
>Affects Versions: 1.0 RC3
>Reporter: Vincent Massol
>Priority: Minor
> Fix For: 1.2 M2
>
>


-- 
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: (XWIKI-1591) Improve speed, coverage and reporting for the XML/XHTML validity test

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1591:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Improve speed, coverage and reporting for the XML/XHTML validity test
> -
>
> Key: XWIKI-1591
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1591
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Build, Tests, Infrastructure
>Affects Versions: 1.1 M4
>Reporter: Catalin Hritcu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>


-- 
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: (XWIKI-1642) Stylesheets are loaded twice

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1642:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Stylesheets are loaded twice
> 
>
> Key: XWIKI-1642
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1642
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Templates, Skins & User Interface
>Affects Versions: 1.1 M4
>Reporter: Félix Hébert
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
> Attachments: screenshot-1.jpg
>
>
> It seems that stylesheets are loaded twice. (cf. Firebug screenshot)
> modify sylesheets.vm seems fix this bug

-- 
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: (XWIKI-800) Provide capabillty to perform partial export of wiki

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-800:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Provide capabillty to perform partial export of wiki
> 
>
> Key: XWIKI-800
> URL: http://jira.xwiki.org/jira/browse/XWIKI-800
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Admin
>Affects Versions: 1.0 B3
>Reporter: Dan Murphy
> Fix For: 1.2 M2
>
>
> In an earlier version of the import/export there was a drop down and you 
> could select specific spaces & pages to export.
> Current implementation only export the entire wiki.

-- 
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: (XWIKI-1289) Add UI for exporting a set of pages as PDF

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1289:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add UI for exporting a set of pages as PDF
> --
>
> Key: XWIKI-1289
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1289
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Templates, Skins & User Interface
>Affects Versions: 1.0
>Reporter: Vincent Massol
> Fix For: 1.2 M2
>
>


-- 
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: (XWIKI-188) Problems with Wiki links with non-alphanumeric characters

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-188:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Problems with Wiki links with non-alphanumeric characters
> -
>
> Key: XWIKI-188
> URL: http://jira.xwiki.org/jira/browse/XWIKI-188
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Actions and URLs
>Affects Versions: 0.9.840
>Reporter: Stephen Schaub
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M2
>
>
> Create a wiki page with links like the following:
> [Images: Good or Bad?]
> [C++ Examples]
> XWiki renders the first link like this:
> Images: 
> Good or Bad??
> It's completely broken. The second link is rendered like this:
> C++ 
> Examples
> XWiki should be able to handle links with non alpha-numeric characters.

-- 
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: (XWIKI-1696) Make build work on Windows

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1696:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Make build work on Windows
> --
>
> Key: XWIKI-1696
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1696
> Project: XWiki Platform
>  Issue Type: Task
>  Components: Build, Tests, Infrastructure
>Affects Versions: 1.1 RC1
>Reporter: Vincent Massol
> Assigned To: Vincent Massol
> Fix For: 1.2 M2
>
>


-- 
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: (XWIKI-448) Reimplement RSS Feed Generation in XWiki

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-448:
-

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Reimplement RSS Feed Generation in XWiki
> 
>
> Key: XWIKI-448
> URL: http://jira.xwiki.org/jira/browse/XWIKI-448
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Core
>Affects Versions: 1.0 B1
>Reporter: Ludovic Dubost
> Fix For: 1.2 M2
>
> Attachments: xwiki-448.zip
>
>
> We need feed RSS for:
> - wiki
> - space
> - blog
> - page (see Netcipia for implementation)
> It needs to be implemented using the FeedPlugin and be extensible and 
> generate RSS, Atom or other formats
> We can pass a velocity script to generate the content field of the RSS output.
> Rights should be checked by default. Another API with programming rights 
> should be able to generate the complete RSS feed.

-- 
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: (XWIKI-1212) Add all default macros in the "Add macro" combo box in the WYSIWYG editor

2007-10-01 Thread Vincent Massol (JIRA)

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

Vincent Massol updated XWIKI-1212:
--

Fix Version/s: 1.2 M2
   (was: 1.2 M1)

> Add all default macros in the "Add macro" combo box in the WYSIWYG editor
> -
>
> Key: XWIKI-1212
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1212
> Project: XWiki Platform
>  Issue Type: Improvement
>  Components: Editor - WYSIWYG
>Affects Versions: 1.0 RC4
>Reporter: Vincent Massol
> Fix For: 1.2 M2
>
>
> Right now there are only 7-8 macros whereas we have at least 20 macros+ 
> available.

-- 
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: (XWIKI-1722) NPE when upgrading to 1.2 M1

2007-10-01 Thread Sergiu Dumitriu (JIRA)

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

Sergiu Dumitriu updated XWIKI-1722:
---

Description: This occurs in the XWIKI-1459 migrator, because 
getSeparators() returns a null string.  (was: This occurs in the XWIKI1459 
migrator, because getSeparators() returns a null string.)

> NPE when upgrading to 1.2 M1
> 
>
> Key: XWIKI-1722
> URL: http://jira.xwiki.org/jira/browse/XWIKI-1722
> Project: XWiki Platform
>  Issue Type: Bug
>  Components: Core
>Affects Versions: 1.1 RC2
>Reporter: Sergiu Dumitriu
> Assigned To: Sergiu Dumitriu
> Fix For: 1.2 M1
>
>
> This occurs in the XWIKI-1459 migrator, because getSeparators() returns a 
> null string.

-- 
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] r5193 - in xwiki-platform/xwiki-applications/trunk: application-manager panels scheduler selenium wiki-manager

2007-10-01 Thread Thomas Mortagne
Author: tmortagne
Date: 2007-10-01 11:58:53 +0200 (Mon, 01 Oct 2007)
New Revision: 5193

Modified:
   xwiki-platform/xwiki-applications/trunk/application-manager/pom.xml
   xwiki-platform/xwiki-applications/trunk/panels/pom.xml
   xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml
   xwiki-platform/xwiki-applications/trunk/selenium/pom.xml
   xwiki-platform/xwiki-applications/trunk/wiki-manager/pom.xml
Log:
Corrected xwiki-applications maven modules->parent dependencies

Modified: xwiki-platform/xwiki-applications/trunk/application-manager/pom.xml
===
--- xwiki-platform/xwiki-applications/trunk/application-manager/pom.xml 
2007-10-01 09:10:55 UTC (rev 5192)
+++ xwiki-platform/xwiki-applications/trunk/application-manager/pom.xml 
2007-10-01 09:58:53 UTC (rev 5193)
@@ -27,7 +27,7 @@
   
 com.xpn.xwiki.platform.applications
 xwiki-applications
-6-SNAPSHOT
+7-SNAPSHOT
   
   xwiki-application-application-manager
   XWiki Platform - Applications - Application Manager

Modified: xwiki-platform/xwiki-applications/trunk/panels/pom.xml
===
--- xwiki-platform/xwiki-applications/trunk/panels/pom.xml  2007-10-01 
09:10:55 UTC (rev 5192)
+++ xwiki-platform/xwiki-applications/trunk/panels/pom.xml  2007-10-01 
09:58:53 UTC (rev 5193)
@@ -27,7 +27,7 @@
   
 com.xpn.xwiki.platform.applications
 xwiki-applications
-6-SNAPSHOT
+7-SNAPSHOT
   
   xwiki-application-panels
   XWiki Platform - Applications - Panels

Modified: xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml
===
--- xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml   2007-10-01 
09:10:55 UTC (rev 5192)
+++ xwiki-platform/xwiki-applications/trunk/scheduler/pom.xml   2007-10-01 
09:58:53 UTC (rev 5193)
@@ -27,7 +27,7 @@
   
 com.xpn.xwiki.platform.applications
 xwiki-applications
-6-SNAPSHOT
+7-SNAPSHOT
   
   xwiki-application-scheduler
   XWiki Platform - Applications - Scheduler

Modified: xwiki-platform/xwiki-applications/trunk/selenium/pom.xml
===
--- xwiki-platform/xwiki-applications/trunk/selenium/pom.xml2007-10-01 
09:10:55 UTC (rev 5192)
+++ xwiki-platform/xwiki-applications/trunk/selenium/pom.xml2007-10-01 
09:58:53 UTC (rev 5193)
@@ -28,7 +28,7 @@
   
 com.xpn.xwiki.platform.applications
 xwiki-applications
-6-SNAPSHOT
+7-SNAPSHOT
   
   xwiki-application-selenium
   XWiki Platform - Applications - Selenium

Modified: xwiki-platform/xwiki-applications/trunk/wiki-manager/pom.xml
===
--- xwiki-platform/xwiki-applications/trunk/wiki-manager/pom.xml
2007-10-01 09:10:55 UTC (rev 5192)
+++ xwiki-platform/xwiki-applications/trunk/wiki-manager/pom.xml
2007-10-01 09:58:53 UTC (rev 5193)
@@ -27,7 +27,7 @@
   
 com.xpn.xwiki.platform.applications
 xwiki-applications
-6-SNAPSHOT
+7-SNAPSHOT
   
   xwiki-application-wiki-manager
   XWiki Platform - Applications - Wiki Manager

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


[xwiki-notifications] [Issue] Commented: (XE-130) Fix Velocity warnings

2007-10-01 Thread Vincent Massol (JIRA)

[ 
http://jira.xwiki.org/jira/browse/XE-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_18698
 ] 

Vincent Massol commented on XE-130:
---

Nice patch. Applied, thanks Marius.


> Fix Velocity warnings
> -
>
> Key: XE-130
> URL: http://jira.xwiki.org/jira/browse/XE-130
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Other
>Affects Versions: 1.1
>Reporter: Vincent Massol
> Assigned To: Vincent Massol
>Priority: Minor
> Fix For: 1.2 M1
>
> Attachments: xe-wiki.diff.130.txt, xe-xmlrpc-tests.diff.130.txt, 
> xe-xmlrpc-tests.diff.130.txt
>
>
> When running the XMLRPC validity test (the one  that checks for valid XHMTL) 
> we can see there are several warnings raised by Velocity which need to be 
> corrected.
> For example:
> {noformat}
> Validating Blog.Category
> 12:54:19,736 [P1-18] ERROR log.SimpleLog4JLogSystem- Left side 
> ($velocityCount) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Blog.Category [line 50, column 42] 
> 12:54:19,901 [P1-18] ERROR log.SimpleLog4JLogSystem- Left side 
> ($velocityCount) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Blog.Category [line 50, column 42] 
> Validating Blog.CreateBlogPost
> Validating Blog.Macros
> Validating Blog.WebHome
> Validating Blog.WikiLaunch
> Validating Main.AllDocs
> Validating Main.BlogRss
> Validating Main.Dashboard
> Validating Main.EventCalendar
> Validating Main.LuceneSearch
> Validating Main.RecentMembers
> Validating Main.RssFeeds
> Validating Main.SpaceIndex
> Validating Main.Tags
> Validating Main.TagsRss
> Validating Main.WebHome
> Validating Main.WebRss
> Validating Main.WebSearch
> Validating Main.WebSearchRss
> Validating Main.WhatsNew
> Validating Panels.AddClassProperty
> Validating Panels.AddObject
> Validating Panels.Backlinks
> Validating Panels.BlogCategories
> Validating Panels.ClassEditorWelcome
> Validating Panels.ClassSwitcher
> Validating Panels.CreatePanel
> Validating Panels.DocumentInformation
> Validating Panels.EditTranslations
> Validating Panels.GlobalRightsEditorWelcome
> Validating Panels.HomePageUpdate
> Validating Panels.IncludedDocuments
> Validating Panels.Members
> Validating Panels.MyRecentModifications
> Validating Panels.Navigation
> Validating Panels.NewPage
> Validating Panels.ObjectEditorWelcome
> Validating Panels.OrphanedPages
> Validating Panels.PanelClass
> Validating Panels.PanelLayoutUpdate
> 12:59:04,813 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($request.xpage) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Panels.PanelLayoutUpdate [line 6, 
> column 26] 
> Validating Panels.PanelSheet
> Validating Panels.PanelTemplate
> 12:59:15,445 [P1-19] WARN  doc.XWikiDocument   - Failed to 
> display field [category] in [view] mode for Object [Panels.PanelTemplate] 
> 12:59:15,536 [P1-19] WARN  doc.XWikiDocument   - Failed to 
> display field [category] in [view] mode for Object [Panels.PanelTemplate] 
> Validating Panels.PanelWizard
> 12:59:20,506 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,508 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,510 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,512 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:21,075 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($showLeftPanels) of '==' operation has null value. If a reference, it may 
> not be in the context. Operation not possible. Panels.PanelWizard [line 136, 
> column 23] 
> 12:59:21,075 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($showRightPanels) of '==' operation has null value. If a reference, it may 
> not be in the context. Operation not possible. Panels.PanelWizard [line 139, 
> column 24] 
> Validating Panels.QuickLinks
> Validating Panels.Recently Created
> Validating Panels.Recently Modified
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of 

[xwiki-notifications] r5192 - xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/src/test/it/com/xpn/xwiki/it/xmlrpc

2007-10-01 Thread Vincent Massol
Author: vmassol
Date: 2007-10-01 11:10:55 +0200 (Mon, 01 Oct 2007)
New Revision: 5192

Modified:
   
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/src/test/it/com/xpn/xwiki/it/xmlrpc/XhtmlValidityTest.java
Log:
XE-130: Fix Velocity warnings

* Make the build fail when there are velocity warnings or errors.

Patch submitted by Marius Florea

Modified: 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/src/test/it/com/xpn/xwiki/it/xmlrpc/XhtmlValidityTest.java
===
--- 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/src/test/it/com/xpn/xwiki/it/xmlrpc/XhtmlValidityTest.java
 2007-09-30 23:44:56 UTC (rev 5191)
+++ 
xwiki-products/xwiki-enterprise/trunk/distribution-test/xmlrpc-tests/src/test/it/com/xpn/xwiki/it/xmlrpc/XhtmlValidityTest.java
 2007-10-01 09:10:55 UTC (rev 5192)
@@ -19,10 +19,12 @@
  */
 package com.xpn.xwiki.it.xmlrpc;
 
+import java.io.ByteArrayOutputStream;
 import java.io.File;
 import java.io.FileInputStream;
 import java.io.IOException;
 import java.io.OutputStreamWriter;
+import java.io.PrintStream;
 import java.io.PrintWriter;
 import java.io.StringReader;
 import java.util.ArrayList;
@@ -138,6 +140,15 @@
 // TODO Until we find a way to incrementally display the result of 
tests this stays
 System.out.println(getName());
 
+// We redirect the stdout and the stderr in order to detect 
(server-side) error/warning
+// messages like the ones generated by the velocity parser
+PrintStream stdout = System.out;
+ByteArrayOutputStream newOut = new ByteArrayOutputStream();
+System.setOut(new PrintStream(newOut));
+PrintStream stderr = System.err;
+ByteArrayOutputStream newErr = new ByteArrayOutputStream();
+System.setErr(new PrintStream(newErr));
+
 Page page = rpc.getPage(fullPageName);
 String renderedContent = rpc.renderContent(page);
 assertNotNull(renderedContent);
@@ -159,9 +170,36 @@
 }
 errors += assertCssValid(page.getUrl());
 }
+
+// Restore original stdout and stderr streams.
+System.setOut(stdout);
+String output = newOut.toString();
+System.out.print(output);
+System.setErr(stderr);
+String errput = newErr.toString();
+System.err.print(errput);
+
 assertTrue(errors == 0);
+
+// Detect server-side error/warning messages from the stdout
+assertFalse(hasErrors(output));
+assertFalse(hasWarnings(output));
+
+// Detect server-side error/warning messages from the stderr
+assertFalse(hasErrors(errput));
+assertFalse(hasWarnings(errput));
 }
 
+private static boolean hasErrors(String output)
+{
+return output.indexOf("ERROR") >= 0 || output.indexOf("ERR") >= 0;
+}
+
+private static boolean hasWarnings(String output)
+{
+return output.indexOf("WARNING") >= 0 || output.indexOf("WARN") >= 0;
+}
+
 private static List readXarContents(String fileName) throws Exception
 {
 FileInputStream fileIS = new FileInputStream(fileName);

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


[xwiki-notifications] [Issue] Updated: (XE-130) Fix Velocity warnings

2007-10-01 Thread Marius Dumitru Florea (JIRA)

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

Marius Dumitru Florea updated XE-130:
-

Attachment: xe-xmlrpc-tests.diff.130.txt

I've changed the patch a bit. I think now it is cleaner.

> Fix Velocity warnings
> -
>
> Key: XE-130
> URL: http://jira.xwiki.org/jira/browse/XE-130
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Other
>Affects Versions: 1.1
>Reporter: Vincent Massol
> Assigned To: Vincent Massol
>Priority: Minor
> Fix For: 1.2 M1
>
> Attachments: xe-wiki.diff.130.txt, xe-xmlrpc-tests.diff.130.txt, 
> xe-xmlrpc-tests.diff.130.txt
>
>
> When running the XMLRPC validity test (the one  that checks for valid XHMTL) 
> we can see there are several warnings raised by Velocity which need to be 
> corrected.
> For example:
> {noformat}
> Validating Blog.Category
> 12:54:19,736 [P1-18] ERROR log.SimpleLog4JLogSystem- Left side 
> ($velocityCount) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Blog.Category [line 50, column 42] 
> 12:54:19,901 [P1-18] ERROR log.SimpleLog4JLogSystem- Left side 
> ($velocityCount) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Blog.Category [line 50, column 42] 
> Validating Blog.CreateBlogPost
> Validating Blog.Macros
> Validating Blog.WebHome
> Validating Blog.WikiLaunch
> Validating Main.AllDocs
> Validating Main.BlogRss
> Validating Main.Dashboard
> Validating Main.EventCalendar
> Validating Main.LuceneSearch
> Validating Main.RecentMembers
> Validating Main.RssFeeds
> Validating Main.SpaceIndex
> Validating Main.Tags
> Validating Main.TagsRss
> Validating Main.WebHome
> Validating Main.WebRss
> Validating Main.WebSearch
> Validating Main.WebSearchRss
> Validating Main.WhatsNew
> Validating Panels.AddClassProperty
> Validating Panels.AddObject
> Validating Panels.Backlinks
> Validating Panels.BlogCategories
> Validating Panels.ClassEditorWelcome
> Validating Panels.ClassSwitcher
> Validating Panels.CreatePanel
> Validating Panels.DocumentInformation
> Validating Panels.EditTranslations
> Validating Panels.GlobalRightsEditorWelcome
> Validating Panels.HomePageUpdate
> Validating Panels.IncludedDocuments
> Validating Panels.Members
> Validating Panels.MyRecentModifications
> Validating Panels.Navigation
> Validating Panels.NewPage
> Validating Panels.ObjectEditorWelcome
> Validating Panels.OrphanedPages
> Validating Panels.PanelClass
> Validating Panels.PanelLayoutUpdate
> 12:59:04,813 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($request.xpage) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Panels.PanelLayoutUpdate [line 6, 
> column 26] 
> Validating Panels.PanelSheet
> Validating Panels.PanelTemplate
> 12:59:15,445 [P1-19] WARN  doc.XWikiDocument   - Failed to 
> display field [category] in [view] mode for Object [Panels.PanelTemplate] 
> 12:59:15,536 [P1-19] WARN  doc.XWikiDocument   - Failed to 
> display field [category] in [view] mode for Object [Panels.PanelTemplate] 
> Validating Panels.PanelWizard
> 12:59:20,506 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,508 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,510 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,512 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:21,075 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($showLeftPanels) of '==' operation has null value. If a reference, it may 
> not be in the context. Operation not possible. Panels.PanelWizard [line 136, 
> column 23] 
> 12:59:21,075 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($showRightPanels) of '==' operation has null value. If a reference, it may 
> not be in the context. Operation not possible. Panels.PanelWizard [line 139, 
> column 24] 
> Validating Panels.QuickLinks
> Validating Panels.Recently Created
> Validating Panels.Recently Modified
> {noformat}

-- 
This message is automatically generated by JIRA.
-

[xwiki-notifications] [Issue] Commented: (XE-130) Fix Velocity warnings

2007-10-01 Thread Marius Dumitru Florea (JIRA)

[ 
http://jira.xwiki.org/jira/browse/XE-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_18695
 ] 

Marius Dumitru Florea commented on XE-130:
--

The patch is for xwiki-product-enterprise/distribution-test/xmlrpc-tests

> Fix Velocity warnings
> -
>
> Key: XE-130
> URL: http://jira.xwiki.org/jira/browse/XE-130
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Other
>Affects Versions: 1.1
>Reporter: Vincent Massol
> Assigned To: Vincent Massol
>Priority: Minor
> Fix For: 1.2 M1
>
> Attachments: xe-wiki.diff.130.txt, xe-xmlrpc-tests.diff.130.txt
>
>
> When running the XMLRPC validity test (the one  that checks for valid XHMTL) 
> we can see there are several warnings raised by Velocity which need to be 
> corrected.
> For example:
> {noformat}
> Validating Blog.Category
> 12:54:19,736 [P1-18] ERROR log.SimpleLog4JLogSystem- Left side 
> ($velocityCount) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Blog.Category [line 50, column 42] 
> 12:54:19,901 [P1-18] ERROR log.SimpleLog4JLogSystem- Left side 
> ($velocityCount) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Blog.Category [line 50, column 42] 
> Validating Blog.CreateBlogPost
> Validating Blog.Macros
> Validating Blog.WebHome
> Validating Blog.WikiLaunch
> Validating Main.AllDocs
> Validating Main.BlogRss
> Validating Main.Dashboard
> Validating Main.EventCalendar
> Validating Main.LuceneSearch
> Validating Main.RecentMembers
> Validating Main.RssFeeds
> Validating Main.SpaceIndex
> Validating Main.Tags
> Validating Main.TagsRss
> Validating Main.WebHome
> Validating Main.WebRss
> Validating Main.WebSearch
> Validating Main.WebSearchRss
> Validating Main.WhatsNew
> Validating Panels.AddClassProperty
> Validating Panels.AddObject
> Validating Panels.Backlinks
> Validating Panels.BlogCategories
> Validating Panels.ClassEditorWelcome
> Validating Panels.ClassSwitcher
> Validating Panels.CreatePanel
> Validating Panels.DocumentInformation
> Validating Panels.EditTranslations
> Validating Panels.GlobalRightsEditorWelcome
> Validating Panels.HomePageUpdate
> Validating Panels.IncludedDocuments
> Validating Panels.Members
> Validating Panels.MyRecentModifications
> Validating Panels.Navigation
> Validating Panels.NewPage
> Validating Panels.ObjectEditorWelcome
> Validating Panels.OrphanedPages
> Validating Panels.PanelClass
> Validating Panels.PanelLayoutUpdate
> 12:59:04,813 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($request.xpage) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Panels.PanelLayoutUpdate [line 6, 
> column 26] 
> Validating Panels.PanelSheet
> Validating Panels.PanelTemplate
> 12:59:15,445 [P1-19] WARN  doc.XWikiDocument   - Failed to 
> display field [category] in [view] mode for Object [Panels.PanelTemplate] 
> 12:59:15,536 [P1-19] WARN  doc.XWikiDocument   - Failed to 
> display field [category] in [view] mode for Object [Panels.PanelTemplate] 
> Validating Panels.PanelWizard
> 12:59:20,506 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,508 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,510 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,512 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:21,075 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($showLeftPanels) of '==' operation has null value. If a reference, it may 
> not be in the context. Operation not possible. Panels.PanelWizard [line 136, 
> column 23] 
> 12:59:21,075 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($showRightPanels) of '==' operation has null value. If a reference, it may 
> not be in the context. Operation not possible. Panels.PanelWizard [line 139, 
> column 24] 
> Validating Panels.QuickLinks
> Validating Panels.Recently Created
> Validating Panels.Recently Modified
> {noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectl

[xwiki-notifications] [Issue] Updated: (XE-130) Fix Velocity warnings

2007-10-01 Thread Marius Dumitru Florea (JIRA)

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

Marius Dumitru Florea updated XE-130:
-

Attachment: xe-xmlrpc-tests.diff.130.txt

Vincent,
I followed your suggestion and modified the xmlrpc validity test to fail 
whenever a error/warning message is reported. Here's the patch.

> Fix Velocity warnings
> -
>
> Key: XE-130
> URL: http://jira.xwiki.org/jira/browse/XE-130
> Project: XWiki Enterprise
>  Issue Type: Improvement
>  Components: Other
>Affects Versions: 1.1
>Reporter: Vincent Massol
> Assigned To: Vincent Massol
>Priority: Minor
> Fix For: 1.2 M1
>
> Attachments: xe-wiki.diff.130.txt, xe-xmlrpc-tests.diff.130.txt
>
>
> When running the XMLRPC validity test (the one  that checks for valid XHMTL) 
> we can see there are several warnings raised by Velocity which need to be 
> corrected.
> For example:
> {noformat}
> Validating Blog.Category
> 12:54:19,736 [P1-18] ERROR log.SimpleLog4JLogSystem- Left side 
> ($velocityCount) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Blog.Category [line 50, column 42] 
> 12:54:19,901 [P1-18] ERROR log.SimpleLog4JLogSystem- Left side 
> ($velocityCount) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Blog.Category [line 50, column 42] 
> Validating Blog.CreateBlogPost
> Validating Blog.Macros
> Validating Blog.WebHome
> Validating Blog.WikiLaunch
> Validating Main.AllDocs
> Validating Main.BlogRss
> Validating Main.Dashboard
> Validating Main.EventCalendar
> Validating Main.LuceneSearch
> Validating Main.RecentMembers
> Validating Main.RssFeeds
> Validating Main.SpaceIndex
> Validating Main.Tags
> Validating Main.TagsRss
> Validating Main.WebHome
> Validating Main.WebRss
> Validating Main.WebSearch
> Validating Main.WebSearchRss
> Validating Main.WhatsNew
> Validating Panels.AddClassProperty
> Validating Panels.AddObject
> Validating Panels.Backlinks
> Validating Panels.BlogCategories
> Validating Panels.ClassEditorWelcome
> Validating Panels.ClassSwitcher
> Validating Panels.CreatePanel
> Validating Panels.DocumentInformation
> Validating Panels.EditTranslations
> Validating Panels.GlobalRightsEditorWelcome
> Validating Panels.HomePageUpdate
> Validating Panels.IncludedDocuments
> Validating Panels.Members
> Validating Panels.MyRecentModifications
> Validating Panels.Navigation
> Validating Panels.NewPage
> Validating Panels.ObjectEditorWelcome
> Validating Panels.OrphanedPages
> Validating Panels.PanelClass
> Validating Panels.PanelLayoutUpdate
> 12:59:04,813 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($request.xpage) of '==' operation has null value. If a reference, it may not 
> be in the context. Operation not possible. Panels.PanelLayoutUpdate [line 6, 
> column 26] 
> Validating Panels.PanelSheet
> Validating Panels.PanelTemplate
> 12:59:15,445 [P1-19] WARN  doc.XWikiDocument   - Failed to 
> display field [category] in [view] mode for Object [Panels.PanelTemplate] 
> 12:59:15,536 [P1-19] WARN  doc.XWikiDocument   - Failed to 
> display field [category] in [view] mode for Object [Panels.PanelTemplate] 
> Validating Panels.PanelWizard
> 12:59:20,506 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,508 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,510 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:20,512 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($first) of '==' operation has null value. If a reference, it may not be in 
> the context. Operation not possible. Panels.PanelWizard [line 6, column 14] 
> 12:59:21,075 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($showLeftPanels) of '==' operation has null value. If a reference, it may 
> not be in the context. Operation not possible. Panels.PanelWizard [line 136, 
> column 23] 
> 12:59:21,075 [P1-19] ERROR log.SimpleLog4JLogSystem- Left side 
> ($showRightPanels) of '==' operation has null value. If a reference, it may 
> not be in the context. Operation not possible. Panels.PanelWizard [line 139, 
> column 24] 
> Validating Panels.QuickLinks
> Validating Panels.Recently Created
> Validating Panels.Recently Modified
> {noformat

  1   2   >