public
Description: javascript canvas lib for rendering graphically ruote process definitions
Homepage: http://ruote.rubyforge.org
Clone URL: git://github.com/jmettraux/ruote-fluo.git
ruote-fluo / CHANGELOG.txt
100644 32 lines (23 sloc) 1.285 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
= ruote-fluo CHANGELOG.txt
 
 
== ruote-fluo 0.9.20 not yet released
 
- todo #24171 : adapted to Safari 4
- todo #23197 : added handler for 'concurrent-iterator'
- todo #23194 : added handler for 'loop' and 'cursor'
- todo #23159 : made sure that 'sequence' displays its attributes if any
- todo #23172 : added clock symbol for the 'sleep' expression
- todo #23160 : added handler for 'error' expression
- bug #23161 : TextHandler not showing unique string child. Fixed.
- todo #23158 : added icon for on_cancel and on_error attributes
- bug #21964 : undefined method 'header' for Rufus::Sixjo::Context. Fixed.
 
 
== ruote-fluo 0.9.19 released 2008/09/09
 
- todo #21857 : preventing up/down/paste_before/remove on root expression
- todo #21827 : onChange and onOver for each tred
- todo #21826 : FluoTred.imageRoot can be changed
- todo #21423 : implemented show/hide minor expressions
- bug #21309 : "if" broken highlighting. Fixed.
- todo #20079 : differentiated 'cursor' and 'loop' from 'sequence'
- bug #20060 : not happy with the new "define 'x' do..." syntax. Fixed.
- todo #19457 : using 'tag' as well as 'activity' for participants 'activity'
                 labels
- todo #19604 : moved Fluo to Sinatra
- todo #18578 : Fluo namespace - s1560