Aktivita
Od 2018-10-01 do 2018-10-30
2018-10-26
- 11:44 Revize c6075729 (imiger-fork): reworked VertexContextMenuList to ES6 class
- 11:44 Revize 6e6b3160 (imiger-fork): reworked VertexSymbolList to ES6 class, fixed CSS class of a symbol to be always valid
- 11:43 Revize 91f0dca6 (imiger-fork): reworked Minimap to ES6 class
- 11:35 Revize 556ddd42 (imiger-fork): reworked GroupVertexList to ES6 class
- 11:34 Revize 9e126e39 (imiger-fork): reworked Attribute to ES6 class
- 11:34 Revize 6b1b070c (imiger-fork): reworked StatusBar to ES6 class
- 08:40 Revize f8bc80fe (imiger-fork): reworked ShowGraphApp to ES6 class
- 08:21 Revize 3bd98a4b (imiger-fork): fixed Vertex and Edge popover to clear its content on close
- 08:20 Revize 7561b8da (imiger-fork): replaced logo in PNG format by SVG
- 08:19 Revize 68058bfd (imiger-fork): modified Login servlet to pass logged-in user data as JSON body
- 08:19 Revize b49c7d52 (imiger-fork): modified apps to use newly created custom event JS classes
- 08:16 Revize b9b4b212 (imiger-fork): created custom JS event classes
- 08:16 Revize c044ee46 (imiger-fork): modified ShowGraphApp to use newly created Header and Navbar JS classes
- 08:11 Revize 046703c1 (imiger-fork): created Header and Navbar JS classes
2018-10-25
- 12:37 Revize 5b60a5b1 (imiger-fork): Data anonymization
- 11:42 Revize 051dcb51 (imiger-fork): Repaired two selenium tests
- 10:40 Revize f3092c08 (imiger-fork): Last commit fix
- 10:28 Revize a70962cb (imiger-fork): Added generated icon for every archetype
- 07:24 Revize 61202e34 (imiger-fork): improved error handling
- 05:47 Revize 3d8aa182 (imiger-fork): Updated raw input file format description
2018-10-24
- 19:09 Revize 65c37e8b (imiger-fork): added userMenu functionality to UploadFilesApp
- 19:08 Revize 4c867b7a (imiger-fork): removed userMenu
2018-10-23
- 19:37 Revize 997a4fe3 (imiger-fork): app parameters are passed as constructor arguments to ShowGraphApp JS class
- 19:36 Revize 6b0aa806 (imiger-fork): dropped API object from ShowGraphApp JS class
- 19:10 Revize 69457eb5 (imiger-fork): refactored UploadFilesApp to use enhanced DOM JS class
- 19:07 Revize cd9daff5 (imiger-fork): reworked SaveDiagramModalWindow to extend newly created ModalWindow JS class
- 19:07 Revize 5c33d5cb (imiger-fork): reworked EdgePopover and VertexPopover to extend newly created Popover JS class
- 19:06 Revize f8464192 (imiger-fork): reworked LoginPopup and RegisterPopup to extend newly created Popup JS class
- 19:02 Revize 92a538e1 (imiger-fork): created reusable ModalWindow, Popover and Popup components as ES6 classes
- 10:40 Revize 14009f9b (imiger-fork): added rest raw input servlet
2018-10-22
- 22:09 Revize 3817d6f3 (imiger-fork): reworked UploadFiles page to use extended App JS class
- 22:06 Revize 61bda4b7 (imiger-fork): created App and AbstractMethodError JS classes
- 21:54 Revize 98b06149 (imiger-fork): renamed App to ShowGraphApp
- 21:51 Revize d3c91225 (imiger-fork): replaced jQuery by native JS wherever possible
- 21:51 Revize 787a1b4c (imiger-fork): dropped Utils.promiseAll() method, use native Promise.all() instead
- 21:51 Revize edd0c51e (imiger-fork): reworked all jQuery-backed AJAX calls to use AJAX JS class
- 21:51 Revize ec5849ba (imiger-fork): created AJAX and HttpError JS classes
- 21:51 Revize 5eea34f0 (imiger-fork): created shorter and more powerful static methods of DOM class, older ones kept for BC
- 21:51 Revize 09ba5b21 (imiger-fork): reworked Constants class to ES6 class with static attributes
- 21:51 Revize db835ac0 (imiger-fork): reworked VO classes to ES6 classes
- 21:51 Revize d7508af3 (imiger-fork): created Dimensions JS class
- 21:51 Revize bda189f9 (imiger-fork): organized JS files into directories
- 21:51 Revize 552a1fea (imiger-fork): static util methods are used everywhere
- 21:51 Revize 7b03cdcc (imiger-fork): reworked utils to ES6 classes with static methods
- 21:50 Revize e2be6f31 (imiger-fork): fixed saving new diagrams to DB
- 20:54 Revize e8950e73 (imiger-fork): fixed Minimap to redraw edges going from sidebar to viewport after moving viewport
2018-10-20
- 19:44 Revize 0b3eb56d (imiger-fork): renamed InvalidArgumentException class to InvalidExceptionError to comply with JS conventions
- 19:15 Revize ba4eea92 (imiger-fork): reusing Vertex archetype icons in order to decrease number of DOM nodes
- 16:35 Revize 9e18c69a (imiger-fork): minor styling fixes
- 16:34 Revize 30af40fd (imiger-fork): improved Minimap to allow moving its canvas within its container
- 16:34 Revize a03d294f (imiger-fork): improved Minimap to allow moving its viewport by dragging it from within all document
- 16:32 Revize 3cff5ae5 (imiger-fork): fixed Viewport to move Minimap viewport when centered
- 16:32 Revize 489b18a3 (imiger-fork): 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
- 16:30 Revize 18f754c5 (imiger-fork): fixed diagram loader to set position of a group before its vertices are added
2018-10-15
- 19:25 Revize b93c563b (imiger-fork): dropped Filter (it is not ready for merging into master, revert this commit in a separate feature branch)
- 19:19 Revize d276ae6c (imiger-fork): added back list of vertices in a Group
- 19:14 Revize fe611231 (imiger-fork): fixed Group name not to overflow its container
- 19:11 Revize 08d26834 (imiger-fork): graph data are loaded only once for saved diagrams
2018-10-13
- 13:18 Revize 33172ecc (imiger-fork): added war file for deployment
- 12:53 Revize fb29fb18 (imiger-fork): Added IMiGEr documents and raw input JSON file
2018-10-12
2018-10-11
- 22:24 Revize 64df9f26 (imiger-fork): fixed Robot Framework UI tests
- 15:23 Revize 712a6ca2 (imiger-fork): dropped GraphHistory JS class
- 15:21 Revize daad2157 (imiger-fork): jsDoc
- 15:14 Revize 98ea2f81 (imiger-fork): improved response flash messages
- 15:01 Revize a6602c4c (imiger-fork): dropped expanded Group view
- 14:56 Revize f4a56448 (imiger-fork): Diagram can be saved as public
- 14:55 Revize 1b4a4119 (imiger-fork): added Diagram JS class
- 14:55 Revize d8b87a02 (imiger-fork): minor improvements
- 14:54 Revize a1080127 (imiger-fork): modified SaveDiagram servlet to return diagram data in response
2018-10-09
- 20:37 Revize 77404c5b (imiger-fork): extended Login servlet to return user's data in response
- 20:36 Revize 0532d063 (imiger-fork): user menu improvements
- 20:36 Revize 04398d38 (imiger-fork): unified parameter names to use camelCase convention
- 20:35 Revize 0d554903 (imiger-fork): modified Upload screen to dynamically display/hide user's private diagrams on log in/out
- 20:25 Revize c5dff586 (imiger-fork): preset diagram name for saved diagrams
- 20:24 Revize 2a2f32c2 (imiger-fork): elements' visibility is controlled by body class which is set based on user's login state
- 20:21 Revize 3c3bc9ca (imiger-fork): replaced select field by radio inputs (better UX)
- 20:20 Revize 2f31119d (imiger-fork): updated jQuery
- 20:19 Revize c6756c6f (imiger-fork): dropped demo diagrams
2018-10-08
Také k dispozici: Atom