Hello
A new version of the Nested Pages Migrator Application extension is
available. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Nested+Pages+Migrator+…
<http://extensions.xwiki.org/xwiki/bin/view/Extension/Tour+Application#Hv1.0>
You can install or upgrade with the Extension Manager.
The application is still a beta version that you should use carefully.
XWiki crashes might occur during the migration. But this version brings the
ability to detect bad documents created because of these crashes so you are
able to finish the migration by restarting XWiki (several times if needed).
It is still not a friendly process, but at least it is possible and I know
it will help some peoples.
It also brings an icon in the applications panel :)
Enjoy!
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
The XWiki development team is proud to announce the availability of XWiki
8.1 final.
This release brings an upgrade to the Java 8 runtime, a new Tips panel that
replaces the old Quick Links panel, Extension Manager improvements and LDAP
avatar synchronization. As usual, a lot of bug fixes (81) and minor
improvements (43) are also included.
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/ReleaseNotesXWiki81
The following people have contributed code to this release (sorted
alphabetically):
Alexandru Cotiuga
Clemens Robbenhaar
Denis Gervalle
Ecaterina Moraru (Valica)
Eduard Moraru
Guillaume Delhumeau
Jean SIMARD
Lukas Raska
Manuel Smeria
Marius Dumitru Florea
Medjdoub
Sean Whalen
Sergiu Dumitriu
Thomas Mortagne
Vincent Massol
Yuri Konotopov
Thanks for your support
-The XWiki dev team
I use the following code to grant Delete right by default (I execute this
java code on xwiki start):
XWikiContext context = contextProvider.get();
if (context != null) {
XWiki xwiki = context.getWiki();
DocumentReference dr = new DocumentReference("xwiki",
"XWiki", "XWikiPreferences");
XWikiDocument doc = xwiki.getDocument(dr, context);
BaseObject bo = doc.getObject("XWiki.XWikiGlobalRights",
true, context);
bo.set("groups", "XWiki.XWikiAllGroup", context);
bo.set("levels", "view,comment,edit,delete,script",
context);
bo.set("users", "", context);
bo.set("allow", 1, context);
xwiki.saveDocument(doc, context);
}
I have strange effect: while I do have Delete right by default, documentTree
macro doesn't work, I see spinning circles. I also have the following
message in the xwiki terminal:
Exception in macro #handleDocumentTreeRequest called at
13:xwiki:XWiki.DocumentTree[line 3, column 1
<http://xwiki.475771.n2.nabble.com/file/n7599540/xwiki_problem.jpg>
How to fix the problem?
--
View this message in context: http://xwiki.475771.n2.nabble.com/documentTree-macro-doesn-t-work-after-add…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
This is a proposal for a couple of changes we could do on XWiki.org
Homepage in order to better present our platform:
http://design.xwiki.org/xwiki/bin/download/Proposal/XWikiOrgHomepageCompani…
There are no vast modifications, the proposal mostly resuming to some
realigning / updating and the addition of a Testimonial section.
Changes:
1. Carousel: We will need to review all the entries in the carousel. In
this proposal I just present the first entry. It provides updates
screenshots, updated features and positions XWiki to other products. I need
to make more iterations for the slides, better explaining XWiki usages and
development applicability. Related to [1].
2. Logos: we added some logos of some known companies using our products.
Related to [2].
3. References: currently we are randomly selecting from the whole list of
available references. Ideally we should provide a shorter list containing
high quality entries of websites build on top of XWiki.
4. Blog Posts: very few changes to this area. I know there are contributors
that would want to have a more prominent blog section. This depends on our
desire to have images on every posts and with a rework on Blog application
style. I haven't tackle this topic in this proposal, but this is something
to consider for the future.
5. Testimonials: this is a new section containing quotes from our users.
The quotes have been previously listed only on the Testimonials page, but
now we might want to present some of them in a more visible way. It's
always nice to see how users are perceiving XWiki and how they've put it to
good use.
6. Stats: this is a reworked Community Heartbeat section. The idea is to
show the activity and the vast areal XWiki is having.
Let me know what you think,
Caty
[1] http://markmail.org/thread/vfyh4ihsc6lwbddd
[2] http://markmail.org/thread/mcbcvd4i5cgoebh5
I have been working on www.wikinote.org
I want to add a new "Forum Tab" next to "Comments Tab" on every page. In
that Tab I need options like:
1] functionality to add web-links. (pointing to 'forum pages' and 'topics in
the forum')
2] display the list of already added links.
How can I do that?
e.g. display links present already.
below it, show text input field. and besides it, a button to submit the new
link
--
View this message in context: http://xwiki.475771.n2.nabble.com/Adding-new-Forum-Tab-next-to-Comments-Tab…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
I have been working on www.wikinote.org
I want to add a new "Forum Tab" next to "Comments Tab". In that Tab I need
options like:
1] functionality to add web-links. (pointing to 'forum pages' and 'topics in
the forum')
2] display the list of already added links.
How can I do that?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Add-a-new-Tab-on-every-page-tp7599563.html
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi devs,
We’re releasing XWiki 8.& next Monday and we now need to think about what to implement in 8.2.
I’ve discussed with the XWiki SAS developers and here’s below what we’d like to do in the coming timeframe. Note that several XWiki SAS devs will
continue to work on some internal XWiki SAS projects during this timeframe and thus will have less time for XWiki dev for 8.2.
Priority 1:
* CKEditor Polish + Bug fixes + Plugin extensibility + extra stuff to be defined (custom editors for macros, etc) - Marius
* OpenId Connect SSO finishing + polishing - Thomas
* Curated extensions feature in EM (curated extensions listed + ability to see others if explicitly asked) - Thomas
* Propose some strategy to curate extensions on e.x.o + curate them - Vincent
* XWiki home page Welcome Tour - Alex
* Improvement to activeinstalls to capture some more information (ideas: email hash for unicity, country, number of users) - Vincent
* Nested App Migrator polishing/bug fixing - GuillaumeD
* Bug Fixing Day - All
Priority 2:
* Addition of a paying + trial feature in EM (see that an app is paying + has a trial and show it) - Thomas
* XWiki Home page usability improvements - ?
Dates (note that XWiki SAS has its yearly seminar just after the 18th of July hence why I’m proposing to release at that time):
* 8.2M1: 6 June 2016
* 8.2M2: 20 June 2016
* 8.2RC1: 4 July 2016
* 8.2Final: 18 July 2016
WDYT?
Thanks
-Vincent
I tried to play around with drawer.vm but only in vain. I need to:
1] display 'User Index' from drawer only to administrator (not possible by
'administer page/parent' option)
2] add other applications e.g. 'Invitation', 'sandbox' to drawer
--
View this message in context: http://xwiki.475771.n2.nabble.com/Display-User-Index-in-drawer-only-to-admi…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi,
I would like to gather your ideas about how we could simplify the Homepage
of XWiki Enterprise.
- Maybe is something that doesn't make sense to have on it?
- Maybe is something that is missing?
Thanks,
Caty
Interaction Designer on behalf of XWiki Development Team
On Wed, May 18, 2016 at 1:20 PM, Paul Libbrecht <paul(a)hoplahup.net> wrote:
>
>
> Marius Dumitru Florea wrote:
> > Maybe http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro
> can
> > help.
> Say Marius,
>
> When I read this, it feels like this is something that users need to
> install.
> But this is pre-installed by default or?
>
> I tend to believe that we do not display this properly.
> Agree?
>
There's an information pane on the right saying:
"Bundled With: XWiki Enterprise, XWiki Enterprise Manager"
And if you try to search for it using Administration > Add Extensions
you'll see that it's already installed.
What improvement do you have in mind?
Thanks,
Marius
I'd raise it on the mailing-list.
>
> Paul
>