The XWiki development team is pleased to announce the release of XWiki
Enterprise 3.0 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/Main/Download
This is the second milestone of the XWiki Enterprise 3.0 version. There
will be a third milestone, the last, in about three weeks in which we
hope to introduce a dashboard editor and support for XAR handling to the
Extension Manager.
The highlights of this release are:
* Full UI redesign of the administration application
* Experimental filesystem attachment storage
* PDF export improvements
* WYSIWYG content editor bug fixes and improvements
* More standardized UI forms
For more information, see the release notes at
http://www.xwiki.org/xwiki/bin/ReleaseNotes/ReleaseNotesXWikiEnterprise30M2
Thanks
-The XWiki dev team
Hi devs,
Adding the notion of Workspaces is a feature required by the Wiki3.0 (
http://wiki30.xwikisas.com ) research project that XWiki is currently
involved in.
To read the proposal and several use cases, please see
http://dev.xwiki.org/xwiki/bin/view/Design/Workspaces
Your feedback is appreciated.
Thanks,
Eduard Moraru
According to my records (fool I was I didn't use @since)
r30719 [misc.] Deprecated XWikiHibernateStore functions which should be internal.
was prior to 2.5M1 which means that they have been deprecated for 2.5, 2.6, and 2.7.
The original mail:
http://lists.xwiki.org/pipermail/devs/2010-August/019620.html
I propose removing:
saveXWikiClassProperty
used nowhere.
deleteXWikiClass
used nowhere.
getBatcherStats
used nowhere.
resetBatcherStats
used nowhere.
and making private:
loadXWikiProperty
used nowhere (outside of XWikiHibernateStore).
saveXWikiClass
used nowhere (outside of XWikiHibernateStore).
loadXWikiClass
used nowhere (outside of XWikiHibernateStore).
loadAttachmentList
used nowhere (outside of XWikiHibernateStore).
saveAttachmentList
used nowhere (outside of XWikiHibernateStore).
saveAttachment
used nowhere (outside of XWikiHibernateStore).
injectCustomMappingsInSessionFactory
used nowhere (outside of XWikiHibernateStore).
injectInSessionFactory
used nowhere (outside of XWikiHibernateStore).
isValidCustomMapping
used nowhere (outside of XWikiHibernateStore).
Others may be made private or removed as dependencies in the platform are retired or refactored.
WDYT?
Caleb
Hi devs,
XE 3.0M2 release was planned for today. I'd like to start the release
process at 2PM EET. Let me know if there are critical bugs that could
delay the release.
Thanks,
Marius
Hi devs,
currently the rendering macros are added to the build as runtime
dependencies to the old core, which would pull them further in
web-standard so that they are packed in the war.
I propose to change this and add them as dependencies to the standard
web war, just like the other core components that need to be packed in
the platform by default (e.g. annotations), for the following reasons:
* core does not depend on these macros, they're there only for packaging
purposes. Semantically speaking this is a little odd since the
"packaging" module is the war, not the core jar.
* it would allow sinner macros take the wrong way and depend on
xwiki-core (the old core), without creating circular dependencies.
my +1 (I will do it as soon as I get 3 votes since I already added this
circular dep in the build and I need to fix it).
WDYT?
Thanks,
Anca
On Feb 8, 2011, at 11:59 PM, sdumitriu (SVN) wrote:
> Author: sdumitriu
> Date: 2011-02-08 23:59:14 +0100 (Tue, 08 Feb 2011)
> New Revision: 34570
>
> Added:
> platform/web/trunk/standard/src/main/webapp/templates/deprecatedMacros.vm
> Modified:
> platform/web/trunk/standard/src/main/webapp/templates/macros.vm
> Log:
> XWIKI-5972: Remove deprecated macros
Sergiu, have you checked extensions.xwiki.org? I think some of the macros you removed or that you marked deprecated are documented there and I believe we need to update their docs accordingly too.
Thanks
-Vincent
[snip]
Hi,
I have a question about managing object rights.
Suppose that I have a document with two Objects: Object_1 and Object_2. How
could I set up access rights for admin users group can edit both Objects,
but regular users group could only edit Object_2?
Best regards,
Luís Braga
--
View this message in context: http://xwiki.475771.n2.nabble.com/Set-access-rights-for-specific-object-in-…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
I have created a class with some properties, including a Database List. What
I want to do is check if some element has been selected for a particular
object of that class.
I'm currently using this velocity code:
#set($obj = $doc.getObject('Space.Class'))
#set($property = $obj.get('propertyName'))
* $property
where propertyName is the name of the Database List property. The result is
a string with all the selected elements in that object.
How could I check if some particular element exists in that property? Could
I iterate over that property?
Thanks in advance.
Best regards,
Luís Braga
--
View this message in context: http://xwiki.475771.n2.nabble.com/Access-Database-List-elements-tp5992777p5…
Sent from the XWiki- Dev mailing list archive at Nabble.com.