Hi,
I've detected we have a lot of spam users on the translations wiki.
I'm deleting all users that have the same first_name as last_name.
If you are a translator and in this case, please email me as I can recover
you account
While updating the translation wiki to custom mapping, I'll upgrade it to
4.4.1 and will at the same time activate captcha registration.
Ludovic
--
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Interesting for us for 5.0
-Vincent
Begin forwarded message:
> From: Dave Meikle <dmeikle(a)apache.org>
> Subject: [ANNOUNCE] Apache Tika 1.3 Released
> Date: January 22, 2013 9:22:10 PM GMT+01:00
> To: "dev(a)tika.apache.org" <dev(a)tika.apache.org>, "user(a)tika.apache.org" <user(a)tika.apache.org>, announce(a)apache.org
>
> The Apache Tika project is pleased to announce the release of Apache Tika
> 1.3. The release contents have been pushed out to the main Apache release
> site and to the Maven Central sync, so the releases should be available as
> soon as the mirrors get the syncs.
>
> Apache Tika is a toolkit for detecting and extracting metadata and
> structured text content from various documents using existing parser
> libraries.
>
> Apache Tika 1.3 contains a number of improvements and bug fixes. Details can
> be found in the changes file:
>
> http://www.apache.org/dist/tika/CHANGES-1.3.txt
>
> Apache Tika is available in source form from the following download page:
>
> http://www.apache.org/dyn/closer.cgi/tika/apache-tika-1.3-src.zip
>
> Apache Tika is also available in binary form or for use using Maven 2 from
> the Central Maven Repository:
>
> http://repo1.maven.org/maven2/org/apache/tika/
>
> In the initial 48 hours, the release may not be available on all mirrors.
> When downloading from a mirror site, please remember to verify the downloads
> using signatures found on the Apache site:
>
> http://www.apache.org/dist/tika/KEYS
>
> For more information on Apache Tika, visit the project home page:
>
> http://tika.apache.org/
>
> -- Dave Meikle, on behalf of the Apache Tika community
Hi devs,
I'd like to propose that we start using proper version names in branches.
For example right now on the stable-4.4.x branch we have 4.4-SNAPSHOT as the version for all modules.
This is not fully correct and it would be better to use 4.4.1-SNAPSHOT (ie the version leading to 4.4.1).
As a side effect, doing this will also allow us to check the "Remove if released" option when cleaning snapshots on our Nexus.
Here's my +1 to start doing this immediately and I'm volunteering to do the rename in the 4.4.x branch.
Thanks
-Vincent
Hello,
Since I have a XWiki hosted at myxwiki.org, I'm trying to fully use it in
french and I've started to update XWiki french translation. Here are some
questions to help me achieve this goal "a XWiki full in french":
1. Do curriki strings also needs to be translated? Is this project still
active?
2. While editing and saving a page in any Wiki, I see sentences I can not
find how to translate:
. bottom buttons like "Sauver & Continuer" are in french but can't find
them on l10n.xwiki.org to change them, even with the new search form ;-)
. little alert messages "Saving..." then "Saved" displayed at the bottom
of the screen are in english but can't find them neither on l10n.xwiki.org
Please see video at https://www.box.com/s/fdutid41ahh6sixpicdq with these
strings.
3. more general question: I see when I go to the Wiki admin page the message
"December 29: Upgraded xwiki to version 4.4-rc-1. Don't forget to upgrade
your wiki". Does it mean that part of myxwiki.org upgrade is not automatic
and needs to be done by each Wiki personnal admin manualy? How to check the
version of my hosted Wiki to be sure this upgrade need to be done? How
translations are upgraded on myxwiki.org?
Thanks for your answers to clarify all these topics, regards,
--
View this message in context: http://xwiki.475771.n2.nabble.com/Help-on-translation-using-l10n-xwiki-org-…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi devs,
HttpServletResponse#sendRedirect() accepts relative URLs. Do you know
or remember why we explicitly generate absolute URLs in
Utils#getRedirect() which is used in lots of places in old core to get
the redirect URL. There is no comment to explain why we treat redirect
URLs different than the rest of the URLs we generate (which are
relative).
I would like to change Utils#getRedirect() to generate URLs relative
to the servlet container root as it should. Here's the change
https://github.com/xwiki/xwiki-platform/commit/029ece1585ad03fd6402c12446be…
(on an old branch).
Thanks,
Marius
Hi devs and users,
It looks like the Korean translation is broken in several places. While
most translations are OK, some are just random ISO-8859-1 characters,
probably a bad encoding setting when the file was initially imported
into l10n.xwiki.org. Could someone look at the translations and at least
remove the broken ones?
Anybody can remove broken translations from
http://l10n.xwiki.org/xwiki/bin/XE/XWikiCoreResources?action=viewall&langua…
If they look like 스페이스 블로그 (스페이스 내 포스트 모음) they're good.
If they look like 등록 정보 이름은 이 네이밍 they're bad.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hello,
I have worked in the past months on a application based on XWiki to be
able to add test cases, mark executed test cases in a nice and easier way,
and have a better visibility over the manual testing we perform when
testing XWiki.
The application was designed to be as generic as possible, so anyone can
use it for their purpose.
I'd like to request a repository on contrib so I can commit it in order to
obtain feedback and code review.
repo i'd like to have: xwiki-testreporting-application, but if you have a
better suggestion, feel free to tell me.
Regards,
Sorin B.
Hi,
I've modified l10n locally to support custom mapping and updated all the
HQL queries which required it. Quick testing shows that it is working.
I'll need a test server to do some performance testing, as well as migrate
to innoDB and see if everything is working fine. While looking at the l10n
server, there seems to be regular out of memory which I don't understand
where they come from as the server is setup with 1GB. It could come from
the L10NGroovy caches but it might be necessary to do some testing using a
memory analyzer.
Once the migration is ready, we'll probably need to take l10n offline for a
day to perform the migration on the latest data.
During this process I would like to publish the l10n application on
xwiki-contrib. Could somebody create the "application-l10n" repository ?
Ludovic
--
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hi Marius,
Thanks for your response, the get action works very well for rendering the
target link as a part of my current page if the target link is originally
for view action, now I need to edit this content, which is only a part of
the page, I only need to edit this part, I tried to use get action to get
the dom portion of the edit action content and render it for this area in
the page, but it does not work, with get, I can only get the dom for view
html content, not edit html content, for example, for this url:
http://mydomain/xwiki/bin/edit/blog/Bering+Land+Bridge
if I use http://mydomain/xwiki/bin/get/blog/Bering+Land+Bridge, I will get
the content for view action of this:
http://mydomain/xwiki/bin/view/blog/Bering+Land+Bridge, not the content for
the edit action, I like to display the edit inline form for this area so
users can edit this part and keep the other parts of the page unchanged.
Any suggestions?
Thanks very much for your thoughtful help.
David
On Sat, Dec 15, 2012 at 5:29 AM, Marius Dumitru Florea <
mariusdumitru.florea(a)xwiki.com> wrote:
> On Sat, Dec 15, 2012 at 5:53 AM, Geo Du <dddu88(a)gmail.com> wrote:
> > Hi Marius,
> >
> > This works, but my problem is that I have a xwiki page, I have a link on
> > this page, when I click on this link, a javascript function is called,
> with
> > the call, I want to include a new xwiki page at the bottom of the current
> > page without reloading the current old content (like appending a new
> page to
> > the current page without change of the old content), the new appended
> > content could be in edit or view mode.
> > My question is the approach you have here is to use display macro, how to
> > trigger this macro inside javascript code? also how to avoid reloading
> the
> > old content when appending new content? since in the old page I have some
> > search results listed, I do not want to lose it and make users have to
> > search again.
>
> You cannot (directly) use the display macro in JavaScript code because
> they belong to two different worlds. The display macro is executed on
> the server side long before the JavaScript is executed on the client
> side, in the browser. What you have to do is to catch the click event
> on the link, make an AJAX (
> http://prototypejs.org/doc/latest/ajax/Ajax/index.html ) call to
> retrieve the target of that link (another wiki page I assume) and
> append it to the DOM document. In order to retrieve only the rendered
> content of the target page, without the page header, footer, panels,
> etc, you can use the 'get' action, e.g. /xwiki/bin/get/Sandbox/WebHome
> .
>
> Hope this helps,
> Marius
>
> >
> >
> > Thanks for your help.
> > David
> >
> > On Mon, Nov 5, 2012 at 3:33 AM, Marius Dumitru Florea
> > <mariusdumitru.florea(a)xwiki.com> wrote:
> >>
> >> The display macro works for me as you would expect. For instance, if I
> >> create a page with this content:
> >>
> >> ----------8<----------
> >> {{velocity}}
> >> Current action: $xcontext.action
> >> {{/velocity}}
> >>
> >> {{display reference="Blog.BlogIntroduction"/}}
> >> ---------->8----------
> >>
> >> in view mode I can see the blog post preceded by "Current action:
> >> view" and in "Inline Form" edit mode I can edit the blog post, which
> >> is preceded by "Current action: edit".
> >>
> >> Hope this helps,
> >> Marius
> >>
> >> On Fri, Nov 2, 2012 at 10:18 PM, Geo Du <dddu88(a)gmail.com> wrote:
> >> > Hi Marius,
> >> >
> >> > Thanks for your response, it works when I use display macro to include
> >> > the
> >> > testpage into the other page, but I need also to include (display) the
> >> > page
> >> > with inline mode inside the other page, since user can click the edit
> >> > pencil
> >> > button on the right corner of the testpage to edit it, right now the
> >> > edit
> >> > button will lead to the testpage in inline mode but the testpage is
> not
> >> > inside the other page which originally include(display) the testpage.
> >> >
> >> > So how to include or display a page with inline mode into another
> page?
> >> >
> >> > Thanks for your help.
> >> >
> >> > David
> >> >
> >> > On Fri, Nov 2, 2012 at 3:06 AM, Marius Dumitru Florea
> >> > <mariusdumitru.florea(a)xwiki.com> wrote:
> >> >>
> >> >> On Thu, Nov 1, 2012 at 10:51 PM, Geo Du <dddu88(a)gmail.com> wrote:
> >> >> >
> >> >> > Hi All,
> >> >> >
> >> >> > I want to include one page into another page in terms of content
> >> >> > instead
> >> >> > of
> >> >> > velocity code, for example, the Blog.WebHome is a page without
> >> >> > velocity
> >> >> > code if you choose Edit->Wiki, but it has Blog.BlogClass if you
> >> >> > select
> >> >> > Edit->Objects, from Blog.WebHome page, I can create a new post with
> >> >> > tile
> >> >> > testpage, now the Blog.testpage is the new page created that I need
> >> >> > to
> >> >> > include into another page, this testpage has no velocity code from
> >> >> > Edit_>Wiki. so how to include that page into a different page?
> >> >> >
> >> >>
> >> >> > I tried: include Macro, includeInContext Macro, includeTopic Macro,
> >> >> > none
> >> >> > of
> >> >> > them displays the testpage for me, any idea?
> >> >>
> >> >> "display" is the key. You want to display not to include. See
> >> >> http://extensions.xwiki.org/xwiki/bin/view/Extension/Display+Macro .
> >> >>
> >> >> Hope this helps,
> >> >> Marius
> >> >>
> >> >> >
> >> >> > Thanks very much for your help.
> >> >> >
> >> >> > David
> >> >> > _______________________________________________
> >> >> > 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
> >> >
> >> >
> >
> >
>
Hi,
I've done some improvements on L10N to allow to have a status of the
Platform/XE/XEM translations by language.
The supported language panel now points to this page:
http://l10n.xwiki.org/xwiki/bin/view/L10N/StatusByLanguage?language=fr
which shows how many missing translations we have for each bundle of
Platform/XE/XEM.
Note that the first time this page is called for a language it is a bit
slow, then the data is saved in cache until there is a new translation
added. You need to be logged in to see the data.
Ludovic
--
Ludovic Dubost
Founder and CEO
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hello again, thanks very much for all the help so far.
I have an event listener which I have created as an xwiki component as per
the instructions I followed previously. However my event listener while the
code seemingly looks correct, is failing completely on one line.
While I have put print line statements in to find the line that is causing
the problem, I can't seem to find any output to show me why my line is
wrong. I am almost certain it will be some kind of basic mistake and I am
sure you fine folks could point it out almost immediately but it would be
more helpful for me if I could find out why my code is wrong, so I can learn
from it.
How could I find out why this line is failing? Is there a log from these
sort of failures in xwiki that I haven't found?
Thanks very much again!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Event-listener-getObject-failing-tp758333…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi devs,
Initially I didn't activate the resource skin extensions plugins (jsrx
and ssrx) for security considerations, since they can be used to read
any file from the classpath. I had forgotten to work on that, and now
they have been enabled and used in their current implementation for a
while. This means that changing the behavior will cause backward
incompatibilities...
So, I'm proposing that all skin resources packaged inside Jars should
reside under the /skinx/ root directory. This prefix shouldn't be
included in the pulled URL, it will be appended internally, and enforced
to prevent any /skinx/../privateresource tricks.
For example:
$xwiki.jsrx.use('/gmaps/gmaps.js')
will look for /skinx/gmaps/gmaps.js inside jars and the /classes/ directory.
As a migration plan I'd like to implement this check ASAP, add a
configuration for enabling the old behavior (if no resource was found
with the skinx prefix, search without the prefix), which should be set
to true by default in 4.5. Trigger a warning (in the logs) when such a
deprecated resource is found. For 5.0 we switch to false by default, and
in 6.0 we remove the switch completely.
WDYT?
--
Sergiu Dumitriu
http://purl.org/net/sergiu
Hello everybody,
I am proud to announce that after some very busy months, I have committed
the first version of the Vagrant maven module.
This module will allow us to create out of the box XWiki based virtual
machines (based on Virtual Box) on different environments. It is based on
Vagrant and uses Puppet for provisioning.
The current feature set is very limited, only creating a VM with a xwiki
user. In near future, I will work on making it truly useful. The most
common use cases are:
1) Testing on different environments (our automated tests suite also)
2) Testing the Debian packages Thomas created
2) An easy way to download XWiki (for end-users) without any configuration
effort.
Since this is a long time goal, I'd like to have your feedback about all
aspects in order to make it a truly useful module.
Link to the first jira of this project:
http://jira.xwiki.org/browse/XCONTRIB-184
Code is publicly available at:
https://github.com/xwiki-contrib/xwiki-enterprise-vagrant
I encourage everybody to try it and provide feedback.
Regards,
Sorin B.
Hello, I am pretty new to Xwiki and Groovy/Velocity, but made a bit of
progress in what I want to do with it. however I can't find the information
I need to move onto the last step so i can start using it.
I have a page which includes an object, which has a static list of states.
Upon saving the page I want to update that object to a different state.
I have gone through the tutorial of the creating an event listener in
Groovy, and have a basic event listener at the moment. what I am not quite
understanding is how I can use that event listener to access the static list
and change it to another state upon saving.
I couldn't really find any documentation about what I am trying to do, but
please point me in the right direction if I am wrong! I am assuming I will
need to do some extra code as by changing the variable, I will need to save
the document again.
Thanks very much in advance.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Using-an-event-Listener-to-modify-object-…
Sent from the XWiki- Dev mailing list archive at Nabble.com.
Hi devs,
We need to fix the following important issues for 4.5/4.4.1/4.x cycle in order to finish on a stable version.
To be sure we fix them we need volunteers to come forward and work on them.
XWIKI-8654 E-mail verification doesn't work, while e-mailing works fine
--> Need someone. Please volunteer.
XWIKI-8630 Failed to create wiki component(s) during default XAR import
--> Need someone. Please volunteer.
XWIKI-8629 Application Panel is empty when installing through XAR Import
--> Need someone. Please volunteer.
XWIKI-8274 A bad image can break the PDF export
--> Need someone. Please volunteer.
XWIKI-8252 Migration from an older version will cause many merge conflicts with the Distribution Manager
--> Marius/Thomas are on it
XEM-240 Merge conflicts when installing XEM using Distribution Wizard
--> Marius/Thomas are on it
Any other blockers that we have for 4.5 final and the 4.x cycle in general?
Thanks
-Vincent
FYI just added new false-positive rule:
[".*hudson.plugins.git.GitException: Command.*", "Git issue", "Git issue!"]
Thanks
-Vincent
On Jan 15, 2013, at 10:28 AM, Jenkins <build.noreply(a)xwiki.org> wrote:
> Check console output at http://ci.xwiki.org/job/xwiki-manager-4.4.x/2/ to view the results.
>
> Failed tests:
> All tests passed
>
> Last build logs:
> Started by user Thomas Mortagne
> Building remotely on agent-10 in workspace /home/hudsonagent/hudson_root/workspace/xwiki-manager-4.4.x
> Checkout:xwiki-manager-4.4.x / /home/hudsonagent/hudson_root/workspace/xwiki-manager-4.4.x - hudson.remoting.Channel@dff22f:agent-10
> Using strategy: Default
> Last Built Revision: Revision b8588ff2745cc7e5fc3bf6a8c59a05b070d06359 (origin/stable-4.4.x)
> Fetching changes from 1 remote Git repository
> Fetching upstream changes from git://github.com/xwiki/xwiki-manager.git
> Pruning obsolete local branches
> FATAL: Command "/usr/bin/git remote prune origin" returned status code 128:
> stdout:
> stderr: github.com[0: 207.97.227.239]: errno=Connection timed out
> fatal: unable to connect a socket (Connection timed out)
>
> hudson.plugins.git.GitException: Command "/usr/bin/git remote prune origin" returned status code 128:
> stdout:
> stderr: github.com[0: 207.97.227.239]: errno=Connection timed out
> fatal: unable to connect a socket (Connection timed out)
>
> at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:897)
> at hudson.plugins.git.GitAPI.launchCommand(GitAPI.java:858)
> at hudson.plugins.git.GitAPI.prune(GitAPI.java:341)
> at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1031)
> at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:986)
> at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)
> at hudson.remoting.UserRequest.perform(UserRequest.java:118)
> at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> at hudson.remoting.Request$2.run(Request.java:326)
> at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
> at java.util.concurrent.FutureTask.run(FutureTask.java:138)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
> at java.lang.Thread.run(Thread.java:662)
Hi all,
I'm proud to announce that after a few weeks of hectic downtime I finally
got XWiki.TableEdit extension finished. XWiki.TableEdit allows you to edit
wiki tables as if they were spreadsheets using the jquery.sheet in-browser
spreadsheet editor.
Internally XWiki.TableEdit is an exiting foray into a new frontier of modular
javascript, relying entirely on Asynchronous Modular Definition to load it's
component parts. ( https://github.com/amdjs/amdjs-api/wiki/AMD )
XWiki.TableEdit is still in it's infancy, future plans include editing of
spreadsheets in attachments, conversion of the loading and saving APIs to the
simple REST-like JIO standard ( http://www.j-io.org/ ) so that others can more
easily develop similar editors, and porting the entire widget from painful
hand written javascript to simple HTML5 based on renderjs
( http://www.renderjs.org/ ) which can be installed in other frameworks.
More information about the extension:
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
Hi everybody,
a refactoring I did in 4.3M1 exposed something that could be a big
issue and which consists in having internal classes exposed in
configuration files.
In particular, the refactoring I did moved the REST servlet and
application to an internal package and, hence, in the web.xml the
servlet and application definitions now contain the FQN of classes
that are in an internal package
(org.xwiki.rest.internal.XWikiRestletJaxRsApplication and
org.xwiki.rest.internal.XWikiRestletServlet)
Looking at configuration files, we've found that this was already done
in the past. In the web.xml there are other components that are
implemented by internal classes: the set character encoding filter
(org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter),
and the request restorer filter
(org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter)
There are also some internal classes in struts-config.xml and maybe
also somewhere else.
Configuration files should be considered as user files, so putting
there internal classes should be considered an error which could cause
potential upgrade problems.
So we should discuss about the following topic
1) Clearly define which configuration is to be considered "internal"
(the distinction is not always obvious)
2) How to fix the fact that we have internal classes exposed in "user"
configuration files.
Personally, I considered the web.xml an "internal" configuration file
but I understand that this could bring problems in the case of
automatic updates (since web.xml is not easily replaceable).
The criteria I was using was that if you have to specify class names
in a config file, then it is internal. But this poses some issue for
standard configuration files (xwiki.cfg and xwiki.properties) which
contain class FQNs (though almost all of them come from the old core
and could be replaced by more class-agnostic component hints)
Anyway this is an open issue that need to be discussed.
Thanks,
Fabio
You can go to the sandbox to see a table and should see an edit button next
to the table.
The code is in macro xwiki objects
Le jeudi 10 janvier 2013, Dan Jones a écrit :
> I imported the xar, and it created the page with two attachments...
>
> But I don't see any tables that can be edited. The page it created
> contained no actual velocity scripts or anything.
>
> What did I do wrong?
>
> ------------------------------
> *From:* Ludovic Dubost <ludovic(a)xwiki.com <javascript:_e({}, 'cvml',
> 'ludovic(a)xwiki.com');>>
> *To:* XWiki Developers <devs(a)xwiki.org <javascript:_e({}, 'cvml',
> 'devs(a)xwiki.org');>>
> *Cc:* XWiki Users <users(a)xwiki.org <javascript:_e({}, 'cvml',
> 'users(a)xwiki.org');>>
> *Sent:* Wednesday, January 9, 2013 4:15 AM
> *Subject:* Re: [xwiki-users] [xwiki-devs] [ANN] XWiki.TableEdit extension
> now available for your ExtensionManager installing pleasure.
>
> Hi Caleb,
>
> Great stuff. I just tried it out. Installation was immediate.
>
> I found one issue with multilingual. Although my wiki was in mono-lingual
> and french, it retrieved the english version of the sandbox document. This
> might be a REST issue.
>
> Another issue but is probably a feature for now is that I was not able to
> do calculations in the spreadsheet. I tested on Chrome.
>
> Ludovic
>
>
> 2013/1/9 Caleb James DeLisle <calebdelisle(a)lavabit.com <javascript:_e({},
> 'cvml', 'calebdelisle(a)lavabit.com');>>
>
> > Hi all,
> >
> > I'm proud to announce that after a few weeks of hectic downtime I finally
> > got XWiki.TableEdit extension finished. XWiki.TableEdit allows you to
> edit
> > wiki tables as if they were spreadsheets using the jquery.sheet
> in-browser
> > spreadsheet editor.
> >
> > Internally XWiki.TableEdit is an exiting foray into a new frontier of
> > modular
> > javascript, relying entirely on Asynchronous Modular Definition to load
> > it's
> > component parts. ( https://github.com/amdjs/amdjs-api/wiki/AMD )
> >
> > XWiki.TableEdit is still in it's infancy, future plans include editing of
> > spreadsheets in attachments, conversion of the loading and saving APIs to
> > the
> > simple REST-like JIO standard ( http://www.j-io.org/ ) so that others
> can
> > more
> > easily develop similar editors, and porting the entire widget from
> painful
> > hand written javascript to simple HTML5 based on renderjs
> > ( http://www.renderjs.org/ ) which can be installed in other frameworks.
> >
> > More information about the extension:
> >
> > 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
> >
> > _______________________________________________
> > devs mailing list
> > devs(a)xwiki.org <javascript:_e({}, 'cvml', 'devs(a)xwiki.org');>
> > http://lists.xwiki.org/mailman/listinfo/devs
> >
>
>
>
> --
> Ludovic Dubost
> Founder and CEO
> Blog: http://blog.ludovic.org/
> XWiki: http://www.xwiki.com
> Skype: ldubost GTalk: ldubost
> _______________________________________________
> users mailing list
> users(a)xwiki.org <javascript:_e({}, 'cvml', 'users(a)xwiki.org');>
> http://lists.xwiki.org/mailman/listinfo/users
>
>
>
--
Sent from Mobile
Hi,
I'd like to move two projects from my namespace to xwiki-contrib.
The first is XWiki.TableEdit which is described better in an email which I just wrote.
The other is jquery-sheet-amd which is an Asynchronous Module Definition wrapper
around jquery.sheet which allows it to play nicely as an AMD module.
I'd like to move both to xwiki-contrib repository since xwiki-contrib-tableedit
relies on jquery-sheet-amd.
WDYT?
Caleb
For review:
https://github.com/cjdelisle/xwiki-contrib-tableedithttps://github.com/cjdelisle/jquery-sheet-amd
Thanks for the help Vincent.
I have the basics of a "My First Extension" tutorial by example.
https://github.com/cjdelisle/my-first-xwiki-extension
(It's very important to me that developing installable extensions be simple and intuitive)
I'm trying to allow the user to deploy their extension to a local directory within
their git repository and then they could push that to github or equivalent and import
without having to ask that their key be included in maven.xwiki.org and deploying where
they could break something.
It seems to work:
https://raw.github.com/cjdelisle/my-first-xwiki-extension/master/repo/org/x…
Where I'm hitting a wall is on the import phase, I need to be able to import from an
arbitrary m2 repo in order for this technique to work. Is this possible with the EM as it is now?
Thanks,
Caleb
On 01/05/2013 09:34 AM, Vincent Massol wrote:
> Hi Caleb,
>
> On Jan 4, 2013, at 8:41 PM, Caleb James DeLisle <calebdelisle(a)lavabit.com> wrote:
>
>> Hi,
>>
>> I'm looking to contribute an extension which is installable with the EM
>> and I can't find any documentation on it, if there is no documentation
>> I am willing to write it if someone will walk me through the process.
>>
>> How do I go about getting published and how are dependencies declared?
>
> 3 choices:
>
> 1) Your extension is published in a maven repo (e.g. the XWiki public maven repo at http//nexus.xwiki.org). This makes it installable directly by any XE instance. However Maven repos are not searchable so users won't be able to search for your extension and will need to enter the extension id/version in the Advanced Search.
> 2) Same as 1) but you wish to have your extension searchable. For this, it should be available on extensions.xwiki.org. To do that all you need is to "Import" your extension from the maven repo. This is the "import" action on extensions.xwiki.org
> 3) Your extension is NOT in a maven repo. You need to contribute it on extensions.xwiki.org and then follow the documentation to add dependencies (basically one object per dep).
>
> Feel free to document this. I think we could have a question mark icon on extensions.xwiki.org just after "Contribute extension" and when you click on it, it would go to a page listing what I've explained above, wdyt?
>
> Thanks
> -Vincent
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
Hello,
I'm running the new 4.4-rc-1 and I'm trying to translate the strings of the
buttons rename/delete a tag which are not yet translated, see picture
attached or there :
http://www.hiboox.fr/go/images/informatique/tagbuttonsuntranslatable,070b8c…
I have tried to change the following keys without success :
xe.tag.rename=Renommer
core.menu.rename=Renommer
rename=Renommer
core.rename.submit=Renommer.
Is it a bug (no translation is possible)? Or do I miss the correct key, in
this case is there a way to find easily the key to translate among all keys
in the properties file?
Best regards,
PS : I'm willing to have a 100% french xwiki ... and I may contribute to
next XWiki french translation.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Unable-to-translate-strings-in-french-tp7…
Sent from the XWiki- Dev mailing list archive at Nabble.com.