Commit Graph

1718 Commits

Author SHA1 Message Date
Lukasz Lenart 2433789379 WW-4447 Reverts some changes introduced by WW-4297
Resetting 'label' attribute can block user if they would like to
develop their own hidden.ftl template
2015-01-14 16:15:17 +01:00
Lukasz Lenart 22cbf40fc2 [maven-release-plugin] prepare for next development iteration 2014-12-31 14:53:22 +01:00
Lukasz Lenart a40e9a90bf [maven-release-plugin] prepare release STRUTS_2_3_21 2014-12-31 14:53:04 +01:00
Lukasz Lenart 9bca437b9a WW-4434 Adds basic version of missing ftl 2014-12-30 20:47:46 +01:00
Lukasz Lenart 1f333997fc WW-4406 Fixes problem with failing test under different Locale 2014-12-29 11:20:55 +01:00
Lukasz Lenart ddac7f3a54 WW-4432 Fixes access to javax.servlet package 2014-12-23 22:07:51 +01:00
Lukasz Lenart 40822d67f5 WW-4437 Fixes problem with accepted params 2014-12-23 13:29:17 +01:00
Lukasz Lenart 4964b74797 WW-4430 Resolves problem with missing setter and JasperException 2014-12-23 10:55:00 +01:00
Lukasz Lenart 5f2898eadf Cleans up Maven generated website 2014-12-02 12:41:06 +01:00
Lukasz Lenart 5078537ff6 [maven-release-plugin] prepare for next development iteration 2014-11-21 19:30:20 +01:00
Lukasz Lenart 0320310406 [maven-release-plugin] prepare release STRUTS_2_3_20 2014-11-21 19:30:08 +01:00
Lukasz Lenart 1f301038a7 Uses better random generator 2014-11-21 19:21:35 +01:00
Lukasz Lenart e1025a207d WW-4391 reverts changes as this breaks WW-4420 2014-11-17 11:39:38 +01:00
Lukasz Lenart f7f4915bd3 [maven-release-plugin] prepare for next development iteration 2014-11-14 08:31:27 +01:00
Lukasz Lenart 0032390ee8 [maven-release-plugin] prepare release STRUTS_2_3_19 2014-11-14 08:31:12 +01:00
Lukasz Lenart 70af4b649a Prepares for next development cycle 2014-11-14 08:17:15 +01:00
Lukasz Lenart eeab265282 Uses default scope to create params checkers 2014-11-12 09:59:10 +01:00
Lukasz Lenart 6098ef036b Adds missing info about AcceptedPatternsChecker extension point 2014-09-30 08:09:30 +02:00
Aleksandr Mashchenko 6e95cf5bf7 use locale from action context 2014-09-27 17:50:19 +03:00
Lukasz Lenart 587e3a41b1 Adds BeanInfo to allow define class attribute in JSPs 2014-09-23 23:02:31 +02:00
Lukasz Lenart 4f4f526002 WW-4165 Checks if dynamic attributes don't overlap tag attributes
This can be done only in a component as when dynamic attributes are set
by a container on the tag, the component wasn't instantiated yet - it
will be created in doStartTag method which is called after all
attributes were set
2014-09-22 09:01:11 +02:00
Lukasz Lenart d2b22b9132 Solves minor style problems 2014-09-16 21:25:26 +02:00
Lukasz Lenart 3447eefdac WW-4365 Solves problem with matching option id to headerKey 2014-09-16 21:23:37 +02:00
Lukasz Lenart 63fa04e814 WW-4345 Reverts the commit 8aa4fe8606 2014-09-16 08:51:16 +02:00
Lukasz Lenart f49b084fbe WW-4383 Clears output to avoid infinitive loops 2014-09-16 08:42:11 +02:00
Lukasz Lenart 69baf692a4 WW-4024 Allows specify scheme via expression 2014-08-25 21:34:54 +02:00
Lukasz Lenart 367e3ef493 Formats source code 2014-08-25 21:23:20 +02:00
Lukasz Lenart 583234b8cc Adds additional logging of missing keys in resource bundles 2014-08-25 08:42:50 +02:00
Lukasz Lenart eecd907638 WW-3895 Uses session id for synchronisation 2014-08-22 17:25:45 +02:00
Lukasz Lenart 1a034053bc WW-4391 FreemarkerResult uses response content encoding in first place 2014-08-21 20:58:10 +02:00
Lukasz Lenart 6d62aaedb4 WW-4389 Replaces question mark with exclamation 2014-08-21 20:28:14 +02:00
Lukasz Lenart 91225ce17a WW-4389 Solves typo in error message and introduces new message variable 2014-08-21 15:53:30 +02:00
Aleksandr Mashchenko 0c63de2fa9 WW-4387 - using original key type for contains method. 2014-08-18 19:17:13 +03:00
Lukasz Lenart d749bb8f7a WW-4049 Removes Locale.setDefault() from tests 2014-08-13 11:06:40 +02:00
Lukasz Lenart ae324c9811 WW-4110 Adds special flag to use different logic when creating AOP beans 2014-08-06 20:21:25 +02:00
Lukasz Lenart 52481bd56d WW-4166 Uses .get instead [] to avoid potential security issues 2014-08-06 12:36:54 +02:00
Lukasz Lenart 16e240b4a5 WW-4335 Uses lastIndexOf to figure out theme name 2014-08-05 09:38:32 +02:00
Lukasz Lenart 51b16bde8b Implements equal/hashCode 2014-08-05 09:38:08 +02:00
Lukasz Lenart ce49822e1e Adds mockito mocking lib 2014-08-05 09:37:44 +02:00
Lukasz Lenart 1143462048 WW-4166 Improves way of discovering tag's attributes 2014-08-04 21:16:10 +02:00
Lukasz Lenart 8aa4fe8606 WW-4345 Adds special treatment of parameters during file upload 2014-08-01 14:00:46 +02:00
Lukasz Lenart 1dd8730781 WW-4308 Extracts method and increases visibility to allow subclassing 2014-08-01 13:47:09 +02:00
Lukasz Lenart 09012d7e5f Closes #7
Closes #18
2014-07-30 09:16:01 +02:00
Lukasz Lenart 3b25242c7d WW-4295 finishes work
Conflicts:
	core/src/main/resources/template/simple/checkboxlist.ftl
	core/src/site/resources/tags/checkboxlist.html
2014-07-30 09:10:59 +02:00
Lukasz Lenart 8e6f198d41 Extends test case to demonstrate possible usage of listValueKey 2014-07-30 09:08:34 +02:00
Lukasz Lenart 935cd33f7e WW-4165 Excludes attributes marked with @StrutsTagAttribute
Such attributes won't be used as dynamic attributes and simply will
be omitted
2014-07-29 20:24:01 +02:00
Lukasz Lenart 73da38e9de WW-4330 Adds support for parameters on absolute URLs closes #10 2014-07-28 21:11:03 +02:00
Lukasz Lenart fc6a2c8777 WW-4166 Adds autogenerated files 2014-07-28 21:10:08 +02:00
Lukasz Lenart 6fbd1bef3a WW-4166 Adds class and style aliases 2014-07-28 20:56:10 +02:00
Lukasz Lenart e7a414fea3 WW-3025 Adds new JakartaStream multipart request handler
It solves problem with loosing parameters during large files which
exceeds upload file limit
2014-07-20 11:04:41 +02:00