Stefaan Dutry
9e8627ca66
WW-4770 Fixes problem with dojo.version
2017-03-24 21:34:31 +01:00
Lukasz Lenart
5f2898eadf
Cleans up Maven generated website
2014-12-02 12:41:06 +01:00
Lukasz Lenart
587e3a41b1
Adds BeanInfo to allow define class attribute in JSPs
2014-09-23 23:02:31 +02:00
Lukasz Lenart
9944b274e9
WW-4349 Fixes problem with dojo.version
2014-07-11 09:21:29 +02:00
Lukasz Lenart
ddd27197f5
Updates tests to new version of methods without ServletContext
2014-02-17 09:34:10 +01:00
Lukasz Lenart
612c02874d
WW-4254 Adds missing parent theme definition
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1554759 13f79535-47bb-0310-9956-ffa450edef68
2014-01-02 07:35:31 +00:00
Lukasz Lenart
0aa0a69068
WW-4243 Splits interface in to two to allow using different implementation
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1542808 13f79535-47bb-0310-9956-ffa450edef68
2013-11-17 20:42:46 +00:00
Christian Grobmeier
5e3e793576
removed unused site folder and site.xml
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1521449 13f79535-47bb-0310-9956-ffa450edef68
2013-09-10 12:08:04 +00:00
Lukasz Lenart
eb2a9eb8ff
WW-3593 Adds missing html files
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1486344 13f79535-47bb-0310-9956-ffa450edef68
2013-05-25 16:37:42 +00:00
Johannes Geppert
970251ff95
Update to current 2.3 DTD
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1221225 13f79535-47bb-0310-9956-ffa450edef68
2011-12-20 12:22:28 +00:00
Lukasz Lenart
a15e99c68e
WW-3611 - solves wrong prefix used in examples
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1207014 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28 08:21:52 +00:00
John Lindal
6d8c7bd11e
WW-3548 update copyright to 2011
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1068561 13f79535-47bb-0310-9956-ffa450edef68
2011-02-08 20:35:46 +00:00
Lukasz Lenart
de210c1e72
Solved WW-3508 - added disable property to sx:submit
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1026662 13f79535-47bb-0310-9956-ffa450edef68
2010-10-23 19:02:54 +00:00
Musachy Barroso
9407fe5e30
WW-2226 resultsLimit attribute set to -1 in autocompleter tag is ignored. Set the type of resultsLimit to Integer
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@720918 13f79535-47bb-0310-9956-ffa450edef68
2008-11-26 17:06:40 +00:00
Musachy Barroso
abef0ef66f
WW-2231 autocompleter: bug in autocompleter.ftl at disabled="false"
...
I also checked core tags and they are good.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@678836 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 18:00:30 +00:00
Musachy Barroso
be385243cd
WW-1677 <s:submit type="button" does not render the enclosed content inside properly
...
Fix build problem
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@678154 13f79535-47bb-0310-9956-ffa450edef68
2008-07-19 13:14:31 +00:00
Musachy Barroso
295150b5e9
WW-2601 Tabindex not working on autocompleter
...
also fixed tabindex for datepicker
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@670371 13f79535-47bb-0310-9956-ffa450edef68
2008-06-22 15:28:01 +00:00
Musachy Barroso
0d72932171
Sync custom build with latest changes in javascript code
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@670231 13f79535-47bb-0310-9956-ffa450edef68
2008-06-21 17:14:19 +00:00
Musachy Barroso
37371b3684
WW-2669 Autocompleter options list element does not resize correctly
...
thanks to Aner Perez for the patch
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@670200 13f79535-47bb-0310-9956-ffa450edef68
2008-06-21 14:04:10 +00:00
Rainer Hermanns
0a23cd4ec5
WW-2537 Fix generics in all codebase
...
Starting with Java5 enhancements in S2.
This patch applies required changes to S2 related to the "generified xwork"
XWork Java5 enhancements
o added generics where possible
o use parameterizes Collection classes where possible
o converted for to for-each loops
o optimized imports
o updated tests
o aligned parameter types with Struts2
o fixed some minor bugs
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@670170 13f79535-47bb-0310-9956-ffa450edef68
2008-06-21 09:40:34 +00:00
Rainer Hermanns
e8a2fb1497
WW-2536 Autocompleted element don't publish topics when it changed
...
o applied patch by Stanislav Malishevskiy
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@667794 13f79535-47bb-0310-9956-ffa450edef68
2008-06-14 12:48:21 +00:00
Rainer Hermanns
5a5f88205d
WW-2520 IE bug on tabbedpanel with Enclosed ajax div on first tab
...
o applied patch by Stanislav Malishevskiy
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@667793 13f79535-47bb-0310-9956-ffa450edef68
2008-06-14 12:44:40 +00:00
Rainer Hermanns
c760241930
WW-2480 Some OGNL expressions do not work with DateTimePicker component
...
o applied patch by Mike Calmus
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@667791 13f79535-47bb-0310-9956-ffa450edef68
2008-06-14 12:41:00 +00:00
David Newton
cf1150f58c
Minor spelling
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@658958 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 00:39:06 +00:00
Antonio Petrelli
974e051bc5
WW-2147
...
Fixed license headers where needed.
Re-enabled RAT plugin and fixed its configuration.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@651946 13f79535-47bb-0310-9956-ffa450edef68
2008-04-27 13:41:38 +00:00
Antonio Petrelli
9dc575f3b4
WW-2147
...
Removed license headers in .properties files temporarily to avoid conflicts with the Maven License plugin.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@651674 13f79535-47bb-0310-9956-ffa450edef68
2008-04-25 18:09:24 +00:00
Rainer Hermanns
92db102c07
WW-2465
...
Dynamic trees in the dojo plugin causes a freemarker error if the child property returns null
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@643359 13f79535-47bb-0310-9956-ffa450edef68
2008-04-01 11:01:22 +00:00
Jeromy Evans
b95f8dfc50
WW-2498 Minor change to avoid NPE when parseContent attribute is missing on dojo tags or in the context. Defaults to false if null.
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@629326 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 02:52:27 +00:00
David Newton
5fb36bc977
Minor JavaDoc cleanup.
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@628341 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 16:09:48 +00:00
Donald J. Brown
7bf30eacb3
Fix NPE when PARSE_CONTENT parameter not in context
...
WW-2398
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@628302 13f79535-47bb-0310-9956-ffa450edef68
2008-02-16 14:12:14 +00:00
Donald J. Brown
2e3bedad4c
Enabled the "disabled" attribute for datetimepicker
...
WW-2320
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@615188 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 11:45:27 +00:00
Antonio Petrelli
764877efeb
WW-2437
...
Fixed the first bunch of license issues.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@614306 13f79535-47bb-0310-9956-ffa450edef68
2008-01-22 20:23:19 +00:00
Ted Nathan Husted
1881566ced
WW-2286 Apply FIXBUG patches supplied by Giovanni Azua Garcia.
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@611999 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 03:06:41 +00:00
Ted Nathan Husted
006f717c95
WW-2094 Reapply patch submitted by Benjamin McCann that was previously applied in r590970 and somehow rolled back by r591003.
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@611995 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 02:23:31 +00:00
David Newton
e917196458
Spelling error in tag param description.
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@594370 13f79535-47bb-0310-9956-ffa450edef68
2007-11-13 00:51:00 +00:00
Antonio Petrelli
a7f74978a4
WW-2147
...
Now a RAT check is run during the release process.
Fixed files with missing license.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@591790 13f79535-47bb-0310-9956-ffa450edef68
2007-11-04 15:30:32 +00:00
Musachy Barroso
680fc59903
WW-2275 autocompleter tag doesn't send multibyte characters correctly
...
thanks to Sakamoto Osamu for the patch
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@591003 13f79535-47bb-0310-9956-ffa450edef68
2007-11-01 13:42:08 +00:00
Ted Nathan Husted
dc3e409303
WW-2094 Error DateTimePicker when erase input then click again the calendar - Apply fix submitted by Benjamin McCann for to issue originally reported by Leneveut Michaël.
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@590970 13f79535-47bb-0310-9956-ffa450edef68
2007-11-01 11:57:58 +00:00
Antonio Petrelli
8dfaa6dd90
WW-2063
...
Fixed subversion properties.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@590812 13f79535-47bb-0310-9956-ffa450edef68
2007-10-31 20:32:54 +00:00
Donald J. Brown
2ea2d869cc
Replacing all usages of commons logging with xwork logging. Yay for closing memory leaks.
...
WW-1413
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@582626 13f79535-47bb-0310-9956-ffa450edef68
2007-10-07 13:26:12 +00:00
Musachy Barroso
4e9821f05b
WW-2017 dojo.hostenv.writeIncludes should pass the true parameter
...
* dojo.hostenv.writeIncludes will only be included if debug="true" on head tag
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@580449 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 18:18:02 +00:00
Musachy Barroso
250442591c
WW-2220 Autocompleter tag does not provide a way to specify initial key value
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@580386 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 15:20:38 +00:00
Musachy Barroso
f087df85f9
Add step to Dojo profile building (copy nls folder)
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@580370 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 14:34:42 +00:00
Musachy Barroso
4283e8972d
It seems like the building project was fixed on 0.4.3
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@580369 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 14:33:13 +00:00
Musachy Barroso
712fd1a1ab
WW-2219 i18n strings are not included on the dojo profile build
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@580368 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 14:31:04 +00:00
Musachy Barroso
b3893699ae
Make cache="true" the default for the head tag
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@579235 13f79535-47bb-0310-9956-ffa450edef68
2007-09-25 13:20:55 +00:00
Musachy Barroso
f58eafdab5
Fixing javadocs for snippet plugin
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@578438 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 13:41:05 +00:00
Musachy Barroso
74c03ad8a0
Fixing javadocs for snippet plugin
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@578437 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 13:38:09 +00:00
Musachy Barroso
135d31371b
Fixing javadocs for snippet plugin
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@578436 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 13:35:38 +00:00
Musachy Barroso
29a23e7dfa
Fixing javadocs for snippet plugin
...
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@578435 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 13:32:34 +00:00