Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Struts 2.5 support #48

Merged

Conversation

flofourcade
Copy link
Contributor

@flofourcade flofourcade commented Jul 6, 2016

  • fix jstree tag : replace <#include "/${parameters.templateDir}/simple/div-close.ftl" /> by </div> (s:div
    suppressed in Struts 2.5)
  • fix jstree theme loading for action url not in root context : use
    $.scriptPath (not sure if it's the good way)
  • fix missing require for scale and puff effects needing effect-size.js
  • replace all "id" attributes removed in Struts 2.5 by "var" in s:set
    and s:url tags, in JSPs and FTLs -> fix showcase and richtext editors
  • different fixes making showcase app work
  • fix onSuccess and onComplete topics for <sjt:tree /> tag

- fix jstree tag : replace include "div-close" by </div> (s:div
suppressed in Struts 2.5)
- fix jstree theme loading for action url not in root context : use
$.scriptPath (not sure if it's the good way)
- fix missing require for scale and puff effects needing effect-size.js
- replace all "id" attributes removed in Struts 2.5 by "var" in s:set
and s:url tags, in JSPs and FTLs -> fix showcase and richtext editors
- different fixes making showcase app work
- fix onComplete and onSuccess topics for <sj:tree tag
@jogep jogep merged commit c1c0020 into struts-community-plugins:release/4.0.1 Jul 11, 2016
@jogep jogep added this to the 4.0.1 milestone Jul 11, 2016
@jogep jogep added the bug label Jul 11, 2016
@jogep
Copy link
Contributor

jogep commented Jul 11, 2016

Thank you for taking care about this.
The PR is merged now.

@flofourcade
Copy link
Contributor Author

Hi! I got some ideas to improve the tree tag. Jstree 3 now supports responsive theme and theme variant. We could add some attributes to the tag to support these features. Also jstree 3 come with useful plugins like search,... It would be great to enable and configure these plugins from the tag. Having a look at the code, and I think it could be fast and easy to implement it.

@flofourcade flofourcade deleted the release/4.0.1-work branch July 12, 2016 06:21
@jogep
Copy link
Contributor

jogep commented Jul 13, 2016

@flofourcade sounds interesting. PR's are always welcome. ;-)

@flofourcade
Copy link
Contributor Author

Work already done on my fork, I update the jstree showcase to give an example then I submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants