[
https://issues.apache.org/jira/browse/OFBIZ-3815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931067#action_12931067
]
Jacques Le Roux commented on OFBIZ-3815:
----------------------------------------
Hi Sascha,
At r1033963 I have updated jQuery to 1.4.3. I have also fixed the calls to
jquery-ui-1.8.6 lib (I forgot at r1031033.
At r1033976 I have fixed an issue I introduced at r1031034 by removing all the
jQuery UI development-bundle part. It was needed to the date picker. I have
also created a jquery.ui.datepicker-fr_FR.js (copied on
jquery.ui.datepicker-fr.js). Chrome was keeping to ask for it. Not sure if it's
needed, but I also created a jquery.ui.datepicker-fr-FR.js on the same scheme
than others previously there (like jquery.ui.datepicker-fr-CH.js or
jquery.ui.datepicker-en-GB.js)
BTW I have changed my mind about doc and demo stuff, and at r1033976 I have
re-introduced them for UI development-bundle. I will re-add all of them as they
can prove useful while working without Internet connection. They have no
footprint memory impact, only a bit harder to maintain when updating versions.
On a side note: not sure why the jquery.cookie.js has been added in
OFBIZ-3815_plugins.zip (at r1027707). We have a more recent version in
jquery\ui\development-bundle\external and I think we should rather use it (I
mean have only one and more recent version). I did not find any clear calls or
uses of it, but before removing I prefer to ask since I suppose you did not put
it there by error.
> Content Navigation Tree implemented with jQuery
> -----------------------------------------------
>
> Key: OFBIZ-3815
> URL: https://issues.apache.org/jira/browse/OFBIZ-3815
> Project: OFBiz
> Issue Type: Sub-task
> Components: content
> Affects Versions: jQuery
> Reporter: Sascha Rodekamp
> Assignee: Jacques Le Roux
> Fix For: jQuery
>
> Attachments: OFBIZ-3815_ContentNavigationMigration_part1.patch,
> OFBIZ-3815_elrteEditorPlugin.zip,
> OFBIZ-3815_jqueryExample_ContentNavigation.patch,
> OFBIZ-3815_jqueryExample_ContentNavigation.patch, OFBIZ-3815_plugins.zip,
> OFBIZ-3815_plugins.zip, OFBIZ-3815_WebSiteCMSMigration_part2.patch, OFBIZ_3815
>
>
> Hi,
> here is the first (test) patch for the jQuery implementation.
> I changed the content navigation tree for a first test:
> [https://localhost:8443/content/control/navigateContent]
> The implementation was much easier than expected :-)
> I choose the jsTree Plugin v. 1.0rc (in the next days their will be a final
> 1.0 release, that's why i choose the rc).
> [http://www.jstree.com/]
> I also added
> {code}
> jQuery.noConflict();
> {code}
> to the libary. That overwrites the '$( ... )' operator to prevent conflicts
> with prototype. This line can be deleted after prototype is totally replaced.
> For know we have to call jQuery via jQuery( .... ) instead of $( ... ).
> To apply the patch the zip file have to copied to /images/jquery/
> it contains a plugin folder with the jsTree plugin
> (should look like /images/jquery/plugins/jsTree)
> So long
> Sascha
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.