Commit Graph

1064 Commits

Author SHA1 Message Date
cnenning 8a2f083d5d made methods non static and private, javadoc updates 2016-01-19 16:19:18 +01:00
Lukasz Lenart f6d0e15f6b Migrates tiles-portlet to the same version 2016-01-19 16:19:18 +01:00
Lukasz Lenart 07488866b6 Uses new way to access TileContainer 2016-01-19 16:18:42 +01:00
Lukasz Lenart 9249aacded Adjusts code to Tiles 3 2016-01-19 16:18:42 +01:00
Lukasz Lenart 0737d7281c Adds missing Tiles API dependency 2016-01-19 16:18:42 +01:00
Lukasz Lenart 4e3f950b27 Upgrade Tiles dependencies 2016-01-19 16:18:42 +01:00
Lukasz Lenart bdf4f0b534 Ports solution from 2.3.x branch 2016-01-19 16:18:01 +01:00
Lukasz Lenart adb8a1365c Removes module 2016-01-19 16:18:01 +01:00
Lukasz Lenart 9f665f7b23 Drops Tiles 3 plugin 2016-01-19 16:18:01 +01:00
cnenning a35a9a8229 Adds new result 'JSONActionRedirectResult' to json-plugin. Contains tests and example in showcase app. The new result type is intended to be used along with existing JSONValidationInterceptor. It makes it possible to do form validation via ajax and handle form submitting, action execution and redirect evaluation all in one request inside JS context. 2016-01-19 16:18:01 +01:00
Victor Sosa c0670209ba Patch WW-3266
getFieldValue() method of ValueStackDataSource uses getDescription() to
get field value may not appropriate
2016-01-19 16:18:00 +01:00
Victor Sosa e9bd9453d5 fix conflict 2016-01-19 16:18:00 +01:00
Victor Sosa a446cdacc0 Patch WW-4381
upgrade to jasperreports 6.0

to 6.0.3
2016-01-19 16:18:00 +01:00
victor sosa bccf099c04 Update JasperReportsResult.java 2016-01-19 16:18:00 +01:00
Victor Sosa 8966787499 Patch WW-3945
Set default encoding for JSONResult to UTF-8

Now the default encoding is UTF-8 for JSON as should be.
2016-01-19 16:17:09 +01:00
donghui 49a7fe14d5 make test passed for people not using GMT. 2016-01-19 16:17:09 +01:00
Victor Sosa cee303a4c4 A proper way to close the db connection 2016-01-19 16:17:09 +01:00
Victor Sosa 9420789862 Patch WW-3462
connection open after report generation

Now the connection is close after been used.
2016-01-19 16:17:09 +01:00
Victor Sosa 680ad75e30 fix for WW-4269
blank double results in NumberFormatException being thrown on sending
JSON in request body
2016-01-19 16:16:03 +01:00
Aleksandr Mashchenko aff7a56045 WW-2069 Replaces 'id' and 'name' with 'var'. 2016-01-19 16:16:02 +01:00
Lukasz Lenart f4bf7591ff Fixes dependency clash 2016-01-19 16:16:02 +01:00
Lukasz Lenart 0185a2b9e7 Registers Tiles model 2016-01-19 16:16:02 +01:00
Lukasz Lenart dacc58321d Adds missing header with license 2016-01-19 16:16:02 +01:00
Lukasz Lenart 795d45f867 Updates Portal Tiles integration 2016-01-19 16:16:02 +01:00
Lukasz Lenart e76865aa43 Replaces call to deprecated api 2016-01-19 16:16:02 +01:00
Lukasz Lenart 061a3ba174 Drops unused classes 2016-01-19 16:16:01 +01:00
Lukasz Lenart 443cc659e6 Re-implements tiles integration based on new API 2016-01-19 16:16:01 +01:00
Lukasz Lenart 7feaa854e7 Adds required dependencies 2016-01-19 16:16:00 +01:00
Lukasz Lenart 059ebc72c2 Updates tests 2015-11-25 19:57:24 +01:00
Lukasz Lenart 60b9d85d44 Adjusts usage of parameters 2015-11-25 19:57:24 +01:00
Lukasz Lenart 7a06fe47e1 WW-4567 Cleans up poms 2015-11-12 20:45:21 +01:00
Lukasz Lenart 2b4d37908d Drops reference to dropped interceptor 2015-10-30 09:52:09 +01:00
Lukasz Lenart 692e763e43 WW-2891 Replaces deprecated Freemarker's operators 2015-10-13 19:46:30 +02:00
cnenning ed1b8cc7b3 refactored testEntrySet() to be not dependent on order of entries, fixes test executio wiht jdk8 2015-10-13 13:27:57 +02:00
cnenning e0f258f718 made spring-core an optional compile dependency, as that is required for javadoc of jdk8 2015-10-13 13:06:35 +02:00
cnenning 9d5b948190 Revert "Cleaned up project to be buildable with jdk8. Moved StrutsPortletTestCase to src/test where it belongs! Declared dependencies -junit-plugin and junit as scope test, as it should be."
This reverts commit 4bff5a8748.
2015-10-13 12:52:54 +02:00
cnenning 4bff5a8748 Cleaned up project to be buildable with jdk8. Moved StrutsPortletTestCase to src/test where it belongs! Declared dependencies -junit-plugin and junit as scope test, as it should be. 2015-10-13 10:21:43 +02:00
Johannes Geppert ecde389ee6 WW-4540 Enable Strict DMI be default
- Extend global allowed methods in rest plugin with rest plugin specific default methods
2015-10-05 20:15:51 +02:00
Johannes Geppert 50ae859dab WW-4505 Add plugin to support bean validation
- Remove pre configured interceptor stack to use bean validation with rest plugin because this causes conflicts when rest plugin is not used
2015-10-05 20:09:55 +02:00
Lukasz Lenart 6fbdab1848 [maven-release-plugin] prepare for next development iteration 2015-09-28 21:15:50 +02:00
Lukasz Lenart 56ae397d75 [maven-release-plugin] prepare release STRUTS_2_5_BETA2 2015-09-28 21:15:38 +02:00
Lukasz Lenart b882681655 WW-4540 Implements Strict DMI aka SMI 2015-09-28 20:51:50 +02:00
Johannes Geppert f819486c34 WW-4505 Add plugin to support bean validation
- Add pre configured interceptor stack to use bean validation with rest plugin
2015-09-24 19:59:35 +02:00
Lukasz Lenart b838105719 Respects parent package flag when Strict DMI is disabled 2015-09-23 11:30:54 +02:00
Johannes Geppert 18fc7eb155 WW-4549 - Extend Struts Test Case to support tests for REST plugin actions 2015-09-22 18:18:55 +02:00
Johannes Geppert 4cd9a74cb8 WW-4545 - Setting status code in HttpHeaders will be ignored 2015-09-10 19:11:12 +02:00
Lukasz Lenart a61a369224 Drops support for handleUnknownAllowedMethod as it was added to satisfy test 2015-09-06 10:36:51 +02:00
Lukasz Lenart 45af87655d Drops unneeded if clause 2015-09-04 11:35:07 +02:00
Lukasz Lenart ab5fb27d36 Adds annotation to support AllowedMethods 2015-09-03 13:03:55 +02:00
Lukasz Lenart 77691563b9 Implements required method 2015-08-31 21:46:47 +02:00