The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.7 Release Candidate 1.
The 2.7 release is intended to be the last major release in the 2.x
cycle. As such, this release has stabilization as its primary goal, and
mostly provides bugfixes and minor improvements.
For more information, see the full release notes at:
http://www.xwiki.org/xwiki/bin/Main/ReleaseNotesXWikiEnterprise27RC1
Thanks,
The XWiki dev team.
Hi devs,
I'd like to propose a new macro (not sure how to call it): {{current}}
Usage:
{{current document="wiki:space.page"}}
.... nested blocks....
{{/current}}
What it does:
* Execute the nested blocks in the context of the passed document, i.e. it sets the passed document as the current document in the execution context.
Rationale:
* We have several use cases:
** When we have an include and we want to use relative references (links, images) in the included document
** On the Features page of enterprise.xwiki.org I query extensions.xwiki.org and get the data from one object field which has the format: "attach:...." (or "url:....", etc). I need to make this an image that is resolved based on the page where the information was taken from.
WDYT?
Thanks
-Vincent
Hi devs,
We're starting a new dev cycle (the 3.x one) and we need to start defining the roadmap for 3.0.
Here are some ideas we discussed internally at XWiki SAS. Some of these already have someone assigned and some don't. If you're interested in implementing one of the ideas listed above, please reply to this mail. If you're interested in contributing some other stuff for XE 3.0 please reply to this mail too so that we can put the result of this thread on the XE roadmap page at http://enterprise.xwiki.org/xwiki/bin/view/Main/Roadmap
Note that most of the issue listed are continuation of work already started.
- Extension Manager - Thomas Mortagne
- App within minute - Investigation - By whom?
- Improved page loading - Investigation - By whom?
- Use status - whom?
- Right UI - whom? Sergiu?
- Portlet - Marius
- Multipage export - whom?
- Dashboard - Anca
- Admin/Profile UI improvements - Sergiu
- Attachment Storage - Caleb? (+ Sergiu to help review it)
Marius also expressed interest in improving support for Chrome/Safari/Opera in the WYSIWYG editor (especially for macro edition) + check how it works on IE9 + FF4.
On my side, I'll try to continue working on the xwiki-action, xwiki-url and xwiki-model modules
Proposed Dates:
- 3.0M1: 17th of Jan 2011
- 3.0M2: 7 Feb 2011
- 3.0RC1: 21 Feb 2011
- 3.0Final: 7 March 2011
WDYT?
Thanks
-Vincent
We need to be careful about this. This test proves that you've changed the behavior.
And changing the behavior is an important change. In this case Thomas and I had designed the XHTML renderer so that its output would work with any encoding. I think this is no longer true with your change in http://jira.xwiki.org/jira/browse/XWIKI-5763
To be honest, I'm a bit worried about that change unless you really know what you are doing... especially in XE 2.7 which is the last minor release of the 2.x cycle.
Thanks
-Vincent
On Dec 14, 2010, at 4:23 PM, sdumitriu (SVN) wrote:
> Author: sdumitriu
> Date: 2010-12-14 16:23:00 +0100 (Tue, 14 Dec 2010)
> New Revision: 33381
>
> Modified:
> platform/core/trunk/xwiki-rendering/xwiki-rendering-tests/src/test/resources/simple/encoding/encoding1.test
> Log:
> [misc] Disable a failing test until we decide what should be done with non-ASCII characters
>
> Modified: platform/core/trunk/xwiki-rendering/xwiki-rendering-tests/src/test/resources/simple/encoding/encoding1.test
> ===================================================================
> --- platform/core/trunk/xwiki-rendering/xwiki-rendering-tests/src/test/resources/simple/encoding/encoding1.test 2010-12-14 14:51:26 UTC (rev 33380)
> +++ platform/core/trunk/xwiki-rendering/xwiki-rendering-tests/src/test/resources/simple/encoding/encoding1.test 2010-12-14 15:23:00 UTC (rev 33381)
> @@ -18,6 +18,7 @@
> endParagraph [[param1]=[val(((252)))e]]
> endDocument
> .#-----------------------------------------------------
> -.expect|xhtml/1.0
> +.expect|xhtml/1.0|skip
> +.# TODO: Re-enable this test once we reach a decision about non-ASCII characters
> .#-----------------------------------------------------
> <p> ˜€</p><p param1="valüe"> ˜€</p>