Commit Graph

4082 Commits

Author SHA1 Message Date
Lukasz Lenart 4c7a7dd6c0 Adds null-safety 2015-08-31 21:46:16 +02:00
Lukasz Lenart 63bb6e30e7 Adds missing comma 2015-08-31 21:06:06 +02:00
Lukasz Lenart 47a01eab10 Fixes typo 2015-08-31 20:28:45 +02:00
Lukasz Lenart 185530464b Simplifies implementation 2015-08-31 18:36:41 +02:00
Lukasz Lenart 3b31c42885 Adds support for wildcards 2015-08-31 18:36:29 +02:00
Lukasz Lenart c1928ad06b Fixes tests 2015-08-31 18:36:04 +02:00
Lukasz Lenart c3f4457b8b Fixes tests 2015-08-31 14:43:31 +02:00
Lukasz Lenart 4565993463 Extends Unknown Handler to allowed check if method is allowed 2015-08-31 14:43:21 +02:00
Lukasz Lenart fb0c4a5850 Drops outdated attribute 2015-08-31 14:42:44 +02:00
Lukasz Lenart 55b8070048 Drops strict DMI 2015-08-31 14:41:57 +02:00
Lukasz Lenart fd22e3a16c Uses global-allowed-methods config para 2015-08-31 14:35:16 +02:00
Lukasz Lenart ce884e92a1 Defines global-allowed-methods 2015-08-31 14:33:31 +02:00
Lukasz Lenart 065b5b79ae Drops wildcard as a valid action method 2015-08-31 14:31:59 +02:00
Johannes Geppert 0fac53954a WW-4537 Support for latest jackson lib as json content handler in rest plugin 2015-08-23 13:45:38 +02:00
Johannes Geppert 3bd1b7a723 Use ControllerAs pattern in angularjs archetype 2015-08-22 12:38:51 +02:00
Lukasz Lenart 16fa0ed80c WW-4342 Moves snippets directly to the Wiki 2015-08-11 16:15:12 +02:00
Johannes Geppert 5cf3381b89 Merge remote-tracking branch 'origin/master' 2015-08-04 22:02:38 +02:00
Johannes Geppert 3e1087a7fa WW-4532 Javascript generated by s:doubleselect has global variables that can interfer with the rest of the app
- Fix problem with missing var for loop variable and possible mixed scope
2015-08-04 22:02:24 +02:00
Johannes Geppert 0469947e67 WW-4532 Javascript generated by s:doubleselect has global variables that can interfer with the rest of the app
- Follow jslint recommendations in javascript resources
2015-08-04 22:01:39 +02:00
Johannes Geppert 49c43b377e WW-4532 Javascript generated by s:doubleselect has global variables that can interfer with the rest of the app
- Introduce new build plugin to automatically execute jslint checks during build on javascript resources
2015-08-04 22:00:16 +02:00
Lukasz Lenart 9e0aa504e6 Uses proper links to docs and drops XWork package 2015-07-31 09:20:34 +02:00
Johannes Geppert 5cf0671b60 WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Add maven plugin for automatic concatenating and minifying of resources during build
2015-07-25 11:20:30 +02:00
Johannes Geppert 775c82a743 WW-4531- Improve javadoc to be compatible with more strict JDK8 javadoc standard 2015-07-24 20:27:31 +02:00
Lukasz Lenart 98d7756cbb [maven-release-plugin] prepare for next development iteration 2015-07-17 09:36:30 +02:00
Lukasz Lenart 2a37a2e32d [maven-release-plugin] prepare release STRUTS_2_5_BETA1 STRUTS_2_5_BETA1 2015-07-17 09:36:16 +02:00
Lukasz Lenart eda791e12a Cleans up after dropping blank and mailreader app 2015-07-17 09:27:48 +02:00
Johannes Geppert 1817207816 Correct Exception type in java doc 2015-07-16 22:35:32 +02:00
Johannes Geppert eb564a25e1 Fix wrong closing HTML tags in javadoc comments 2015-07-16 22:02:21 +02:00
Aleksandr Mashchenko f85c60ea47 WW-4527 - Show property class in debug tag 2015-07-14 22:24:08 +03:00
Johannes Geppert 9172cf34f2 Fix wrong closing HTML tags in javadoc comments 2015-07-13 21:01:16 +02:00
Johannes Geppert d8c4062519 WW-4523 - Add more log statements to RolesInterceptor 2015-07-12 18:14:37 +02:00
Aleksandr Mashchenko 3c9ff04bdb using log with message parameters 2015-07-11 14:59:57 +03:00
Johannes Geppert 4969750f37 WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Add maven plugin for automatic jshint execution on build
2015-07-11 10:45:31 +02:00
Johannes Geppert 9ef3aba047 WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Rename exposed service object to avoid naming conflict
2015-07-11 10:44:49 +02:00
Johannes Geppert f200a84a8a WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Add missing semicolon
2015-07-11 10:34:54 +02:00
Aleksandr Mashchenko 72e8b109b5 WW-4523 - Add more log statements to RolesInterceptor 2015-07-10 21:40:30 +03:00
Johannes Geppert d0a25d688a WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Refactor the DataService to only expose the callable members
2015-07-10 17:37:10 +02:00
Johannes Geppert 55e10bcf10 WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Use the 3.1.0 version of servlet api in all archetypes
2015-07-10 17:16:32 +02:00
Johannes Geppert 19a55a8857 WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Follow angular style guide and use one file for each controller and service
2015-07-10 17:09:58 +02:00
Johannes Geppert 8312ed14ba WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Rename HelloAction to ApplicationAction
2015-07-10 16:32:23 +02:00
Johannes Geppert 7928d345eb WW-4522 Support latest stable AngularJS version in maven angularjs archetype
- Upgrade angular resources to version 1.4.2
2015-07-10 16:31:33 +02:00
Lukasz Lenart 2ef7cd1223 WW-4519 Adds additional log statement when sending stream 2015-06-28 16:16:52 +02:00
Lukasz Lenart 4672c9ebb5 WW-4355 Replace depreacted HTML attributes with CSS 2015-06-26 21:53:17 +02:00
Lukasz Lenart 46b0ef632f WW-4516 Allows disable BeanInfo cache in devMode 2015-06-26 21:45:30 +02:00
Aleksandr Mashchenko bcf4d80b48 site html-s 2015-06-26 01:02:16 +03:00
Aleksandr Mashchenko 90444f9999 Merge branch 'master' into feature/remove-html5-deprecations
Conflicts:
	core/src/main/resources/template/simple/inputtransferselect.ftl
	core/src/site/resources/tags/reset.html
	core/src/site/resources/tags/submit.html
2015-06-26 00:49:51 +03:00
Lukasz Lenart b532ad06b7 WW-4518 Moves classes to proper packages 2015-06-23 17:39:39 +02:00
Lukasz Lenart fd0db86560 WW-4518 Moves the new filters to proper package 2015-06-23 17:36:32 +02:00
Lukasz Lenart 6bc99ab939 WW-4518 Moves results to dedicated package 2015-06-23 17:14:27 +02:00
Lukasz Lenart 8de090fda2 WW-4518 Drops FilterDispatcher 2015-06-23 16:09:34 +02:00