[xwiki-devs] Uncompressed javascript files
Hello World, I am looking in fixing the "fulscreen textarea issue" and I wanted to ask if any1 can point me to where I can find the uncompressed (and maybe commented) javascript files from /resources/xwiki/js (mainly the fullscreenedit/fullscreenedit.js file) Thanks, Stefan ________________________________________ From: [email protected] [[email protected]] on behalf of Paul Libbrecht [[email protected]] Sent: Sunday, April 10, 2011 2:37 PM To: XWiki Developers Cc: XWiki Users Subject: Re: [xwiki-users] [xwiki-devs] Translation application ? Thibaut, look at the archive, there's at least two. The one of xwiki.org (l10n ?) And the one of i2geo ( http://i2geo.net/xwiki/bin/view/TranslationUpdate/ ) I wouldn't be surprised there are others. Arguments for each are available in the list. paul Le 10 avr. 2011 à 13:04, Thibaut Camberlin a écrit :
Hello,
I was wondering if someone had a start of an application managing translations. The need is to have an end-user interface to manage translations. I put a mockup there to show you what I have in mind : http://incubator.myxwiki.org/xwiki/bin/view/Drafts/TranslationApplication
Thanks -- Thibaut _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Stefan, The file has been renamed and moved during the 2.6 release cycle and can now be found in resources/uicomponents/widgets/fullScreen.js . You can see the actual source at https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwik... In general, if you want to do development/bugfixing, it's best to download the xwiki sources from https://github.com/xwiki/ and start from there. On Sun, Apr 10, 2011 at 10:05 PM, Mirea, Stefan <[email protected]> wrote:
Hello World,
I am looking in fixing the "fulscreen textarea issue" and I wanted to ask if any1 can point me to where I can find the uncompressed (and maybe commented) javascript files from /resources/xwiki/js (mainly the fullscreenedit/fullscreenedit.js file)
Thanks, Stefan ________________________________________ From: [email protected] [[email protected]] on behalf of Paul Libbrecht [[email protected]] Sent: Sunday, April 10, 2011 2:37 PM To: XWiki Developers Cc: XWiki Users Subject: Re: [xwiki-users] [xwiki-devs] Translation application ?
Thibaut,
look at the archive, there's at least two. The one of xwiki.org (l10n ?) And the one of i2geo ( http://i2geo.net/xwiki/bin/view/TranslationUpdate/ )
I wouldn't be surprised there are others. Arguments for each are available in the list.
paul
Le 10 avr. 2011 à 13:04, Thibaut Camberlin a écrit :
Hello,
I was wondering if someone had a start of an application managing translations. The need is to have an end-user interface to manage translations. I put a mockup there to show you what I have in mind : http://incubator.myxwiki.org/xwiki/bin/view/Drafts/TranslationApplication
Thanks -- Thibaut _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
Awesome, Thanks Marta! On 04/10/2011 10:18 PM, Marta Girdea wrote:
Hi Stefan,
The file has been renamed and moved during the 2.6 release cycle and can now be found in resources/uicomponents/widgets/fullScreen.js . You can see the actual source at https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwik...
In general, if you want to do development/bugfixing, it's best to download the xwiki sources from https://github.com/xwiki/ and start from there.
On Sun, Apr 10, 2011 at 10:05 PM, Mirea, Stefan <[email protected]> wrote:
Hello World,
I am looking in fixing the "fulscreen textarea issue" and I wanted to ask if any1 can point me to where I can find the uncompressed (and maybe commented) javascript files from /resources/xwiki/js (mainly the fullscreenedit/fullscreenedit.js file)
Thanks, Stefan ________________________________________ From: [email protected] [[email protected]] on behalf of Paul Libbrecht [[email protected]] Sent: Sunday, April 10, 2011 2:37 PM To: XWiki Developers Cc: XWiki Users Subject: Re: [xwiki-users] [xwiki-devs] Translation application ?
Thibaut,
look at the archive, there's at least two. The one of xwiki.org (l10n ?) And the one of i2geo ( http://i2geo.net/xwiki/bin/view/TranslationUpdate/ )
I wouldn't be surprised there are others. Arguments for each are available in the list.
paul
Le 10 avr. 2011 à 13:04, Thibaut Camberlin a écrit :
Hello,
I was wondering if someone had a start of an application managing translations. The need is to have an end-user interface to manage translations. I put a mockup there to show you what I have in mind : http://incubator.myxwiki.org/xwiki/bin/view/Drafts/TranslationApplication
Thanks -- Thibaut _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- --------------------------------------------------------------- Stefan Mirea, Webmaster @ Mercator College <http://mercator-college.org>
Hello again, I've also been looking into the "Create an ApplicationEvent interface as a parent for the different ApplicationEvents <http://jira.xwiki.org/jira/browse/XWIKI-5950>" issue. I've downloaded all the xwiki-platform from git and found that it is used in xwiki-platform-core/xwiki-platform-containers/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/XWikiServletContextListener.java The only problem here is that this file imports import org.xwiki.observation.event.ApplicationStartedEvent; import org.xwiki.observation.event.ApplicationStoppedEvent; When searching in the /org/wiki of the platform I only seem to find a "container" folder. Furthermore, doing a search for any file with the name similar with "ApplicationStart"/"ApplicationStop" in all platforms returns no result. Shouldn't there be the ApplicationStartedEvent.java around there somewhere ... anywhere ?:) Sorry for these stressful questions, Stefan -- --------------------------------------------------------------- Stefan Mirea, Webmaster @ Mercator College <http://mercator-college.org>
Hi Stefan, On 04/11/2011 12:50 AM, Stefan Mirea wrote:
Hello again,
I've also been looking into the "Create an ApplicationEvent interface as a parent for the different ApplicationEvents <http://jira.xwiki.org/jira/browse/XWIKI-5950>" issue.
You should start a new thread if you change the topic (don't reply and change the subject)
I've downloaded all the xwiki-platform from git and found that it is used in xwiki-platform-core/xwiki-platform-containers/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/XWikiServletContextListener.java
The only problem here is that this file imports import org.xwiki.observation.event.ApplicationStartedEvent; import org.xwiki.observation.event.ApplicationStoppedEvent;
When searching in the /org/wiki of the platform I only seem to find a "container" folder. Furthermore, doing a search for any file with the name similar with "ApplicationStart"/"ApplicationStop" in all platforms returns no result.
Shouldn't there be the ApplicationStartedEvent.java around there somewhere ... anywhere ?:)
It is, but in [email protected]:xwiki/xwiki-commons.git , in https://github.com/xwiki/xwiki-commons/tree/master/xwiki-commons-core/xwiki-... precisely. Hope this helps, Marius
Sorry for these stressful questions, Stefan
participants (4)
-
Marius Dumitru Florea -
Marta Girdea -
Mirea, Stefan -
Stefan Mirea