Commit Graph

467 Commits

Author SHA1 Message Date
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
arnaudroques 0212f941ca Move to https://github.com/plantuml 2013-12-11 19:17:50 +01:00
Maxime Sinclair 414db01d79 Merge branch 'hotproxy2' 2013-12-03 18:11:42 +01:00
Maxime Sinclair b9a6e83a0c [TASK] Update of the class diagram 2013-12-02 17:22:56 +01:00
Maxime Sinclair 4c845a5dcd [FEATURE] Proxy returns the correct Content-type 2013-12-02 12:45:11 +01:00
Maxime Sinclair b9d71300df [FEATURE] First HTTPS support 2013-11-29 15:58:23 +01:00
Maxime Sinclair e8920c230d [TASK] Test cleanup 2013-11-27 11:54:20 +01:00
Maxime Sinclair e187b44b05 [FIX] Plantuml.jar version changed from LATEST to RELEASE 2013-11-26 16:47:52 +01:00
Maxime Sinclair 53fe54e397 [TASK] Using the "start" keyword in the URL is now deprecated. 2013-11-26 15:41:54 +01:00
maximesinclair 7c8f361826 [FEATURE] Proxy redesign, first step 2013-11-25 22:35:58 +01:00
maximesinclair 76ad7acd21 [TASK] Port number 80 removed in URLs 2013-11-23 23:55:22 +01:00
maximesinclair ac9d0e02ca [BUGFIX] Trick to avoid a lot of IllegalStateException 2013-10-31 22:54:53 +01:00
maximesinclair d7192bf8e0 [TASK] Old URL pattern is no more supported
Related code cleaned
2013-10-31 22:44:23 +01:00
Maxime Sinclair 24da19bf96 [TASK] Addition of the travis-ci build status image 2013-10-17 17:02:48 +02: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 45eb47839d [TASK] JEE 5 upgrade
JEE5 Servlet2.5 JSP2.1 JSTL1.2
2013-10-17 16:45:15 +02:00
maximesinclair 48cc613017 [TASK] Travis-ci.org configuration file added 2013-10-16 23:52:22 +02:00
Maxime Sinclair 0495ccdfc2 [TASK] Remove useless flush 2013-09-24 12:36:05 +02:00
Maxime Sinclair bde4d652dd [FEATURE] Map link added if a map is available 2013-09-19 15:40:15 +02:00
Maxime Sinclair 1cf5eb8987 [FEATURE] url parameter test case added 2013-09-19 12:42:28 +02:00
maximesinclair a3bd2a1b83 [FEATURE] url parameter can be used to decode a diagram
for example : /plantuml/form?url=AqijAixCpmC0
2013-09-17 23:41:34 +02:00
Maxime Sinclair 8c874c2d8a [BUGFIX] Updated usage of the jetty plugin 2013-09-17 18:15:16 +02:00
Maxime Sinclair e5fc4adcd7 [TASK] maven-war-plugin upgraded to 2.3 to avoid a warning
http://stackoverflow.com/questions/4342245/disable-maven-warning-message-selected-war-files-include-a-web-inf-web-xml-wh
2013-09-17 14:28:55 +02:00
maximesinclair beb8c490b0 [BUGFIX] Text/plain outputs always in unicode 2013-09-13 19:55:07 +02:00
Maxime Sinclair 7d7aa41168 [TASK] Add a test about Unicode preservation 2013-09-06 16:32:51 +02:00
Maxime Sinclair 39eab59226 [TASK] SourceInformation replaced by PlantumlUtils
a more complete implementation
2013-08-26 10:42:01 +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
Maxime Sinclair 13ac55e09e [FEATURE] Map service totally implemented 2013-08-19 16:07:38 +02:00
Maxime Sinclair bedc5b49ce [FEATURE] Design evolution of the map service
Map implementation is still an empty stub
2013-08-14 09:44:19 +02:00
Maxime Sinclair e90fdee24b [TASK] Refactoring, decoding feature is now in a utility class 2013-08-14 09:27:43 +02:00
Maxime Sinclair 9e90a3660b [FEATURE] First implementation of the map feature unit test 2013-07-18 16:20:46 +02:00
Maxime Sinclair 779351844c [TASK] Refactoring of the TestUtils class
tryGetResponse method deleted
Compressed diagram strings added as constant strings
2013-07-17 14:30:44 +02:00
Maxime Sinclair 97f00051f0 [FEATURE] Stub implementation of the new map service 2013-07-17 10:11:03 +02:00
Maxime Sinclair 9ee4b279bc [FEATURE] Future design of the PlantUML Server
A new map feature to retrieve the image map of a diagram is added
2013-07-17 10:02:38 +02:00
Maxime Sinclair e41286993f [TASK] No more used method getServerUrl suppressed 2013-07-10 17:28:09 +02:00
Maxime Sinclair ce168633ad [TASK] Full coding style clean up 2013-07-10 17:07:24 +02:00
Maxime Sinclair ded3a5578a Source beautified 2013-07-10 10:37:21 +02:00
Maxime Sinclair 6d1ca6c43c Check the content of the SVG 2013-07-10 10:08:44 +02:00
Maxime Sinclair f34d9ca34e Consume the http response to avoid IO exception 2013-07-10 10:07:31 +02:00
Maxime Sinclair a0c3fbe525 IOException temporary fixed 2013-07-09 17:32:09 +02:00
Maxime Sinclair 4339629f97 UML diagram fixed 2013-07-09 17:12:42 +02:00
Maxime Sinclair 90fe8924f7 Code formatted, encoded text checked and warning added
The old url syntax is announced as deprecated.
2013-07-09 16:53:45 +02:00
Maxime Sinclair d7ecaaa992 Refactoring of the Proxy service 2013-07-09 15:44:36 +02:00
maximesinclair cbb6eb0ac2 Testcases are coming back ! 2013-07-01 22:40:14 +02:00
maximesinclair ab77f245f9 IIOException catched when browser session disappears 2013-07-01 22:36:28 +02:00
Maxime Sinclair c166b507f0 Catch IOException to avoid annoying messages in the server logs. 2013-06-04 16:07:31 +02:00
Maxime Sinclair 017c690226 Formatted and tests skipped 2013-05-28 16:36:42 +02:00