Commit Graph

152 Commits

Author SHA1 Message Date
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
Musachy Barroso 37bc43a90b Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@578434 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 13:29:24 +00:00
Musachy Barroso 71130ad3d4 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@578433 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 13:28:28 +00:00
Musachy Barroso d8f865dcc4 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@578432 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 13:24:12 +00:00
Musachy Barroso fb42b3e194 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577834 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 17:49:18 +00:00
Musachy Barroso 0e9d6210ef Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577828 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 17:36:59 +00:00
Musachy Barroso 2763cf9a00 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577826 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 17:30:59 +00:00
Musachy Barroso fe264d59a4 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577825 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 17:29:36 +00:00
Musachy Barroso 68c4436d44 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577810 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 16:50:01 +00:00
Musachy Barroso 962f5886af Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577766 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 14:26:36 +00:00
Musachy Barroso 1352a01555 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577758 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 14:06:09 +00:00
Musachy Barroso f7cee24e11 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577747 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 13:49:59 +00:00
Musachy Barroso 6c29f36d23 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577745 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 13:49:15 +00:00
Musachy Barroso 92aa692879 Fixing javadocs for snippet plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@577743 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 13:39:10 +00:00