244b92d750
add: xgettext and po2js tasks
2020-05-17 21:36:41 +02:00
b91ee88304
add: some colors to log output
2020-05-15 21:58:10 +02:00
dfe9c5d1a3
fix: reference to up-to-date java mail library
2020-04-12 20:19:04 +02:00
8edc9db372
fix: java.net.URLConnection not following redirects from http to https
2020-04-12 19:08:02 +02:00
df3af8fab1
add: support for gzip encoded http response
2020-04-10 20:25:05 +02:00
a5bc33db70
fix: remaining references to obsolete sun.misc.Base64Encoder
2020-04-10 20:24:33 +02:00
523d806b56
fix: return an empty string if markup is null or undefined
2020-04-05 21:33:07 +02:00
c984d3c4a2
fix: exception when trying to copy helma.xsl
2020-04-05 21:32:12 +02:00
657f66c0ce
chg: merged parser code modified in antville app back into hopkit
2020-04-03 14:15:00 +02:00
0bf39c8f4b
add: missing licenses for jars in helma modules
2020-03-29 12:50:32 +02:00
2721db44ae
chg: replaced static licenses with automatically generated ones using gradle task
2020-03-29 12:45:47 +02:00
ae50bc562e
del: obsolete entity table and test method
2020-03-27 21:13:11 +01:00
75f609d095
fix: updated list of tags according to MDN
2020-03-27 21:08:51 +01:00
9950f4df46
del: outdated list of and check for “all” tags
2020-03-27 20:10:11 +01:00
5a958b2980
fix: regression from foolishly replacing a nullstring with space
2020-03-21 20:41:28 +01:00
06eefa8e86
fix: add newline after emoji
2020-03-21 20:22:53 +01:00
d6fd0ba6f7
fix: ugly warning symbol
2020-03-21 20:22:08 +01:00
75bda31376
add: change log
2020-03-21 20:20:02 +01:00
9265d322a0
chg: slightly edited wording
2020-03-21 20:19:27 +01:00
540d0eb0fc
fix: concat res.write() arguments with spaces
2020-03-21 20:05:12 +01:00
dd53c6f365
fix: undesired newlines between multiple arguments in res.writeln()
2020-03-21 19:23:18 +01:00
Daniel Ruthardt
4d92cec456
Resolves issue #115 .
2020-03-21 15:53:06 +01:00
91d052af48
chg: slightly edited
2020-03-21 15:47:19 +01:00
768b7b5ed3
Merge branch 'helma-js' into helma- 🐜
2020-03-21 15:46:12 +01:00
0c1f1d0beb
fix: some syntax errors with the help of eslint
2020-03-21 15:35:25 +01:00
060f6461cb
fix: undefined variable error
2020-03-21 14:56:45 +01:00
23fdb31348
add: support for importing code using require() method (commonjs)
2020-03-21 14:40:26 +01:00
Daniel Ruthardt
db8d239c32
Minor code simplification.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
9960e1c919
Removed obsolete class.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
541286dc59
Fixed issue (persistent sessions did not work anymore).
...
Persistent sessions did not work anymore, because the Application
(which became part of the information to be serialized at some point in
time) was not serializable.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
e0f590da98
Added missing @Deprecated annotations. (cherry picking from commit be90106b8430386d93ecba7afcd465c09e2b0125)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
37307708fd
Removed standalone MD5Encoder implementation and replaced usage of it with Apache Commons Codec.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
5abe737912
Added syncrhonization to methods who's overridden parent methods have synchronization as well. (cherry picking from commit 36d2021fe7178d6686b5843c6f57bbf41bfd30c2)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
468a89bd05
Fixed version requirement / version check mismatch.
...
Although requiring a higher version of Java, this was not yet checked
correctly in the code.
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
7f3bb3a85b
Added generated serial version identifiers. (cherry picking from commit abbe243d4af0636541defcc75f74400dffefc00a)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
1acd176aa5
Fixed deprecation issues. (cherry picking from commit b50bfdfd00b380061c6baa3dab1d7d5c89e616a3)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
7cafee58c4
Added check to make sure that all code resources are returned at any point in time (i.e. even in application startup phase, when prototype has maybe never been updated before). (cherry picking from commit 5880fc27d323b82f508e5b5234999ebbd9bbb4ad)
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
eda05c731a
Resolves issue #40 .
...
http://github.com/helma-next/helma-next/issues#issue/40
2020-03-21 14:40:00 +01:00
0929cd1e57
Removed standalone Base64 implementation and replaced usage of it with Apache Commons Codec's Base64 implementation.
2020-03-21 14:40:00 +01:00
39f565252f
chg: further replaced helma’s md5 implementation with apache commons codec
2020-03-21 14:40:00 +01:00
Daniel Ruthardt
be233eba03
Replaced Helma MD5 implementation with Apache Commons Codec.
2020-03-21 14:40:00 +01:00
f6656f7b4d
chg: refactored and simplified Array.intersection() method
2020-03-21 14:40:00 +01:00
0b938bf808
chg: refactored and simplified Array.union() method
2020-03-21 14:40:00 +01:00
aa2a236d91
chg: removed code from Array.contains() method and assigned it to Array.includes()
2020-03-21 14:40:00 +01:00
90e91ee9f7
chg: simplified code
2020-03-21 14:40:00 +01:00
a0f5729e58
chg: refactored String.pad() method with builtin methods
2020-03-21 14:40:00 +01:00
708c02f670
chg: String.endsWith() method is already provided by Rhino
2020-03-21 14:40:00 +01:00
9f49ad80b9
chg: String.startsWith() method is already provided by Rhino
2020-03-21 14:40:00 +01:00
2a4ae9adcf
chg: String.trim() method is already provided by Rhino
2020-03-21 14:40:00 +01:00
265cf566b7
chg: String.repeat() method is already provided by Rhino
2020-03-21 14:40:00 +01:00