[xwiki-devs] Adding pages and panels externally
Thanks, Guillaume But I think that PUT method doesn't work for Panels, only for Pages. I trying another way, using a velocity script in a panel already created, but I have a doubt. Do you known how I can get all existing pages in specific Space to show in panel, as following? #panelheader('Test') #set($page = $xwiki.search("***all pages in Space.Main, for example***")) #foreach($docname in $page) #set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) <span class="panelitem"><a href="$rdoc.getURL('view')">$xwiki.getXMLEncoded($rdoc.displayTitle)</a></span> #end #panelfooter() Alexandre 2009/9/3 <devs-request@xwiki.org>
Send devs mailing list submissions to devs@xwiki.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.xwiki.org/mailman/listinfo/devs or, via email, send a message with subject or body 'help' to devs-request@xwiki.org
You can reach the person managing the list at devs-owner@xwiki.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of devs digest..."
Today's Topics:
1. Re: [xwiki-users] [Vote] Default Color Theme (Eduard Moraru) 2. Re: [xwiki-users] [Vote] Default Color Theme (Ecaterina Valica) 3. Translations for XWiki Enterprise 2.0 (Guillaume Lerouge) 4. Adding pages and panels externally (Alexandre Souza) 5. Re: Adding pages and panels externally (Guillaume Lerouge) 6. Re: [VOTE] Add the IRC Bot application to SVN (Marius Dumitru Florea) 7. Re: [Proposal] New Release Dates for the 2.0 Release (Vincent Massol) 8. Re: [Proposal] New Release Dates for the 2.0 Release (Jean-Vincent Drean) 9. Re: [Proposal] New Release Dates for the 2.0 Release (Asiri Rathnayake) 10. Re: [Proposal] New Release Dates for the 2.0 Release (Guillaume Lerouge)
----------------------------------------------------------------------
Message: 1 Date: Wed, 02 Sep 2009 17:18:15 +0300 From: Eduard Moraru <eduard.moraru@xwiki.com> Subject: Re: [xwiki-devs] [xwiki-users] [Vote] Default Color Theme To: XWiki Developers <devs@xwiki.org> Message-ID: <4A9E7EA7.9070102@xwiki.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
+1 for (2)
On 09/02/2009 05:37 PM, Ecaterina Valica wrote:
Hi,
So the final decision is between (2), (4), (B).*
(2)*
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal2/Propos...
*(4)*
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal4/Propos...
*(B) *
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/BColorTheme/Sche...
* *
I preserved the existing votes:
(4) +1 Caty, +1 Vincent, +1 Ricardo R, +1 Florin, +1 Silvia, +0.5 Trevor, +1 Marius (B) +1 Oana, +1 Thomas M, +1 Sergiu, +0.5 Vincent G, +1 Philipp, +1 Martijn, +0.5 Trevor (2) +1 Lucien, +0.66 Marta, +0.5 Jean C, +1 Ga?tan, +0.66 Raluca, +0.5 Vincent G, +1 Emilie,
For the ones that changed their mind and want to change their vote just reply again and reset your vote.
Thanks, Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
------------------------------
Message: 2 Date: Wed, 2 Sep 2009 19:12:10 +0200 From: Ecaterina Valica <valicac@gmail.com> Subject: Re: [xwiki-devs] [xwiki-users] [Vote] Default Color Theme To: XWiki Users <users@xwiki.org>, XWiki Mailinglist <devs@xwiki.org> Message-ID: <a7bce70e0909021012w5eeac28br62dd50de508958d2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
(4)
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal4/Propos...
(B)
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/BColorTheme/Sche...
(2) http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal2/Propos...
Votes:
(4) +1 Caty, +1 Vincent, +1 Ricardo R, +1 Florin, +1 Silvia, +0.5 Trevor, +1 Marius, +1 Christophe P (B) +1 Oana, +1 Thomas M, +1 Sergiu, +0.5 Vincent G, +1 Philipp, +1 Martijn, +0.5 Trevor (2) +1 Lucien, +0.66 Marta, +0.5 Jean C, +1 Ga?tan, +0.66 Raluca, +0.5 Vincent G, +1 Emilie, +1 Guillaume, +1 Eduard
------------------------------
Message: 3 Date: Wed, 2 Sep 2009 19:16:46 +0200 From: Guillaume Lerouge <guillaume@xwiki.com> Subject: [xwiki-devs] Translations for XWiki Enterprise 2.0 To: XWiki Developers <devs@xwiki.org>, XWiki Users <users@xwiki.org> Message-ID: <1c35d2320909021016n5f8fd583weff86414703bb7b3@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Hi XWikiers, I know some of you regularly update translations for languages on http://l10n.xwiki.org/ . I've just refreshed the list of translations, which created a slew of new empty strings :-)
It would be great if we could fill as much of them as possible before releasing XWiki Enterprise 2.0. I'll handle the French ones.
You can find empty translations for your language on http://l10n.xwiki.org/xwiki/bin/view/XE/XWikiCoreResources
Thanks in advance for your help,
Guillaume
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
------------------------------
Message: 4 Date: Wed, 2 Sep 2009 15:29:45 -0300 From: Alexandre Souza <siqsou@gmail.com> Subject: [xwiki-devs] Adding pages and panels externally To: devs@xwiki.org Message-ID: <230a3f4f0909021129o6971cc48p5befd2883c81bc34@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
Hi,
I am development a bash script for adding a lot pages and panels automatically in my xwiki. I got to add pages with 'curl' command, as following:
*curl -u Admin:admin -X PUT -d @newpage.html -H "Content-Type: text/plain" http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/NewPage * This works, but I'm having difficulty to add links in a side panel for the pages created. Is it possible make this with 'curl' too? If not, is there another way?
Thanks, Alexandre Souza
------------------------------
Message: 5 Date: Wed, 2 Sep 2009 22:22:39 +0200 From: Guillaume Lerouge <guillaume@xwiki.com> Subject: Re: [xwiki-devs] Adding pages and panels externally To: XWiki Developers <devs@xwiki.org> Message-ID: <1c35d2320909021322x1945069ch7aa1791378dd9477@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Hi Alexandre,
On Wed, Sep 2, 2009 at 8:29 PM, Alexandre Souza <siqsou@gmail.com> wrote:
Hi,
I am development a bash script for adding a lot pages and panels automatically in my xwiki. I got to add pages with 'curl' command, as following:
*curl -u Admin:admin -X PUT -d @newpage.html -H "Content-Type: text/plain" http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/NewPage * This works, but I'm having difficulty to add links in a side panel for the pages created. Is it possible make this with 'curl' too? If not, is there another way?
You simply need to access the panel XObject within the document holding your panel and edit its content property to add the links to your pages. I think there's an API for this since it's supported by XEclipse. You'll have to dig a bit more into it to see how it works though.
Guillaume
Thanks, Alexandre Souza _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
------------------------------
Message: 6 Date: Thu, 03 Sep 2009 07:40:35 +0300 From: Marius Dumitru Florea <mariusdumitru.florea@xwiki.com> Subject: Re: [xwiki-devs] [VOTE] Add the IRC Bot application to SVN To: XWiki Developers <devs@xwiki.org> Message-ID: <4A9F48C3.9080300@xwiki.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
+0
Thanks, Marius
Vincent Massol wrote:
Hi,
I've rewritten the IRC Bot application to make it more generic and using XWiki 2.0 syntax and the new Observation mechanism. I'm looking for a place where to save the sources.
I'd like to propose to put it in platform/applications/ircbot
Rationale: * Since we use it it'll be actively maintained * It could be useful for others too
It would have its own JIRA project and its own release cycles of course.
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
------------------------------
Message: 7 Date: Thu, 3 Sep 2009 11:25:13 +0200 From: Vincent Massol <vincent@massol.net> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0 Release To: XWiki Developers <devs@xwiki.org> Message-ID: <c0c158f80909030225x33e7f335y431d6b8b4067aa2a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
Guys,
Seen that we're now the 3rd of Sep and we're not ready to release the new colibri skin (lots of remaining issues), I'd like to propose to postpone the release by 1 week with the new timetable:
* XE 2.0RC1: 10th of Sep * XE 2.0 final (if no RC2): 15th of Sep * XE 2.0RC2 (if blockers found in RC1): 17th of Sep * XE 2.0 final (if RC2): 22nd of Sep
Here's my +1
Thanks -Vincent
On Thu, Aug 27, 2009 at 11:02 AM, Vincent Massol<vincent@massol.net> wrote:
Hi,
Since we've just released 2.0M4 we need to reschedule the date for the 2.0 release.
I'm proposing:
* 2.0RC1: 2nd of Sep * If no blocking bug found in RC1: ** 2.0 final: 4th of Sept (it's just a re-release of RC1 in this case) * If blocking bugs found in RC1: ** 2.0RC2: 9th of Sep ** 2.0 final: 11th of Sep (it's just a re-release of RC2 in this case)
WDYT?
Thanks -Vincent
------------------------------
Message: 8 Date: Thu, 3 Sep 2009 11:28:55 +0200 From: Jean-Vincent Drean <jean-vincent@drean.org> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0 Release To: XWiki Developers <devs@xwiki.org> Message-ID: <c58832290909030228s69fc0cc0o2893e9027083e6eb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
+1,
JV.
On Thu, Sep 3, 2009 at 11:25 AM, Vincent Massol <vincent@massol.net> wrote:
Guys,
Seen that we're now the 3rd of Sep and we're not ready to release the new colibri skin (lots of remaining issues), I'd like to propose to postpone the release by 1 week with the new timetable:
* XE 2.0RC1: 10th of Sep * XE 2.0 final (if no RC2): 15th of Sep * XE 2.0RC2 (if blockers found in RC1): 17th of Sep * XE 2.0 final (if RC2): 22nd of Sep
Here's my +1
Thanks -Vincent
On Thu, Aug 27, 2009 at 11:02 AM, Vincent Massol<vincent@massol.net>
wrote:
Hi,
Since we've just released 2.0M4 we need to reschedule the date for the 2.0 release.
I'm proposing:
* 2.0RC1: 2nd of Sep * If no blocking bug found in RC1: ** 2.0 final: 4th of Sept (it's just a re-release of RC1 in this case) * If blocking bugs found in RC1: ** 2.0RC2: 9th of Sep ** 2.0 final: 11th of Sep (it's just a re-release of RC2 in this case)
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
------------------------------
Message: 9 Date: Thu, 3 Sep 2009 15:05:41 +0530 From: Asiri Rathnayake <asiri.rathnayake@gmail.com> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0 Release To: XWiki Developers <devs@xwiki.org> Message-ID: <9fd36c290909030235p219b3e98h951b6d1ec9502ad4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
+1
On Thu, Sep 3, 2009 at 2:55 PM, Vincent Massol <vincent@massol.net> wrote:
Guys,
Seen that we're now the 3rd of Sep and we're not ready to release the new colibri skin (lots of remaining issues), I'd like to propose to postpone the release by 1 week with the new timetable:
* XE 2.0RC1: 10th of Sep * XE 2.0 final (if no RC2): 15th of Sep * XE 2.0RC2 (if blockers found in RC1): 17th of Sep * XE 2.0 final (if RC2): 22nd of Sep
Here's my +1
Thanks -Vincent
On Thu, Aug 27, 2009 at 11:02 AM, Vincent Massol<vincent@massol.net> wrote:
Hi,
Since we've just released 2.0M4 we need to reschedule the date for the 2.0 release.
I'm proposing:
* 2.0RC1: 2nd of Sep * If no blocking bug found in RC1: ** 2.0 final: 4th of Sept (it's just a re-release of RC1 in this case) * If blocking bugs found in RC1: ** 2.0RC2: 9th of Sep ** 2.0 final: 11th of Sep (it's just a re-release of RC2 in this case)
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
------------------------------
Message: 10 Date: Thu, 3 Sep 2009 11:38:05 +0200 From: Guillaume Lerouge <guillaume@xwiki.com> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0 Release To: XWiki Developers <devs@xwiki.org> Message-ID: <1c35d2320909030238x7e54fe9dga05a71e042206e84@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
+1 Guillaume
On Thu, Sep 3, 2009 at 11:35 AM, Asiri Rathnayake < asiri.rathnayake@gmail.com> wrote:
+1
On Thu, Sep 3, 2009 at 2:55 PM, Vincent Massol <vincent@massol.net> wrote:
Guys,
Seen that we're now the 3rd of Sep and we're not ready to release the new colibri skin (lots of remaining issues), I'd like to propose to postpone the release by 1 week with the new timetable:
* XE 2.0RC1: 10th of Sep * XE 2.0 final (if no RC2): 15th of Sep * XE 2.0RC2 (if blockers found in RC1): 17th of Sep * XE 2.0 final (if RC2): 22nd of Sep
Here's my +1
Thanks -Vincent
On Thu, Aug 27, 2009 at 11:02 AM, Vincent Massol<vincent@massol.net> wrote:
Hi,
Since we've just released 2.0M4 we need to reschedule the date for the 2.0 release.
I'm proposing:
* 2.0RC1: 2nd of Sep * If no blocking bug found in RC1: ** 2.0 final: 4th of Sept (it's just a re-release of RC1 in this case) * If blocking bugs found in RC1: ** 2.0RC2: 9th of Sep ** 2.0 final: 11th of Sep (it's just a re-release of RC2 in this case)
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
------------------------------
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
End of devs Digest, Vol 27, Issue 13 ************************************
Hi Alexandre, Alexandre Souza wrote:
Thanks, Guillaume
But I think that PUT method doesn't work for Panels, only for Pages. I trying another way, using a velocity script in a panel already created, but I have a doubt. Do you known how I can get all existing pages in specific Space to show in panel, as following?
See xwiki/bin/view/Main/SpaceIndex?viewer=code on your wiki. Hope this helps, Marius
#panelheader('Test')
#set($page = $xwiki.search("***all pages in Space.Main, for example***"))
#foreach($docname in $page) #set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) <span class="panelitem"><a href="$rdoc.getURL('view')">$xwiki.getXMLEncoded($rdoc.displayTitle)</a></span> #end
#panelfooter()
Alexandre
2009/9/3 <devs-request@xwiki.org>
Send devs mailing list submissions to devs@xwiki.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.xwiki.org/mailman/listinfo/devs or, via email, send a message with subject or body 'help' to devs-request@xwiki.org
You can reach the person managing the list at devs-owner@xwiki.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of devs digest..."
Today's Topics:
1. Re: [xwiki-users] [Vote] Default Color Theme (Eduard Moraru) 2. Re: [xwiki-users] [Vote] Default Color Theme (Ecaterina Valica) 3. Translations for XWiki Enterprise 2.0 (Guillaume Lerouge) 4. Adding pages and panels externally (Alexandre Souza) 5. Re: Adding pages and panels externally (Guillaume Lerouge) 6. Re: [VOTE] Add the IRC Bot application to SVN (Marius Dumitru Florea) 7. Re: [Proposal] New Release Dates for the 2.0 Release (Vincent Massol) 8. Re: [Proposal] New Release Dates for the 2.0 Release (Jean-Vincent Drean) 9. Re: [Proposal] New Release Dates for the 2.0 Release (Asiri Rathnayake) 10. Re: [Proposal] New Release Dates for the 2.0 Release (Guillaume Lerouge)
----------------------------------------------------------------------
Message: 1 Date: Wed, 02 Sep 2009 17:18:15 +0300 From: Eduard Moraru <eduard.moraru@xwiki.com> Subject: Re: [xwiki-devs] [xwiki-users] [Vote] Default Color Theme To: XWiki Developers <devs@xwiki.org> Message-ID: <4A9E7EA7.9070102@xwiki.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
+1 for (2)
On 09/02/2009 05:37 PM, Ecaterina Valica wrote:
Hi,
So the final decision is between (2), (4), (B).*
(2)*
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal2/Propos...
*(4)*
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal4/Propos...
*(B) *
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/BColorTheme/Sche...
* *
I preserved the existing votes:
(4) +1 Caty, +1 Vincent, +1 Ricardo R, +1 Florin, +1 Silvia, +0.5 Trevor, +1 Marius (B) +1 Oana, +1 Thomas M, +1 Sergiu, +0.5 Vincent G, +1 Philipp, +1 Martijn, +0.5 Trevor (2) +1 Lucien, +0.66 Marta, +0.5 Jean C, +1 Ga?tan, +0.66 Raluca, +0.5 Vincent G, +1 Emilie,
For the ones that changed their mind and want to change their vote just reply again and reset your vote.
Thanks, Caty _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
------------------------------
Message: 2 Date: Wed, 2 Sep 2009 19:12:10 +0200 From: Ecaterina Valica <valicac@gmail.com> Subject: Re: [xwiki-devs] [xwiki-users] [Vote] Default Color Theme To: XWiki Users <users@xwiki.org>, XWiki Mailinglist <devs@xwiki.org> Message-ID: <a7bce70e0909021012w5eeac28br62dd50de508958d2@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
(4)
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal4/Propos...
(B)
http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/BColorTheme/Sche...
(2) http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal2/Propos...
Votes:
(4) +1 Caty, +1 Vincent, +1 Ricardo R, +1 Florin, +1 Silvia, +0.5 Trevor, +1 Marius, +1 Christophe P (B) +1 Oana, +1 Thomas M, +1 Sergiu, +0.5 Vincent G, +1 Philipp, +1 Martijn, +0.5 Trevor (2) +1 Lucien, +0.66 Marta, +0.5 Jean C, +1 Ga?tan, +0.66 Raluca, +0.5 Vincent G, +1 Emilie, +1 Guillaume, +1 Eduard
------------------------------
Message: 3 Date: Wed, 2 Sep 2009 19:16:46 +0200 From: Guillaume Lerouge <guillaume@xwiki.com> Subject: [xwiki-devs] Translations for XWiki Enterprise 2.0 To: XWiki Developers <devs@xwiki.org>, XWiki Users <users@xwiki.org> Message-ID: <1c35d2320909021016n5f8fd583weff86414703bb7b3@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Hi XWikiers, I know some of you regularly update translations for languages on http://l10n.xwiki.org/ . I've just refreshed the list of translations, which created a slew of new empty strings :-)
It would be great if we could fill as much of them as possible before releasing XWiki Enterprise 2.0. I'll handle the French ones.
You can find empty translations for your language on http://l10n.xwiki.org/xwiki/bin/view/XE/XWikiCoreResources
Thanks in advance for your help,
Guillaume
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
------------------------------
Message: 4 Date: Wed, 2 Sep 2009 15:29:45 -0300 From: Alexandre Souza <siqsou@gmail.com> Subject: [xwiki-devs] Adding pages and panels externally To: devs@xwiki.org Message-ID: <230a3f4f0909021129o6971cc48p5befd2883c81bc34@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
Hi,
I am development a bash script for adding a lot pages and panels automatically in my xwiki. I got to add pages with 'curl' command, as following:
*curl -u Admin:admin -X PUT -d @newpage.html -H "Content-Type: text/plain" http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/NewPage * This works, but I'm having difficulty to add links in a side panel for the pages created. Is it possible make this with 'curl' too? If not, is there another way?
Thanks, Alexandre Souza
------------------------------
Message: 5 Date: Wed, 2 Sep 2009 22:22:39 +0200 From: Guillaume Lerouge <guillaume@xwiki.com> Subject: Re: [xwiki-devs] Adding pages and panels externally To: XWiki Developers <devs@xwiki.org> Message-ID: <1c35d2320909021322x1945069ch7aa1791378dd9477@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
Hi Alexandre,
On Wed, Sep 2, 2009 at 8:29 PM, Alexandre Souza <siqsou@gmail.com> wrote:
Hi,
I am development a bash script for adding a lot pages and panels automatically in my xwiki. I got to add pages with 'curl' command, as following:
*curl -u Admin:admin -X PUT -d @newpage.html -H "Content-Type: text/plain" http://localhost:8080/xwiki/rest/wikis/xwiki/spaces/Main/pages/NewPage * This works, but I'm having difficulty to add links in a side panel for the pages created. Is it possible make this with 'curl' too? If not, is there another way?
You simply need to access the panel XObject within the document holding your panel and edit its content property to add the links to your pages. I think there's an API for this since it's supported by XEclipse. You'll have to dig a bit more into it to see how it works though.
Guillaume
Thanks, Alexandre Souza _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
------------------------------
Message: 6 Date: Thu, 03 Sep 2009 07:40:35 +0300 From: Marius Dumitru Florea <mariusdumitru.florea@xwiki.com> Subject: Re: [xwiki-devs] [VOTE] Add the IRC Bot application to SVN To: XWiki Developers <devs@xwiki.org> Message-ID: <4A9F48C3.9080300@xwiki.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
+0
Thanks, Marius
Vincent Massol wrote:
Hi,
I've rewritten the IRC Bot application to make it more generic and using XWiki 2.0 syntax and the new Observation mechanism. I'm looking for a place where to save the sources.
I'd like to propose to put it in platform/applications/ircbot
Rationale: * Since we use it it'll be actively maintained * It could be useful for others too
It would have its own JIRA project and its own release cycles of course.
Here's my +1
Thanks -Vincent
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
------------------------------
Message: 7 Date: Thu, 3 Sep 2009 11:25:13 +0200 From: Vincent Massol <vincent@massol.net> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0 Release To: XWiki Developers <devs@xwiki.org> Message-ID: <c0c158f80909030225x33e7f335y431d6b8b4067aa2a@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
Guys,
Seen that we're now the 3rd of Sep and we're not ready to release the new colibri skin (lots of remaining issues), I'd like to propose to postpone the release by 1 week with the new timetable:
* XE 2.0RC1: 10th of Sep * XE 2.0 final (if no RC2): 15th of Sep * XE 2.0RC2 (if blockers found in RC1): 17th of Sep * XE 2.0 final (if RC2): 22nd of Sep
Here's my +1
Thanks -Vincent
On Thu, Aug 27, 2009 at 11:02 AM, Vincent Massol<vincent@massol.net> wrote:
Hi,
Since we've just released 2.0M4 we need to reschedule the date for the 2.0 release.
I'm proposing:
* 2.0RC1: 2nd of Sep * If no blocking bug found in RC1: ** 2.0 final: 4th of Sept (it's just a re-release of RC1 in this case) * If blocking bugs found in RC1: ** 2.0RC2: 9th of Sep ** 2.0 final: 11th of Sep (it's just a re-release of RC2 in this case)
WDYT?
Thanks -Vincent
------------------------------
Message: 8 Date: Thu, 3 Sep 2009 11:28:55 +0200 From: Jean-Vincent Drean <jean-vincent@drean.org> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0 Release To: XWiki Developers <devs@xwiki.org> Message-ID: <c58832290909030228s69fc0cc0o2893e9027083e6eb@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
+1,
JV.
On Thu, Sep 3, 2009 at 11:25 AM, Vincent Massol <vincent@massol.net> wrote:
Guys,
Seen that we're now the 3rd of Sep and we're not ready to release the new colibri skin (lots of remaining issues), I'd like to propose to postpone the release by 1 week with the new timetable:
* XE 2.0RC1: 10th of Sep * XE 2.0 final (if no RC2): 15th of Sep * XE 2.0RC2 (if blockers found in RC1): 17th of Sep * XE 2.0 final (if RC2): 22nd of Sep
Here's my +1
Thanks -Vincent
On Thu, Aug 27, 2009 at 11:02 AM, Vincent Massol<vincent@massol.net> wrote:
Hi,
Since we've just released 2.0M4 we need to reschedule the date for the 2.0 release.
I'm proposing:
* 2.0RC1: 2nd of Sep * If no blocking bug found in RC1: ** 2.0 final: 4th of Sept (it's just a re-release of RC1 in this case) * If blocking bugs found in RC1: ** 2.0RC2: 9th of Sep ** 2.0 final: 11th of Sep (it's just a re-release of RC2 in this case)
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
------------------------------
Message: 9 Date: Thu, 3 Sep 2009 15:05:41 +0530 From: Asiri Rathnayake <asiri.rathnayake@gmail.com> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0 Release To: XWiki Developers <devs@xwiki.org> Message-ID: <9fd36c290909030235p219b3e98h951b6d1ec9502ad4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
+1
On Thu, Sep 3, 2009 at 2:55 PM, Vincent Massol <vincent@massol.net> wrote:
Guys,
Seen that we're now the 3rd of Sep and we're not ready to release the new colibri skin (lots of remaining issues), I'd like to propose to postpone the release by 1 week with the new timetable:
* XE 2.0RC1: 10th of Sep * XE 2.0 final (if no RC2): 15th of Sep * XE 2.0RC2 (if blockers found in RC1): 17th of Sep * XE 2.0 final (if RC2): 22nd of Sep
Here's my +1
Thanks -Vincent
On Thu, Aug 27, 2009 at 11:02 AM, Vincent Massol<vincent@massol.net> wrote:
Hi,
Since we've just released 2.0M4 we need to reschedule the date for the 2.0 release.
I'm proposing:
* 2.0RC1: 2nd of Sep * If no blocking bug found in RC1: ** 2.0 final: 4th of Sept (it's just a re-release of RC1 in this case) * If blocking bugs found in RC1: ** 2.0RC2: 9th of Sep ** 2.0 final: 11th of Sep (it's just a re-release of RC2 in this case)
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
------------------------------
Message: 10 Date: Thu, 3 Sep 2009 11:38:05 +0200 From: Guillaume Lerouge <guillaume@xwiki.com> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0 Release To: XWiki Developers <devs@xwiki.org> Message-ID: <1c35d2320909030238x7e54fe9dga05a71e042206e84@mail.gmail.com> Content-Type: text/plain; charset=UTF-8
+1 Guillaume
On Thu, Sep 3, 2009 at 11:35 AM, Asiri Rathnayake < asiri.rathnayake@gmail.com> wrote:
+1
On Thu, Sep 3, 2009 at 2:55 PM, Vincent Massol <vincent@massol.net> wrote:
Guys,
Seen that we're now the 3rd of Sep and we're not ready to release the new colibri skin (lots of remaining issues), I'd like to propose to postpone the release by 1 week with the new timetable:
* XE 2.0RC1: 10th of Sep * XE 2.0 final (if no RC2): 15th of Sep * XE 2.0RC2 (if blockers found in RC1): 17th of Sep * XE 2.0 final (if RC2): 22nd of Sep
Here's my +1
Thanks -Vincent
On Thu, Aug 27, 2009 at 11:02 AM, Vincent Massol<vincent@massol.net> wrote:
Hi,
Since we've just released 2.0M4 we need to reschedule the date for the 2.0 release.
I'm proposing:
* 2.0RC1: 2nd of Sep * If no blocking bug found in RC1: ** 2.0 final: 4th of Sept (it's just a re-release of RC1 in this case) * If blocking bugs found in RC1: ** 2.0RC2: 9th of Sep ** 2.0 final: 11th of Sep (it's just a re-release of RC2 in this case) WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Product Manager - XWiki Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
------------------------------
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
End of devs Digest, Vol 27, Issue 13 ************************************
_______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Alexandre Souza -
Marius Dumitru Florea