Commit Graph

  • a4a99899ed WW-1353 Complete rollback of r436971 and r436991, using new property name and enabling behavior by default. Update affected applications. (And release notes.) Ted Nathan Husted 2006-08-29 16:51:55 +00:00
  • 7ed27b4a7f Wendy has a sharp eye Patrick Lightbody 2006-08-28 22:39:12 +00:00
  • 0c28307561 allow the switch to be a toggle, defaulted to false Patrick Lightbody 2006-08-28 21:46:53 +00:00
  • 867c6510f6 Update the struts-master pom dependency to the released version 3, and fix the project description. WW-1349 Wendy Smoak 2006-08-27 16:53:29 +00:00
  • de6c2f944a nuking the compatibility mode stuff that disabled the ! and method: support for the time being. we'll come up with a more secure option (probably annotation) soon. (tests pass now too) Patrick Lightbody 2006-08-25 22:30:36 +00:00
  • c04035d034 nuking the compatibility mode stuff that disabled the ! and method: support for the time being. we'll come up with a more secure option (probably annotation) soon. Patrick Lightbody 2006-08-25 21:53:05 +00:00
  • 3f4dda32d5 WW-1195 Escape example code in snippets. Ted Nathan Husted 2006-08-25 18:26:50 +00:00
  • 12a2dce4b0 WW-1195 Escape example code in snippets. Ted Nathan Husted 2006-08-25 18:24:44 +00:00
  • cf0a235547 WW-1195 Escape example code in snippets. Ted Nathan Husted 2006-08-25 18:22:26 +00:00
  • e0fe8d4d9d WW-1392 Update to maven-taglib-plugin 2.3. Ted Nathan Husted 2006-08-25 12:28:28 +00:00
  • 282f6f4722 WW-1392 Add META-INF/tags folder to coincide with maven-taglib plugin defaults. Ted Nathan Husted 2006-08-25 11:38:35 +00:00
  • 1b19d91afb WW-1392 Move ActionError example code to TLD. Conform name of request and response parameters. Ted Nathan Husted 2006-08-25 01:37:40 +00:00
  • 3379f380f9 WW-1392 Move ActionComponent example code to TLD and add check for compatibility mode. The check breaks the action!method test under the Maven build, but the test passes under IDEA (when the global setting is changed). Ted Nathan Husted 2006-08-24 12:58:33 +00:00
  • 21c76aec62 WW-1392 Bring over WW2.2.3 TLD. Review commit history. Add missing attribute (doubleAccesskey) and missing tag (debug). (Next: Update with example code.) Also change Velocity directive prefix from "s-" to "s", since the using special character wasn't working. Ted Nathan Husted 2006-08-24 00:16:35 +00:00
  • 0889f1eecc WW-731 - added an example into showcase demostrating a simple usage of MessageStoreInterceptor Toby Jee 2006-08-21 14:25:31 +00:00
  • 060c19cb9e WW-1353 Move the MailReader iBATIS code to the sandbox, until it is ready. Ted Nathan Husted 2006-08-21 00:29:52 +00:00
  • b2ede00dd0 WW-1340 Add support for the maven taglib plugin. Update TLD settings to work well with plugin. Change tablib URI reference to "struts-tags" for consistency and to avoid potential conflict other custom taglibs. Ted Nathan Husted 2006-08-20 15:24:09 +00:00
  • 9f6d0d8d75 WW-731 - Add the capability to automatically save messages between Actions Toby Jee 2006-08-20 05:41:25 +00:00
  • e4093aa6db WW-1340 Add target for taglib plugin Ted Nathan Husted 2006-08-20 02:33:00 +00:00
  • 301f2075c9 WW-1340 The current snippets assume that the HTML Javadocs are being checked in at trunk/docs. This checkin is a test of keeping the Javadoc and Java source together. Ted Nathan Husted 2006-08-19 23:48:14 +00:00
  • 974e212518 WW-1340 Update Javadocs, constants, and such. No functional changes. Ted Nathan Husted 2006-08-19 23:36:37 +00:00
  • ec6873b41c =WW-1340 Update Javadocs, constants, and such Ted Nathan Husted 2006-08-19 23:10:09 +00:00
  • 5b67f4ac48 WW-1340 Update Javadocs, constants, and such. No functional changes. Ted Nathan Husted 2006-08-19 22:03:04 +00:00
  • ed8687c360 WW-1340 - added javadoc (documenting a custom Dispatcher could be used by having subclass overrides the createDispatcher() method) Toby Jee 2006-08-19 07:16:37 +00:00
  • 9aad913649 WW-1340 - added commons-logging dependency which is needed by this module Toby Jee 2006-08-16 16:01:48 +00:00
  • 0fcce1200a Initial config for running the optional Retrotranslator plugin for 1.4 compatibility -- this is not working yet, more info on the dev list James Mitchell 2006-08-16 14:26:14 +00:00
  • dbab20bd4e WW-769 - Changed id for Submit component from random number (hashcode) to sequential number unique to the form component such that it is predictable Toby Jee 2006-08-14 16:37:26 +00:00
  • f9c1583927 WW-769 - added javadoc to method populateComponentHtmlId in Form and FormButton Toby Jee 2006-08-13 06:55:16 +00:00
  • 5869ad5b4d WW-769 - UITags do not evaluate id attribute Toby Jee 2006-08-13 06:45:27 +00:00
  • 034ae246f4 WW-1346 Reflect new home for s2 documentation. Ted Nathan Husted 2006-08-12 19:09:26 +00:00
  • 952d7f161c WW-1340 - added test case to test for a] character encoding is set into request BEFORE wrapping request b] character encoding is set into request BEFORE servicing action c] if no action mapping could be found from action mapper, FilterDispatcher just let the filter propagate down the filter chain Toby Jee 2006-08-12 12:49:20 +00:00
  • 7c01376183 WW-1410 - Provide a hook for FilterDispatcher such that a custom Dispatcher could be used. Toby Jee 2006-08-12 12:46:05 +00:00
  • 545491ba0d WW-1391 (Struts 2 for Java 4) James Mitchell 2006-08-12 03:02:41 +00:00
  • 6982c3988e WW-1340 - added content-type specific jsp page directive to make sure UTF-8 is used such that character encoding work properly with this example Toby Jee 2006-08-09 06:40:35 +00:00
  • 1aac25c1a2 WW-1340 - added more test case for Dispatcher Toby Jee 2006-08-06 16:06:08 +00:00
  • c75af104cc WW-1340 - added another example to javadoc snippet Toby Jee 2006-08-04 17:01:53 +00:00
  • 304581a382 WW-1353 Second pass on wildcard refactoring. Drop authentification for now, to make it easier to see the forest for trees. Ted Nathan Husted 2006-08-03 20:51:09 +00:00
  • a7308af86b WW-1353 First pass on wildcard refactoring. Ted Nathan Husted 2006-08-03 15:29:33 +00:00
  • 127e78c6ef WW-1353 Refactor MailReader to use namespaces and conventional, finely-grained actions with no aliases. (Refactoring for wildcards is next.) Ted Nathan Husted 2006-08-03 01:18:55 +00:00
  • 5877cc9acc WW-1353 Refactor MailReader to use namespaces and conventional, finely-grained actions with no aliases. (Refactoring for wildcards is next.) Ted Nathan Husted 2006-08-03 01:17:08 +00:00
  • b073963550 WW-1353 Refactor MailReader to use namespaces and conventional, finely-grained actions with no aliases. (Refactoring for wildcards is next.) Ted Nathan Husted 2006-08-02 23:43:27 +00:00
  • d0726b1be2 - renaming jetty back to jetty6, even though jetty6 is deprecated. that is because the jetty plugin has major issues that cause it to completely not work (has to do with dependency mismatch problems). - adding additional classpath to quickstart. Patrick Lightbody 2006-08-02 16:54:15 +00:00
  • daefba729b WW-1406 - Exception thrown when contentLength expression supplied in stream result xwork.xml definition Toby Jee 2006-08-02 15:27:02 +00:00
  • 2126792b82 using new jetty plugin name (jetty:run instead of jetty6:run) Patrick Lightbody 2006-08-02 00:46:40 +00:00
  • 46504b261f quickstart works with multiple idea configurations (i thought this already worked - perhaps not) Patrick Lightbody 2006-08-02 00:11:15 +00:00
  • 9b6d05f7b3 Initial API implementation. Bob Lee 2006-08-02 00:07:17 +00:00
  • b9c804db1b WW-1353 MailReader - Update mappings and links to correct operation using wildcards instead of ! aliases. Note that there might be an issue with wildcard matching. Ideally Registration_save and Subscription_save should be Registration!save and Subscription!save, so that the links are consistent. Ted Nathan Husted 2006-08-01 22:38:18 +00:00
  • dd994daa2a WW-1390 - added capability to add request parameter to redirect-action result type Toby Jee 2006-07-31 14:18:50 +00:00
  • bb636d17d4 WW-1399 Correct unit test lifecycle so that tables are dropped between cycles. Ted Nathan Husted 2006-07-31 14:17:50 +00:00
  • 2b584b9230 WW-1399 Rename iBATIS statement test suite. Ted Nathan Husted 2006-07-31 00:58:27 +00:00
  • 4c3782f851 WW-1399 Complete first set of tests for iBATIS statements. Ted Nathan Husted 2006-07-31 00:56:03 +00:00
  • f71499efd8 WW-1399 Extend unit tests for iBATIS statements; move the "sample" script back (seems to work now). Ted Nathan Husted 2006-07-30 22:01:59 +00:00
  • 231cde3a2c WW-1399 Move SQL script file to apease Maven. Ted Nathan Husted 2006-07-30 19:46:29 +00:00
  • 21f7726627 WW-1399 Add initial support for HSQLDB and iBATIS Ted Nathan Husted 2006-07-30 19:02:23 +00:00
  • e07179d3e3 WW-1398 - added snippet to javadoc Toby Jee 2006-07-30 17:20:04 +00:00
  • 47bdd0f4bd WW-1318 WW-1397 WW-1398 Toby Jee 2006-07-29 06:58:23 +00:00
  • ba3b39d58c WW-1379 - remove link to richtexteditor example from index.jsp, since richtexteditor component has been removed from struts2 Toby Jee 2006-07-29 06:27:08 +00:00
  • 587d83e652 WW-1396 - typo in textarea component in ajax theme and also showcase example "linkGroup;|;textGroup;|;justifyGroup;|;listGroup;indentGroup;|;colorGroup" should instead be "linkGroup;|;textGroup;|;justifyGroup;|;listGroup;indentGroup;|;colorGroup" Toby Jee 2006-07-29 06:25:21 +00:00
  • 640c39b7ba Include the website in the assembly. This includes the top-level site, api, core and extras, but not the example apps. Fix the location of the xwork javadoc, it should be docs/xwork-apidocs. WW-1378 Wendy Smoak 2006-07-28 04:45:44 +00:00
  • 5fd3e1d04f Declare a dependency on the XWork Javadoc jar, then unpack and include it in the assembly. Re-establish the <dependencyManagement> section in the parent pom, and set the xwork version there. WW-1378 Wendy Smoak 2006-07-28 04:17:21 +00:00
  • ac60dc5087 WW-1340 Correct tag idiom. Ted Nathan Husted 2006-07-26 20:26:13 +00:00
  • 5ca278093a Updated to Spring 1.2.8 Patch provided by Eric Molitor WW-1394 Donald J. Brown 2006-07-26 18:18:44 +00:00
  • c328dc96ed Add version to javadoc plugin and turn aggregation off (is broken) WW-1349 Donald J. Brown 2006-07-26 17:48:18 +00:00
  • 201ee5279c Removing the old Ant build WW-1384 Donald J. Brown 2006-07-26 05:46:24 +00:00
  • 612834a163 Renaming Configuration to Settings to minimize confusion with XWork's Configuration classes, changing Settings to only deal with Strings WW-493 Donald J. Brown 2006-07-26 04:33:53 +00:00
  • 659fa20100 WW-1353 Update MailReader to use wildcards instead of bangs. Ted Nathan Husted 2006-07-26 03:04:47 +00:00
  • 767de1723b WW-1378 Amend version from 2.0 to 2.0.0 to match 1.x conventions. Add Mailreader to apps roster. Ted Nathan Husted 2006-07-23 15:02:22 +00:00
  • 9e8bcaf2fb XW-386 - fix test case failing due to (XW-386) Toby Jee 2006-07-22 14:25:40 +00:00
  • 103bdebb8c WW-1389 - Added more tests to test If/Else/ElseIf tag Toby Jee 2006-07-22 10:34:07 +00:00
  • 5166c86f7b - WW-1389 WW-1367 - changed to use 's' prefix instead of 'saf' - changed uri to be '/tags' instead of '/struts-action' Toby Jee 2006-07-22 07:54:40 +00:00
  • a1af6031f7 WW-1389 - added test example into showcase to using If/Else/ElseIf tag (in JSP and freemarker form) Toby Jee 2006-07-22 07:25:15 +00:00
  • f6e0e759cd WW-1389 - Add If, Else and ElseIf to freemarker model Toby Jee 2006-07-22 05:33:27 +00:00
  • 5279f6658c ww-1367 Update applications and taglib references for Struts 2 conventions. Ted Nathan Husted 2006-07-21 01:21:13 +00:00
  • 957ad96110 ww-1367 Update applications and taglib references. Ted Nathan Husted 2006-07-21 01:04:41 +00:00
  • 8351775477 XSLTResult - 3 issues o backport from WW-2.2.3 o fixed stylesheet o reactivated commented test cases Issue number: WW-1255 Obtained from: Submitted by: Reviewed by: Rainer Hermanns 2006-07-20 17:24:46 +00:00
  • 93f7cecb0b XSLT Views + XML Mapping + HashMap support o backport of new XSLT support from WW-2.2.3 Issue number: WW-492 Obtained from: Submitted by: Pat Niemeyer Reviewed by: Rainer Hermanns CVS: ---------------------------------------------------------------------- CVS: Issue number: CVS: If this change addresses one or more issues, CVS: then enter the issue number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to the project by someone else; i.e., CVS: they sent us a patch or a set of diffs, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Rainer Hermanns 2006-07-20 17:23:12 +00:00
  • f69957a4bc WW-1387 backport form WW issue - Quickstart does not load classes from WEB-INF/classes first Toby Jee 2006-07-19 16:05:05 +00:00
  • 1e98a4119e WW-1385 - flush writer to make sure action refered get rendered in order Toby Jee 2006-07-19 15:22:49 +00:00
  • c8ac51ccd9 WW-1386 - SessionMap needs an invalidate method Toby Jee 2006-07-19 15:12:58 +00:00
  • 76ff651e9e WW-1340 - added javadoc describing variables accessible from the decorating template (with examples) Toby Jee 2006-07-19 06:16:47 +00:00
  • 9004be61a7 Changed action mapper to always add the extension when building a uri to prevent the masking of cases where the user adds the extension when it shouldn't be there like the form's action attribute WW-1323 Donald J. Brown 2006-07-19 05:42:21 +00:00
  • 4572e4da81 Move the apps build into a profile, so the example apps are not built by default. To enable, use -Papps or -Dapps on the mvn command line. WW-1305 Wendy Smoak 2006-07-19 03:51:35 +00:00
  • 32f94c1b9e Adding a Maven 2 build for mailreader, integrating it into the regular maven build, restructuring app source for Maven WW-1349 Donald J. Brown 2006-07-19 02:56:36 +00:00
  • 363eb1def3 WW-1349 Move Mailreader out of the sandbox. Ted Nathan Husted 2006-07-19 02:08:03 +00:00
  • ce4ca61a97 Fixing broken tests WW-1309 Donald J. Brown 2006-07-18 22:54:39 +00:00
  • 53c842a616 Making the form method "POST" by default WW-1309 WW-1343 Donald J. Brown 2006-07-18 22:24:26 +00:00
  • 105838ff57 Improving the source release to include all jars needed to build core and a small Ant script to compile core WW-1378 WW-1384 Donald J. Brown 2006-07-18 19:51:10 +00:00
  • 13ae981311 Changed action mapper to use configuration, allowing action names with slashes, consolidated some tests, few cleanups WW-1383 Donald J. Brown 2006-07-18 05:28:45 +00:00
  • b57433f10e Removed action!method syntax by default, however, it can be enabled by specifying the "struts.compatibilityMode" property to true. WW-1353 Donald J. Brown 2006-07-18 04:15:02 +00:00
  • 2fcffcd06c WW-1367 Change reference from 2.0 to 2.x Ted Nathan Husted 2006-07-17 15:48:34 +00:00
  • f35ebfde5b WW-1375 added link to hangman to showcase menu Toby Jee 2006-07-16 10:09:57 +00:00
  • 7b87cdec47 WW-1375 finnish up hangman example Toby Jee 2006-07-16 09:58:16 +00:00
  • 25b9d880de git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@422414 13f79535-47bb-0310-9956-ffa450edef68 Toby Jee 2006-07-16 09:04:22 +00:00
  • 11e0c2867d WW-1375 - renamed hangman.ftl to hangmanAjax.ftl Toby Jee 2006-07-16 08:45:34 +00:00
  • 7730d14b25 WW-1375 - modified javascript Toby Jee 2006-07-16 08:44:24 +00:00
  • f8e66533d2 WW-1297 WW-1381 - fix at times the all panel will appear when remote=true - fix when remote=true, during first load the remote content is not displayed Toby Jee 2006-07-16 05:37:57 +00:00
  • 2e6605497f WW-1297 - add example into showcase that causes bug WW-1297 to appear Toby Jee 2006-07-16 05:24:08 +00:00
  • 3cd10fa091 WW-1317 - changes in javadoc (uses dojo tooltip attributes as example) Toby Jee 2006-07-15 15:42:07 +00:00
  • b4dfad3a54 WW-1317 - work on tooltip (changes due to switch to dojo tooltip) Toby Jee 2006-07-15 15:24:09 +00:00
  • 4e7d157c39 WW-1379 - remove example that uses rich text editor Toby Jee 2006-07-15 15:19:27 +00:00