Commit Graph

414 Commits

Author SHA1 Message Date
Rainer Hermanns c0ef5221c7 Updating the xwork dependency to 2.1-SNAPSHOT to fix several problems reported to
XWork and S2:

WW-1635 struts.xml include dependant packages not loading properly
WW-1856 s18n tag appears to be broken

NOTE on XWork 2.x updates: All validators.xml files are now validated, a DTD header
is required.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@527815 13f79535-47bb-0310-9956-ffa450edef68
2007-04-12 07:33:52 +00:00
Musachy Barroso daf2bbc988 WW-1860 Add "preload" attribute to div tag on Dojo plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@525338 13f79535-47bb-0310-9956-ffa450edef68
2007-04-04 00:18:47 +00:00
Musachy Barroso d04d3fa173 WW-1855 Upgrade bundled Dojo to 0.4.2
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@523142 13f79535-47bb-0310-9956-ffa450edef68
2007-03-28 02:20:03 +00:00
James Mitchell 8f56b3aefa Patch trunk from original 2.0.x changes as follows...
WW-1840 -- Mailreader -- either show passwords as *** or show them as readonly (text) or remove them
WW-1841 -- Mailreader -- msg text showing in place of logo image (struts.logo.alt)
WW-1842 -- Mailreader -- Remove walking tour

 * 1841 is not resolved, due to an issue with the i18n tag not finding the alternate bundle
 * also remove extra extra params from css href and back links




git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@522730 13f79535-47bb-0310-9956-ffa450edef68
2007-03-27 03:52:47 +00:00
Musachy Barroso 4654ab3c0a WW-1775 Nested tabbedPanel does not work in IE
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@522050 13f79535-47bb-0310-9956-ffa450edef68
2007-03-24 16:16:58 +00:00
Musachy Barroso 59675011f6 WW-1812
* Flag "closeButton" attribute as deprecated on tabbedpanel tag, and add "closable" on div tag
* Update showcase tabbedpanel example
* Remove ajax html doc from old location on core

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@522039 13f79535-47bb-0310-9956-ffa450edef68
2007-03-24 15:37:58 +00:00
Musachy Barroso a77ea70bed WW-1607 Add ajax notify topics to autocompleter
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@521551 13f79535-47bb-0310-9956-ffa450edef68
2007-03-23 00:51:54 +00:00
James Mitchell b9a70801db WW-1834 We should push the 'save' button to 'log in'
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@521102 13f79535-47bb-0310-9956-ffa450edef68
2007-03-22 03:12:20 +00:00
James Mitchell 049cb5a4db WW-1834 Fix simple formatting in config and quick fix for recently moved dojo taglib
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@521101 13f79535-47bb-0310-9956-ffa450edef68
2007-03-22 03:10:40 +00:00
Ted Nathan Husted 9285977625 WW-1828 "Login Action validation config file named "Logon-validation.xml" so doesn't validate" - Apply patch submitted by Dave Newton
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@520255 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 03:27:00 +00:00
James Mitchell 0bd23c2984 WW-1824 Fix list item formatting -- patch provided by Claus Ibsen
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@520205 13f79535-47bb-0310-9956-ffa450edef68
2007-03-20 01:23:31 +00:00
Musachy Barroso e206cf9a75 WW-1607
* Remove usage of deprecated attributes "beforeLoading", "afterLoading", "resultDivId", "preInvokeJS", "onLoadJS"
* Add examples of attributes "beforeNotifyTopics", "afterNotifyTopics", "errorNotifyTopics"

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@519410 13f79535-47bb-0310-9956-ffa450edef68
2007-03-17 18:58:20 +00:00
James Mitchell 54d899fac0 WW-1767 Fix references from 'redirect-action' to 'redirectAction'
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@518613 13f79535-47bb-0310-9956-ffa450edef68
2007-03-15 13:00:02 +00:00
James Mitchell 07eb42c40d WW-1645 add pluto config so you can deploy to pluto -- tested on pluto 1.1.0 -- to build for pluto, run: mvn package -Ppluto
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@518396 13f79535-47bb-0310-9956-ffa450edef68
2007-03-15 00:42:26 +00:00
James Mitchell 280644f5a4 WW-1644 fix a couple of typos
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@518395 13f79535-47bb-0310-9956-ffa450edef68
2007-03-15 00:36:39 +00:00
Patrick Lightbody 529e719f77 quickstart is gone, so this should be too!
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517972 13f79535-47bb-0310-9956-ffa450edef68
2007-03-14 01:48:28 +00:00
Musachy Barroso a8d76f95f3 WW-1707
* Update action mapping to use "redirectAction" instead of "redirect-action", and "plainText" instead of "plaintext"

WW-1607
* Fix tabbedpanel, datetimepicker, and tree examples to use Dojo plugin

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517968 13f79535-47bb-0310-9956-ffa450edef68
2007-03-14 01:32:19 +00:00
Donald J. Brown 21b36fb182 Fixed result type renaming
WW-1715


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517512 13f79535-47bb-0310-9956-ffa450edef68
2007-03-13 03:32:26 +00:00
Ted Nathan Husted c434cf644a WW-18O4 "Showcase - view source throws NumberFormatException". The problem is that config parameter on the URL is empty (config=). It can be fixed by checing if the parameters are not empty instead of just != null in the ViewSourceAction.java. Submitted by Claus Ibsen.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517511 13f79535-47bb-0310-9956-ffa450edef68
2007-03-13 03:28:08 +00:00
Ted Nathan Husted 55dd8188a3 WW-1707 Apply consistent naming for the interceptors in struts-default.xml
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517096 13f79535-47bb-0310-9956-ffa450edef68
2007-03-12 04:46:27 +00:00
Ted Nathan Husted 419dc383a0 WW-1548 Remove continuation support from 2.1.x, and move continuations to the sandbox.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517095 13f79535-47bb-0310-9956-ffa450edef68
2007-03-12 04:31:08 +00:00
Ted Nathan Husted 204af40c4e WW-1801 Remove Spring dependency by copying properties manually.
WW-1707 Update interceptor reference. 


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@517032 13f79535-47bb-0310-9956-ffa450edef68
2007-03-11 22:18:07 +00:00
Donald J. Brown 3aad67982e Adding spring plugin to mailreader as it seems to be required
WW-1715


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516991 13f79535-47bb-0310-9956-ffa450edef68
2007-03-11 19:11:15 +00:00
Ted Nathan Husted e8866147d9 WW-1707 Apply consistent naming for the interceptors in struts-default.xml per report by Philip Luppens. Update example applications to use new names.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516940 13f79535-47bb-0310-9956-ffa450edef68
2007-03-11 15:51:35 +00:00
Ted Nathan Husted cc457eb49f WW-1781 - Set DevMode to false for example applications. Remove other redundant or obsolete settings. Conform indentation n struts-default.xml.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@516928 13f79535-47bb-0310-9956-ffa450edef68
2007-03-11 15:31:14 +00:00
Musachy Barroso 80125b513c WW-1607 Fix remote forms example to use dojo plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@515879 13f79535-47bb-0310-9956-ffa450edef68
2007-03-08 01:27:40 +00:00
Musachy Barroso dfc8d6502b WW-1607 Fix autocompleter example to use dojo plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@515425 13f79535-47bb-0310-9956-ffa450edef68
2007-03-07 02:22:01 +00:00
Musachy Barroso 3e283625ef WW-1607 Fix remote link, remote button and remote div examples to use dojo plugin tags
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@514943 13f79535-47bb-0310-9956-ffa450edef68
2007-03-06 01:13:37 +00:00
Musachy Barroso de09c2ca53 WW-1607 Separate dojo-related tags into their own plugin
* Overwrite parent attribute setters so they are added to the TLD

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@514458 13f79535-47bb-0310-9956-ffa450edef68
2007-03-04 18:51:30 +00:00
Ted Nathan Husted b826a98256 WW-1705 Update site for 2.0.6 release.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@511177 13f79535-47bb-0310-9956-ffa450edef68
2007-02-24 00:59:36 +00:00
Ted Nathan Husted 6ee6d699f5 WW-1705 Fix Tiles TLD references. Encode example URL in MailReader tour.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@510917 13f79535-47bb-0310-9956-ffa450edef68
2007-02-23 11:58:41 +00:00
Ted Nathan Husted 02249e0558 WW-1715 Update POMs for the 2.1.0 snapshot.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@504540 13f79535-47bb-0310-9956-ffa450edef68
2007-02-07 13:23:42 +00:00
Ted Nathan Husted 80d3f05fe7 WW-1685 Update POMs for the next shapshot.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@503763 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 16:48:39 +00:00
Ted Nathan Husted 6489ffdafb WW-1685 Update POMs for 2.0.5 tag.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@503710 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 14:57:11 +00:00
Niall Kegan Pemberton fcbdb848f2 WW-1698 - Add missing License Headers (and a few missing "svn" properties)
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@502296 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 17:33:39 +00:00
Ted Nathan Husted ac8b7404f1 Update POMs for Struts 2.0.5 SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@500934 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 03:51:53 +00:00
Ted Nathan Husted 238abc3d12 WW-1650 Update POMs for 2.0.4 release.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@500931 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 03:38:40 +00:00
Donald J. Brown 8622e46762 Adding notice and license files to all artifacts that will go into Maven
WW-1650


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@500893 13f79535-47bb-0310-9956-ffa450edef68
2007-01-28 21:36:41 +00:00
Ted Nathan Husted bce0209ecc WW-1588 Update POMs for 2.0.4-SNAPSHOT (once again).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498062 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 03:49:06 +00:00
Ted Nathan Husted 8bf687db8f WW-1588 Update POMs for 2.0.3 (third try).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498041 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 01:50:47 +00:00
Ted Nathan Husted a97043519c WW-1588 Update POMs for 2.0.4-SNAPSHOT (as discussed).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497807 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 13:26:15 +00:00
Ted Nathan Husted c66b4ed34a WW-1588 Update POMs for 2.0.3 (second try).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497787 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 12:10:42 +00:00
Donald J. Brown 34d7c589ad No need to exclude commons-logging
WW-1650


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497636 13f79535-47bb-0310-9956-ffa450edef68
2007-01-18 23:26:50 +00:00
Donald J. Brown 6265c55f3f Fixed portlet example to work on Liferay (ajax examples still broken)
WW-1650


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497194 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 21:54:13 +00:00
Ted Nathan Husted 2573b581c9 WW-1588 Update POMs for 2.1.0-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496766 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 17:01:40 +00:00
Ted Nathan Husted e563bd0e15 WW-1588 Update POMs for Struts 2.0.3 build.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496715 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 14:55:03 +00:00
Ted Nathan Husted 4286181668 WW-1588 Change feature list to active voice. Tweak mailreader tour.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496687 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 13:48:36 +00:00
Ted Nathan Husted 9f0b61b716 WW-1588 - Fix second filedownload example. Add Ajax back to menu bar, since only remove form is broken. now.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496318 13f79535-47bb-0310-9956-ffa450edef68
2007-01-15 13:58:24 +00:00
Ted Nathan Husted f67d33a5d7 WW-1588 - Update showcase remarks. Start to add second use case to file upload.
WW-1598 - Apply updates per Dariusz Wojtas



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496221 13f79535-47bb-0310-9956-ffa450edef68
2007-01-15 03:50:06 +00:00
Donald J. Brown 20eada0259 Renamed xwork.xml to struts.xml on portlet example
WW-1638


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495503 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 07:25:05 +00:00