Commit Graph

1262 Commits

Author SHA1 Message Date
Lukasz Lenart 47ecd001ec Ports solution from 2.3.x branch 2016-01-12 08:51:03 +01:00
Lukasz Lenart 5fe760dc67 Removes module 2016-01-12 08:19:52 +01:00
Lukasz Lenart 2d0fe9f742 Drops Tiles 3 plugin 2016-01-12 08:19:26 +01:00
cnenning cb11898416 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-11 14:36:32 +01:00
Victor Sosa 37f822f9cc Patch WW-3266
getFieldValue() method of ValueStackDataSource uses getDescription() to
get field value may not appropriate
2016-01-07 11:09:58 -04:00
Lukasz Lenart 110d63fed0 WW-4381 Upgrade to JasperReports 6.0 2016-01-04 21:21:00 +01:00
Lukasz Lenart acd55986f4 WW-3945 Sets encoding in JSON result to UTF-8 by default 2016-01-04 21:06:07 +01:00
Victor Sosa 0af9d3b60d fix conflict 2016-01-04 15:31:54 -04:00
Lukasz Lenart 3b38ccea5e Fixes issue with test running under other TZ than GMT 2016-01-04 20:26:03 +01:00
Victor Sosa e42954219a Patch WW-4381
upgrade to jasperreports 6.0

to 6.0.3
2016-01-04 13:50:41 -04:00
Victor Sosa 32597350fe Update unit test 2016-01-04 12:55:16 -04:00
Victor Sosa b198e3bf3d 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-04 12:20:58 -04:00
Victor Sosa f9b7ebb87e 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-04 12:14:39 -04:00
donghui 32ec7a669c make test passed for people not using GMT. 2016-01-04 11:23:51 +08:00
Victor Sosa 0e111125d5 A proper way to close the db connection 2016-01-03 08:05:03 -04:00
Victor Sosa 316b8a926e Patch WW-3462
connection open after report generation

Now the connection is close after been used.
2016-01-03 07:34:00 -04:00
Victor Sosa db483ccd15 fix for WW-4269
blank double results in NumberFormatException being thrown on sending
JSON in request body
2015-12-30 13:36:58 -04:00
Aleksandr Mashchenko 705915abd2 WW-2069 Replaces 'id' and 'name' with 'var'. 2015-11-27 22:58:50 +02:00
Lukasz Lenart 6622fab25b Fixes dependency clash 2015-11-27 16:09:37 +01:00
Lukasz Lenart 388861ff07 Registers Tiles model 2015-11-27 13:36:52 +01:00
Lukasz Lenart 27ad6cb13e Adds missing header with license 2015-11-25 20:54:39 +01:00
Lukasz Lenart 6edc0ff5e0 Updates Portal Tiles integration 2015-11-25 20:37:42 +01:00
Lukasz Lenart 26f153d262 Replaces call to deprecated api 2015-11-25 20:29:43 +01:00
Lukasz Lenart 24a5bce6c4 Drops unused classes 2015-11-25 20:29:24 +01:00
Lukasz Lenart 70716e9452 Re-implements tiles integration based on new API 2015-11-25 20:29:18 +01:00
Lukasz Lenart 85b219813f Adds required dependencies 2015-11-25 20:22:31 +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
Johannes Geppert 0fac53954a WW-4537 Support for latest jackson lib as json content handler in rest plugin 2015-08-23 13:45:38 +02:00
Johannes Geppert 775c82a743 WW-4531- Improve javadoc to be compatible with more strict JDK8 javadoc standard 2015-07-24 20:27:31 +02:00