You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(97) |
Apr
(160) |
May
(139) |
Jun
(17) |
Jul
(51) |
Aug
(39) |
Sep
(21) |
Oct
(45) |
Nov
(60) |
Dec
(110) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(34) |
Feb
(84) |
Mar
(154) |
Apr
(81) |
May
(107) |
Jun
(33) |
Jul
(30) |
Aug
(49) |
Sep
(68) |
Oct
(96) |
Nov
(39) |
Dec
(23) |
2012 |
Jan
(45) |
Feb
(53) |
Mar
(39) |
Apr
(32) |
May
(62) |
Jun
(48) |
Jul
(42) |
Aug
(61) |
Sep
(56) |
Oct
(48) |
Nov
(57) |
Dec
(16) |
2013 |
Jan
(52) |
Feb
(10) |
Mar
(20) |
Apr
(43) |
May
(37) |
Jun
(56) |
Jul
(53) |
Aug
(15) |
Sep
(41) |
Oct
(47) |
Nov
(75) |
Dec
(63) |
2014 |
Jan
(39) |
Feb
(80) |
Mar
(41) |
Apr
(47) |
May
(43) |
Jun
(38) |
Jul
(15) |
Aug
|
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
(3) |
2015 |
Jan
(1) |
Feb
(3) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(11) |
Dec
(7) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <jm...@us...> - 2013-11-01 13:42:33
|
Revision: 3780 http://sourceforge.net/p/eulergui/code/3780 Author: jmvanel Date: 2013-11-01 13:42:27 +0000 (Fri, 01 Nov 2013) Log Message: ----------- - N3Form : change message : new or not - quick_build.sh - RuleBasedApplicationWithCache: extract manageGraphMetadata() * TODO : Metadata are not distinguished from other properties of uriString, so they appear in N3Form * TODO : store both in KB and TDB store (RuleBasedApplicationWithCache or new TripleStoreHybrid ? ) Modified Paths: -------------- trunk/eulergui/quick_build.sh trunk/eulergui/src/main/java/deductions/runtime/swing/N3Form.java trunk/eulergui/src/main/java/deductions/runtime/swing/TripleComboBoxes.java trunk/eulergui/src/main/java/unif/TripleStoreFromNamedModel.java trunk/eulergui/src/main/java/unif/TripleStoreTDB.java trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationHelper.scala trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/CreationButton.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-30 18:02:53
|
Revision: 3779 http://sourceforge.net/p/eulergui/code/3779 Author: jmvanel Date: 2013-10-30 18:02:48 +0000 (Wed, 30 Oct 2013) Log Message: ----------- simple FIX reduce button size for buttons for new triples creation TODO much better FIX: http://stackoverflow.com/questions/3485088/resizing-jbuttons-and-other-components-according-to-text Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/runtime/swing/TripleComboBoxes.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-30 17:41:22
|
Revision: 3778 http://sourceforge.net/p/eulergui/code/3778 Author: jmvanel Date: 2013-10-30 17:41:17 +0000 (Wed, 30 Oct 2013) Log Message: ----------- - FIX DatatypeHelper.isObjectProperty() , which improves N3Form : due to several types for some properties, owl:ObjectProperty was often not recognized - some renaming in N3Form, commenting here and there Modified Paths: -------------- trunk/eulergui/examples/music-app-rules.n3 trunk/eulergui/src/main/java/deductions/runtime/swing/N3Form.java trunk/eulergui/src/main/java/deductions/runtime/swing/TripleComboBoxes.java trunk/eulergui/src/main/java/eulergui/PrefixManager.java trunk/eulergui/src/main/java/eulergui/parser/n3/service/TripleListHelper.java trunk/eulergui/src/main/java/unif/DatatypeHelper.java trunk/eulergui/src/main/scala/deductions/runtime/swing/components/CreationButton.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-28 21:59:02
|
Revision: 3777 http://sourceforge.net/p/eulergui/code/3777 Author: jmvanel Date: 2013-10-28 21:58:59 +0000 (Mon, 28 Oct 2013) Log Message: ----------- - panel for recommendations & suggestions WIP : examples/domain-app-Song_Person.n3p.n3 Modified Paths: -------------- trunk/eulergui/examples/domain-app-Song_Person.n3p.n3 trunk/eulergui/html/documentation.html trunk/eulergui/src/main/java/unif/TripleStoreJena.java trunk/eulergui/src/main/scala/deductions/runtime/swing/components/CreationButton.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplication.scala Added Paths: ----------- trunk/eulergui/examples/music-app-rules.n3 trunk/eulergui/src/main/scala/deductions/runtime/swing/components/MessagePanel.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-28 17:22:59
|
Revision: 3776 http://sourceforge.net/p/eulergui/code/3776 Author: jmvanel Date: 2013-10-28 17:22:55 +0000 (Mon, 28 Oct 2013) Log Message: ----------- DomainApplication : - add panel for recommendations & suggestions - clean code, extract methods Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/scala/deductions/runtime/swing/components/CreationButton.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/RuleBasedApp.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplication.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-28 16:48:40
|
Revision: 3775 http://sourceforge.net/p/eulergui/code/3775 Author: jmvanel Date: 2013-10-28 16:48:36 +0000 (Mon, 28 Oct 2013) Log Message: ----------- - come back to latest EYE because rule generation from OWL is fixed by Jos in EYE ( was generation of blank nodes instead of automatic variables ) - DomainApp : print name of class of created resource Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/java/eulergui/CommandLineArguments.java trunk/eulergui/src/main/scala/deductions/runtime/swing/components/CreationButton.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-28 16:29:55
|
Revision: 3774 http://sourceforge.net/p/eulergui/code/3774 Author: jmvanel Date: 2013-10-28 16:29:51 +0000 (Mon, 28 Oct 2013) Log Message: ----------- DomainApplication arguments are now coherent with EG Modified Paths: -------------- trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationHelper.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-28 12:43:35
|
Revision: 3773 http://sourceforge.net/p/eulergui/code/3773 Author: jmvanel Date: 2013-10-28 12:43:28 +0000 (Mon, 28 Oct 2013) Log Message: ----------- doc: update screenshots; add parag. on tdb manager GUI Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/html/images/data-gui-1.png trunk/eulergui/html/images/data-gui-2.png Added Paths: ----------- trunk/eulergui/html/images/tdb_manager1.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-28 11:27:50
|
Revision: 3772 http://sourceforge.net/p/eulergui/code/3772 Author: jmvanel Date: 2013-10-28 11:27:44 +0000 (Mon, 28 Oct 2013) Log Message: ----------- FIX text suite after recent change in URLHelper.scala for URI abbreviation Tests run: 226, Failures: 0, Errors: 0, Skipped: 0 [INFO] BUILD SUCCESS Modified Paths: -------------- trunk/eulergui/src/main/scala/eulergui/util/URLHelper.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-28 10:20:56
|
Revision: 3771 http://sourceforge.net/p/eulergui/code/3771 Author: jmvanel Date: 2013-10-28 10:20:51 +0000 (Mon, 28 Oct 2013) Log Message: ----------- add test/simplest_hierarchy.n3 for fixing EYE regression Added Paths: ----------- trunk/eulergui/test/simplest_hierarchy.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-28 09:50:17
|
Revision: 3770 http://sourceforge.net/p/eulergui/code/3770 Author: jmvanel Date: 2013-10-28 09:50:12 +0000 (Mon, 28 Oct 2013) Log Message: ----------- - revert to EYE of 2013-09 because rule generation from OWL is broken by EYE ( generation of blank nodes instead of automatic variables ) TODO test/simple_rule.n3 still broken with Drools - fix once more the Maven build (did not work after mvn clean ) Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/java/eulergui/inference/drools/impl/DroolsTripleHandler.java Added Paths: ----------- trunk/eulergui/test/simple_rule.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-27 21:25:02
|
Revision: 3769 http://sourceforge.net/p/eulergui/code/3769 Author: jmvanel Date: 2013-10-27 21:24:57 +0000 (Sun, 27 Oct 2013) Log Message: ----------- - FIX Maven mvn test, after adding TestRuleBasedApplicationWithCache.scala (before we never had JUnit tests writen in Scala) Modified Paths: -------------- trunk/eulergui/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-27 15:32:10
|
Revision: 3768 http://sourceforge.net/p/eulergui/code/3768 Author: jmvanel Date: 2013-10-27 15:32:06 +0000 (Sun, 27 Oct 2013) Log Message: ----------- - SourceFactory.scala : set acceptHeaderRDFPriority, because with acceptHeaderTurtlePriority dbPedia now sends some Turtle that the EulerGUI parser can't handle (non-ascii caraters in URI's) - Namespaces.java : add "dbyago" as important prefix Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/Namespaces.java trunk/eulergui/src/main/java/eulergui/PrefixManager.java trunk/eulergui/src/main/scala/eulergui/project/SourceFactory.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-27 11:06:04
|
Revision: 3767 http://sourceforge.net/p/eulergui/code/3767 Author: jmvanel Date: 2013-10-27 11:05:58 +0000 (Sun, 27 Oct 2013) Log Message: ----------- actually show abbreviated URI's in bottom combobox in DataGUI (dbpedia: prefix was not present in RDF from dbpedia.org, so I add all important prefixes systematically) TODO: in SourceFactory HTTP 303 See Other to http://dbpedia.org/data/XXX.ttl is not taken in account (wget does this very well) Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/Namespaces.java trunk/eulergui/src/main/java/eulergui/PrefixManager.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-27 09:51:26
|
Revision: 3766 http://sourceforge.net/p/eulergui/code/3766 Author: jmvanel Date: 2013-10-27 09:51:22 +0000 (Sun, 27 Oct 2013) Log Message: ----------- actually show abbreviated URI's in N3Form (top combobox in DataGUI) TODO also abbreviate URI's in bottom combobox in DataGUI Modified Paths: -------------- trunk/eulergui/src/main/java/eulergui/PrefixManager.java trunk/eulergui/src/main/scala/eulergui/util/URLHelper.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-26 17:57:07
|
Revision: 3765 http://sourceforge.net/p/eulergui/code/3765 Author: jmvanel Date: 2013-10-26 17:57:02 +0000 (Sat, 26 Oct 2013) Log Message: ----------- - TestRuleBasedApplicationWithCache.scala now succeeds for prefix mappings the second time when actually reading TDB cache (prefix mappings are stored in graph for user entered data) TODO actually show abbreviated URI's in DataGUI Modified Paths: -------------- trunk/eulergui/src/main/java/unif/TripleStoreTDB.java trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala trunk/eulergui/src/test/scala/deductions/runtime/TestRuleBasedApplicationWithCache.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-26 12:58:32
|
Revision: 3764 http://sourceforge.net/p/eulergui/code/3764 Author: jmvanel Date: 2013-10-26 12:58:27 +0000 (Sat, 26 Oct 2013) Log Message: ----------- - add TestRuleBasedApplicationWithCache.scala ( test prefixes in TDB cache ) TODO : does not succeed the second time when actually reading TDB cache - add scalatest in pom.xml Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala trunk/eulergui/src/main/scala/eulergui/util/SimpleSemanticImporter.scala Added Paths: ----------- trunk/eulergui/src/test/scala/deductions/ trunk/eulergui/src/test/scala/deductions/runtime/ trunk/eulergui/src/test/scala/deductions/runtime/TestRuleBasedApplicationWithCache.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-25 19:58:33
|
Revision: 3763 http://sourceforge.net/p/eulergui/code/3763 Author: jmvanel Date: 2013-10-25 19:58:27 +0000 (Fri, 25 Oct 2013) Log Message: ----------- - new class SimpleSemanticImporter.scala ( yet unused ) - new class N3ParserFacade.scala Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/runtime/swing/N3SourceTableView.java trunk/eulergui/src/main/java/eulergui/parser/n3/service/TripleListHelper.java Added Paths: ----------- trunk/eulergui/src/main/scala/eulergui/parser/ trunk/eulergui/src/main/scala/eulergui/parser/n3/ trunk/eulergui/src/main/scala/eulergui/parser/n3/service/ trunk/eulergui/src/main/scala/eulergui/parser/n3/service/N3ParserFacade.scala trunk/eulergui/src/main/scala/eulergui/util/SimpleSemanticImporter.scala trunk/eulergui/test/list_java_arg.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-17 21:04:14
|
Revision: 3762 http://sourceforge.net/p/eulergui/code/3762 Author: jmvanel Date: 2013-10-17 21:04:09 +0000 (Thu, 17 Oct 2013) Log Message: ----------- Start DomainApplication from EulerGUI tools menu tested with examples/domain-app-Song_Person.n3p.n3 Modified Paths: -------------- trunk/eulergui/src/main/java/eulergui/gui/main/ToolsManagement.java trunk/eulergui/src/main/java/eulergui/inference/drools/impl/N3DroolsEngineFacade.java trunk/eulergui/src/main/java/eulergui/project/Project.java trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplication.scala Added Paths: ----------- trunk/eulergui/examples/domain-app-Song_Person.n3p.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-16 20:51:03
|
Revision: 3761 http://sourceforge.net/p/eulergui/code/3761 Author: jmvanel Date: 2013-10-16 20:50:58 +0000 (Wed, 16 Oct 2013) Log Message: ----------- store Prefix Declarations in TDB cache in TripleStoreTDB.copyPrefixDeclarations() Modified Paths: -------------- trunk/eulergui/src/main/java/unif/TripleStoreTDB.java trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplication.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-16 19:19:02
|
Revision: 3760 http://sourceforge.net/p/eulergui/code/3760 Author: jmvanel Date: 2013-10-16 19:18:58 +0000 (Wed, 16 Oct 2013) Log Message: ----------- DomainApplication.scala : WIP : - button in EuleGUI tools menu - N3Form: better layout of the triple combobox UI Modified Paths: -------------- trunk/eulergui/html/demo_cnl2012.html trunk/eulergui/html/documentation.html trunk/eulergui/src/main/java/deductions/runtime/RuleBasedApplicationStarter.java trunk/eulergui/src/main/java/deductions/runtime/swing/N3Form.java trunk/eulergui/src/main/java/eulergui/gui/main/ToolsManagement.java trunk/eulergui/src/main/java/eulergui/gui/tools/LaunchDataGUI.java trunk/eulergui/src/main/java/eulergui/gui/tools/LaunchSWExplorer.java trunk/eulergui/src/main/java/eulergui/infrastructure/URIModificationChecker.java trunk/eulergui/src/main/java/eulergui/infrastructure/cache/URICacheImpl.java trunk/eulergui/src/main/resources/eulergui.properties trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationHelper.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplication.scala trunk/eulergui/src/main/scala/eulergui/util/URLHelper.scala Added Paths: ----------- trunk/eulergui/src/main/java/eulergui/gui/tools/LaunchDomainApp.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-14 14:06:02
|
Revision: 3759 http://sourceforge.net/p/eulergui/code/3759 Author: jmvanel Date: 2013-10-14 14:05:57 +0000 (Mon, 14 Oct 2013) Log Message: ----------- update screenshot for DommainApplication Modified Paths: -------------- trunk/eulergui/html/images/domain-app1.png trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-14 13:29:20
|
Revision: 3758 http://sourceforge.net/p/eulergui/code/3758 Author: jmvanel Date: 2013-10-14 13:29:15 +0000 (Mon, 14 Oct 2013) Log Message: ----------- DomainApplication.scala : WIP : - FIX error in TripleStoreTDB, such that TripleStoreFromNamedModel.query("") was getting the whole DB (resulting in duplicate buttons) - DomainApplication.scala : FIX URI for N3Source rule (resulting in URI exception hard to understand later) - SWExplorerWindow.scala : organize imports Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/runtime/swing/N3Form.java trunk/eulergui/src/main/java/unif/TripleStoreFromNamedModel.java trunk/eulergui/src/main/java/unif/TripleStoreTDB.java trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplication.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorerWindow.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-14 09:19:29
|
Revision: 3757 http://sourceforge.net/p/eulergui/code/3757 Author: jmvanel Date: 2013-10-14 09:19:23 +0000 (Mon, 14 Oct 2013) Log Message: ----------- DomainApplication.scala : WIP : - after displaying a form, set window Size To Screen Size - remove setText() on button; put the info. in tooltip - args(0) ( the app. N3 specif. ) was loaded twice in KB Modified Paths: -------------- trunk/eulergui/src/main/scala/deductions/runtime/swing/components/CreationButton.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/RuleBasedApp.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplication.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-10-13 21:21:10
|
Revision: 3756 http://sourceforge.net/p/eulergui/code/3756 Author: jmvanel Date: 2013-10-13 21:21:06 +0000 (Sun, 13 Oct 2013) Log Message: ----------- DomainApplication.scala : WIP : - clicking button a second time: TDBException: Read-only block manager - doc.: details on persistent cache Modified Paths: -------------- trunk/eulergui/examples/domain-app-Person.n3 trunk/eulergui/examples/domain-app-Song.n3 trunk/eulergui/html/documentation.html trunk/eulergui/src/main/scala/deductions/runtime/UserManagement.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplication.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |