12f9e1b1e3
chg: refactored global encode() method to JS
2017-03-19 17:13:20 +01:00
655f965084
chg: refactored global strippedTags() method to JS
2017-03-19 17:11:37 +01:00
51b568f099
fix: build instructions using gradlew
2017-03-19 13:18:21 +01:00
3927f86e58
add: .gradle dir to .gitignore
2017-03-19 13:17:51 +01:00
7d07ac4f2d
chg: updated version string
...
this is a custom version of helma for antville 1.6
2016-12-17 18:18:31 +01:00
29743f0608
chg: updated rhino to version 1.7.7.1
2016-12-17 18:05:14 +01:00
049ee71b43
Merge branch 'feature/commonjs-support' into helma- 🐜
2016-12-17 11:09:09 +01:00
5f68f40579
wip: removing ajp support
2016-12-17 10:54:39 +01:00
43cc3ca243
chg: removed spaces before commented-out code
2016-12-17 10:51:09 +01:00
c50fec4abb
add: -i flag for helma installation dir
...
(just for the record)
2016-12-17 10:50:18 +01:00
8820821f41
fix: prevent dock icon being shown in macos
...
see https://developer.apple.com/library/content/releasenotes/Java/JavaLeopardUpdate1RN/ResolvedIssues/ResolvedIssues.html
2016-12-17 10:45:04 +01:00
5c0e36e48b
add: experimental support for commonjs modules
...
activated rhino’s require() method and module.exports object; both work, but the default implementation cannot load packages which in turn require modules in relative subdirs.
a new property called commonjs.dir can be used to define an additional search directory. the app dir is added automatically.
2016-12-17 10:36:13 +01:00
c468e8e865
add: support for httponly and secure cookies
2016-12-09 23:49:23 +01:00
Robert Gaggl
b0ff574e95
updated rhino to 1.7.7.1 and jdk8
2016-12-05 13:47:42 +01:00
2a41085419
Merge branch 'feature/hello-gradle' into helma- 🐜
2016-12-04 22:15:23 +01:00
5f0ff9f635
add: gradle files
...
still using ant targets via importBuild except for dependency management
2016-12-04 22:15:08 +01:00
4ebc1182f1
Merge branch 'feature/hello-gradle' into helma- 🐜
2016-12-04 16:05:07 +01:00
e322fb80dd
Merge branch 'feature/goodbye-jimi' into helma- 🐜
2016-12-04 16:03:37 +01:00
6e196e857f
del: support for Jimi image processing library
2016-12-04 15:59:29 +01:00
ecb0003a37
add: gradle files
...
still using ant targets via importBuild except for dependency management
2016-12-04 15:55:19 +01:00
dd822d4e24
fix: reference to Base64 is ambiguous, both class java.util.Base64 in java.util and class helma.util.Base64 in helma.util match (Java 8)
2015-12-22 19:36:40 +01:00
948dc9a76b
fix: removed encoding of valid unicode characters to html entities
2015-12-13 12:36:37 +01:00
735de0bbf6
fix: re-enabled output of <br> elements in format() method with additional class attribute to signify where it comes from
2015-08-14 14:23:22 +02:00
80dfe53204
chg: removed transformation of linebreaks to <br> or <p> elements in format() method
2015-08-10 14:19:57 +02:00
ed8f6ce9b6
chg: removed transformation to HTML entities, basically only supporting Unicode output (it’s 2015, I think it’s alright)
2015-08-10 14:16:01 +02:00
fc51cb398b
chg: bumped Java source and target version to 1.7
2015-08-10 14:10:29 +02:00
835c56afcf
Ignore anything starting with db
2015-05-23 18:25:47 +02:00
2cfb7e4b15
Ignore anything starting with apps and the passwd file created by the manage app
2015-05-23 18:19:00 +02:00
f763a0896e
Update and rename README.txt to README.md
2015-04-08 19:02:12 +02:00
60b31e6133
Update and rename README.txt to README.md
2015-04-08 19:00:36 +02:00
af2c37bda6
Update and rename readme.txt to README.md
2015-04-08 18:53:05 +02:00
6ca7261976
Delete summary.txt
2015-04-08 18:48:15 +02:00
7e6c6c6d5b
Update README.md
2015-04-08 18:48:02 +02:00
32eb71677e
Update README.md
2015-04-08 18:47:29 +02:00
b0eb4ecba3
Update and rename README to README.md
2015-04-08 18:45:09 +02:00
69adddafed
Updated Jala module
2015-04-07 16:39:02 +02:00
0d31d25d7b
Merge remote-tracking branch 'origin/master'
2015-04-07 16:11:57 +02:00
4c9114fac4
Updated Git URL for Jala submodule
2015-04-07 16:11:22 +02:00
22a23c45a2
Converted to MarkDown
2015-02-11 20:46:14 +01:00
8a6c58ad74
Fixed module URL
2015-01-28 20:57:55 +01:00
e9e8a4aa34
Moved some exclusion patterns from .git/info/exclude to .gitignore
2015-01-28 20:47:57 +01:00
48d77455f8
Ignore log directory
2015-01-28 20:36:17 +01:00
96a037d508
Added Jala as submodule
2015-01-28 20:36:07 +01:00
921b074e6b
Refactored replace_filter to use JS regular expression
2015-01-28 20:14:08 +01:00
2acff557d0
Removed default size from form fields
2015-01-28 20:13:27 +01:00
e2fe90126b
Removed submodules
2015-01-28 20:13:01 +01:00
a7dd487d3e
Merge remote-tracking branch 'helma/master'
2015-01-28 19:23:10 +01:00
Simon Oberhammer
dd8f8b6caa
bump version
2014-03-12 09:56:29 +01:00
Robert Gaggl
61bafb72d6
partly reverted 5f18e3ae2d
:
...
switched back to using DbSources as Map keys, as using strings breaks switching databases
using DbSource.switchProperties (which is used in jala.Test)
2013-04-09 16:05:07 +02:00
Robert Gaggl
5f18e3ae2d
Modified Transactor to store sqlConnections internally using the name of the DbSource
...
as Map key, not the DbSource instance. Using the instance as key is both inefficient and
error prone (see fd0b77bc11
).
Additional changes:
- modified getConnection() to check if the DB is oracle. "SELECT 1" is invalid
for Oracle DBs and lead to Helma dropping in-use connections every minute.
- set DbSource name final
2013-04-09 12:52:06 +02:00