[xwiki-users] improve SpaceIndex
Hello, Here, I add "sort" parameter to SpaceIndex function to display the list of document with another ... sort: http://extensions.xwiki.org/xwiki/bin/view/Extension/SpaceIndex+Macro#Commen... Have fun :-) It will be nice to add that at xwiki engine... Pascal B
Thanks Pascal Would be great if you could create 1) a JIRA issue and 2) a Pull Request on https://github.com/xwiki/xwiki-platform for this! That would increase the likelihood of getting this in the platform :) Thanks -Vincent On 3 Jun 2014 at 14:07:41, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
Here, I add "sort" parameter to SpaceIndex function to display the list of document with another ... sort:
http://extensions.xwiki.org/xwiki/bin/view/Extension/SpaceIndex+Macro#Commen...
Have fun :-)
It will be nice to add that at xwiki engine...
Pascal B
Ok, then: 1- http://jira.xwiki.org/browse/XCOMMONS-602 and 2 - https://github.com/xwiki/xwiki-platform/pull/280 Am I good? :-) Tell me if it is correct ... or no. Thxs ________________________________ De : "[email protected]" <[email protected]> À : XWiki Users <[email protected]> Cc : Pascal BASTIEN <[email protected]> Envoyé le : Mardi 3 juin 2014 15h41 Objet : Re: [xwiki-users] improve SpaceIndex Thanks Pascal Would be great if you could create 1) a JIRA issue and 2) a Pull Request on https://github.com/xwiki/xwiki-platform for this! That would increase the likelihood of getting this in the platform :) Thanks -Vincent On 3 Jun 2014 at 14:07:41, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
Here, I add "sort" parameter to SpaceIndex function to display the list of document with another ... sort:
http://extensions.xwiki.org/xwiki/bin/view/Extension/SpaceIndex+Macro#Commen...
Have fun :-)
It will be nice to add that at xwiki engine...
Pascal B
Hello, If I found a patch to resolve a "bug". I must create a JIRA issue AND a pull request on GitHub, or can I only pull request? By the way, if I pull request I must indicate the link to JIRA issue number ? If yes how? In comment? Thxs. ________________________________ De : "[email protected]" <[email protected]> À : XWiki Users <[email protected]> Cc : Pascal BASTIEN <[email protected]> Envoyé le : Mardi 3 juin 2014 15h41 Objet : Re: [xwiki-users] improve SpaceIndex Thanks Pascal Would be great if you could create 1) a JIRA issue and 2) a Pull Request on https://github.com/xwiki/xwiki-platform for this! That would increase the likelihood of getting this in the platform :) Thanks -Vincent On 3 Jun 2014 at 14:07:41, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
Here, I add "sort" parameter to SpaceIndex function to display the list of document with another ... sort:
http://extensions.xwiki.org/xwiki/bin/view/Extension/SpaceIndex+Macro#Commen...
Have fun :-)
It will be nice to add that at xwiki engine...
Pascal B
Hi Pascal, On 4 Jun 2014 at 10:12:56, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
If I found a patch to resolve a "bug". I must create a JIRA issue AND a pull request on GitHub, or can I only pull request?
Yes both...
By the way, if I pull request I must indicate the link to JIRA issue number ? If yes how? In comment?
Ideally in the git commit you should use the following format: <JIRA ISSUE ID, e.g. XWIKI-1000> : <summary from JIRA> * <extra comment, optional> Thanks! -Vincent
Thxs.
De : "[email protected]" À : XWiki Users Cc : Pascal BASTIEN Envoyé le : Mardi 3 juin 2014 15h41 Objet : Re: [xwiki-users] improve SpaceIndex
Thanks Pascal
Would be great if you could create 1) a JIRA issue and 2) a Pull Request on https://github.com/xwiki/xwiki-platform for this!
That would increase the likelihood of getting this in the platform :)
Thanks -Vincent
On 3 Jun 2014 at 14:07:41, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
Here, I add "sort" parameter to SpaceIndex function to display the list of document with another ... sort:
http://extensions.xwiki.org/xwiki/bin/view/Extension/SpaceIndex+Macro#Commen...
Have fun :-)
It will be nice to add that at xwiki engine...
Pascal B
Thxs Anyway, someone can help me to add my new parameter declaration in spaceindex.xml? https://github.com/xwiki/xwiki-platform/pull/280/files I must use eclipse/egit/Mylyn GitHub Connector to provide the <guid> ? Pascal B ________________________________ De : "[email protected]" <[email protected]> À : XWiki Users <[email protected]> Cc : Pascal BASTIEN <[email protected]> Envoyé le : Mercredi 4 juin 2014 14h57 Objet : Re: [xwiki-users] improve SpaceIndex Hi Pascal, On 4 Jun 2014 at 10:12:56, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
If I found a patch to resolve a "bug". I must create a JIRA issue AND a pull request on GitHub, or can I only pull request?
Yes both...
By the way, if I pull request I must indicate the link to JIRA issue number ? If yes how? In comment?
Ideally in the git commit you should use the following format: <JIRA ISSUE ID, e.g. XWIKI-1000> : <summary from JIRA> * <extra comment, optional> Thanks! -Vincent
Thxs.
De : "[email protected]" À : XWiki Users Cc : Pascal BASTIEN Envoyé le : Mardi 3 juin 2014 15h41 Objet : Re: [xwiki-users] improve SpaceIndex
Thanks Pascal
Would be great if you could create 1) a JIRA issue and 2) a Pull Request on https://github.com/xwiki/xwiki-platform for this!
That would increase the likelihood of getting this in the platform :)
Thanks -Vincent
On 3 Jun 2014 at 14:07:41, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
Here, I add "sort" parameter to SpaceIndex function to display the list of document with another ... sort:
http://extensions.xwiki.org/xwiki/bin/view/Extension/SpaceIndex+Macro#Commen...
Have fun :-)
It will be nice to add that at xwiki engine...
Pascal B
Ok: guid seem to be random uuid: http://lists.xwiki.org/pipermail/devs/2010-January/041224.html ________________________________ De : Pascal BASTIEN <[email protected]> À : "[email protected]" <[email protected]>; XWiki Users <[email protected]> Envoyé le : Jeudi 5 juin 2014 11h13 Objet : Re: [xwiki-users] improve SpaceIndex Thxs Anyway, someone can help me to add my new parameter declaration in spaceindex.xml? https://github.com/xwiki/xwiki-platform/pull/280/files I must use eclipse/egit/Mylyn GitHub Connector to provide the <guid> ? Pascal B ________________________________ De : "[email protected]" <[email protected]> À : XWiki Users <[email protected]> Cc : Pascal BASTIEN <[email protected]> Envoyé le : Mercredi 4 juin 2014 14h57 Objet : Re: [xwiki-users] improve SpaceIndex Hi Pascal, On 4 Jun 2014 at 10:12:56, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
If I found a patch to resolve a "bug". I must create a JIRA issue AND a pull request on GitHub, or can I only pull request?
Yes both...
By the way, if I pull request I must indicate the link to JIRA issue number ? If yes how? In comment?
Ideally in the git commit you should use the following format: <JIRA ISSUE ID, e.g. XWIKI-1000> : <summary from JIRA> * <extra comment, optional> Thanks! -Vincent
Thxs.
De : "[email protected]" À : XWiki Users Cc : Pascal BASTIEN Envoyé le : Mardi 3 juin 2014 15h41 Objet : Re: [xwiki-users] improve SpaceIndex
Thanks Pascal
Would be great if you could create 1) a JIRA issue and 2) a Pull Request on https://github.com/xwiki/xwiki-platform for this!
That would increase the likelihood of getting this in the platform :)
Thanks -Vincent
On 3 Jun 2014 at 14:07:41, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
Here, I add "sort" parameter to SpaceIndex function to display the list of document with another ... sort:
http://extensions.xwiki.org/xwiki/bin/view/Extension/SpaceIndex+Macro#Commen...
Have fun :-)
It will be nice to add that at xwiki engine...
Pascal B
Ok, I'm begin to understand a simple way to do it: use xwiki to edit my SpaceIndex document, export in xar format and unzip to catch xml file with my nice new guid :-) I will pull this afternoom (I'm hungry) ________________________________ De : Pascal BASTIEN <[email protected]> À : "[email protected]" <[email protected]>; XWiki Users <[email protected]> Envoyé le : Jeudi 5 juin 2014 11h47 Objet : Re: [xwiki-users] improve SpaceIndex Ok: guid seem to be random uuid: http://lists.xwiki.org/pipermail/devs/2010-January/041224.html ________________________________ De : Pascal BASTIEN <[email protected]> À : "[email protected]" <[email protected]>; XWiki Users <[email protected]> Envoyé le : Jeudi 5 juin 2014 11h13 Objet : Re: [xwiki-users] improve SpaceIndex Thxs Anyway, someone can help me to add my new parameter declaration in spaceindex.xml? https://github.com/xwiki/xwiki-platform/pull/280/files I must use eclipse/egit/Mylyn GitHub Connector to provide the <guid> ? Pascal B ________________________________ De : "[email protected]" <[email protected]> À : XWiki Users <[email protected]> Cc : Pascal BASTIEN <[email protected]> Envoyé le : Mercredi 4 juin 2014 14h57 Objet : Re: [xwiki-users] improve SpaceIndex Hi Pascal, On 4 Jun 2014 at 10:12:56, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
If I found a patch to resolve a "bug". I must create a JIRA issue AND a pull request on GitHub, or can I only pull request?
Yes both...
By the way, if I pull request I must indicate the link to JIRA issue number ? If yes how? In comment?
Ideally in the git commit you should use the following format: <JIRA ISSUE ID, e.g. XWIKI-1000> : <summary from JIRA> * <extra comment, optional> Thanks! -Vincent
Thxs.
De : "[email protected]" À : XWiki Users Cc : Pascal BASTIEN Envoyé le : Mardi 3 juin 2014 15h41 Objet : Re: [xwiki-users] improve SpaceIndex
Thanks Pascal
Would be great if you could create 1) a JIRA issue and 2) a Pull Request on https://github.com/xwiki/xwiki-platform for this!
That would increase the likelihood of getting this in the platform :)
Thanks -Vincent
On 3 Jun 2014 at 14:07:41, Pascal BASTIEN ([email protected](mailto:[email protected])) wrote:
Hello,
Here, I add "sort" parameter to SpaceIndex function to display the list of document with another ... sort:
http://extensions.xwiki.org/xwiki/bin/view/Extension/SpaceIndex+Macro#Commen...
Have fun :-)
It will be nice to add that at xwiki engine...
Pascal B
participants (2)
-
Pascal BASTIEN -
vincent@massol.net