Re: [xwiki-users] Diagram Application

2014-10-23 Thread Hamster
Time for another BUMP.

We are more than a year later, and all bugs mentioned are still present in
this application.

I would realy like to see this application work like it should. Now it is
still useless to me, which is making me sad ;-)

JIRA's:
http://jira.xwiki.org/browse/XADIAGRAM-7?jql=project%20%3D%20XADIAGRAM




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Diagram-Application-tp7585510p7592836.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Google Apps Extension - Help?

2014-10-23 Thread pinkerp
I've got absolutely nowhere on this, Jamal.  I had hoped to reach out to the 
development team and/or a consultant on Google apps api, but I've been tied up 
with some other things recently.  I will happily share info with you once I 
move forward on this!

Paul Pinkerton
KnowledgeNow Project Lead
pink...@lao.on.ca

Association of Community Legal Clinics of Ontario
416-847-1418 or 1-866-965-1416x 5177
www.aclco.org

From: Jamal [via XWiki] [mailto:ml-node+s475771n7592834...@n2.nabble.com]
Sent: October-23-14 5:30 PM
To: Paul Pinkerton (ACLCO)
Subject: RE: Google Apps Extension - Help?

I have the same question.

I'm setting up the Google apps extension for the first time first time and I'm 
not clear how to set it up to work with oauth 2.0, or whether that's even 
possible.

Any help would be much appreciated.

J



If you reply to this email, your message will be added to the discussion below:
http://xwiki.475771.n2.nabble.com/Google-Apps-Extension-Help-tp7591939p7592834.html
To unsubscribe from Google Apps Extension - Help?, click 
here.
NAML




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Google-Apps-Extension-Help-tp7591939p7592835.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Git plugin ?

2014-10-23 Thread Yves Moisan
Thanx Jérémie.  I appreciate your taking the time to explain the 
mechanisms involved.  We do indeed have a CI server (Jenkins) that we 
could use.  I understand the xml comprises the markup and the page 
metadata (author, history, etc.) and that is what is versioned or 
versionable.


Cheers,

Yves

In fact, when you export an xwiki page (to export a .xar file, or to put
this page under source control, etc), it is represented as an .xml file.
This file contains the markup (in any syntax chosen for the page), and some
other information, like author, dates, other xwiki stuff possibly
(xobjects, xclass etc) that may not interest you at first.
Concept is that you can then re-import this xml file in any xwiki instance,
and it will create the exact same page you exported. Usually we put a
number of those files in a .xar file, allowing to import or export a bunch
of pages at once.

What propose the SVN and the Github apps, are ways to synchronize your wiki
pages, from your running xwiki instance on one side, and a github or svn
repo on the other side (under the form of those .xml files).
As far as I know, this synchronization is not automatic:
- when you click "commit", it will push changes from the running xwiki
instance to source control - if you set a CI server watching modifications
of source control, you can rebuild upon a change in markup in a page
- when you click "update", it will pull changes from source control into
running xwiki instance - if you refresh a page for which .xml was changed
and pulled, html of course is refreshed.

I don't know much more as I never used those apps, so please extension
creators correct me if I'm wrong :)

About editing directly those exported .xml files : it is possible but not
recommended as format is not so readable, some parts are binary, and others
are xml-encoded (so if you forget to xml-encode your modifications, you
generate pages impossible to import back in xwiki).

Hope this helps,
Jeremie



___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Git plugin ?

2014-10-23 Thread Jeremie BOUSQUET
In fact, when you export an xwiki page (to export a .xar file, or to put
this page under source control, etc), it is represented as an .xml file.
This file contains the markup (in any syntax chosen for the page), and some
other information, like author, dates, other xwiki stuff possibly
(xobjects, xclass etc) that may not interest you at first.
Concept is that you can then re-import this xml file in any xwiki instance,
and it will create the exact same page you exported. Usually we put a
number of those files in a .xar file, allowing to import or export a bunch
of pages at once.

What propose the SVN and the Github apps, are ways to synchronize your wiki
pages, from your running xwiki instance on one side, and a github or svn
repo on the other side (under the form of those .xml files).
As far as I know, this synchronization is not automatic:
- when you click "commit", it will push changes from the running xwiki
instance to source control - if you set a CI server watching modifications
of source control, you can rebuild upon a change in markup in a page
- when you click "update", it will pull changes from source control into
running xwiki instance - if you refresh a page for which .xml was changed
and pulled, html of course is refreshed.

I don't know much more as I never used those apps, so please extension
creators correct me if I'm wrong :)

About editing directly those exported .xml files : it is possible but not
recommended as format is not so readable, some parts are binary, and others
are xml-encoded (so if you forget to xml-encode your modifications, you
generate pages impossible to import back in xwiki).

Hope this helps,
Jeremie



2014-10-23 15:21 GMT+02:00 Yves Moisan :

> Hi Paul,
>
> I thought the markup files (XWiki pages == markup files ?) alone were
> versioned -- at least that's how I figured the SVN Application plugin
> worked.  I was thinking something along the lines of what ReadTheDocs
> offers for GitHub users, that is automatic build of the documentation upon
> a change in markup )in taht case markdown or reStructuredText), only in the
> case of XWiki I thought just updating the source underneath would
> automagically render in HTML upon page refresh, sort of.
>
> I realize I need to understand a bit more on how XWiki works.
>
> Thanx for your input,
>
> Yves
>
>  Yves,
>>
>> this is related strongly to the layout of source code for XWiki pages.
>> It has been discussed over and over but has not come to a final agreement.
>> I still feel it is not sane to edit the XML files of the xar exports. But
>> that is what most people still do, in that they export it (without looking)
>> into the source trees, and import it.
>>
>> I still find we need to devise some best practice there.
>>
>> paul
>>
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Git plugin ?

2014-10-23 Thread Yves Moisan

Hi Paul,

I thought the markup files (XWiki pages == markup files ?) alone were 
versioned -- at least that's how I figured the SVN Application plugin 
worked.  I was thinking something along the lines of what ReadTheDocs 
offers for GitHub users, that is automatic build of the documentation 
upon a change in markup )in taht case markdown or reStructuredText), 
only in the case of XWiki I thought just updating the source underneath 
would automagically render in HTML upon page refresh, sort of.


I realize I need to understand a bit more on how XWiki works.

Thanx for your input,

Yves


Yves,

this is related strongly to the layout of source code for XWiki pages.
It has been discussed over and over but has not come to a final agreement.
I still feel it is not sane to edit the XML files of the xar exports. But that 
is what most people still do, in that they export it (without looking) into the 
source trees, and import it.

I still find we need to devise some best practice there.

paul


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Git plugin ?

2014-10-23 Thread Paul Libbrecht
Yves,

this is related strongly to the layout of source code for XWiki pages.
It has been discussed over and over but has not come to a final agreement.
I still feel it is not sane to edit the XML files of the xar exports. But that 
is what most people still do, in that they export it (without looking) into the 
source trees, and import it.

I still find we need to devise some best practice there.

paul


On 23 oct. 2014, at 14:07, Yves Moisan  wrote:

> Hi Jérémie,
> 
> Yes I saw that extension.  I was hoping to find an equivalent for the more 
> general case of a git repo, but if that doesn't exist we'll see if we want 
> the feature bad enough to dig into the extension code and see how we can 
> tweak it to an arbitrary git repo.
> 
> Thanx!
> 
> Yves
> 
> Le 2014-10-23 03:41, Jeremie BOUSQUET a écrit :
>> Hi,
>> 
>> Not exactly what you want, but did you have a look at the Github App [1] ?
>> It seems similar to the SVN App.
>> 
>> BR,
>> Jeremie
>> 
>> [1] -
>> http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Application+-+GitHub+App
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Git plugin ?

2014-10-23 Thread Yves Moisan

Hi Jérémie,

Yes I saw that extension.  I was hoping to find an equivalent for the 
more general case of a git repo, but if that doesn't exist we'll see if 
we want the feature bad enough to dig into the extension code and see 
how we can tweak it to an arbitrary git repo.


Thanx!

Yves

Le 2014-10-23 03:41, Jeremie BOUSQUET a écrit :

Hi,

Not exactly what you want, but did you have a look at the Github App [1] ?
It seems similar to the SVN App.

BR,
Jeremie

[1] -
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Application+-+GitHub+App


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] deactive wizard distribution

2014-10-23 Thread Clemens Klein-Robbenhaar

My guess is that the environment.permanentDirectory property in the 
WEB-INF/xwiki.properties
is not set, so instead a tmp-dir of the servlet container is used which is 
wiped out at server restart.

If that is the case, then setting this property to a directory that is not 
"tmp"-like should help.
The distribution wizard then will show up once again, but then remember that it 
has been called
due to state-files stored in the "environment.permanentDirectory"

Clemens

> Yes, but if I restart the server (for any reasons), the distribution wizard 
> showed and in this case, it’s useless.
> 
> Thanks
>  
>> On 22 oct. 2014, at 17:07, Thomas Mortagne  wrote:
>>
>> Not sure I understand, the distribution wizard shows up only if there
>> is something to do after you upgrade the WAR. Finish it or explicitly
>> tell it to not come back and it won't.
>>
>> On Wed, Oct 22, 2014 at 4:59 PM, Marc AUDEFROY  
>> wrote:
>>> Hi!
>>>
>>> How remove wizard distribution after a migration? I don’t know which key to 
>>> remove in wiki.cfg or wiki.properties to do that.
>>>
>>> Thanks!
>>>
>>> Marc
>>> ___
>>> users mailing list
>>> users@xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>
>>
>>
>> -- 
>> Thomas Mortagne
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 



mit freundlichen Grüßen
Clemens Klein-Robbenhaar

-- 
Clemens Klein-Robbenhaar
Software Development
EsPresto AG
Breite Str. 30-31
10178 Berlin/Germany
Tel: +49.(0)30.90 226.763
Fax: +49.(0)30.90 226.760
robbenh...@espresto.com

HRB 77554 B - Berlin-Charlottenburg
Vorstand: Maya Biersack, Peter Biersack
Vorsitzender des Aufsichtsrats: Dipl.-Wirtsch.-Ing. Winfried Weber
Zertifiziert nach ISO 9001:2008
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Git plugin ?

2014-10-23 Thread Jeremie BOUSQUET
Hi,

Not exactly what you want, but did you have a look at the Github App [1] ?
It seems similar to the SVN App.

BR,
Jeremie

[1] -
http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+Application+-+GitHub+App

2014-10-22 21:32 GMT+02:00 Yves Moisan :

> Hi All,
>
> I am new to XWiki and I was wondering if some users use XWiki as a
> documentation engine for software projects in general.  The case I have in
> mind is that we want to provide our software documentation to our customers
> as XWiki pages.  I'm quite fond of Sphinx (http://sphinx-doc.org/) and I
> very much like the idea of being able to set up a bunch of files (in the
> case os Sphinx reStructuredText text files) and have them versioned in the
> revision control system we use for our code.  I thought I could set up a
> similar file structure with XWiki 2.1 text files and have them versioned as
> a function of language and (our) software version.
>
> So the question : does anyone know of a Git plugin akin to the existing
> SVN Application (http://extensions.xwiki.org/xwiki/bin/view/Extension/SVN+
> Application) ?  I tried setting up the SVN plugin yesterday by testing on
> a local SVN and I didn't succeed.  I figured the reason is that we have
> Enterprise XWiki 5.2 and the plugin mentions it's been tested with version
> 6.0.1 but before I try harder I'd prefer if there would be a Git plugin
> since we're transitioning over to Git.
>
> Also, I know the idea of keeping versions separate from XWiki's own
> versioning story seems odd, but I still find a justification for a revision
> control system level versioning.  The rationale behind the development of
> the SVN Application rings a bell to me : "Allows concurrent development on
> multiple servers and simplifies publishing XWiki applications".
>
> TIA,
>
> Yves Moisan
>
> P.S. I scanned the mailing list archives up to Dec 2012 and din't find
> anything.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users