[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 4.2 Milestone 2 released
The XWiki development team is proud to announce the availability of XWiki Enterprise 4.2 Milestone 2. This release adds support for storing an email address and a list of wiki page names in XWiki objects using dedicated xclass property types. It also adds the ability to have an object property whose value is computed from the other properties. For developers this release introduces default custom displayers for easier customization of the way XWiki object properties are displayed. You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download Make sure to review the release notes: http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterprise... Thanks -The XWiki dev team
xwiki-platform-administration xar not possible to build yet ? former milestones had it -- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com.
On Wed, Aug 8, 2012 at 9:36 AM, Arioch <[email protected]> wrote:
xwiki-platform-administration xar not possible to build yet ?
It has actually been renamed to xwiki-platform-administration-ui. You can find it on http://maven.xwiki.org/releases/org/xwiki/platform/xwiki-platform-administra....
former milestones had it
-- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Well, thanks. Don't forget to put some redirect or notice when 4.2 release :-) Testing Office convertor... http://imgur.com/LAxw5 import/export itself seems to work now, many thanks! It looks like it is dependent upon how the java server was started. If via GUI program (1251 codepage for Russian) - then it works okay If via console program (866 codepage) then it fails on non-Latin filenames... -- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com.
Sandbox pages are still XWiki 1.0 syntax That leads to funny consequences. 1) When i click on Edit i get the "unsupported browser" warning This i think is relatively easy to fix, even if boring. Frankly, sandbox is intended to teach user of current syntax, not of obsolete one. submit ticket ? 2) When i import office file i get broken rendering. File is imported as XWiki 2 syntax but is without check or conversion copy-pasted into page current syntax. Well, more to add into my Office Import UI ticket :-) ---- 3) strange effect - i switch XWiki to Russian UI, then i import page set like xwiki-platform-administration-ui-4.2-milestone-2.xar or xwiki-enterprise-ui-all-4.2-milestone-2.xar - and my wiki suddenly switched to English language without any prompt. Is it by design ? I did not expected those turns. -- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com.
On Wed, Aug 8, 2012 at 10:31 AM, Arioch <[email protected]> wrote:
Sandbox pages are still XWiki 1.0 syntax
That leads to funny consequences.
1) When i click on Edit i get the "unsupported browser" warning
This i think is relatively easy to fix, even if boring. Frankly, sandbox is intended to teach user of current syntax, not of obsolete one.
submit ticket ?
2) When i import office file i get broken rendering. File is imported as XWiki 2 syntax but is without check or conversion copy-pasted into page current syntax.
Well, more to add into my Office Import UI ticket :-)
----
3) strange effect - i switch XWiki to Russian UI, then i import page set like xwiki-platform-administration-ui-4.2-milestone-2.xar or xwiki-enterprise-ui-all-4.2-milestone-2.xar - and my wiki suddenly switched to English language without any prompt. Is it by design ? I did not expected those turns.
This is because those xar packages comes with XWiki.XWikiPreferences page which is where the language of the wiki is configured.
-- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
This is because those xar packages comes with XWiki.XWikiPreferences
Maybe they can have the page but not that value ? And it looks fragile. What if those XAR's would have different snapshots of the page - the outcome would depend upon order they were applied in ? -- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com.
On Wed, Aug 8, 2012 at 1:51 PM, Arioch <[email protected]> wrote:
This is because those xar packages comes with XWiki.XWikiPreferences
Maybe they can have the page but not that value ?
And it looks fragile. What if those XAR's would have different snapshots of the page - the outcome would depend upon order they were applied in ?
You are not supposed to install both. xwiki-enterprise-ui-all officially embeds xwiki-platform-administration-ui which is why you also have the page in it. If you wan only the XE specific pages you can install xwiki-enterprise-ui.
-- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
On Wed, Aug 8, 2012 at 11:31 AM, Arioch <[email protected]> wrote:
Sandbox pages are still XWiki 1.0 syntax
What are you talking about? :| There's no Sandbox page in XWiki 1.0 syntax in the default distribution. See https://github.com/xwiki/xwiki-enterprise/tree/master/xwiki-enterprise-ui/sr... . They all have been converted to XWiki 2.0 syntax 3 years ago.. see http://jira.xwiki.org/browse/XE-472 .
That leads to funny consequences.
1) When i click on Edit i get the "unsupported browser" warning
This i think is relatively easy to fix, even if boring. Frankly, sandbox is intended to teach user of current syntax, not of obsolete one.
submit ticket ?
No. You get the warning because you have the old WYSIWYG editor which is not maintained any more. I don't know how you end up with pages in XWiki 1.0 syntax but that's not a clean XWiki Enterprise 4.2 Milestone 2 for sure.
2) When i import office file i get broken rendering. File is imported as XWiki 2 syntax but is without check or conversion copy-pasted into page current syntax.
Well, more to add into my Office Import UI ticket :-)
Not really. First of all a document can have only one wiki syntax. You can't mix multiple wiki syntaxes inside a document content. Then, the office importer code clearly throws an exception ( https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwik... ) if you choose to append the result and the syntax of the target document (XWiki 1.0 in your case) doesn't match the specified syntax (XWiki 2.0, as specified by the office import application). Marius
----
3) strange effect - i switch XWiki to Russian UI, then i import page set like xwiki-platform-administration-ui-4.2-milestone-2.xar or xwiki-enterprise-ui-all-4.2-milestone-2.xar - and my wiki suddenly switched to English language without any prompt. Is it by design ? I did not expected those turns.
-- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
if you choose to append the result
did i have any power to choose ? The only checkbox in importer is "clear styles" I cannot even make document non-attached if i cancel editing. Nor can i import already attached document without re-uploading it. So i just imported DOC file into sandbox pages. Sandbox pages are in XWiki 1.0 (even i disabled this markup in xwiki.properties) I imported file - and it got at top of content. Then saw that bold text still had asterisks around it. I digged in and then i found that pages were XWiki 1.0 and that raw imported source was double-asterisks highlighted for XWiki 2 syntax. -- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com.
On 08/09/2012 03:47 AM, Arioch wrote:
if you choose to append the result
did i have any power to choose ?
The only checkbox in importer is "clear styles"
I cannot even make document non-attached if i cancel editing. Nor can i import already attached document without re-uploading it.
So i just imported DOC file into sandbox pages.
Sandbox pages are in XWiki 1.0 (even i disabled this markup in xwiki.properties) I imported file - and it got at top of content. Then saw that bold text still had asterisks around it. I digged in and then i found that pages were XWiki 1.0 and that raw imported source was double-asterisks highlighted for XWiki 2 syntax.
If you disabled some syntaxes, make sure you didn't accidentally (or intentionally) disabled the xwiki/2.0 or xwiki/2.1 syntaxes. If you did disable them, then a document in a disabled syntax will be in that syntax, but the Document Information panel will not display it in the list of possible syntaxes, and thus the first syntax in the list will appear to be selected, and that is xwiki/1.0. Since the xwiki/1.0 syntax is not implemented in the new rendering engine, but as a legacy syntax with its own rendering engine, disabling it doesn't actually work; it will always be listed in the list of possible syntaxes unless you modify the Document Information panel and explicitly remove it. -- Sergiu Dumitriu http://purl.org/net/sergiu/
well, i did exactly the opposite, disables X1 so that X2 would be used everywhere. i cannot check what syntax is used your online sandbox but i suppose your sandbox is not updated since ever and is still in X1 markup. And that made document import mix different markups. -- View this message in context: http://xwiki.475771.n2.nabble.com/ANN-XWiki-Enterprise-and-XWiki-Enterprise-... Sent from the XWiki- Users mailing list archive at Nabble.com.
On 08/09/2012 11:42 AM, Arioch wrote:
well, i did exactly the opposite, disables X1 so that X2 would be used everywhere.
i cannot check what syntax is used your online sandbox but i suppose your sandbox is not updated since ever and is still in X1 markup.
And that made document import mix different markups.
No, as Marius said, the Sandbox is in the xwiki/2.0 syntax: https://github.com/xwiki/xwiki-enterprise/blob/master/xwiki-enterprise-ui/sr... https://github.com/xwiki/xwiki-enterprise/blob/master/xwiki-enterprise-ui/sr... You can check locally, *before* editing and re-saving a document: http://localhost:8080/xwiki/bin/view/Sandbox/?xpage=xml (check the syntaxId element) Here's the commit that changed the syntax, from almost three years ago: https://github.com/xwiki/xwiki-enterprise/commit/022473e983635f1cfe06dd4261e... Can you paste the value for the xwiki.rendering.syntaxes setting from your xwiki.cfg? Do the XWiki 2.0 and 2.1 syntaxes appear in the syntax list in the Document Information panel? -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (4)
-
Arioch -
Marius Dumitru Florea -
Sergiu Dumitriu -
Thomas Mortagne