Commit Graph

48 Commits

Author SHA1 Message Date
Donald J. Brown de8c649f83 Moving sitemesh decorator over to sitemesh plugin, changing debug interceptor to only store stack in
session when first invoked, documentation updates to code behind plugin
WW-1546 WW-1483


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@483839 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 05:52:10 +00:00
David H. DeWolf b71032906d Updating tiles dependencies; Using revision specific snapshot
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@480027 13f79535-47bb-0310-9956-ffa450edef68
2006-11-28 12:49:46 +00:00
Wendy Smoak 0b6fccb4ee Fixed eol-style and keywords svn properties.
WW-1483

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@478625 13f79535-47bb-0310-9956-ffa450edef68
2006-11-23 17:31:52 +00:00
Ted Nathan Husted 49675ab335 WW-1483 Fix JFree dependencies, as suggested by Rahul Akolkar.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@477875 13f79535-47bb-0310-9956-ffa450edef68
2006-11-21 20:36:38 +00:00
James Mitchell 8cb614e0e8 WW-1483
Adding Retrotranslator configuration for these projects.



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@477497 13f79535-47bb-0310-9956-ffa450edef68
2006-11-21 04:02:42 +00:00
David H. DeWolf a7bbcaea01 WW-1508 Supporting tiles/freemarker integration.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@477379 13f79535-47bb-0310-9956-ffa450edef68
2006-11-20 22:41:56 +00:00
Donald J. Brown 380203a73b Removed unused voidresult import
WW-1515


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@477319 13f79535-47bb-0310-9956-ffa450edef68
2006-11-20 20:32:57 +00:00
Donald J. Brown 2922e3c31e Adding the codebehind plugin, which minimizes the amount of configuration needed for common cases (default results and templates with no Action)
WW-1515


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@476709 13f79535-47bb-0310-9956-ffa450edef68
2006-11-19 05:03:10 +00:00
James Mitchell 48b7c95d75 WW-1483 declare imports
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@476314 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 21:07:48 +00:00
Donald J. Brown 3395081c90 Changed manager dependencies to optional, will scream bloody murder when used by not set
WW-1506


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@475637 13f79535-47bb-0310-9956-ffa450edef68
2006-11-16 08:32:03 +00:00
Toby Jee 62ee994785 WW-1506
- Sitemesh plugin's struts-plugin.xml uses incorrect filter for both freemarker and velocity



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@475283 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 16:05:10 +00:00
Donald J. Brown f92105e9b3 Fixing template manager injections to be static
WW-1498


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@475013 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 21:52:42 +00:00
Ted Nathan Husted 27a82be7c2 WW-1499 Add Spring to plugin POM.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@474757 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 12:15:13 +00:00
Donald J. Brown 3513e0841c Creating a spring plugin, fixing a few problems with the plexus plugin
WW-1499


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@474633 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 02:53:02 +00:00
Donald J. Brown 2db660a3bb Redesigning the Struts configuration to use the XWork DI container and its new configuration scheme.
The DI container will allow us better wire the framework together while allowing self-defining plugins
to extend/replace any component.  This change also gets rid of the need for struts.properties, allowing 
settings/constants to be defined in the XML.  In fact, even the XML isn't required when using the new 
zero configuration "actionPackages" filter init param.

These changes should be fully backwards compatible for most applications.

WW-1498 WW-1421 WW-1402


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@474191 13f79535-47bb-0310-9956-ffa450edef68
2006-11-13 08:30:40 +00:00
David H. DeWolf cdc5eeafcf Fixing freemarker/tiles integration
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@473447 13f79535-47bb-0310-9956-ffa450edef68
2006-11-10 19:42:38 +00:00
David H. DeWolf 6201cecf4f Updating tiles plugin to utilize new snapshot. Adding a tiles showcase
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@473138 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 23:29:48 +00:00
Wendy Smoak fd82ae0b92 Temporarily fix the Tiles 2 dependency at r468346 so that ongoing development doesn't break the Tiles plugin.
WW-1474

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@472374 13f79535-47bb-0310-9956-ffa450edef68
2006-11-08 03:36:53 +00:00
Ted Nathan Husted 1181c3d502 WW-1488 Update license headers for Struts 2 source.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@471756 13f79535-47bb-0310-9956-ffa450edef68
2006-11-06 15:01:43 +00:00
James Mitchell 2d7dcf84d7 Fix pom scm location
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@470752 13f79535-47bb-0310-9956-ffa450edef68
2006-11-03 10:41:55 +00:00
James Mitchell bb9c688f5e fix pom scm locations
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@470183 13f79535-47bb-0310-9956-ffa450edef68
2006-11-02 01:54:41 +00:00
David H. DeWolf dcc89f9992 Upgrading tiles to the most recent snapshot
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@468411 13f79535-47bb-0310-9956-ffa450edef68
2006-10-27 15:18:03 +00:00
Ted Nathan Husted 0bc260e917 WW-1453 Update POMs for next distribution.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@462600 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 22:09:23 +00:00
Ted Nathan Husted a5f0d67553 WW-1453 Update POMs so as to tag 2.0.1.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@462570 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 21:16:01 +00:00
Toby Jee 8fa51a5cae WW-727
- added profiling to FreeMarkerPageFilter



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454721 13f79535-47bb-0310-9956-ffa450edef68
2006-10-10 12:33:25 +00:00
James Mitchell 13955f5329 WW-1453
- Remove (per Don) the portlet plugin attempt
 - Add the correct modules to build the -all- jar





git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454518 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 21:22:56 +00:00
Donald J. Brown 7ef2355aa1 Adding missing tiles config file
WW-1464


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454473 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 19:50:21 +00:00
Donald J. Brown f925e95f05 Adding more friendly result constructors and setters, changed
xwork dep to beta 1
WW-1463 WW-1453



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454455 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 18:49:38 +00:00
Donald J. Brown 656c9b20ae Screw it, going back to a simple, single-module website
WW-1453


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454282 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 04:34:00 +00:00
Ted Nathan Husted e3b622845d WW-1462 Break out toolbox into QuickStart and SiteGraph plugins.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454265 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 03:19:57 +00:00
Donald J. Brown e26e6fc92e Further tweak the api
WW-1462


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454259 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 02:56:33 +00:00
Donald J. Brown 1099cc48b7 Tweaked poms
WW-1462


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454257 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 02:50:35 +00:00
Donald J. Brown 7337cb598d Change the website to use artifact ids (required for proper site
inheritance)
WW-1453


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454256 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 02:47:14 +00:00
Ted Nathan Husted 25d413a3f8 WW-1462 Break out toolbox into QuickStart and SiteGraph plugins.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@454251 13f79535-47bb-0310-9956-ffa450edef68
2006-10-09 02:10:57 +00:00
Toby Jee e0e6d1804a WW-1457
- when introducing plugin, extra is being break into jasperreports and jfreechart plugins, but their package name remain the same "extra-default" causing problem with both jars are in the classpath



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@451759 13f79535-47bb-0310-9956-ffa450edef68
2006-10-01 15:26:22 +00:00
Donald J. Brown 6bde06ae55 Changed to use XWork ValueStack interface and factory
WW-1459


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@451544 13f79535-47bb-0310-9956-ffa450edef68
2006-09-30 05:38:02 +00:00
Donald J. Brown 4ed08511ee Moving the jasperreports javadoc package file over to plugin
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@451443 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 21:15:02 +00:00
Donald J. Brown 6be545bf8e Moving jsf package javadoc file over to jsf plugin
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@451436 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 21:06:51 +00:00
Donald J. Brown cb952a61bc Added plugins to parent pom
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@451139 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 06:07:49 +00:00
Donald J. Brown 654ade729c Moving tiles into its own plugin
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@451138 13f79535-47bb-0310-9956-ffa450edef68
2006-09-29 06:01:40 +00:00
Donald J. Brown 27061b2d33 Moved plexus into its own plugin
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450490 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 16:05:05 +00:00
Donald J. Brown 3d56756ccc Moving portlet config file back into core
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450366 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 07:39:31 +00:00
Donald J. Brown 93c092de04 Creating sitemesh plugin
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450363 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 07:31:21 +00:00
Donald J. Brown ee434f5c6f Backing out the portlet plugin due to a couple of component deps I missed :/
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450359 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 07:20:07 +00:00
Donald J. Brown 2539ef98f8 Moved the portlet code into its own plugin
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450355 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 06:58:24 +00:00
Donald J. Brown 712c968a42 Moved the config-browser into its own plugin, fixed a minor bug in a template
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450346 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 06:36:30 +00:00
Donald J. Brown 8df55aefc2 Moving the JSF code into its own plugin, minor improvement to struts 1 config
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450338 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 06:19:05 +00:00
Donald J. Brown 875b87cfd5 First cut at a simple plugin framework. The config files are loaded in the following order:
struts-default.xml, struts-plugin.xml, struts.xml, xwork.xml.  This allows plugins to define
a config file that uses core interceptors, but make their results, interceptors, etc available
to application configurations.  The extras and integration modules have been decomposed into their
own plugins.
WW-1457


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@450330 13f79535-47bb-0310-9956-ffa450edef68
2006-09-27 05:59:22 +00:00