Hi Fabian, what I am working on is annotate.js and VIE. Annotate.js is the widget that uses the VIE library to communicate to Stanbol and to bring functionality to the user. These other projects are not really part of but somehow dependent of the Stanbol development. If Stanbol has new features or fixes a bug that gives a new possibility to do something more on the UI level, I'm trying to build new features on top of them as well. The Webvie component is simply a wrapper for the VIE library and the annotate widget. There's an issue tracker forthe VIE library [1] and there's another one for annotate.js [2]. So whenever I commit the newest state of these libraries it's because they reached a new level that would be worth committing. I don't think that these kinds of updates are worth to create a Jira issue for each time since it would be repeating the changelog of VIE and Annotate.js. It would possibly make more sense to bind a stable git branch to the libs, so they get checked out automatically.. but I have no idea if it's possible..
Cheers, Szaby [1] http://github.com/bergie/vie [2] https://github.com/szabyg/annotate.js On 7 October 2011 12:36, Fabian Christ <[email protected]> wrote: > Hi Szaby, > > is this a particular issue that you're working on? Could you please open an > issue in Jira for your changes so that everyone gets an idea about what > happens by these commits? > > Thank you! > > Best, > - Fabian > > Am Freitag, 7. Oktober 2011 schrieb : > > > Author: szabyg > > Date: Fri Oct 7 09:36:54 2011 > > New Revision: 1179980 > > > > URL: http://svn.apache.org/viewvc?rev=1179980&view=rev > > Log: > > Webvie template with better usability. > > > > Modified: > > > > > > incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/templates/org/apache/stanbol/enhancer/webvie/resource/EnhancerVieRootResource/index.ftl > > > > Modified: > > > incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/templates/org/apache/stanbol/enhancer/webvie/resource/EnhancerVieRootResource/index.ftl > > URL: > > > http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/templates/org/apache/stanbol/enhancer/webvie/resource/EnhancerVieRootResource/index.ftl?rev=1179980&r1=1179979&r2=1179980&view=diff > > > > > ============================================================================== > > --- > > > incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/templates/org/apache/stanbol/enhancer/webvie/resource/EnhancerVieRootResource/index.ftl > > (original) > > +++ > > > incubator/stanbol/trunk/commons/web/webvie/src/main/resources/org/apache/stanbol/enhancer/webvie/templates/org/apache/stanbol/enhancer/webvie/resource/EnhancerVieRootResource/index.ftl > > Fri Oct 7 09:36:54 2011 > > @@ -92,9 +92,12 @@ a[typeof][about].concept {background-col > > .button() > > .hide() > > .click(function(){ > > - $('#content').annotate('acceptAll', function(report){ > > + $('#content') > > + .annotate('acceptAll', function(report){ > > console.log('AcceptAll finished with the report:', > report); > > }); > > + $('.acceptAllButton') > > + .button('disable'); > > }); > > > > $('.enhanceButton') > > @@ -115,6 +118,7 @@ a[typeof][about].concept {background-col > > > > $('.acceptAllButton') > > .show() > > + .button('enable') > > } else { > > $('.enhanceButton') > > .button('enable') > > > > > > > > -- > Fabian > http://twitter.com/fctwitt >
