Commit Graph

1076 Commits

Author SHA1 Message Date
Lukasz Lenart 42628da3c3 Adds support to use Struts' Locale 2016-01-19 16:19:20 +01:00
Lukasz Lenart 4771dfa63d Extracts constants representing expression languages 2016-01-19 16:19:20 +01:00
Lukasz Lenart 6274820e80 Uses existing constants instead of literals 2016-01-19 16:19:20 +01:00
Aleksandr Mashchenko 5eaef08e52 WW-4585 Struts2 Rest plugin doesn't handle JSESSIONID with DMI 2016-01-19 16:19:20 +01:00
Rene Gielen dd849e82f3 WW-4381 - exclude org.olap4j:olap4j for compile, to fix broken builds behind Maven mirror 2016-01-19 16:19:19 +01:00
cnenning b0613a60ed increased visibilty of methods and constants for better extensibility 2016-01-19 16:19:19 +01:00
Lukasz Lenart 4e36a54549 Simplifies logic to fetch HttpServletRequest 2016-01-19 16:19:19 +01:00
Lukasz Lenart e53a119c2c Extends logging 2016-01-19 16:19:19 +01:00
Lukasz Lenart 828b237649 Overrides method to use defined base instead of fetching it again 2016-01-19 16:19:19 +01:00
Lukasz Lenart 4c6e51b302 Defines helper method to fetch ActionContext from request 2016-01-19 16:19:19 +01:00
Lukasz Lenart 375faa41d4 Adds missing dependencies to tiles-request 2016-01-19 16:19:19 +01:00
Lukasz Lenart 21a1e8b9a5 Renames class to match pattern used in Tiles 2016-01-19 16:19:18 +01:00
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