1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-09-22 03:59:03 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
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
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
ce168633ad [TASK] Full coding style clean up 2013-07-10 17:07:24 +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
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
maximesinclair
3bc2461f85 Temporary fix ! 2013-05-27 23:45:38 +02:00
Maxime Sinclair
ad6a00fdf0 Normalization of the format for the proxy feature.
New syntax is : plantuml/proxy/[id/][format/]remoteURL
where id is a number identifying the diagram definition
when the remote URL contains more than one diagram,
and format specify the output : img, txt or svg.
2011-11-14 17:22:16 +01: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