Projekt

Obecné

Profil

Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
9d455473 2018-11-10 13:08 Pavel Fidranský

ForceDirected fixes

433349c0 2018-11-10 13:08 Pavel Fidranský

NodeProxy fixes

deb7058e 2018-11-10 13:08 Pavel Fidranský

replaced deprecated keyCode property by key

fdd0c6e3 2018-11-10 13:08 Pavel Fidranský

fixed JSON Schema to allow null position for vertices and groups

716a1d9e 2018-11-10 13:08 Pavel Fidranský

reworked Sidebar and its lists to ES6 classes

26d3ab59 2018-11-10 13:08 Pavel Fidranský

input data are validated against JSON Schema with AJV

b834be5c 2018-11-10 13:07 Pavel Fidranský

reworked GraphLoader to ES6 class

5763d2dd 2018-11-10 13:07 Pavel Fidranský

reworked Viewport to ES6 class

3bbec9c7 2018-11-10 13:07 Pavel Fidranský

reworked GraphExporter to ES6 class

ed458068 2018-11-10 13:07 Pavel Fidranský

reworked FloatingPoint to ES6 class NodeProxy

9ed5d9f4 2018-11-10 13:07 Pavel Fidranský

minor code cleanup

5502b34e 2018-11-10 13:07 Pavel Fidranský

typos

d5d86f81 2018-11-10 13:07 Pavel Fidranský

modified Attribute and Navbar to use enhanced DOM JS class

1f3eb4fa 2018-11-10 13:07 Pavel Fidranský

using lambda functions and "let" keyword wherever appropriate

a4090428 2018-11-10 13:07 Pavel Fidranský

reworked Vertex, Group and Edge to ES6 classes; Vertex and Group extend newly created Node class

bd517b82 2018-11-10 13:07 Pavel Fidranský

split CSS to separate stylesheets by components

92565e42 2018-11-10 13:07 Pavel Fidranský

dropped jQuery as it is not needed anymore

6d6b73dc 2018-11-10 13:07 Pavel Fidranský

reworked Loader to SpinLoader ES6 module, spin.js dependency is manager by npm

5da25123 2018-11-10 13:07 Pavel Fidranský

JS apps are loaded as ES6 modules

5266811b 2018-11-10 13:07 Pavel Fidranský

improved error handling - alert is displayed and error is logged in console

873d119a 2018-11-10 13:07 Pavel Fidranský

saveSvgAsPng dependency is managed by npm

e422847a 2018-11-10 13:07 Pavel Fidranský

dropped jsTree

c6075729 2018-10-26 11:44 Pavel Fidranský

reworked VertexContextMenuList to ES6 class

6e6b3160 2018-10-26 11:44 Pavel Fidranský

reworked VertexSymbolList to ES6 class, fixed CSS class of a symbol to be always valid

91f0dca6 2018-10-26 11:43 Pavel Fidranský

reworked Minimap to ES6 class

556ddd42 2018-10-26 11:35 Pavel Fidranský

reworked GroupVertexList to ES6 class

9e126e39 2018-10-26 11:34 Pavel Fidranský

reworked Attribute to ES6 class

6b1b070c 2018-10-26 11:34 Pavel Fidranský

reworked StatusBar to ES6 class

f8bc80fe 2018-10-26 08:40 Pavel Fidranský

reworked ShowGraphApp to ES6 class

3bd98a4b 2018-10-26 08:21 Pavel Fidranský

fixed Vertex and Edge popover to clear its content on close

7561b8da 2018-10-26 08:20 Pavel Fidranský

replaced logo in PNG format by SVG

68058bfd 2018-10-26 08:19 Pavel Fidranský

modified Login servlet to pass logged-in user data as JSON body

b49c7d52 2018-10-26 08:19 Pavel Fidranský

modified apps to use newly created custom event JS classes

b9b4b212 2018-10-26 08:16 Pavel Fidranský

created custom JS event classes

c044ee46 2018-10-26 08:16 Pavel Fidranský

modified ShowGraphApp to use newly created Header and Navbar JS classes

046703c1 2018-10-26 08:11 Pavel Fidranský

created Header and Navbar JS classes

61202e34 2018-10-25 07:24 Pavel Fidranský

improved error handling

65c37e8b 2018-10-24 19:09 Pavel Fidranský

added userMenu functionality to UploadFilesApp

4c867b7a 2018-10-24 19:08 Pavel Fidranský

removed userMenu

997a4fe3 2018-10-23 19:37 Pavel Fidranský

app parameters are passed as constructor arguments to ShowGraphApp JS class

6b0aa806 2018-10-23 19:36 Pavel Fidranský

dropped API object from ShowGraphApp JS class

69457eb5 2018-10-23 19:10 Pavel Fidranský

refactored UploadFilesApp to use enhanced DOM JS class

cd9daff5 2018-10-23 19:07 Pavel Fidranský

reworked SaveDiagramModalWindow to extend newly created ModalWindow JS class

5c33d5cb 2018-10-23 19:07 Pavel Fidranský

reworked EdgePopover and VertexPopover to extend newly created Popover JS class

f8464192 2018-10-23 19:06 Pavel Fidranský

reworked LoginPopup and RegisterPopup to extend newly created Popup JS class

92a538e1 2018-10-23 19:02 Pavel Fidranský

created reusable ModalWindow, Popover and Popup components as ES6 classes

3817d6f3 2018-10-22 22:09 Pavel Fidranský

reworked UploadFiles page to use extended App JS class

61bda4b7 2018-10-22 22:06 Pavel Fidranský

created App and AbstractMethodError JS classes

98b06149 2018-10-22 21:54 Pavel Fidranský

renamed App to ShowGraphApp

d3c91225 2018-10-22 21:51 Pavel Fidranský

replaced jQuery by native JS wherever possible

787a1b4c 2018-10-22 21:51 Pavel Fidranský

dropped Utils.promiseAll() method, use native Promise.all() instead

edd0c51e 2018-10-22 21:51 Pavel Fidranský

reworked all jQuery-backed AJAX calls to use AJAX JS class

ec5849ba 2018-10-22 21:51 Pavel Fidranský

created AJAX and HttpError JS classes

5eea34f0 2018-10-22 21:51 Pavel Fidranský

created shorter and more powerful static methods of DOM class, older ones kept for BC

09ba5b21 2018-10-22 21:51 Pavel Fidranský

reworked Constants class to ES6 class with static attributes

db835ac0 2018-10-22 21:51 Pavel Fidranský

reworked VO classes to ES6 classes

d7508af3 2018-10-22 21:51 Pavel Fidranský

created Dimensions JS class

bda189f9 2018-10-22 21:51 Pavel Fidranský

organized JS files into directories

552a1fea 2018-10-22 21:51 Pavel Fidranský

static util methods are used everywhere

7b03cdcc 2018-10-22 21:51 Pavel Fidranský

reworked utils to ES6 classes with static methods

e2be6f31 2018-10-22 21:50 Pavel Fidranský

fixed saving new diagrams to DB

e8950e73 2018-10-22 20:54 Pavel Fidranský

fixed Minimap to redraw edges going from sidebar to viewport after moving viewport

0b3eb56d 2018-10-20 19:44 Pavel Fidranský

renamed InvalidArgumentException class to InvalidExceptionError to comply with JS conventions

ba4eea92 2018-10-20 19:15 Pavel Fidranský

reusing Vertex archetype icons in order to decrease number of DOM nodes

9e18c69a 2018-10-20 16:35 Pavel Fidranský

minor styling fixes

30af40fd 2018-10-20 16:34 Pavel Fidranský

improved Minimap to allow moving its canvas within its container

a03d294f 2018-10-20 16:34 Pavel Fidranský

improved Minimap to allow moving its viewport by dragging it from within all document

3cff5ae5 2018-10-20 16:32 Pavel Fidranský

fixed Viewport to move Minimap viewport when centered

489b18a3 2018-10-20 16:32 Pavel Fidranský

fixed Viewport to remove a Group correctly from its private list so that the Group is displayed only once in Vertex context menu when excluded

18f754c5 2018-10-20 16:30 Pavel Fidranský

fixed diagram loader to set position of a group before its vertices are added

b93c563b 2018-10-15 19:25 Pavel Fidranský

dropped Filter (it is not ready for merging into master, revert this commit in a separate feature branch)

d276ae6c 2018-10-15 19:19 Pavel Fidranský

added back list of vertices in a Group

fe611231 2018-10-15 19:14 Pavel Fidranský

fixed Group name not to overflow its container

08d26834 2018-10-15 19:11 Pavel Fidranský

graph data are loaded only once for saved diagrams

51dc2fc4 2018-10-12 13:47 Tomáš Šimandl

removed hardcoded file separator

64df9f26 2018-10-11 22:24 Pavel Fidranský

fixed Robot Framework UI tests

712a6ca2 2018-10-11 15:23 Pavel Fidranský

dropped GraphHistory JS class

daad2157 2018-10-11 15:21 Pavel Fidranský

jsDoc

98ea2f81 2018-10-11 15:14 Pavel Fidranský

improved response flash messages

a6602c4c 2018-10-11 15:01 Pavel Fidranský

dropped expanded Group view

f4a56448 2018-10-11 14:56 Pavel Fidranský

Diagram can be saved as public

1b4a4119 2018-10-11 14:55 Pavel Fidranský

added Diagram JS class

d8b87a02 2018-10-11 14:55 Pavel Fidranský

minor improvements

a1080127 2018-10-11 14:54 Pavel Fidranský

modified SaveDiagram servlet to return diagram data in response

77404c5b 2018-10-09 20:37 Pavel Fidranský

extended Login servlet to return user's data in response

0532d063 2018-10-09 20:36 Pavel Fidranský

user menu improvements

04398d38 2018-10-09 20:36 Pavel Fidranský

unified parameter names to use camelCase convention

0d554903 2018-10-09 20:35 Pavel Fidranský

modified Upload screen to dynamically display/hide user's private diagrams on log in/out

c5dff586 2018-10-09 20:25 Pavel Fidranský

preset diagram name for saved diagrams

2a2f32c2 2018-10-09 20:24 Pavel Fidranský

elements' visibility is controlled by body class which is set based on user's login state

3c3bc9ca 2018-10-09 20:21 Pavel Fidranský

replaced select field by radio inputs (better UX)

2f31119d 2018-10-09 20:20 Pavel Fidranský

updated jQuery

c6756c6f 2018-10-09 20:19 Pavel Fidranský

dropped demo diagrams

700a51d4 2018-10-08 06:27 Tomáš Šimandl

Added FileLoader class

f19bcf07 2018-09-27 11:19 Tomáš Šimandl

Added possibility to upload raw JSON (front-end -- back-end JSON)

90426a44 2018-09-20 12:09 Tomáš Šimandl

Simplify transformation between JSONs by removing graph.Graph class and use instead api.Graph

33cc792c 2018-09-20 12:03 Tomáš Šimandl

Cleaned sql create table script

dc10a24d 2018-09-20 12:02 Tomáš Šimandl

Moved ConfigurationLoader from package loader.configuration to configutation

ce6d5fb5 2018-09-19 13:17 Tomáš Šimandl

Removed unused classes

9ce2a2ce 2018-09-19 06:16 Tomáš Šimandl

Load diagram bug fix