Thu, 18 Jun 2015 17:18:00 +0200 Create Viewrepr which handle the representation of the View.
rougeronj [Thu, 18 Jun 2015 17:18:00 +0200] rev 506
Create Viewrepr which handle the representation of the View. - Put in all the function about Hidden Nodes - In scene, initializes this.view with the first view of the project (later it will be handled by a view manager)
Thu, 18 Jun 2015 17:17:11 +0200 'hideButtons' function can be call by view hides the nodes. So we have to check if the button is drawn (i.e. sector is defined) first before hiding it.
rougeronj [Thu, 18 Jun 2015 17:17:11 +0200] rev 505
'hideButtons' function can be call by view hides the nodes. So we have to check if the button is drawn (i.e. sector is defined) first before hiding it.
Thu, 18 Jun 2015 16:54:57 +0200 add the new client libraries server side
rougeronj [Thu, 18 Jun 2015 16:54:57 +0200] rev 504
add the new client libraries server side
Fri, 11 Sep 2015 16:33:18 +0200 add parameter to control editor opacity
ymh <ymh.work@gmail.com> [Fri, 11 Sep 2015 16:33:18 +0200] rev 503
add parameter to control editor opacity
Thu, 10 Sep 2015 01:02:19 +0200 Added tag V00.12.02 for changeset a509adc8ac10
ymh <ymh.work@gmail.com> [Thu, 10 Sep 2015 01:02:19 +0200] rev 502
Added tag V00.12.02 for changeset a509adc8ac10
Thu, 10 Sep 2015 01:01:58 +0200 small gruntfile correction + version V00.12.02
ymh <ymh.work@gmail.com> [Thu, 10 Sep 2015 01:01:58 +0200] rev 501
small gruntfile correction + version
Thu, 10 Sep 2015 00:35:59 +0200 define grunt task to change version numbers in projects files
ymh <ymh.work@gmail.com> [Thu, 10 Sep 2015 00:35:59 +0200] rev 500
define grunt task to change version numbers in projects files
Wed, 09 Sep 2015 18:37:15 +0200 Correct strange bug on fill of editor box with a difference of beavior between paperjs 0.9.23 and 0.9.24. Real cause not found, but this correction visually solve the problem
ymh <ymh.work@gmail.com> [Wed, 09 Sep 2015 18:37:15 +0200] rev 499
Correct strange bug on fill of editor box with a difference of beavior between paperjs 0.9.23 and 0.9.24. Real cause not found, but this correction visually solve the problem
Wed, 09 Sep 2015 14:06:02 +0200 upgrade libs
ymh <ymh.work@gmail.com> [Wed, 09 Sep 2015 14:06:02 +0200] rev 498
upgrade libs
Wed, 09 Sep 2015 13:10:01 +0200 Correct dependency and loading problem for ckeditor with dojo
ymh <ymh.work@gmail.com> [Wed, 09 Sep 2015 13:10:01 +0200] rev 497
Correct dependency and loading problem for ckeditor with dojo
Mon, 07 Sep 2015 16:34:42 +0200 Added tag V00.12.01 for changeset 444b80998255
ymh <ymh.work@gmail.com> [Mon, 07 Sep 2015 16:34:42 +0200] rev 496
Added tag V00.12.01 for changeset 444b80998255
Mon, 07 Sep 2015 16:34:30 +0200 update client version + small correction in dojoConfig to load ckeditor jquery adapter V00.12.01
ymh <ymh.work@gmail.com> [Mon, 07 Sep 2015 16:34:30 +0200] rev 495
update client version + small correction in dojoConfig to load ckeditor jquery adapter
Fri, 28 Aug 2015 23:04:21 +0200 Added tag V00.12 for changeset 6f2ab1a72f4a
ymh <ymh.work@gmail.com> [Fri, 28 Aug 2015 23:04:21 +0200] rev 494
Added tag V00.12 for changeset 6f2ab1a72f4a
Fri, 28 Aug 2015 23:04:06 +0200 add search to space screen + new version V00.12
ymh <ymh.work@gmail.com> [Fri, 28 Aug 2015 23:04:06 +0200] rev 493
add search to space screen + new version
Fri, 19 Jun 2015 17:32:43 +0200 Added tag V00.11 for changeset 73141008167d
ymh <ymh.work@gmail.com> [Fri, 19 Jun 2015 17:32:43 +0200] rev 492
Added tag V00.11 for changeset 73141008167d
Fri, 19 Jun 2015 17:32:21 +0200 new version V00.11
ymh <ymh.work@gmail.com> [Fri, 19 Jun 2015 17:32:21 +0200] rev 491
new version
Fri, 19 Jun 2015 15:02:15 +0200 correct grunt file for dist version
ymh <ymh.work@gmail.com> [Fri, 19 Jun 2015 15:02:15 +0200] rev 490
correct grunt file for dist version
Fri, 19 Jun 2015 13:35:23 +0200 update renkan server deploiement
ymh <ymh.work@gmail.com> [Fri, 19 Jun 2015 13:35:23 +0200] rev 489
update renkan server deploiement
Thu, 18 Jun 2015 16:53:16 +0200 grunt copy-server the new changes of the client
rougeronj [Thu, 18 Jun 2015 16:53:16 +0200] rev 488
grunt copy-server the new changes of the client
Thu, 18 Jun 2015 16:50:54 +0200 add hide_nodes option to allow or node the hiding behavior on nodes
rougeronj [Thu, 18 Jun 2015 16:50:54 +0200] rev 487
add hide_nodes option to allow or node the hiding behavior on nodes - rescale node buttons if no hide/show button - hide the show-all-hidden-nodes button - prevent from hidding node when loading a view - add new test template to try the new options
Thu, 18 Jun 2015 16:25:21 +0200 fix bug in which hiddenNodes was reference on gview.get('hidden_node'). So any changes on hiddenNodes was modifying the original array too, preventing us to come back to the original state of the view.
rougeronj [Thu, 18 Jun 2015 16:25:21 +0200] rev 486
fix bug in which hiddenNodes was reference on gview.get('hidden_node'). So any changes on hiddenNodes was modifying the original array too, preventing us to come back to the original state of the view.
Tue, 16 Jun 2015 11:38:38 +0200 cleaning console.log
rougeronj [Tue, 16 Jun 2015 11:38:38 +0200] rev 485
cleaning console.log
Tue, 16 Jun 2015 11:38:22 +0200 new tests to check the correct behavior of adding custom templates
rougeronj [Tue, 16 Jun 2015 11:38:22 +0200] rev 484
new tests to check the correct behavior of adding custom templates
Tue, 16 Jun 2015 11:37:20 +0200 New nodeeditor html for video node type and update css to make the video fit the popup
rougeronj [Tue, 16 Jun 2015 11:37:20 +0200] rev 483
New nodeeditor html for video node type and update css to make the video fit the popup
Tue, 16 Jun 2015 11:36:09 +0200 add type selector in the node editor
rougeronj [Tue, 16 Jun 2015 11:36:09 +0200] rev 482
add type selector in the node editor add node_editor_template options to add custom templates for the node editor
Mon, 15 Jun 2015 12:08:14 +0200 start backbone.history when project is done loading (loadingStatus = false)
rougeronj [Mon, 15 Jun 2015 12:08:14 +0200] rev 481
start backbone.history when project is done loading (loadingStatus = false)
Mon, 15 Jun 2015 11:02:09 +0200 Merging...
rougeronj [Mon, 15 Jun 2015 11:02:09 +0200] rev 480
Merging...
Fri, 12 Jun 2015 15:41:26 +0200 send the id to the template and construct an proper url for each node passing the id to the parameter idNode
rougeronj [Fri, 12 Jun 2015 15:41:26 +0200] rev 479
send the id to the template and construct an proper url for each node passing the id to the parameter idNode
Fri, 12 Jun 2015 15:14:48 +0200 Merge with 374e17d0d96a080d707d8878b047833a9e96ce5e
rougeronj [Fri, 12 Jun 2015 15:14:48 +0200] rev 478
Merge with 374e17d0d96a080d707d8878b047833a9e96ce5e
Fri, 12 Jun 2015 14:49:25 +0200 Merge with 364c367df7fc1dc6590c8aaa4a0b2045948b0771
rougeronj [Fri, 12 Jun 2015 14:49:25 +0200] rev 477
Merge with 364c367df7fc1dc6590c8aaa4a0b2045948b0771
Fri, 12 Jun 2015 14:42:27 +0200 add router file to the list of file to concatenate during building
rougeronj [Fri, 12 Jun 2015 14:42:27 +0200] rev 476
add router file to the list of file to concatenate during building
Wed, 10 Jun 2015 16:00:45 +0200 Merge with fd2b5a7ec356132ffd5b5115c9663cd46f37dfa9
rougeronj [Wed, 10 Jun 2015 16:00:45 +0200] rev 475
Merge with fd2b5a7ec356132ffd5b5115c9663cd46f37dfa9
Wed, 10 Jun 2015 16:00:16 +0200 In the readOnly popup add the link to the specific node
rougeronj [Wed, 10 Jun 2015 16:00:16 +0200] rev 474
In the readOnly popup add the link to the specific node
Wed, 10 Jun 2015 15:58:42 +0200 update router
rougeronj [Wed, 10 Jun 2015 15:58:42 +0200] rev 473
update router add function "parameters" to scene to apply the correct changes depending on the parameters sent by the router
Fri, 05 Jun 2015 12:17:16 +0200 Merge with 41325cc50574ea85384c21e54090ebfdb929f687
rougeronj [Fri, 05 Jun 2015 12:17:16 +0200] rev 472
Merge with 41325cc50574ea85384c21e54090ebfdb929f687
Wed, 03 Jun 2015 17:27:46 +0200 Add a router to handle fragment identifier
rougeronj [Wed, 03 Jun 2015 17:27:46 +0200] rev 471
Add a router to handle fragment identifier Set up a listener of the router in the scene to update it Start Backbone.history (eventlistener of the router) when all the project is loaded Include router.js to all the test file
Fri, 12 Jun 2015 22:32:41 +0200 correction for rich text editor. correct problem of empty description. make sure that the editor toolbr close
ymh <ymh.work@gmail.com> [Fri, 12 Jun 2015 22:32:41 +0200] rev 470
correction for rich text editor. correct problem of empty description. make sure that the editor toolbr close
Fri, 12 Jun 2015 15:13:29 +0200 small adjustments to avoid editor race condition on close
ymh <ymh.work@gmail.com> [Fri, 12 Jun 2015 15:13:29 +0200] rev 469
small adjustments to avoid editor race condition on close
Fri, 12 Jun 2015 14:46:08 +0200 add rich text editor for description
ymh <ymh.work@gmail.com> [Fri, 12 Jun 2015 14:46:08 +0200] rev 468
add rich text editor for description
Wed, 10 Jun 2015 14:27:12 +0200 Correct triangle display with images
ymh <ymh.work@gmail.com> [Wed, 10 Jun 2015 14:27:12 +0200] rev 467
Correct triangle display with images
Wed, 10 Jun 2015 12:46:28 +0200 correct dash for edge + change text for view saves
ymh <ymh.work@gmail.com> [Wed, 10 Jun 2015 12:46:28 +0200] rev 466
correct dash for edge + change text for view saves
Tue, 09 Jun 2015 17:30:58 +0200 Added tag V00.10 for changeset c72ac00eb2f9
ymh <ymh.work@gmail.com> [Tue, 09 Jun 2015 17:30:58 +0200] rev 465
Added tag V00.10 for changeset c72ac00eb2f9
Tue, 09 Jun 2015 17:30:40 +0200 publish new renkan version V00.10
ymh <ymh.work@gmail.com> [Tue, 09 Jun 2015 17:30:40 +0200] rev 464
publish new renkan version
Fri, 05 Jun 2015 10:32:18 +0200 make hidden nodes work on java + correct projects export
ymh <ymh.work@gmail.com> [Fri, 05 Jun 2015 10:32:18 +0200] rev 463
make hidden nodes work on java + correct projects export
Thu, 04 Jun 2015 13:44:55 +0200 remove magical constant, put ghost opacity in the defaults.
ymh <ymh.work@gmail.com> [Thu, 04 Jun 2015 13:44:55 +0200] rev 462
remove magical constant, put ghost opacity in the defaults.
Thu, 04 Jun 2015 10:04:01 +0200 Merge with a3bf10beb710d1cfdda455ab98705f9e7a631739
ymh <ymh.work@gmail.com> [Thu, 04 Jun 2015 10:04:01 +0200] rev 461
Merge with a3bf10beb710d1cfdda455ab98705f9e7a631739
Wed, 03 Jun 2015 19:16:58 +0200 add style to node and edge in java. implement data migration for schema version 2
ymh <ymh.work@gmail.com> [Wed, 03 Jun 2015 19:16:58 +0200] rev 460
add style to node and edge in java. implement data migration for schema version 2
Wed, 03 Jun 2015 13:16:46 +0200 add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
ymh <ymh.work@gmail.com> [Wed, 03 Jun 2015 13:16:46 +0200] rev 459
add node and edge stroke width + adjust text + arrow placement + conrol arrow visibility
Tue, 02 Jun 2015 00:39:47 +0200 migrated to style, added dash style to client + small refactoring for shapes + triangle
ymh <ymh.work@gmail.com> [Tue, 02 Jun 2015 00:39:47 +0200] rev 458
migrated to style, added dash style to client + small refactoring for shapes + triangle
Mon, 01 Jun 2015 11:53:03 +0200 add mongodb migration to java model
ymh <ymh.work@gmail.com> [Mon, 01 Jun 2015 11:53:03 +0200] rev 457
add mongodb migration to java model
Tue, 02 Jun 2015 16:43:45 +0200 copy client change to server (grunt copy-server)
rougeronj [Tue, 02 Jun 2015 16:43:45 +0200] rev 456
copy client change to server (grunt copy-server)
Tue, 02 Jun 2015 16:42:02 +0200 Merge with 19f0b7803aed33a22feeb3e7c7da7a9dc7de81ce
rougeronj [Tue, 02 Jun 2015 16:42:02 +0200] rev 455
Merge with 19f0b7803aed33a22feeb3e7c7da7a9dc7de81ce
Fri, 22 May 2015 17:50:10 +0200 Merge with 4732f078d0fecc226b4b790097c58a6cd30c3832
rougeronj [Fri, 22 May 2015 17:50:10 +0200] rev 454
Merge with 4732f078d0fecc226b4b790097c58a6cd30c3832
Fri, 22 May 2015 17:48:18 +0200 new node's button to show the hidden neighbors
rougeronj [Fri, 22 May 2015 17:48:18 +0200] rev 453
new node's button to show the hidden neighbors hover the node reveal the hidden neighbors node in ‘ghost' mode
Fri, 22 May 2015 17:45:50 +0200 On doubleclick, open the uri of the node
rougeronj [Fri, 22 May 2015 17:45:50 +0200] rev 452
On doubleclick, open the uri of the node
Wed, 20 May 2015 10:53:40 +0200 Add retro-compatibility with previous model - If no "hidden_nodes attributes in the previous view, we set the current HiddenNodes to an empty array
rougeronj [Wed, 20 May 2015 10:53:40 +0200] rev 451
Add retro-compatibility with previous model - If no "hidden_nodes attributes in the previous view, we set the current HiddenNodes to an empty array
Wed, 20 May 2015 10:39:35 +0200 add the hidden/ghost behaviour:
rougeronj [Wed, 20 May 2015 10:39:35 +0200] rev 450
add the hidden/ghost behaviour: - The view hide or show the nodes calling their functions hide() or show(ghost). - The node and the edges have the attributes 'hidden' and 'ghost' to properly redraw them selves.
Wed, 20 May 2015 10:36:37 +0200 add a hidebutton to the nodes buttons
rougeronj [Wed, 20 May 2015 10:36:37 +0200] rev 449
add a hidebutton to the nodes buttons remove the "hidden" attribute from the node model. It is the view which controls the hidden nodes with a array of Hidden Nodes
Wed, 20 May 2015 10:32:26 +0200 add a button to show all the hidden nodes of the view
rougeronj [Wed, 20 May 2015 10:32:26 +0200] rev 448
add a button to show all the hidden nodes of the view
Wed, 06 May 2015 10:38:01 +0200 replace tabs by spaces
rougeronj [Wed, 06 May 2015 10:38:01 +0200] rev 447
replace tabs by spaces
Tue, 05 May 2015 18:00:13 +0200 add 2 html to test the externalisation of the editor panel of an edge and a node
rougeronj [Tue, 05 May 2015 18:00:13 +0200] rev 446
add 2 html to test the externalisation of the editor panel of an edge and a node
Tue, 05 May 2015 17:59:14 +0200 Add popup_editor and editor_panel option to allow the editor panel to bin in an external div
rougeronj [Tue, 05 May 2015 17:59:14 +0200] rev 445
Add popup_editor and editor_panel option to allow the editor panel to bin in an external div Update the scene, the node editor and the edge editor to include the options
Fri, 29 May 2015 14:57:37 +0200 add schema version + dataloaders to ensure data migrations + small correction for php server exmple + a readme for the php server example
ymh <ymh.work@gmail.com> [Fri, 29 May 2015 14:57:37 +0200] rev 444
add schema version + dataloaders to ensure data migrations + small correction for php server exmple + a readme for the php server example
Mon, 25 May 2015 01:18:12 +0200 best coding convention for loadingstatus and savingstatus, rempve loadingatatus form export
ymh <ymh.work@gmail.com> [Mon, 25 May 2015 01:18:12 +0200] rev 443
best coding convention for loadingstatus and savingstatus, rempve loadingatatus form export add the schema version to export, to prepare for schema migrations.
Fri, 22 May 2015 17:48:14 +0200 add server php example
ymh <ymh.work@gmail.com> [Fri, 22 May 2015 17:48:14 +0200] rev 442
add server php example
Wed, 13 May 2015 10:02:04 +0200 add cloud form
ymh <ymh.work@gmail.com> [Wed, 13 May 2015 10:02:04 +0200] rev 441
add cloud form
Wed, 06 May 2015 09:38:15 +0200 typos corrections
ymh <ymh.work@gmail.com> [Wed, 06 May 2015 09:38:15 +0200] rev 440
typos corrections
Tue, 05 May 2015 17:08:53 +0200 slightly improve documentation
ymh <ymh.work@gmail.com> [Tue, 05 May 2015 17:08:53 +0200] rev 439
slightly improve documentation
Wed, 29 Apr 2015 20:00:40 +0200 Added tag V00.09.01 for changeset ad484b4b5050
ymh <ymh.work@gmail.com> [Wed, 29 Apr 2015 20:00:40 +0200] rev 438
Added tag V00.09.01 for changeset ad484b4b5050
Wed, 29 Apr 2015 20:00:19 +0200 increment version V00.09.01
ymh <ymh.work@gmail.com> [Wed, 29 Apr 2015 20:00:19 +0200] rev 437
increment version
Mon, 27 Apr 2015 17:23:14 +0200 Added tag V00.09 for changeset e529b633c339
ymh <ymh.work@gmail.com> [Mon, 27 Apr 2015 17:23:14 +0200] rev 436
Added tag V00.09 for changeset e529b633c339
Mon, 27 Apr 2015 17:22:46 +0200 Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version V00.09
ymh <ymh.work@gmail.com> [Mon, 27 Apr 2015 17:22:46 +0200] rev 435
Add shape management, correction on shape manip[ulation on the client, correct 404 error on space creation, increment version
Sat, 25 Apr 2015 04:37:06 +0200 clean, and finalize lodash migration
ymh <ymh.work@gmail.com> [Sat, 25 Apr 2015 04:37:06 +0200] rev 434
clean, and finalize lodash migration
Sat, 25 Apr 2015 04:13:53 +0200 replace underscore par lodash
ymh <ymh.work@gmail.com> [Sat, 25 Apr 2015 04:13:53 +0200] rev 433
replace underscore par lodash
Fri, 24 Apr 2015 18:02:09 +0200 copy the last update of the client to the server
rougeronj [Fri, 24 Apr 2015 18:02:09 +0200] rev 432
copy the last update of the client to the server
Fri, 24 Apr 2015 18:01:45 +0200 update README file to reference the task available in grunt
rougeronj [Fri, 24 Apr 2015 18:01:45 +0200] rev 431
update README file to reference the task available in grunt
Fri, 24 Apr 2015 18:01:02 +0200 split the 'colorpicker' template and the 'search' template (list of possible kind of search in the bins) into separate html
rougeronj [Fri, 24 Apr 2015 18:01:02 +0200] rev 430
split the 'colorpicker' template and the 'search' template (list of possible kind of search in the bins) into separate html
Fri, 24 Apr 2015 13:13:24 +0200 copy server the update of FileSaver, Requirejs, and underscore
rougeronj [Fri, 24 Apr 2015 13:13:24 +0200] rev 429
copy server the update of FileSaver, Requirejs, and underscore
Fri, 24 Apr 2015 13:12:33 +0200 remove old lib files
rougeronj [Fri, 24 Apr 2015 13:12:33 +0200] rev 428
remove old lib files
Fri, 24 Apr 2015 13:05:09 +0200 copy to server the last changes
rougeronj [Fri, 24 Apr 2015 13:05:09 +0200] rev 427
copy to server the last changes
Fri, 24 Apr 2015 11:13:16 +0200 split templates in main, list-bin and wikipedia-bin
rougeronj [Fri, 24 Apr 2015 11:13:16 +0200] rev 426
split templates in main, list-bin and wikipedia-bin
Fri, 24 Apr 2015 11:12:23 +0200 generate template before laoding the main
rougeronj [Fri, 24 Apr 2015 11:12:23 +0200] rev 425
generate template before laoding the main
Thu, 23 Apr 2015 16:42:31 +0200 copy the JST change to server
rougeronj [Thu, 23 Apr 2015 16:42:31 +0200] rev 424
copy the JST change to server
Thu, 23 Apr 2015 16:37:42 +0200 add grunt-contrib-watch and a watch task to detect modification of js/css/html and launch the corresping task to build the application again
rougeronj [Thu, 23 Apr 2015 16:37:42 +0200] rev 423
add grunt-contrib-watch and a watch task to detect modification of js/css/html and launch the corresping task to build the application again
Sat, 18 Apr 2015 17:53:02 +0200 export the templates of ldt-json-bin to html files
rougeronj [Sat, 18 Apr 2015 17:53:02 +0200] rev 422
export the templates of ldt-json-bin to html files
Sat, 18 Apr 2015 17:52:37 +0200 update jst grunt to crawl inside the nested templates folders
rougeronj [Sat, 18 Apr 2015 17:52:37 +0200] rev 421
update jst grunt to crawl inside the nested templates folders
Sat, 18 Apr 2015 17:14:27 +0200 export the templates of nodeeditor to html files
rougeronj [Sat, 18 Apr 2015 17:14:27 +0200] rev 420
export the templates of nodeeditor to html files
Sat, 18 Apr 2015 16:56:37 +0200 export the templates of scene and edgeeditor to html files
rougeronj [Sat, 18 Apr 2015 16:56:37 +0200] rev 419
export the templates of scene and edgeeditor to html files
Sat, 18 Apr 2015 16:55:15 +0200 add the compiled message to the renkan options
rougeronj [Sat, 18 Apr 2015 16:55:15 +0200] rev 418
add the compiled message to the renkan options
Sat, 18 Apr 2015 16:54:38 +0200 update test template to load templates.js
rougeronj [Sat, 18 Apr 2015 16:54:38 +0200] rev 417
update test template to load templates.js
Sat, 18 Apr 2015 16:47:18 +0200 add grunt JST to compilate the templates
rougeronj [Sat, 18 Apr 2015 16:47:18 +0200] rev 416
add grunt JST to compilate the templates
Mon, 30 Mar 2015 10:11:32 +0200 Added tag V00.08.07 for changeset 276042cb477c
ymh <ymh.work@gmail.com> [Mon, 30 Mar 2015 10:11:32 +0200] rev 415
Added tag V00.08.07 for changeset 276042cb477c
Mon, 30 Mar 2015 09:53:48 +0200 correct fix size, improve control on view save button and related init state V00.08.07
ymh <ymh.work@gmail.com> [Mon, 30 Mar 2015 09:53:48 +0200] rev 414
correct fix size, improve control on view save button and related init state
Sat, 28 Mar 2015 04:28:21 +0100 Added tag V00.08.07 for changeset 1ebaa106b580
ymh <ymh.work@gmail.com> [Sat, 28 Mar 2015 04:28:21 +0100] rev 413
Added tag V00.08.07 for changeset 1ebaa106b580
Sat, 28 Mar 2015 04:27:48 +0100 add no zoom option
ymh <ymh.work@gmail.com> [Sat, 28 Mar 2015 04:27:48 +0100] rev 412
add no zoom option
Fri, 27 Mar 2015 19:15:57 +0100 correct the zoom save feature. Allow to see it in read only mode
ymh <ymh.work@gmail.com> [Fri, 27 Mar 2015 19:15:57 +0100] rev 411
correct the zoom save feature. Allow to see it in read only mode
Fri, 27 Mar 2015 18:24:43 +0100 correct search field width + new version
ymh <ymh.work@gmail.com> [Fri, 27 Mar 2015 18:24:43 +0100] rev 410
correct search field width + new version
Thu, 19 Mar 2015 22:33:35 +0100 Added tag V00.08.06 for changeset 471685caca92
ymh <ymh.work@gmail.com> [Thu, 19 Mar 2015 22:33:35 +0100] rev 409
Added tag V00.08.06 for changeset 471685caca92
Thu, 19 Mar 2015 22:33:18 +0100 increment version V00.08.06
ymh <ymh.work@gmail.com> [Thu, 19 Mar 2015 22:33:18 +0100] rev 408
increment version
Thu, 19 Mar 2015 22:31:17 +0100 migrate to django 1.7
ymh <ymh.work@gmail.com> [Thu, 19 Mar 2015 22:31:17 +0100] rev 407
migrate to django 1.7
Tue, 17 Mar 2015 21:57:27 +0100 Added tag V00.08.05 for changeset 269c65c9db79
ymh <ymh.work@gmail.com> [Tue, 17 Mar 2015 21:57:27 +0100] rev 406
Added tag V00.08.05 for changeset 269c65c9db79
Tue, 17 Mar 2015 21:56:56 +0100 increment version V00.08.05
ymh <ymh.work@gmail.com> [Tue, 17 Mar 2015 21:56:56 +0100] rev 405
increment version
Tue, 17 Mar 2015 18:55:22 +0100 update server files
ymh <ymh.work@gmail.com> [Tue, 17 Mar 2015 18:55:22 +0100] rev 404
update server files
Tue, 17 Mar 2015 18:53:36 +0100 correct resizing problems especially in next firefox
ymh <ymh.work@gmail.com> [Tue, 17 Mar 2015 18:53:36 +0100] rev 403
correct resizing problems especially in next firefox
Fri, 13 Mar 2015 16:46:50 +0100 Added tag V00.08.04 for changeset e02e58fc07cf
ymh <ymh.work@gmail.com> [Fri, 13 Mar 2015 16:46:50 +0100] rev 402
Added tag V00.08.04 for changeset e02e58fc07cf
Fri, 13 Mar 2015 16:46:38 +0100 correct version V00.08.04
ymh <ymh.work@gmail.com> [Fri, 13 Mar 2015 16:46:38 +0100] rev 401
correct version
Fri, 13 Mar 2015 16:36:57 +0100 Added tag V00.08.03 for changeset 2851da9997ea
ymh <ymh.work@gmail.com> [Fri, 13 Mar 2015 16:36:57 +0100] rev 400
Added tag V00.08.03 for changeset 2851da9997ea
Fri, 13 Mar 2015 16:36:47 +0100 increment version V00.08.03
ymh <ymh.work@gmail.com> [Fri, 13 Mar 2015 16:36:47 +0100] rev 399
increment version
Fri, 13 Mar 2015 16:33:49 +0100 Correct button shift on hover that appeared after paperjs v 0.9.15
ymh <ymh.work@gmail.com> [Fri, 13 Mar 2015 16:33:49 +0100] rev 398
Correct button shift on hover that appeared after paperjs v 0.9.15
Fri, 13 Mar 2015 13:29:02 +0100 update libraries
ymh <ymh.work@gmail.com> [Fri, 13 Mar 2015 13:29:02 +0100] rev 397
update libraries
Fri, 13 Mar 2015 10:56:19 +0100 add timeout to buttons
ymh <ymh.work@gmail.com> [Fri, 13 Mar 2015 10:56:19 +0100] rev 396
add timeout to buttons
Wed, 04 Mar 2015 09:39:11 +0100 Added tag V00.08.04 for changeset 95d6545c79e5
ymh <ymh.work@gmail.com> [Wed, 04 Mar 2015 09:39:11 +0100] rev 395
Added tag V00.08.04 for changeset 95d6545c79e5
Wed, 04 Mar 2015 09:38:33 +0100 css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com> [Wed, 04 Mar 2015 09:38:33 +0100] rev 394
css corrections on link in node description - correct dojo library config - deactivate image upload
Fri, 13 Mar 2015 12:00:48 +0100 manually recalculate width when resizing canvas
rougeronj [Fri, 13 Mar 2015 12:00:48 +0100] rev 393
manually recalculate width when resizing canvas
Thu, 12 Mar 2015 11:00:47 +0100 revert translation "search in bin"
rougeronj [Thu, 12 Mar 2015 11:00:47 +0100] rev 392
revert translation "search in bin"
Tue, 10 Mar 2015 13:24:41 +0100 add Rk-TopBar-Separator between “search in graph" and "bookmarklet" - grunt + copy-server done
rougeronj [Tue, 10 Mar 2015 13:24:41 +0100] rev 391
add Rk-TopBar-Separator between “search in graph" and "bookmarklet" - grunt + copy-server done
Tue, 10 Mar 2015 12:37:12 +0100 Rename "serach in Bins" to "Search in Results" and add translations.
rougeronj [Tue, 10 Mar 2015 12:37:12 +0100] rev 390
Rename "serach in Bins" to "Search in Results" and add translations. Grunt + copy-server done
Sat, 28 Feb 2015 07:31:19 +0100 Added tag V00.08.04 for changeset a8b029ec4d54
ymh <ymh.work@gmail.com> [Sat, 28 Feb 2015 07:31:19 +0100] rev 389
Added tag V00.08.04 for changeset a8b029ec4d54
Sat, 28 Feb 2015 07:30:59 +0100 increment version
ymh <ymh.work@gmail.com> [Sat, 28 Feb 2015 07:30:59 +0100] rev 388
increment version
Thu, 26 Feb 2015 10:33:57 +0100 correct renkan migration, remove dependency to hdabo
ymh <ymh.work@gmail.com> [Thu, 26 Feb 2015 10:33:57 +0100] rev 387
correct renkan migration, remove dependency to hdabo
(0) -120 +120 tip