Commit Graph

4178 Commits

Author SHA1 Message Date
Lukasz Lenart b675844a8f Ports solution to resolve problem with EL functions 2016-01-12 08:51:34 +01:00
Lukasz Lenart af82d23c95 Upgrade Tiles dependencies 2016-01-12 08:51:14 +01:00
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
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
Aleksandr Mashchenko ed8dc577b7 WW-4571 Drops deprecated escape attribute in property tag 2015-11-25 09:01:20 +02:00
Lukasz Lenart c3ec2c3390 Merge branch 'upper-case' 2015-11-12 20:52:07 +01:00
Lukasz Lenart 7a06fe47e1 WW-4567 Cleans up poms 2015-11-12 20:45:21 +01:00
Lukasz Racon fb896b6c1c Switch to literal regexp notation, fix url validation 2015-11-12 09:29:47 -06:00
Lukasz Racon ee562666ab Form.getValidators does not respect validateAnnotatedMethodOnly flag
WW-4139 removed method name from getValidators call.  While this works
fine for a case mentioned in that ticket it fails to account for a case
when
dynamicMethodCalls and validateAnnotatedMethodOnly are used. Without
method name actionValidatorManager.getValidators returns all validators
defined for a given field.
Expected behavior for dynamicMethodCalls with
validateAnnotatedMethodOnly case is to return validators for a given
field defined at the method level.
2015-11-09 17:02:02 -06:00
Lukasz Racon 907ce9802e Email validation blocks upper case letters
Fix makes email validation regex case insensitive.
2015-11-09 14:14:07 -06:00
Lukasz Lenart afb0c2a228 WW-4561 Upgrades OGNL to 3.1.1 2015-11-04 18:15:37 +01:00
Aleksandr Mashchenko f8718f9187 WW-2069 Drops "id" and "name" attributes" on the tags where they are deprecated. 2015-11-02 22:14:59 +02:00
Lukasz Lenart 2b4d37908d Drops reference to dropped interceptor 2015-10-30 09:52:09 +01:00
Lukasz Lenart 146b44e2e8 Always use default method if wildcard patter returned null or empty 2015-10-30 09:21:54 +01:00
Lukasz Lenart 0a08f6b673 WW-4134 Checks if Response wasn't committed to allow store messages
(cherry picked from commit 0958077)
2015-10-27 09:12:24 +01:00
Lukasz Lenart ba361aad36 WW-4554 Drops duplicated calls to initialize BeanPostProcessors
It's already done by Spring

(cherry picked from commit 7848534e2f)
2015-10-27 09:09:46 +01:00
Lukasz Lenart 5bf1b62dd3 WW-4556 Extracts tooltips into dedicated template file
(cherry picked from commit c708876)
2015-10-27 09:07:37 +01:00
Lukasz Lenart b44fa2934f WW-4526 Checks if passed in scheme param is valid
(cherry picked from commit 3e2d5da)
2015-10-20 09:37:54 +02:00
Lukasz Lenart 87dfa3f6fb WW-3161 Sets proper ActionContext to allow I18N to work
(cherry picked from commit f65e38b)
2015-10-20 08:43:39 +02:00
Lukasz Lenart 0ba7965637 Drops unused code
(cherry picked from commit 412684b)
2015-10-20 08:42:52 +02:00
Lukasz Lenart b79c6959a4 WW-4536 Checks for patterns in action names to build the same key for actions with patterns
(cherry picked from commit 30d30e07de)

# Conflicts:
#	core/src/main/java/com/opensymphony/xwork2/validator/AnnotationActionValidatorManager.java
2015-10-19 20:51:48 +02:00
Lukasz Lenart 5dcbe657b0 WW-4536 Drops static to allow redefine the key
(cherry picked from commit 755ad3fadb)
2015-10-19 20:49:49 +02:00
Lukasz Lenart 617bfd23d9 WW-2891 Cleans up poms and update Freemarker to the latest available version 2015-10-13 19:46:30 +02: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
Lukasz Lenart 0dd0f045d2 Drops deprecation interceptor 2015-10-13 08:38:09 +02:00
Lukasz Lenart 9c5c568fc5 Upgrades to master-10 and cleans up plugins 2015-10-13 06:54:12 +02:00
Christoph Nenning da6b03a0a8 WW-4553 Merges #55 which moves creation of interceptors list and iterator to a factory method to allow overriding it 2015-10-12 12:54:51 +02:00
Christoph Nenning a7b840c75a fixed compile error by adding 'new' 2015-10-12 12:47:21 +02:00
Jasper 117f5fbacc Make it easier to extend to override interceptor stack
Just as createAction is split out from init, it would be great to split out creating the interceptor iterator creation so it can be overridden without having to override all of init().  (Needed this to always prepend an i18n interceptor to all stacks).
2015-10-09 07:41:05 -04:00
Jasper 79a2022b55 Make it easier to extend to use own ActionInvocation
I needed to extend DefaultActionProxyFactory to return my own ActionInvocation, but I had to override all of createActionProxy() to do so.  Seems like a safe change to break out the ActionInvocation creation to make it easier to just override that piece.
2015-10-09 07:34:31 -04:00
cnenning 41dd070eda WW-4551 merges #52 which adds support for rfc3339 date-only date-format 2015-10-09 11:13:25 +02:00
cnenning 366a0b4a58 added tests for rfc3339 date formats 2015-10-09 11:11:34 +02:00
Andrea Ligios d95fc63992 Added support for RFC3339 with date part only
https://issues.apache.org/jira/browse/WW-4551
2015-10-07 16:17:38 +02:00
Lukasz Lenart a5812bf0b6 Fixes expected test result 2015-10-06 15:36:28 +02:00
Lukasz Lenart f0797388bc Fixes failing tests under JDK8 2015-10-06 15:27:04 +02:00
Lukasz Lenart e28e7f69b9 Includes global-allowed-methods instead of overriding them 2015-10-06 13:27:53 +02:00
Lukasz Lenart 221ef32e37 WW-4402 Updates struts-annotations to support JDK8 2015-10-06 08:21:28 +02:00