Hi,
Since XWiki Enterprise 1.4M1 has been delayed by 1 week we have to
modify the planning a bit.
So here are the proposed dates:
* XE 1.4 M1 - Tomorrow
* XE 1.4 M2 - April 3rd
* XE 1.4 RC1 - April 25
* XE 1.4 RC2 - May 8
* XE 1.4 Final - May 13
Let me know if you have any concern with these dates.
Thanks,
--
Jean-Vincent Drean
Hi everyone,
It's getting clear from the dev and user communities that the wiki
editor module is getting kind of bottleneck for document editing and
advanced apps writing. So this is one of the hottest XWiki development
topics this year. Ludovic prototyped a new generation editor entirely
based on GWT 1.4 + GWT RichTextEditor featuring also real-time
collaboration capabilities. On his side, Mikhail from Cognium Systems
investigated several strategies. All current partakers in this project,
can you update the following page with your ideas and links to existing
prototypes?
http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorBasedOnGwt
Let's discuss the various strategies on the list, with pointers to Web
pages whenever possible (yes, email is obsolete [1], we'll have to
bootstrap the new communication tools, and this wysiwyg will be a big
part of them). Beside the technical aspects, we'll have to discuss also
the licensing and the hosting (XWiki versus other independant forges)
aspects.
[1] http://arkub.net/xwiki/bin/view/Blog/Farewell_SMTP
Cheers
Stéphane
--
Stéphane Laurière
slauriere(a)xwiki.com
XWiki http://www.xwiki.comhttp://concerto.xwiki.comhttp://nepomuk.semanticdesktop.org
Hi,
I need to write the following xwiki extension:
- Able to store objects with a part number and part description property
- XWiki users need to be able to change part descriptions
- When clicking on a part (in the table), users can cerate/edit an xwiki
page with the full description
- Display these items in a table, and link to a page with the part number as
title (in a specific space)
- We currenly have a csv export of the parts database, and would like to be
able to upload this to xwiki
- Later on, when uploading the csv again, the system needs to only create
newer parts in xwiki, and leave the existing ones intact.
- Exporting a csv from xwiki would be great as well
I would create a class with a part number property and part description, and
know how to display these in a grid, but am not sure on how to import a
csv.I don't have any programming experience in xwiki, so how would you
suggest to do this.
Best regards,
Leen Toelen
I'd like to release XE 1.4M1 as soon as possible. It has the following
changes compared to 1.3 :
Release Notes - XWiki Platform - Version 1.4 M1
----------------------------------------------------------------------
Bugs
====
XWIKI-2206 : Cookie domains not compliant with RFC 2019
XWIKI-2130 : Document.getPreviousDocument() and
Document.getPreviousVersion() seems not to work
XWIKI-2255 : Exception while saving some documents
XWIKI-1252 : Blog comment page missing elements like stylesheet
XWIKI-2210 : Can't use differents uid name configuration for the same
ldap server for two differents wikis
XWIKI-2211 : Cannot log in using Internet Explorer
XWIKI-2214 : Changing parameters of number properties fails
XWIKI-2248 : DBTreeListClass needs to support translations
XWIKI-1067 : Generated HTML IDs should be unique for all items when
using a checkbox List as a Class property
XWIKI-2240 : Heading IDs not unique when including multiple documents
XWIKI-796 : Import Wizard fails if one document from the XAR fails to
be loaded
XWIKI-2200 : Import of "homemade" xar doesn't function
XWIKI-2161 : Inconsistent diff API
XWIKI-2215 : LDAP Authenticator should add proper error message in the
context when authentication fail
XWIKI-2201 : LDAP group mapping defined in XWikiPreferences is not working
XWIKI-2208 : LDAP parameter "user_group" is not taken into account.
XWIKI-2202 : LDAP user update corrupt XWiki user page
XWIKI-1903 : New UI - Empty group shows 1 member
XWIKI-1855 : Prevent invalid Class property names from being created
XWIKI-2173 : Remote file inclusion vulnerability
XWIKI-1965 : RightsManageRightsApi and RightsManageUsersApi has wrong names
XWIKI-2247 : The rendering component does not handle \\ and empty line
correctly together
XWIKI-1081 : The show code view renders URL escaped characters when it
shouldn't
XWIKI-662 : User emails should not be displayed in XML view
XWIKI-2209 : XWiki GWT Api breaks UTF translations
XWIKI-950 : eMail (XWiki.sendMessage) defaults to illegal SMTP HELO
XWIKI-2213 : remove api.Attachment#getArchive() and wrap #getAttachmentRevision
XWIKI-2165 : Accidentally created case sensitive document translations
XWIKI-2235 : Cannot deploy XWiki as ROOT application
XWIKI-980 : EventCalendar generates prev-next links forever
XWIKI-2186 : Footnotes cause line breaks in lists
XWIKI-2195 : It is possible to delete a version from the history only
with edit rights
XWIKI-2193 : LDAP error message with stack trace in xwiki.log when
processing invalid LDAP credentials. User gets "Internal Error"
feedback on UI.
XWIKI-921 : When using XWikiDocuments as resource bundles, no default
value is used
XWIKI-2236 : doc#getLastChanges() does not work with the new versioning scheme
XWIKI-2197 : Wrong mapping for 404 errors in web.xml
Improvements
==========
XWIKI-2187 : Document the Context class from the Core APIs properly
XWIKI-68 : History page too big when the document has many versions
XWIKI-2230 : Rename XWikiContext/Context.isVirtual and XWiki.isVirtual
XWIKI-2252 : Add ability to look up all components for a given role
XWIKI-2237 : Boolean class meta properties should be displayed as checkboxes
XWIKI-2160 : Object add and remove markers in the object differences
XWIKI-2207 : The Document API does not allow saving a minor edit
XWIKI-2253 : The attachment archive should be loaded only if it wasn't
already loaded
XWIKI-2196 : Deleting a page : wrong text in the warning message
XWIKI-2212 : Improve the paged view links macro
XWIKI-2198 : When updating backlinked pages during rename, save them
with minorEdit and a proper comment
XWIKI-2245 : RightsManager class sould be public
XWIKI-2219 : Skins should be allowed to have their own macros.vm files
where to put global macros
New Features
==========
XWIKI-2159 : Make revision querying easier by adding
getRevisions(RevisionCriteria) method to Document, add a
CriteriaService to XWiki
XWIKI-2205 : add better Active Directory support - case insensitive username
XWIKI-2175 : Add reverseList(List) method to the Util API
XWIKI-2238 : Cannot find out the type of a class metaproperty from Velocity
XWIKI-2143 : Keyboard shortcuts generic feature + standard keyboard
shortcuts set
XWIKI-2242 : Api to select all objects of a given type matching a
key=value criteria
XWIKI-1966 : Add a methods in XWikiStoreInterface to know if a wiki
name is available
Tasks
====
XWIKI-1867 : Document the new rights UI
XWIKI-1695 : Activate velocity-tools
XWIKI-1242 : Horizontal Line XWiki syntax
XWIKI-2153 : Switch to Java 1.5
XWIKI-2220 : Replace current Velocity configuration code by a Velocity
Component
Release Notes - XWiki Enterprise - Version 1.4 M1
-------------------------------------------------------------------------
Bugs
====
XE-168 : Parent and title field are missing as hidden field in the
inline template
Improvements
==========
XE-214 : Allow specifying a build profile to run Selenium Tests under
the YourKit profiler
XE-207 : Replacement of Rico Accordion with Scriptaculous one
Here's my +1
Please shout if you think there's something missing in this list.
Thanks,
JV.
Hi Ludovic,
I've been working on assembling a servlet using your webdav code, xwiki-core
and other relevant dependencies. Although i could deploy the WebDAV servlet,
I have few things I can't get pass,
* What do I need to do so that once deployed the webdav servlet will use an
instance of hsqldb ( like the stand-alone xwiki installation ) ?
* Currently when I make a request to the servlet, I get the following error,
2008-04-02 20:21:19,597 [http://localhost:8080/DAVServer/]
[http-8080-Processor24] ERROR [/DAVServer].[DAVServlet] -
Servlet.service() for servlet DAVServlet threw exception
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:396)
at com.xpn.xwiki.web.Utils.prepareContext(Utils.java:274)
at
com.xpn.xwiki.plugin.webdav.XWikiDavResourceImpl.getXWikiContext(XWikiDavResourceImpl.java:317)
at
com.xpn.xwiki.plugin.webdav.XWikiDavResourceImpl.<init>(XWikiDavResourceImpl.java:180)
at
com.xpn.xwiki.plugin.webdav.XWikiResourceFactoryImpl.createResource(XWikiResourceFactoryImpl.java:96)
at
com.xpn.xwiki.plugin.webdav.XWikiResourceFactoryImpl.createResource(XWikiResourceFactoryImpl.java:63)
at
com.xpn.xwiki.plugin.webdav.XWikiDavServlet.service(XWikiDavServlet.java:340)
Tracking down reveals that the code in Utils,
ComponentManager componentManager =
(ComponentManager)
engine_context.getAttribute(ComponentManager.class.getName());
context.put(ComponentManager.class.getName(), componentManager);
Is throwing a null-pointer exception where componentManager is NULL. I
believe this has something to with plexus, could tell me how to overcome
this ?
I'm sort of stuck at this point, any help is really appreciated.
Btw, Ludovic, how were you able to test your code ?
Thanks a lot.
- Asiri
I think we should explain why we're disabling each macro by adding a
comment for each.
For example why are we disabling this one:
> ## List configured interwiki targets.
> +# org.radeox.macro.InterWikiMacro
By looking at the comment I have no idea why.
Same questions for most of the others too.
Thanks
-Vincent
On Apr 2, 2008, at 10:45 PM, sdumitriu (SVN) wrote:
> Author: sdumitriu
> Date: 2008-04-02 22:45:21 +0200 (Wed, 02 Apr 2008)
> New Revision: 8945
>
> Modified:
> xwiki-platform/core/trunk/xwiki-core/src/main/resources/META-INF/
> services/com.xpn.xwiki.render.macro.XWikiMacro
> Log:
> XWIKI-2271: Disable unused radeox macros
> Done.
>
>
> Modified: xwiki-platform/core/trunk/xwiki-core/src/main/resources/
> META-INF/services/com.xpn.xwiki.render.macro.XWikiMacro
> ===================================================================
> --- xwiki-platform/core/trunk/xwiki-core/src/main/resources/META-INF/
> services/com.xpn.xwiki.render.macro.XWikiMacro 2008-04-02 20:10:39
> UTC (rev 8944)
> +++ xwiki-platform/core/trunk/xwiki-core/src/main/resources/META-INF/
> services/com.xpn.xwiki.render.macro.XWikiMacro 2008-04-02 20:45:21
> UTC (rev 8945)
> @@ -8,16 +8,24 @@
> com.xpn.xwiki.plugin.graphviz.GraphVizMacro
> com.xpn.xwiki.plugin.svg.SVGMacro
> com.xpn.xwiki.plugin.charts.ChartingMacro
> -org.radeox.macro.ApiDocMacro
> -org.radeox.macro.ApiMacro
> -org.radeox.macro.XrefMacro
> -org.radeox.macro.AsinMacro
> -org.radeox.macro.FilePathMacro
> -org.radeox.macro.IsbnMacro
> com.xpn.xwiki.render.macro.LinkMacro
> org.radeox.macro.MailToMacro
> org.radeox.macro.QuoteMacro
> -org.radeox.macro.RfcMacro
> com.xpn.xwiki.render.macro.TableMacro
> -org.radeox.macro.InterWikiMacro
> -org.radeox.macro.XrefMacro
> +## Link to APIs: {api:java.lang.String} will link to the String
> class in the Sun Java Documentation
> +## This one is quite useful, it should be configured to link to the
> online XWiki javadoc.
> +org.radeox.macro.ApiMacro
> +## List configured interwiki targets.
> +# org.radeox.macro.InterWikiMacro
> +## List registered API locations: {api-docs} will display a table
> with the configured API locations. The configuration is done in a
> file called apidocs.txt
> +# org.radeox.macro.ApiDocMacro
> +## Link to XRef pages
> +# org.radeox.macro.XrefMacro
> +## Amazon Standard Identification Number: {asin:ASIN-VALUE-HERE}
> will create a link to a product on Amazon
> +# org.radeox.macro.AsinMacro
> +## Link to books based on ISBN: {isbn:ISBN-VALUE-HERE} will create
> a link to a book on Amazon
> +# org.radeox.macro.IsbnMacro
> +## Link to RFC documents: {rfc:2616} will link to the HTTP 1.1
> protocol RFC
> +# org.radeox.macro.RfcMacro
> +## Displays a file path. Doesn't seem to work, though.
> +# org.radeox.macro.FilePathMacro
>
> _______________________________________________
> notifications mailing list
> notifications(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/notifications
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.3.1
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug fix release.
Bugs fixed
* XWIKI-921 - When using XWikiDocuments as resource bundles, no
default value is used
* XWIKI-1605 - The WYSIWYG editor does not save for unprivileged
users in Safari 3.0.3
* XWIKI-2130 - Document.getPreviousDocument() and
Document.getPreviousVersion() seems not to work
* XWIKI-2193 - LDAP error message with stack trace in xwiki.log
when processing invalid LDAP credentials. User gets "Internal Error"
feedback on UI.
* XWIKI-2201 - LDAP group mapping defined in XWikiPreferences is not working
* XWIKI-2202 - LDAP user update corrupt XWiki user page
* XWIKI-2206 - Cookie domains not compliant with RFC 2109
* XWIKI-2208 - LDAP parameter "user_group" is not taken into account.
* XWIKI-2209 - XWiki GWT Api breaks UTF translations
* XWIKI-2210 - Can't use differents uid name configuration for the
same ldap server for two differents wikis
* XWIKI-2211 - Cannot log in using Internet Explorer
* XWIKI-2215 - LDAP Authenticator should add proper error message
in the context when authentication fail
* XWIKI-2235 - Cannot deploy XWiki as ROOT application
* XWIKI-2236 - doc#getLastChanges() does not work with the new
versioning scheme
* XWIKI-2247 - The rendering component does not handle
and empty line correctly together
* XWIKI-2248 - DBTreeListClass needs to support translations
* XWIKI-2255 - Exception while saving some documents
* XWIKI-2258 - Empty page returned when login cookie with wrong IP address
* XWIKI-2260 - Wysiwyg editor needs to handle multiple carriage
returns properly
* XWIKI-2269 - \
in wiki syntax does not convert to 2
but instead escaped one in HTML
Improvements
* XWIKI-2246 - Add Galician translation
New Features
* XWIKI-2204 - Ability to set url redirections at the wiki level
* XWIKI-2205 - add better Active Directory support - case
insensitive username
* XWIKI-2259 - Configurable prefix for authentication cookies
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise131
Thanks
-The XWiki dev team
Hi guys,
Could you please take a look into this <http://tiny.cc/sWm57>.
Steps:
1. Click on the album "Chicago" => you will see, that the first and the last
picture are black and only the one in the middle shows up correctly
2. Click on the third picture => you will see, well nothing
3. Click again, on the black area => you will see the actual picture
4. Go back to the album overview and click on the first picture => you will
see the actual picture one step earlier than on the third picture...
5. Go back and click on the picture in the middle => everything is just fine
Any idea what I did wrong (I removed everything and tried it again, only the
picture in the middle "DSCF0144.jpg" looks everytime fine)?
Thanks,
Squirrel
PS: To upload many picture is a pain this way...I'm really looking forward
to a filesystem-store-solution...I even run once out of heap-memory
(Xmx512m)