Since XWiki 4.3 you have the page field which is the same and should do
that.
If you don't want to change the field type you can write a custom displayer
that you add in your field definition.
Ludovic
Le 26 juin 2015 8:29 AM, "Sylvain MARIE" a
écrit :
> Hello all,
>
> I have a Database List whi
Hi
You forgot to install the mysql jar driver.
See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL
Ludovic
Le 29 août 2015 4:24 PM, "Dan T" a écrit :
> Hello,
>
> After a lot of tests on a debian version (where « everything » is made for
> us), i would like to implement
Isn't the problem that it should be
#if("$!request.evolver" == "1")
And not
#if("$!request.evolver" == 1)
Ludo
Le 22 déc. 2015 21:32, "Giordano Ninonà" a
écrit :
> Dear Vincent,
>
> Tank you for your reply, I would try what you suggested in the afternoon,
> but regarding the "evolver=1 reques
need to modify the livetable in AWM to override the edit button.
I'm not sure where the code is but I believe it's some Javascript that
inserts the Edit action on every line in the livetable.
Ludovic
--
*Ludovic Dubost*
*Founder and CEO*
ludo...@xwiki.com
skype: ldubost
Blog: http://blog
BTW, there is an extension that has Job Descriptions included:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Recruitment+application
It also has a candidate database, so many it's more than what you want.
Ludovic
--
*Ludovic Dubost*
*Founder and CEO*
ludo...@xwiki.com
skype: ld
Hi
I believe it's because Twitter's APIs are not working anymore or have
changed
This is probably an easier solution using the XWiki HTML macro
https://dev.twitter.com/web/embedded-timelines
Le 25 mai 2016 18:42, "Paul Pinkerton (ACLCO)" a écrit :
> Trying to get this macro to work:
> http://e
he macro uses. If so then maybe it’s enough to upgrade the
> version of twitter4j used?
>
> -Vincent
>
> > Thanks
> > -Vincent
> >
> >> On 26 May 2016, at 08:38, Ludovic Dubost wrote:
> >>
> >> Hi
> >>
> >> I believe it
Hi
The good news is that the connection to google works. The missing part is
activating the authenticator part:
Have you added these settings in xwiki.cfg
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.xwiki.GroovyAuthServiceImpl
xwiki.authentication.groovy.pagename=xwiki:GoogleApps.Aut
Hi Edy,
Great initiative ! I've put some ideas as SVGs attachment to the page
http://design.xwiki.org/xwiki/bin/view/Proposal/XWikiStickers#Attachments
Ludovic
--
*Ludovic Dubost*
*Founder and CEO*
ludo...@xwiki.com
skype: ldubost
Blog: http://blog.ludovic.org
On Sat, Jan 7, 2017 at 6:
at 1:31 AM, Ludovic Dubost wrote:
> Hi Edy,
>
> Great initiative ! I've put some ideas as SVGs attachment to the page
>
> http://design.xwiki.org/xwiki/bin/view/Proposal/XWikiStickers#Attachments
>
> Ludovic
>
>
> --
> *Ludovic Dubost*
> *Found
Hi Craig,
This looks like a possible bug, so reporting it on jira.xwiki.org might be
a good idea
You could try a workaround using xwiki.url.protocol=https in xwiki.cfg
Ludovic
Le 12 janv. 2017 08:46, "Craig Wright" a écrit :
> Howdy,
>
> Whenever I try to install extensions I get the followi
Did your upgrade go through ? When you started XWiki after the debian
package upgrade you should have seen the distribution wizard to complete
the upgrade.
Maybe your http issue is the cause. If it's that try accepting the
http/https mixed content from chrome and/or go back to http to finalize the
i” was the extension that choked
> on the Distribution Wizard with the mixed content error; I clicked “Later”
> but it looks like the upgrade worked, or kinda worked?
>
> Thanks,
> Craig
>
> > On Jan 11, 2017, at 11:03 PM, Ludovic Dubost wrote:
> >
> > Did
p://jira.xwiki.org/browse/XE-1602> for the mixed content issue;
> however that was an issue that was also in 8.4.3.
> >
> > Should I file another issue for this?
> >
> > Thanks,
> > Craig
> >
> >> On Jan 11, 2017, at 11:19 PM, Ludovic Dubost wrote:
x27;s a general issue
Ludovic
Thanks,
Craig
> On Jan 11, 2017, at 11:19 PM, Ludovic Dubost wrote:
>
> Indeed this looks upgraded. Now if you are getting errors in chrome on the
> home page the. That could be the empty document tree as it does
JavaScript.
> The http/https issue m
t;
>> On Jan 11, 2017, at 11:30 PM, Ludovic Dubost wrote:
>>
>> Le 12 janv. 2017 09:23, "Craig Wright" a écrit :
>>
>> Haha awesome.
>>
>> I should add that I get the same error when I try to edit a page. Most of
>> the page loads but the
Hi,
This is quite cool.. It seems to even work with XWiki macros and with
Wysiwyg ! How much is the wysiwyg part supposed to work ?
I found an issue though.. If you use the code macros the parser seems to
try to transform it to ``` ... ``` instead of {{code}} {{/code}}
Ludovic
--
*Ludovic
;>> Project Manager XWiki
>>> ___
>>> 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
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
>> application server) because velocity templates like macros.vm are cached
>> at application startup.
>>
>
> _______
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/lis
I suspect you have used some method setStringValue where you should
have used setDateValue
Ludovic
Envoyé de mon iPhone
Le 25 nov. 2009 à 07:44, Jeremie BOUSQUET
a écrit :
> Hi,
>
> I have a groovy script in a page, that loads some data and create
> pages and
> objects with it.
> Basical
To add some information to this. The reason why there is no direct way
to create a object from velocity is for security reasons. So we
provide util functions for creating java objects we have audited to be
secure (not allow to access physical resources or xwiki data without
rights checks fo
rson whose design gets
>> selected will receive XWiki goodies, including his logo printed on a
>> t-shirt obviously :) The designer of the selected logo will enter the
>> Hall Of Fame, and last but not least reward : the design will be
>> spread wide (XWiki Enterprise is mor
XWikiPreferences?editor=globaladmin§ion=Presentation&space=XWiki");
method.addParameter("xredirect",
"/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Presentation&space=XWiki");
method.addParameter("classname", "xwiki.xwikiPreferences");
method
red and is no longer a valid option. Please choose
another one.
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Is this a XEM install ? You havé something which triggers absolute
URL. Génération and many places don't protect URLs from wiki syntax
(it's a bug)
Envoyé de mon iPhone
Le 2 mai 2010 à 09:46, Colesnicov Eugen a
écrit :
>
> I have a strange situation in my wiki. Some of elements at a stand
s 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
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype:
pdf.css. Should I create one?
>
>
>
> I have another question. Could you tell me where do I find the
> content of this msg: $msg.get('core.pdf.tableOfContents').
> I wanna be able to create some more and eventually change the
> already existing ones.
>
>
cess and we can verify then if talking with
Gartner is possible (we would need at least the deployment acknowledged)
This is very important for XWiki as in can give a lot of visibility to
XWiki and widden the user base thanks to this visibility.
Thanks for your help
Ludovic Dubost
XWiki SAS CEO an
ent($todo))
#set ($todoObj = $todoDoc.getObject("XWiki.Todo2Class"))
[$todo]
$todoObj.Description
$todoObj.Priority
$todoObj.Status
$todoObj.Date
#end
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
__
//lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
--
Ludovic Dub
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
___
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/use
Hi,
I've published a macro allowing to do simple calculations inside a Wiki
table in syntax 2.0.
http://code.xwiki.org/xwiki/bin/view/Macros/CalcMacro
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ld
>>> tell us if it's possible in the timeframe.
>>> -- First working extension manager that can be used to install XARs
>>> (replaces the old Packager on the back end side). Thomas to tell us if it's
>>> possible in the timeframe.
>>> --
cuments that have an object of this
class, and a modification of the inline mode which could disappear.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
an" implement your own right
management service, but it doesn't say that is necessary. Is it?
Thanks,
Lenny
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Ludovic Dubost
Blog: http://blog.ludov
ights issue. Make
sure the user is in the requested groups, and he does have the rights to
view/edit documents.
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
e.analysis.de.GermanAnalyzer
-> no success
Our virtual wikis are mapped via virtual path (xwiki.cfg:
xwiki.virtual.usepath=1).
It would be nice to keep the virtual wiki name. Is there a workaround to
handle this problem?
Regards,
Rudolf
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XW
gt;
> http://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki+TableEdit
>
> I'd love to hear your feedback, especially browsers where it doesn't work.
> xwiki-contrib JIRA project coming soon..
>
> Thanks,
> Caleb
>
> _______
be edited. The page it created
> contained no actual velocity scripts or anything.
>
> What did I do wrong?
>
> ------
> *From:* Ludovic Dubost 'ludo...@xwiki.com');>>
> *To:* XWiki Developers 'd...@xwiki.org');>>
> *
Apparently amplicate is closing
http://newswire.amplicate.com/amplicate-is-closing/
Le dimanche 20 janvier 2013, Vincent Massol a écrit :
> BTW on this same idea id you like XWiki you can also say so easily here:
> http://amplicate.com/love/xwiki
>
> That helps the project!
>
> Thanks
> -Vincent
ginal text field, e.g. "Display other
> pages into the current page.". No results found. Is it possible to
> translate all these macroses somehow?
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> Kind regards,
> &
> --
> View this message in context:
> http://xwiki.475771.n2.nabble.com/How-to-create-a-table-from-Office-Importer-tp7583876.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
> ___
> users mailing list
> users@xwik
t; Thanks in advance!
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
>
>
>
> --
> Thomas Mortagne
> __
solution, if I may guess.
>
> Is there anything that can be done to improve the situation?
>
> Kind regards,
> Stefan
>
> __**_
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/**mailman/listinfo/users<http:/
: Doodle <http://doodle.com/nsanitas>
>
> Les informations contenues dans cet email peuvent être confidentielles
> ou protégées par des lois en vigueur. Elles sont à l'attention des
> destinataires uniquement. Les données nominatives éventuelles ne
> peuvent être commu
>>> needed.
>>>
>>> Ludovic
>>>
>> ...
>>
>> __**_
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/**mailman/listinfo/users<http://lists.xwiki.org/mailman/listinfo
Right I had seen that one. If you want you can move it to:
https://github.com/xwiki-contrib/sandbox/tree/master/authenticators/
with the other authenticators.
Ludovic
2013/3/29 Kevin P. Foote
> On Fri, 29 Mar 2013, Kevin P. Foote wrote:
>
> On Fri, 29 Mar 2013, Ludovic Dub
If you use Chrome 25+ (minimum version required) when you visit a page in
the wiki, a message with a button should show up at the top of your page.
If your wiki is https you'll only need to authorize once (in the session I
think), otherwise at each page unfortunately
I'll update the extension soon
Hi,
I've updated the speech wiki extension. It now has better feedback to the
user and also supports editing and saving with only voice commands :)
http://extensions.xwiki.org/xwiki/bin/view/Extension/SpeechWiki
2013/4/13 Ludovic Dubost
> If you use Chrome 25+ (minimum version requir
ks for your help. My wiki version is 3.5.1.
> Maxime
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Ludovic Dubost
Founder and CEO
Blog: http://blog.
c,
>
> In fact, in 3.5.1 it works but its very very slow. Is it normal ?
>
> Maxime
>
>
>
> 2013/4/16 Ludovic Dubost
>
> > Hi,
> >
> > Indeed I just installed it in 4.5 and it breaks. There must have been
> some
> > API changes in the XDOM si
m rather
> doubtful that anyone supports a capability security model. Even though
> ACLs really should have died out in the 70s.
>
>
> Thanks for reading this far,
>
> Richard
> ___
> users mailing list
> users@xwiki.org
>
thorization using a custom backend
>
> Cheers, Sam
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk
Hi Jason
You also easily script jour own Burton using the document api and than
redirection the user to the edit URL
See the scripting reference documentation for the api
http://platform.xwiki.org/xwiki/bin/view/SRD/Navigation
Ludovic
Le 17 juil. 2014 10:23, "Jason Clemons" a écrit :
> Thanks
Hi all,
I've transformed the attached files into images and galley macros so that
the benchmark and proposal are more easily readable.
http://design.xwiki.org/xwiki/bin/view/Proposal/PhotoAlbumBenchmark
Thanks for this work
Ludovic
--*Ludovic Dubost*
*Founder and CEO*
ludo...@xwiki.com
could improve in XWiki and show the latest things we are working on.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/ma
I've published an admin XAR package which helps monitoring an XWiki
instance. It includes a Requests Status, Memory Status as well as a
selective Import/Export.
http://code.xwiki.org/xwiki/bin/view/Applications/AdminApplication
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki and
participation to the lists.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
devs mailing list
[EMAIL PROTECTED]
http://lists.xwiki.org/mailman/lis
It still is time to vote and help open source get on radio again !
Don't forget your family members or friend can also vote as long as they
have an email..
Thanks for all that already voted !
Ludovic
Ludovic Dubost wrote:
>
> Hi XWiki users and developers !
>
> It's v
I was sure somebody would choose Patricia J.
Pascal Voitot wrote:
> finally I preferred voting for a nice looking girl instead of you ludovic...
> Sorry about that :(...
>
>
>
>
> Pascal the joker
>
>
>
> On Thu, Jun 12, 2008 at 4:37 PM, Ludovic Dubost <[E
ppinion on this manner? thank you
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
electing the last revision return the true revision. I'm using XWiki 1.4 on
> Tomcat [EMAIL PROTECTED] Any clue ?
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users
Tamer Sezgin wrote:
> Is there anyone, who runs XWiki Search (Lucene) and Oracle together?
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://blo
xport application includes a selective export, an export by
date, a single page export and import.
The Applications are available on xwiki.org:
http://code.xwiki.org/xwiki/bin/view/Applications/MonitoringApplication
http://code.xwiki.org/xwiki/bin/view/Applications/ImportExportApplication
Ludovic
--
Lu
o remove
the call the hasAccessLevel that is used in the RSS script. Otherwise
your RSS feed will never show up anything
Ludovic
> Can anyone help me out what am I doing wrong and how to solve the problem
> for the proper work of the RSS?
>
--
Ludovic Dubost
Blog: http:
t_import_app.png
> screenshot_export_import_app.png
> http://n2.nabble.com/file/n1079545/screenshot_export_page.png
> screenshot_export_page.png
> http://n2.nabble.com/file/n1079545/screenshot_import_page.png
> screenshot_import_page.png
>
>
--
Ludovic Dubost
Blog: http://blog
S.
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
_
Hi,
We'll be two XWiki guys in the valley Monday <-> Wednesday. Anybody
interested in a meetup on monday or tuesday evening ?
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTa
erver, but the slowness
>> occurs even when loading the login screen.
>>
>> I've turned off global statistics.
>>
>> Any ideas as to what might be going on?
>>
>
> You should see what queries are running on the database, and how much
> time t
ty and integrity of this message cannot be guaranteed on the
> Internet and the sender does not accept liability for its content.
> ***
>
> _______
> users
esult for real !
Once we start getting some updates I'll document the review process so
that we can also start doing that. For reviews we will 'elect' reviewers
that will have the right to review. If you are volunteer for review,
please tell us by responding to this email.
any interest in it, and are there any pointers where to
>> start, and to where submit patches?
>>
>> Cheers,
>> Clemens
>>
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/
only as a wiki app on
http://l10n.xwiki.org
However I've made it quite 'generic'. It can work on a local wiki.
You can export the code from here
http://l10n.xwiki.org/xwiki/bin/view/Admin/Export
We will setup a JIRA project to submit patches. If you create new pages
you are welcome to c
?
>>
>
> Sure. We are trying to migrate a snipsnap based wiki
> (http://jhacks.anzix.net) to XWiki. We have about 500 blog posts and
> also a lot of wiki pages.
>
> m.
> ___
> users mailing list
> users@xw
or more Tomcat servers."
>
> ___
> Yishay Mor, Researcher, London Knowledge Lab
> http://www.lkl.ac.uk/people/mor.html
> http://www.google.com/calendar/embed?src=yishaym%40gmail.com
> +44-20-7837 x5737
> __________
portant to me.
>
> Cheers,
> Sebastian
> ___________
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
If you are sure each category will have a specific group allowed to edit
a space is good.
> Can someone provide a
> general idea of how I might go about creating this FAQ system that allows
> questions to be categorized and then fetched/displayed by
> Category/Sub-Category?!?
>
Stea
gt;
> On Jan 20, 2009, at 6:42 PM, Ajdin Brandic wrote:
>
>
>> Anyone know what's happening with myxwiki.org?
>>
>> Ajdin
>>
> ___
> users mailing list
> users@xwiki.org
> http://lists.
i.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
:
> Hi,
>
> Are the languagefiles for configuring xwiki in the subject languages?
> Please help...
>
> Gerritjan Koekkoek
> ___
> 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
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
__
> ******
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://blog.l
gt; should not read, copy, disclose or otherwise use this message, except for the
> purpose of delivery to the addressee.
>
> Any views or opinions expressed within this e-mail are those of the author
> and do not necessarily represent those of Coventry University.
> _
cket.processConnection(ChannelSocket.java:703)
> at
> org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895)
> at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
> at java.lang.Thread.run(Thread.java:619)
French translation. We need a volunteer
from the Romanian team to coordinate the Ro translation.
Let me know if there are volunteers to coordinate the translations
effort in Geman or other languages before the final 1.8 release.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki
done.
So we are on our own for it.
> Henning
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
=viewempty&language=de
4/ Start filling and don't forget to hit save.
For now this will help make a lot of progress. Once we are up to date
there are some more advanced functions but we don't need them now.
Ludovic
Ludovic Dubost a écrit :
>
> Hi,
>
> Guillaume (
st for
> anyone?, is there anyone working on the Spanish translation?
>
> Thanks.
> JJ
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://b
mente y no difunda su contenido a nadie ni haga copias.
> *** Este correo ha sido escaneado de virus y contenido malicioso ***
> **
> ___________
> users mailing list
me until now)
Ludovic
> Henning
> _______
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
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
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Needless to say that if any company wants to sponsor this we can find
people to implement it.
Ludovic
Ludovic Dubost a écrit :
> We've been thinking about this for a while. It is possible to script
> XWiki to achieve what you say but we haven't made it easy.
> We are actua
).
>
> Whats the best way to edit and review all translation terms of a language?
>
> Thanks
> hel.
>
>
> Ludovic Dubost-2 wrote:
>
>> Henning Sprang a écrit :
>>
>>> On Mon, Feb 23, 2009 at 12:02 PM, Guillaume Lerouge
tion and we welcome other volunteers to
tackle the other languages.
Ludovic
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
is error - unable to resolve class A @ line 3.
>
> I also tried to use parseGroovyFromPage(), but I wasn't successful.
>
> So what is the correct way to make it work?
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
n/Screenshots/treeview.jpg
>> Is this what you had in mind ?
>>
>
>
>> Note that this tree is highly customizable and that it will be
>> possible to put it in a side panel.
>>
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
tes/analytics.vm
>>
>> All you need to do is uncomment the code (remove #* and *#) and put
>> the right _uacct value.
>>
>>
>
> _______
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
Ludovic D
Sorry you don't even need to override anaytics.vm, you can copy the
google analytics code snippet into header.vm or footer.vm which is
already present as a field in skins
Ludovic
Ludovic Dubost a écrit :
> You need to create a skin in your wiki and override the analytics.vm
&g
___
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
--
Ludovic Dubost
Blog: http://blog.ludovic.or
1 - 100 of 243 matches
Mail list logo