Hello, can you validate myrelease from the staging repository on Nexus to
make my extension available on maven.xwiki.org.
--
<http://www.xwiki.com/> *Clément Magnard*
clement.magnard(a)xwiki.com <corina.luong(a)xwiki.com>
skype: clement.magnard
Hi devs,
From IRC yesterday:
“
- guys
- seems we have a problem with maven 3.0.5 on jenkins
- http://ci.xwiki.org/job/xwiki-platform-7.1.x/56/consoleFull is failing because maven doesn't build the modules in the right order
- url-scheme-filesystem is built after oldcore
- with maven 3.3.1 locally the order is correct and when I switched to maven 3.0.5 locally I was able to get the wrong order too
- so it seems there's a bug in 3.0.5 on the reactor ordering
- I wonder if we shouldn't try to upgrade to 3.3.3 on the agent
- does anyone any issue with 3.3.3 for us?
“
WDYT? Any other idea?
Thanks
-Vincent
Hi devs,
We never used OSCache based cache module in years and we never upgrade
OSCache dependency.
It was mostly created for retro compatibility when we moved to JBoss
Cache and to have more that one implementation of the API to do
something generic enough but we passed first API design period since a
long time now...
Here is my +1
--
Thomas Mortagne
Hello, I need commit rights on http://github.com/xwiki-contrib, my id is
Clementmagnard
--
<http://www.xwiki.com/> *Clément Magnard*
clement.magnard(a)xwiki.com <corina.luong(a)xwiki.com>
skype: clement.magnard
Hi.
This proposal is already explained in
http://jira.xwiki.org/browse/XWIKI-12206. I think it is an important issue
to fix because it blocks http://jira.xwiki.org/browse/XWIKI-12198 (Ensure
annotations work on nested spaces).
The current REST URL for a space is:
/xwiki/rest/wikis/xwiki/spaces/Europe
and for a page:
/xwiki/rest/wikis/xwiki/spaces/Europe/pages/WebHome
The idea is to use dots as space separator in the REST URLs in the case of
nested spaces. Example:
/xwiki/rest/wikis/xwiki/spaces/Europe.France.Paris
For spaces containing dots in their name, we simply escape them with \
(%5C).
It has the drawback to not have a similar URL than the standard action, ie:
/xwiki/bin/view/Europe/France/Paris/WebHome - for view action
/xwiki/rest/wikis/xwiki/spaces/Europe.France.Paris/pages/WebHome - for REST
action
But it does not seem possible to handle "/" in path parameters with Restlet.
ie:
/xwiki/rest/wikis/xwiki/spaces/Europe/France/Paris/pages/WebHome
is not supported by Restlet.
After a talk with some Restlet committers, they confirm me that we have to
write our own URL router to handle this. I don't know if it worth the pain
although I don't have evaluated it.
So I guess this proposal using dots is the best option, but I'm free to
talk about this.
Thanks,
Guillaume
--
Guillaume Delhumeau (guillaume.delhumeau(a)xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project
Hello devs,
I'd like a repository on xwiki-contrib and a Jira project for a
Recommendations Application (name of the repo: application-recommendations).
This application recommends pages for the users based on their history and
on what other users have visited. The application can also recommend pages
similar to the one which is visited, and results are displayed in panels.
This application requires the use of an external (open-source)
recommendations engine, easyrec.
It is already available, in an experimental version, at
http://extensions.xwiki.org/xwiki/bin/view/Extension/RecommendationsApplica…
Thanks,
Yann
Hello,
I’ve made a review over the extensions regarding Nested Spaces.
The main interest were the methods relative to *space* notion and *parent/child
relationship*.
You can check the review made on :
- bundled / installed by default extensions from XE at:
http://design.xwiki.org/xwiki/bin/view/Proposal/XWiki+Enterprise+Extensions…
- extensions from Contrib at:
http://design.xwiki.org/xwiki/bin/view/Proposal/Contrib+Extensions+Review
I am looking forward to your feedback and personal opinion on what aspects
should I also review.
Thanks,
Gabriela
*Gabriela Smeria*
*Web Developer*
gabriela.smeria(a)xwiki.com
skype: smeria.gabriela
Hi devs,
The Nested Spaces feature is a big one and we said we wanted to have the maximum number of backend stuff done in M1 so that starting M2 we can work on the UI stuff.
Thus I’m proposing to postpone 7.2M1 by one week to give us the time to implement in the backend code:
* Have Rename API support nested spaces - Marius
* Have Delete API support nested spaces - ?
* Have Copy API support nested spaces - ?
* Have the REST API support nested spaces - Guillaume
* Add the spaces table in the DB schema for optimized queries on spaces (http://jira.xwiki.org/browse/XWIKI-12228) - Thomas
* Stabilize the build (ci.xwiki.org) - Everyone
* etc
The idea is to focus on fixing APIs to support Nested Spaces/Documents so that when we start M2 we’re not blocked for the UI parts by missing APIs.
We should keep the other defined dates:
* 7.2M2: 3 Aug 2015 ==> 3 weeks (instead of 4)
* 7.2M3: 24 Aug 2015
* 7.2RC1: 7 Sep 2015
* 7.2Final: 14 Sep 2015
WDYT?
Thanks
-Vincent