Hi,
We currently have a bug with script macros and contexts: http://jira.xwiki.org/jira/browse/XWIKI-4279
I can easily solve it by backuping and restoring the Execution Context
in getRenderedContent(String, String, String).
I think this is the correct way since the context should be isolated
when rendering IMO.
Now, note that isolating the EC means the velocitycontext will be
cloned (shallow cloning though right now). Which means that if some
calls to getRenderedContent(String, String, String) save stuff in the
velo context for the caller they may fail. I don't know if this
happens anywhere in our code but it's unlikely since the calls from vm
files are usually calls to getRenderedContent() without parameters
which doesn't save/Restore the contexts.
Here's my +1 for isolating the contexts in getRenderedContent(String,
String, String) and my +1 to apply this change now for RC1.
Thanks
-Vincent
+1 (C)
For my opinion the "Preview" button is necessary because the final structure of the page is different then the edition one. Because of panels, colors etc, you can want to check the global look and integration of your page
And also all buttons should be in one group. It's all actions that you can iniate from the editor. Subgroups don't sound necessary for me.
> -----Message d'origine-----
> De : devs-bounces(a)xwiki.org [mailto:devs-bounces@xwiki.org]
> De la part de Ecaterina Valica
> Envoyé : vendredi 4 septembre 2009 13:09
> À : XWiki Mailinglist; XWiki Mailinglist
> Objet : [xwiki-devs] [UX] Edit Buttons Order
>
> Hi,
>
> Because we want to make a standard from vertical-aligned
> form, this means
> the buttons should be left-ordered with the most important
> action first.
> This should be changed also in Toucan and Albatross skin, not
> only just in
> Colibri.
>
> Right now the Edit Actions are "Cancel", "Preview", "Save&Continue",
> "Save&View".
>
> What do you think is the right order for them when they are
> left-aligned?
>
> (A) Save&View, Save&Continue, Preview, Cancel (as it is -
> just in reverse)
>
> (B) Save&View, Preview, Save&Continue, Cancel
>
> (C) Preview, Save&Continue, Save&View, Cancel
>
> (D) other variation
>
> Remarks:
>
> - "Cancel" should be *last* because it's a terminal (takes
> you out of the
> editor), no-saving action. This is the least important.
>
> - "Save & View" is also a terminal action (takes you out of
> the editor) -
> having it* first* you have the 2 terminal actions at extremities.
> - "Preview" is the least damaging action in case of accidental submit
> (Silvia + Marta) - should be *first*?
>
> - Some people use ("Preview" + "Save&Continue") {many times}
> + "Save&View"
> {final}
> - Other people just use "Save&Continue" + "Save & View" {final}, never
> "Preview", etc
>
> - What is the necessity for the "Preview" button in a WYSIYWG
> editor? On the
> other hand "Preview" is very important if you edit in "Wiki" mode.
>
> - Should "Preview" separate the two other SAVING actions? (Marta)
> - Should "Save&Continue" separate the two other VIEW actions?
>
> Thanks,
> Caty
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hi,
I'd like to implement this behavior:
{{script language="..." jarPages="Space1.Page1, Space2.Page, ..."}}
...
{{/script}}
Optional:
- offer a way to specify explcitley the jars. For example: Space1.Page1(a)myjar.jar
It would add the jars located in the specified pages to a
URLClassLoader used to execute the script.
Obviously programming rights would be checked.
WDYT?
Thanks
-Vincent
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(a)xwiki.org>
> Send devs mailing list submissions to
> devs(a)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(a)xwiki.org
>
> You can reach the person managing the list at
> devs-owner(a)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(a)xwiki.com>
> Subject: Re: [xwiki-devs] [xwiki-users] [Vote] Default Color Theme
> To: XWiki Developers <devs(a)xwiki.org>
> Message-ID: <4A9E7EA7.9070102(a)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/Propo…
> >
> > *(4)*
> >
> http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal4/Propo…
> >
> > *(B) *
> >
> http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/BColorTheme/Sch…
> > * *
> >
> >
> > 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(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/devs
> >
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 2 Sep 2009 19:12:10 +0200
> From: Ecaterina Valica <valicac(a)gmail.com>
> Subject: Re: [xwiki-devs] [xwiki-users] [Vote] Default Color Theme
> To: XWiki Users <users(a)xwiki.org>, XWiki Mailinglist <devs(a)xwiki.org>
> Message-ID:
> <a7bce70e0909021012w5eeac28br62dd50de508958d2(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> (4)
>
> http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal4/Propo…
>
> (B)
>
> http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/BColorTheme/Sch…
>
> (2)
> http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/Proposal2/Propo…
>
> 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(a)xwiki.com>
> Subject: [xwiki-devs] Translations for XWiki Enterprise 2.0
> To: XWiki Developers <devs(a)xwiki.org>, XWiki Users <users(a)xwiki.org>
> Message-ID:
> <1c35d2320909021016n5f8fd583weff86414703bb7b3(a)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(a)gmail.com>
> Subject: [xwiki-devs] Adding pages and panels externally
> To: devs(a)xwiki.org
> Message-ID:
> <230a3f4f0909021129o6971cc48p5befd2883c81bc34(a)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(a)xwiki.com>
> Subject: Re: [xwiki-devs] Adding pages and panels externally
> To: XWiki Developers <devs(a)xwiki.org>
> Message-ID:
> <1c35d2320909021322x1945069ch7aa1791378dd9477(a)mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi Alexandre,
>
> On Wed, Sep 2, 2009 at 8:29 PM, Alexandre Souza <siqsou(a)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(a)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(a)xwiki.com>
> Subject: Re: [xwiki-devs] [VOTE] Add the IRC Bot application to SVN
> To: XWiki Developers <devs(a)xwiki.org>
> Message-ID: <4A9F48C3.9080300(a)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(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/devs
>
>
> ------------------------------
>
> Message: 7
> Date: Thu, 3 Sep 2009 11:25:13 +0200
> From: Vincent Massol <vincent(a)massol.net>
> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0
> Release
> To: XWiki Developers <devs(a)xwiki.org>
> Message-ID:
> <c0c158f80909030225x33e7f335y431d6b8b4067aa2a(a)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(a)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(a)drean.org>
> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0
> Release
> To: XWiki Developers <devs(a)xwiki.org>
> Message-ID:
> <c58832290909030228s69fc0cc0o2893e9027083e6eb(a)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(a)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(a)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(a)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(a)gmail.com>
> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0
> Release
> To: XWiki Developers <devs(a)xwiki.org>
> Message-ID:
> <9fd36c290909030235p219b3e98h951b6d1ec9502ad4(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> +1
>
> On Thu, Sep 3, 2009 at 2:55 PM, Vincent Massol <vincent(a)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(a)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(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/devs
> >
>
>
> ------------------------------
>
> Message: 10
> Date: Thu, 3 Sep 2009 11:38:05 +0200
> From: Guillaume Lerouge <guillaume(a)xwiki.com>
> Subject: Re: [xwiki-devs] [Proposal] New Release Dates for the 2.0
> Release
> To: XWiki Developers <devs(a)xwiki.org>
> Message-ID:
> <1c35d2320909030238x7e54fe9dga05a71e042206e84(a)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(a)gmail.com> wrote:
>
> > +1
> >
> > On Thu, Sep 3, 2009 at 2:55 PM, Vincent Massol <vincent(a)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(a)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(a)xwiki.org
> > > http://lists.xwiki.org/mailman/listinfo/devs
> > >
> > _______________________________________________
> > devs mailing list
> > devs(a)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(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
>
> End of devs Digest, Vol 27, Issue 13
> ************************************
>
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
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
Hi,
In order to prepare what we could in the 2.1 roadmap on the domain of
architecture features (ie not user-oriented features), here's a list
of stuff I have in mind for working on myself (and/or with some of you):
* Services Bridge (between scripts and components)
* Velocity JSR223 implementation
* Finish xwiki-url
* Finish xwiki-action
* Finish xwiki-localization
* Generic Rendering Markers for Transformations
* Move XHTML parser from wikimodel to our code base
* Rendering: make script/include/useravatar macros usable standalone too
* Component Manager: introduce Realms
* Move to JSR299 annotations + move to Guice. (I think this one is too
early though - JSR330 public review is for 15th of Sep)
* I10n of Renderng module / WYSIWYG module
* Implement xwiki-search (rewrite using new archi) (We might want to
fix existing lucene plugin first before tackling this one)
* App Manager (too big to start now - I think beg of next year)
Any other stuff that we'd need to work on from an architecture pov?
Thanks
-Vincent
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
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/