Commit Graph

27 Commits

Author SHA1 Message Date
Arnaud Roques f62ba44e7d Restore https://github.com/plantuml/plantuml-server/pull/250 2023-01-15 18:08:07 +01:00
Arnaud Roques 494dfba063 textarea improvement 2022-01-22 13:03:15 +01:00
Florian 3763ee737e Improve multipage (index) handling 2021-10-18 15:40:40 +02:00
Florian 9cb9cec6ca update jetty and tomcat to latest version 2021-10-17 18:46:03 +02:00
Florian deda3c2256 update + restructure pom and add missing javadoc 2021-10-13 12:25:18 +02:00
Florian 098e630a28 update and fix checkstyle and javadoc plugins 2021-10-11 19:22:18 +02:00
Florian 8d5be87f03 update junit test classes and there dependencies 2021-10-11 18:43:18 +02:00
Florian Heinrich 6cb587e156 Use `hostpath` consistently. 2021-06-01 11:43:47 +02:00
Arnaud Roques 813500c549 fix link 2019-02-09 16:34:05 +01:00
Arnaud Roques bfb5f3ad15 Temporary suppression of map 2017-06-18 21:21:31 +02:00
Marcel Huber bd927863fe Use x-forwarded-proto as scheme value if available
allows transparent usage behind reverse proxy
2017-02-24 10:24:51 +01:00
Jerry Wang d1f1d0b176 fixed the codemirror resource loading issue. 2017-01-18 19:52:09 -05:00
maximesinclair b6f9ff848a [BUGFIX#8] Broken url generated in HTTPS context 2014-05-14 23:49:51 +02:00
maximesinclair 712c8128ef [FEATURE] Addition of the Fork Me ribbon 2014-03-03 23:17:31 +01:00
maximesinclair cce71525b8 [TASK] Polish 2014-03-03 22:39:33 +01:00
maximesinclair e01e0fdb6e [FEATURE] Style update required by CodeMirror 2014-02-28 23:21:58 +01:00
maximesinclair 69fbe5d2b8 [FEATURE] CodeMirror first basic implementation 2014-02-19 23:37:33 +01:00
Maxime Sinclair 567a92f158 [FEATURE] Test of configuration for the social buttons 2014-01-09 16:52:35 +01:00
maximesinclair ae9558062f [FEATURE] First implementation of the configuration 2014-01-07 00:06:14 +01:00
Maxime Sinclair f0493c581c [FEATURE] PNG added to the url format
The old URL format http://server/plantuml/img/... is now relaced by
http://server/plantuml/png/...
2013-12-18 19:17:47 +01:00
Maxime Sinclair e8920c230d [TASK] Test cleanup 2013-11-27 11:54:20 +01:00
maximesinclair 76ad7acd21 [TASK] Port number 80 removed in URLs 2013-11-23 23:55:22 +01:00
Maxime Sinclair dc7bc3e179 [TASK] Scriptlet replaced by EL 2013-10-17 16:45:16 +02:00
Maxime Sinclair ccc71e7cd4 [TASK] Better usage of JSTL
Old core_rt reference deleted
2013-10-17 16:45:16 +02:00
Maxime Sinclair bde4d652dd [FEATURE] Map link added if a map is available 2013-09-19 15:40:15 +02:00
Maxime Sinclair 7d7bdca930 [FEATURE] Map usage integrated in the interactive servlet
JSTL (without EL) added
2013-08-22 14:31:05 +02:00
Pablo Lalloni 89c4d91b41 Project fully mavenized with functionality exceeding previous Ant build.xml implemented (except deployment to servlet container, which can be easily added).
Improved unit tests to be independent of externally running servlet container, now every test runs its own embedded jetty server (and stops it afterward).

Removed all eclipse artifacts (.project, .classpath, .settings, etc.) and added to .gitignore to be independent of development environment (can be autogenerated by maven, or better yet use m2eclipse).

Removed embedded dependency jars since they are handled automatically by maven.
2011-11-02 19:11:52 -03:00