You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PROGRESS.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@
100
100
-[X] Add a button to increase the number of iterations in the graph
101
101
-[X] Kill and clear the previous graph instance to release memory ([INTLV-20 commit](https://github.com/xwiki-contrib/application-interactive-link-visualizer/commit/96a6f8267d0ef1f59c5387b37b3e154d8ca2e001))
102
102
-[X] Move the application to `XWiki` space & encapsulate code ([commit](https://github.com/xwiki-contrib/application-interactive-link-visualizer/commit/faeb004ac22afb6161525711e3903bbcbf05f06a))
103
-
-[X] Fixed JSX Editor gets console error of document returned as null & object not loading properly ([INTLV-21 commit]())
103
+
-[X] Fixed: JSX Editor gets console error of document returned as null & object not loading properly ([INTLV-21 commit](https://github.com/xwiki-contrib/application-interactive-link-visualizer/commit/1e355b465492c230b2ac64a5ddfe189f9355579f))
104
+
-[X] Fixed: Visualisation is initialised twice when there in another DOM updated event ([INTLV-22 commit]())
Copy file name to clipboardExpand all lines: application-interactive-link-visualizer-ui/src/main/resources/XWiki/InteractiveLinkVisualizer/Code/LinkVisualizerPanel.xml
+15-32Lines changed: 15 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,19 @@
1
-
<?xml version="1.1" encoding="UTF-8"?>
2
-
3
-
<!--
4
-
* See the NOTICE file distributed with this work for additional
5
-
* information regarding copyright ownership.
6
-
*
7
-
* This is free software; you can redistribute it and/or modify it
8
-
* under the terms of the GNU Lesser General Public License as
9
-
* published by the Free Software Foundation; either version 2.1 of
10
-
* the License, or (at your option) any later version.
11
-
*
12
-
* This software is distributed in the hope that it will be useful,
13
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
-
* Lesser General Public License for more details.
16
-
*
17
-
* You should have received a copy of the GNU Lesser General Public
18
-
* License along with this software; if not, write to the Free
19
-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20
-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
Copy file name to clipboardExpand all lines: application-interactive-link-visualizer-ui/src/main/resources/XWiki/InteractiveLinkVisualizer/Code/MainVisualisation.xml
+13-30Lines changed: 13 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,36 +1,19 @@
1
-
<?xml version="1.1" encoding="UTF-8"?>
2
-
3
-
<!--
4
-
* See the NOTICE file distributed with this work for additional
5
-
* information regarding copyright ownership.
6
-
*
7
-
* This is free software; you can redistribute it and/or modify it
8
-
* under the terms of the GNU Lesser General Public License as
9
-
* published by the Free Software Foundation; either version 2.1 of
10
-
* the License, or (at your option) any later version.
11
-
*
12
-
* This software is distributed in the hope that it will be useful,
13
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15
-
* Lesser General Public License for more details.
16
-
*
17
-
* You should have received a copy of the GNU Lesser General Public
18
-
* License along with this software; if not, write to the Free
19
-
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
20
-
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
0 commit comments