Florian Scholdei
f1b34eb502
Changeover to MIT license ( #1066 )
...
* prepare license-maven-plugin for license migration
* added license mapping for tsx files and added some more excludes
* Changeover to MIT license
* Fix build problems
* Delete old remaining licenses
* Add more exclude path for license checker
* Rename included netbeans license, add exclude .m2/repository/
* Specify .m2 exclude because not only repository/, also wrapper/ must match
* Add .cache/ exclude for license check
* Modify formatting of license in java classes to comply with convention and IDE
* Add IntelliJ documentation for license configuration
* Update CHANGELOG.md
* Exclude tmp/workspace/ dir for license check
* Edit README.md
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com >
2020-03-23 15:35:58 +01:00
Sebastian Sdorra
bc7402053a
remove outdated error module
2019-06-12 18:25:38 +02:00
Sebastian Sdorra
4c91ef0100
make PluginLoader dependency of MustacheTemplateEngine optional
2019-06-12 17:04:32 +02:00
Sebastian Sdorra
b09c46abcf
remove old ui
2018-08-27 15:45:56 +02:00
Sebastian Sdorra
bad99919f4
merge with branch 1.x
2017-01-12 19:50:39 +01:00
Sebastian Sdorra
d707f0ee47
servlet fields should be final
2015-01-23 21:44:04 +01:00
Sebastian Sdorra
be24164b88
replace DefaultEngine annotation with the new Default annotation
2014-08-24 14:54:35 +02:00
Sebastian Sdorra
50b0b6b2b8
added Default annotation to fix ServletContext injection on eager loading singletons
2014-08-24 14:49:35 +02:00
Sebastian Sdorra
babd1be9fc
template engine has to use UberClassLoader
2014-08-19 21:08:41 +02:00
Sebastian Sdorra
72978a05af
remove unused imports
2014-05-08 21:27:15 +02:00
Sebastian Sdorra
b5d1f57c88
removed freemarker template engine
2014-01-03 10:47:53 +01:00
Sebastian Sdorra
aec7773239
remove deprecated stuff
2014-01-03 10:34:34 +01:00
Sebastian Sdorra
dfaa96b8ca
remove cancel button on login window if anonymous access is disabled, see issue #396
2013-12-27 17:17:59 +01:00
Sebastian Sdorra
4231c20fde
update mustache to version 0.8.13
2013-07-27 18:30:48 +02:00
Sebastian Sdorra
6ea89373d6
fix missing git index view
2013-04-17 15:04:39 +02:00
Sebastian Sdorra
2d5fa22ca4
use index of char instead of index of string, if possible
2013-01-30 10:10:20 +01:00
Sebastian Sdorra
9207f7e14e
set name for template threads
2012-12-09 20:49:56 +01:00
Sebastian Sdorra
ced9abb77f
set names for threads
2012-12-09 20:45:16 +01:00
Sebastian Sdorra
8d58137bae
added method to read templates from a reader
2012-10-29 13:04:00 +01:00
Sebastian Sdorra
9b98ab78c6
fix license headers
2012-09-13 15:47:13 +02:00
Sebastian Sdorra
9de33362bd
throw io exception if template is not parse able
2012-08-18 13:52:17 +02:00
Sebastian Sdorra
65dde22676
fix mustache render failure test
2012-08-18 13:40:21 +02:00
Sebastian Sdorra
e275c2ebfe
improve logging
2012-08-18 12:19:38 +02:00
Sebastian Sdorra
72eb5a4ba6
return null if no template could be found
2012-08-18 12:18:58 +02:00
Sebastian Sdorra
ff362ead93
return null if no template could be found
2012-08-18 12:02:07 +02:00
Sebastian Sdorra
428b7973fe
remove unused import
2012-08-18 11:41:08 +02:00
Sebastian Sdorra
18be1a5b70
do not transform script resources
2012-08-13 08:13:02 +02:00
Sebastian Sdorra
bed3015fe3
fix template not found problems on /index.html
2012-08-12 22:22:51 +02:00
Sebastian Sdorra
de9d090459
fix wrong template path in error servlet
2012-08-12 22:03:31 +02:00
Sebastian Sdorra
87885e73f3
close writer instead of context
2012-08-12 22:02:23 +02:00
Sebastian Sdorra
bc34f85a1d
fix lincense headers
2012-08-12 21:55:18 +02:00
Sebastian Sdorra
5963cbd536
added cached thread pool to mustache template engine
2012-08-12 21:46:45 +02:00
Sebastian Sdorra
ba8814754d
use object instead of map for template model
2012-08-12 21:19:44 +02:00
Sebastian Sdorra
48fcb874a9
added freemarker template engine
2012-08-12 21:01:22 +02:00
Sebastian Sdorra
f5ef8890bc
use mustache template engine to render index and error page
2012-08-12 20:51:51 +02:00
Sebastian Sdorra
aaf089a22f
implement template api for mustache
2012-08-12 20:50:19 +02:00
Sebastian Sdorra
a8a1be7585
templates can be loaded from webapp context or classpath
2012-04-30 13:40:44 +02:00
Sebastian Sdorra
374283e646
fix license headers
2012-04-07 10:27:06 +02:00
Sebastian Sdorra
215b9b3757
improve handling of startup error handling
2012-04-03 09:48:22 +02:00
Sebastian Sdorra
ae2b66bd08
add resources to template
2012-02-03 20:41:38 +01:00
Sebastian Sdorra
85cb79b331
remove unused imports
2011-09-09 11:48:05 +02:00
Sebastian Sdorra
2662564e53
use setServletContextForTemplateLoading instead of setDirectoryForTemplateLoading, see issue #38
2011-08-04 11:20:57 +02:00
Sebastian Sdorra
9a399756f9
improve logging for issue 38
2011-08-04 11:11:22 +02:00
Sebastian Sdorra
abdc256a0d
fix missing content-type
2011-04-18 18:57:55 +02:00
Sebastian Sdorra
9739b216c4
improve i18n support
2011-03-31 10:52:25 +02:00
Sebastian Sdorra
df65beba50
using freemarker to render index.html
2011-03-27 13:47:47 +02:00