Tobi Schäfer tobi
  • Joined on 2024-10-30
tobi pushed to codemirror-6 at antville/antville 2025-06-01 21:55:48 +00:00
fa28136073 Run more verbose in CI
e93400d49f Run the build command for the new editor script (CodeMirror 6)
Compare 2 commits »
tobi pushed to codemirror-6 at antville/antville 2025-06-01 21:49:19 +00:00
f16bbd43fc Run more verbose in CI
55aa3f4dca Run the build command for the new editor script (CodeMirror 6)
Compare 2 commits »
tobi pushed to codemirror-6 at antville/antville 2025-06-01 20:23:54 +00:00
2d6e35a333 Run the build command for the new editor script (CodeMirror 6)
8c0d6958f5 Enable cookies when loading ES6 module
Compare 2 commits »
tobi pushed to codemirror-6 at antville/antville 2025-06-01 19:04:30 +00:00
a905dc968b Keep static/scripts as the output directory for JS files
tobi pushed to codemirror-6 at antville/antville 2025-06-01 18:54:35 +00:00
f114f44cbb Merge remote-tracking branch 'origin/main' into codemirror-6
429628be7c Upgrade dependencies of CodeMirror 6
87640ed8da Prevent “undefined” showing up in skin diff
ad4e35f452 Prevent exception when a diff line is falsy
ae79a59639 Remove stale code in comments
Compare 106 commits »
tobi created branch codemirror-6 in antville/antville 2025-06-01 18:23:32 +00:00
tobi pushed to codemirror-6 at antville/antville 2025-06-01 18:23:32 +00:00
4e4e77bf06 Upgrade dependencies of CodeMirror 6
daee9c4f03 Improve the skin editor with CSS flex box and comparison drop-down
59f1de1df6 Modify the way JS links are hidden/unhidden
f559d2f78e Refactor skin editor with CodeMirror 6
439b2cce18 Remove stale code in comments
Compare 10 commits »
tobi pushed to main at antville/antville 2025-06-01 13:00:50 +00:00
87640ed8da Prevent “undefined” showing up in skin diff
tobi pushed to main at antville/antville 2025-06-01 12:41:31 +00:00
ad4e35f452 Prevent exception when a diff line is falsy
tobi commented on issue antville/antville#310 2025-05-30 20:54:23 +00:00
In version 2 of H2 value is a reserved keyword

Fixed in 67573db0e0bcabcc4c94034ba9529145110bfeb1.

tobi closed issue antville/antville#310 2025-05-30 20:54:23 +00:00
In version 2 of H2 value is a reserved keyword
tobi commented on issue antville/antville#424 2025-05-30 20:53:52 +00:00
Dated(?) markup causes overly long lines

Fixed in 5b929bf0cad0d3b225807bce1943ffe62666e616.

tobi closed issue antville/antville#424 2025-05-30 20:53:52 +00:00
Dated(?) markup causes overly long lines
tobi commented on issue antville/antville#425 2025-05-30 20:53:23 +00:00
Dated user CSS with <style> tags cannot be parsed

Fixed in 0b326e71e6224763729ed68e171b1b394256ac4a.

tobi closed issue antville/antville#425 2025-05-30 20:53:23 +00:00
Dated user CSS with <style> tags cannot be parsed
tobi deleted branch renovate/maven-com.h2database-h2-vulnerability from antville/antville 2025-05-30 20:28:01 +00:00
tobi pushed to main at antville/antville 2025-05-30 20:28:01 +00:00
ae79a59639 Remove stale code in comments
354c9788c8 Make it less cumbersome to build/run the H2 database/console
67573db0e0 Add work-around allowing the reserved keyword “value“ as identifier
22013f2267 Update dependency com.h2database:h2 to v2 [SECURITY]
Compare 4 commits »
tobi merged pull request antville/antville#475 2025-05-30 20:28:00 +00:00
Update dependency com.h2database:h2 to v2 [SECURITY]
tobi commented on pull request antville/antville#475 2025-05-30 20:27:43 +00:00
Update dependency com.h2database:h2 to v2 [SECURITY]

In version 2 of H2 value is a reserved keyword. Thus, the postgre.sql script fails to create the metadata table when running ./gradlew :antclick:build.

Found the compatibility setting…

ae79a59639 Remove stale code in comments
354c9788c8 Make it less cumbersome to build/run the H2 database/console
67573db0e0 Add work-around allowing the reserved keyword “value“ as identifier
Compare 3 commits »