Commit Graph

4466 Commits

Author SHA1 Message Date
Lukasz Lenart ca42e4ea56 WW-4653 Drops duplicated source jar deployment 2016-07-15 09:33:53 +02:00
Lukasz Lenart 79beb5679a WW-4653 Drops duplicated source jar deployment 2016-07-15 09:23:58 +02:00
Lukasz Lenart 889e6db562 Updates assemblies 2016-07-14 20:14:11 +02:00
Lukasz Lenart d948a85a8d Drops unused patterns 2016-07-14 20:14:03 +02:00
Lukasz Lenart 7a350b02af WW-4316 Moves archetypes into its own repo 2016-07-14 19:48:15 +02:00
Lukasz Lenart f21a3fd10f WW-4660 Moves example portlet app into struts-examples 2016-07-14 11:47:08 +02:00
Lukasz Lenart 633552d112 Upgrades Log4j2 to the latest version 2016-07-14 09:23:47 +02:00
Lukasz Lenart 8db9d8352f WW-4646 Replaces ASM3 with the latest version of ASM5 2016-07-14 09:18:19 +02:00
Lukasz Lenart a317668213 WW-4601 Hides webconsole when not in devMode 2016-07-08 06:40:01 +02:00
Lukasz Lenart 78f9bac5e7 [maven-release-plugin] prepare for next development iteration 2016-07-07 10:49:08 +02:00
Lukasz Lenart 17e14ef42b [maven-release-plugin] prepare release STRUTS_2_5_2 STRUTS_2_5_2 2016-07-07 10:48:45 +02:00
Lukasz Lenart d75a890482 WW-4655 Cleans up code and uses more user friendly logic to process parameters 2016-07-03 10:55:14 +02:00
Lukasz Lenart d06689120d Uses the latest OGNL version 2016-06-29 20:41:57 +02:00
Lukasz Lenart fb92c67d13 Cleans up test 2016-06-29 20:34:03 +02:00
victorsosa 6e07a63797 WW-4650 Json deserialization does not work in 2.5.1
logic need to be changed as accept can be a list; the check need to be
done in the list itself.

Accept:application/json, text/plain, */*
2016-06-24 09:06:52 -04:00
victorsosa b462286589 Merge branch 'apache-master' 2016-06-24 08:26:27 -04:00
victorsosa 4f07433626 Merge branch 'master' of https://github.com/apache/struts into apache-master 2016-06-24 08:25:42 -04:00
Lukasz Lenart cd13846e19 Fixes test and conflicts 2016-06-22 11:10:26 +02:00
Lukasz Lenart f096dd611e Adds test to guard pre-evaulation of name attribute 2016-06-22 11:10:04 +02:00
Lukasz Lenart cfcefcf589 Drops commented out test 2016-06-22 11:04:07 +02:00
Lukasz Lenart 8dfe178585 Uses LocaleProvider and default TextProvider instead of evaluating expression 2016-06-22 11:03:41 +02:00
Lukasz Lenart d5e0fe9207 WW-4648 Upgrades commons-fileupload to the latest version 2016-06-22 10:57:14 +02:00
Przemek Bruski 04c98e7dc9 sync up execution ids with top-level Apache pom, otherwise the sources are deployed twice during release 2016-06-21 16:26:50 +02:00
Przemek Bruski b67bed674a action parameters should be included when building URL to action 2016-06-21 16:19:40 +02:00
Przemek Bruski 516d3d5136 sync up execution ids with top-level Apache pom, otherwise the sources are deployed twice during release 2016-06-21 16:10:29 +02:00
Lukasz Lenart a2de255697 [maven-release-plugin] prepare for next development iteration 2016-06-14 08:07:45 +02:00
Lukasz Lenart e8aa825f21 [maven-release-plugin] prepare release STRUTS_2_5_1 STRUTS_2_5_1 2016-06-14 08:07:24 +02:00
Lukasz Lenart a0fdca138f Improves validation RegEx 2016-06-14 07:02:09 +02:00
Lukasz Lenart 7621c2bc92 WW-4643 Makes set unmodifiable 2016-06-12 19:40:27 +02:00
Lukasz Lenart b866e0e880 WW-4643 Fixes SMI when used with Action-less resutls 2016-06-12 19:38:31 +02:00
Lukasz Lenart 08360cb916 WW-4634 Fixes centre alignment in Velocity tags 2016-06-12 15:48:35 +02:00
Lukasz Lenart 1afb48aa76 WW-4640 Adds more informative message when method is not allowed 2016-06-12 15:41:28 +02:00
Lukasz Lenart ca256a74e9 Inlines constants and drops class 2016-06-12 15:22:45 +02:00
Lukasz Lenart e60119436a WW-4632 Uses proper DTD version 2016-06-12 13:10:49 +02:00
Lukasz Lenart 7da4ef3902 Introduces new callMethod() function to be used to execute actions
(cherry picked from commit b28b78c062)
2016-06-12 13:03:39 +02:00
Lukasz Lenart ce294b48df Drops unneeded method
(cherry picked from commit 3f526d630a)
2016-06-12 13:02:03 +02:00
Lukasz Lenart 04e5e9dde8 Upgrades OGNL to the latest version 2016-06-12 12:54:15 +02:00
Aleksandr Mashchenko e28e5f03a6 Fixes WW-4529 and few other typos 2016-06-11 21:17:01 +03:00
Aleksandr Mashchenko 39cc611d72 WW-4644 - Drops xwork-core from bom 2016-06-11 20:30:05 +03:00
jumiller dd3b80f2be add GlobalAllowedMethods getter to PackageConfig and modified getActionConfig method in ConventionUnknownHandler to reference it 2016-06-10 07:59:27 -06:00
jumiller 0d92fd0ee5 add allowed methods to ActionBuilder 2016-06-09 15:39:23 -06:00
victor sosa 7985fd191a Merge pull request #17 from apache/master
update pull
2016-05-26 19:23:37 -04:00
victorsosa e0b13a5b0b fix test cases 2016-05-25 10:38:37 -04:00
victorsosa 8fea9566a9 fix test cases 2016-05-25 10:36:53 -04:00
victorsosa 2cd28b160e fix test 2016-05-25 09:47:28 -04:00
victorsosa 30b74a3f01 Merge branch 'WW-4634' of github.com:victorsosa/struts into WW-4634 2016-05-25 09:23:39 -04:00
victorsosa dce6d3e110 test fix 2016-05-25 09:23:13 -04:00
victor sosa c70f2409f2 Update styles.css 2016-05-25 08:29:20 -04:00
victorsosa 175d0d42db Add a class .tdInput for future and use align attribute with
class="align-${parameters.align?html}"
2016-05-25 07:52:23 -04:00
Lukasz Lenart 095960b569 Allows empty string as a action name 2016-05-23 17:05:53 +02:00