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
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
Lukasz Lenart
de5edd875f
WW-4160 Adds UnknownHandlerFactory to allow override
...
This can be used to implement different factories with different
backing DI container ie. Spring
2014-07-20 10:43:30 +02:00
Lukasz Lenart
1dcf58537a
WW-4327 Defines new readonly attribute and cleans up templates
2014-07-11 11:07:09 +02:00
Lukasz Lenart
29bb41db3c
WW-3134 Reduces noise in the logs
2014-07-09 21:14:24 +02:00
Lukasz Lenart
fa814744de
WW-4352 Adds description about new encoding param
2014-07-09 20:35:34 +02:00
Lukasz Lenart
e2b291f8a7
WW-4352 Allows configure character encoding via param
2014-07-09 20:30:41 +02:00
Lukasz Lenart
9aedd857a4
WW-4255 restores TagLibrary interface and marks it as deprecated
2014-07-09 20:00:08 +02:00
Lukasz Lenart
d20c2f10b7
Merge branch 'develop' into feature/WW-4295-localization
...
Conflicts:
core/src/site/resources/tags/checkboxlist.html
2014-06-27 13:15:10 +02:00
Lukasz Lenart
d67fce1f25
Extends test to use the new attribute
2014-06-27 12:56:01 +02:00
Lukasz Lenart
ed8a0b87b2
Checks is ListValueKey was defined and returns value
2014-06-27 12:55:43 +02:00
Lukasz Lenart
a2791a8305
Removes optional valueKey to keep backward compatibility
2014-06-27 12:55:13 +02:00
Lukasz Lenart
13269fa15f
Adds missing tag attribute field
2014-06-27 12:54:44 +02:00
Lukasz Lenart
ca230ab30f
Adds auto-generated tags' info
2014-06-27 12:54:26 +02:00
Lukasz Lenart
23498a3321
Merge remote-tracking branch 'abrin/feature-WW-4295-localization' into feature/WW-4295-localization
2014-06-27 08:40:49 +02:00