/trunk Developers: jmettraux

Login name:
jmettraux
Total Commits:
644 (81.1%)
Lines of Code:
12185 (82.9%)
Most Recent Commit:
2007-01-19 22:00

Activity by Clock Time

Activity by Hour of Day for jmettraux

Activity by Day of Week for jmettraux

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 644 (100.0%) 12185 (100.0%) 18.9
openwfe-ruby/lib/ru/expressions/ 76 (11.8%) 3293 (27.0%) 43.3
openwfe-ruby/lib/ 100 (15.5%) 1941 (15.9%) 19.4
openwfe-ruby/lib/ru/ 209 (32.5%) 1793 (14.7%) 8.5
openwfe-ruby/test/ 132 (20.5%) 1691 (13.9%) 12.8
openwfe-ruby/lib/ru/expool/ 37 (5.7%) 1196 (9.8%) 32.3
openwfe-ruby/lib/ru/util/ 7 (1.1%) 873 (7.2%) 124.7
openwfe-ruby/doc/res/ 3 (0.5%) 502 (4.1%) 167.3
openwfe-ruby/lib/ru/participants/ 15 (2.3%) 338 (2.8%) 22.5
openwfe-ruby/lib/ru/engine/ 7 (1.1%) 235 (1.9%) 33.5
openwfe-ruby/doc/pages/ 26 (4.0%) 149 (1.2%) 5.7
openwfe-ruby/doc/layouts/ 4 (0.6%) 131 (1.1%) 32.7
openwfe-ruby/ 28 (4.3%) 43 (0.4%) 1.5

Activity of jmettraux

Most Recent Commits

jmettraux 2007-01-19 22:00

todo #7987 : added to_code_s() to RawProgRepresentation

118 lines of code changed in:

  • openwfe-ruby/doc/layouts: normal.thtml (+12 -4)
  • openwfe-ruby/doc/pages: index.thtml (+2)
  • openwfe-ruby/doc/res: openwferu.css (+2 -1)
  • openwfe-ruby/lib: workitem.rb (+3 -1)
  • openwfe-ruby/lib/ru/expressions: raw_prog.rb (+51 -47)
  • openwfe-ruby/test: raw_prog_test.rb (+48)
jmettraux 2007-01-19 02:50

slightly better mail template

2 lines of code changed in:

  • openwfe-ruby/test: flowtestbase.rb (+2 -1)
jmettraux 2007-01-19 02:46

todo #7994 : workitem.attribute_name notation is now ok

109 lines of code changed in:

  • openwfe-ruby/doc/layouts: normal.thtml (+1)
  • openwfe-ruby/lib: workitem.rb (+44)
  • openwfe-ruby/lib/ru/participants: enoparticipant.rb (+3 -3), participant.rb (+1 -1)
  • openwfe-ruby/test: flowtestbase.rb (+9), ft_13_eno.rb (new 51)
jmettraux 2007-01-19 00:45

decent website

11 lines of code changed in:

  • openwfe-ruby/doc/layouts: normal.thtml (+3 -2)
  • openwfe-ruby/doc/pages: dev0.thml (del), dev0.thtml (new 4), documentation.thtml (+1 -5), index.thtml (+1 -11)
  • openwfe-ruby/doc/res: openwferu.css (+2 -1)
jmettraux 2007-01-19 00:36

rename

4 lines of code changed in:

  • openwfe-ruby/doc/pages: dev0.rb (new 4), dev0.thml (new), devdoc-0.thtml (del)
jmettraux 2007-01-19 00:21

preparing some kind of website

708 lines of code changed in:

  • openwfe-ruby/doc/layouts: normal.thtml (+115 -25)
  • openwfe-ruby/doc/pages: COMMON.rb (+4), devdoc-0.thtml (+1 -10), documentation.rb (new 4), documentation.thtml (new 16), index.rb (new 4), index.thtml (+1 -1), license.rb (new 4), license.thtml (new 55), quickstart.rb (new 4), quickstart.thtml (+2 -3), vamsees-rufus-1.thtml (-2)
  • openwfe-ruby/doc/res: openwferu.css (new 498)
jmettraux 2007-01-18 21:23

todo #7991 : added an optional 'process_definition' parameter to LaunchItem.initialize()

17 lines of code changed in:

  • openwfe-ruby/lib: workitem.rb (+16)
  • openwfe-ruby/test: flowtestbase.rb (+1 -4)
jmettraux 2007-01-18 21:15

implemented a initial version of ProgRawRepresentation.to_code_s() and added some rdoc

92 lines of code changed in:

  • openwfe-ruby/lib/ru/expressions: raw_prog.rb (+82 -1)
  • openwfe-ruby/test: raw_prog_test.rb (+10)
jmettraux 2007-01-18 19:15

typo

1 lines of code changed in:

  • openwfe-ruby/lib/ru/engine: file_persisted_engine.rb (+1 -1)
jmettraux 2007-01-18 18:34

slight change (testing svn commit email notification)

1 lines of code changed in:

  • openwfe-ruby: README.txt (+1 -1)
jmettraux 2007-01-18 11:22

bug #7970 : fixed serialization problem. Added some rdoc as well.

74 lines of code changed in:

  • openwfe-ruby/lib: workitem.rb (+49)
  • openwfe-ruby/lib/ru: logging.rb (+4 -1)
  • openwfe-ruby/lib/ru/expool: expressionpool.rb (+13 -8)
  • openwfe-ruby/lib/ru/expressions: fe_participant.rb (+8)
jmettraux 2007-01-18 04:15

todo #7966 : moved the 'block' version of register_participant up to ParticipantMap

33 lines of code changed in:

  • openwfe-ruby: CHANGELOG.txt (+2 -2)
  • openwfe-ruby/lib/ru/engine: engine.rb (+22 -13)
  • openwfe-ruby/lib/ru/participants: participantmap.rb (+9 -1)
jmettraux 2007-01-18 01:57

todo #7964 : added get_flow_expression() to Participant

34 lines of code changed in:

  • openwfe-ruby/lib: workitem.rb (+3 -3)
  • openwfe-ruby/lib/ru/expool: expressionpool.rb (+16 -1)
  • openwfe-ruby/lib/ru/participants: participant.rb (+14)
  • openwfe-ruby/test: file_persistence_test.rb (+1 -1)
jmettraux 2007-01-18 01:11

todo #7960 : made cancel(cancelitem) optional for participants

57 lines of code changed in:

  • openwfe-ruby/lib/ru/expressions: fe_participant.rb (+10 -6)
  • openwfe-ruby/lib/ru/participants: participant.rb (+7 -5), participantmap.rb (+23 -5), participants.rb (+2)
  • openwfe-ruby/test: quicktest.rb (+15 -32)
jmettraux 2007-01-18 00:38

cleaned out old distribution script

0 lines of code changed in:

  • openwfe-ruby: dist.sh (del)
jmettraux 2007-01-18 00:35

todo #7959 : added support for blocks to engine.register_participant

100 lines of code changed in:

  • openwfe-ruby: CHANGELOG.txt (+2)
  • openwfe-ruby/lib/ru: rudefinitions.rb (+3)
  • openwfe-ruby/lib/ru/engine: engine.rb (+11 -3)
  • openwfe-ruby/lib/ru/participants: participants.rb (+29)
  • openwfe-ruby/test: flowtestbase.rb (+8 -1), ft_12_blockparticipant.rb (new 45), quicktest.rb (+2 -1)
jmettraux 2007-01-18 00:12

todo #7957 : renamed codec.rb to xmlcodec.rb

591 lines of code changed in:

  • openwfe-ruby/lib: codec.rb (del), controlclient.rb (+1 -1), osocket.rb (+10 -11), worklistclient.rb (+1 -1), xmlcodec.rb (new 575)
  • openwfe-ruby/test: flowtestbase.rb (+2 -1), rest_test.rb (+2 -2)
jmettraux 2007-01-17 23:27

slight change

1 lines of code changed in:

  • openwfe-ruby/lib/ru/expool: journalexpstorage.rb (+1 -1)
jmettraux 2007-01-17 23:12

slight bug fix

6 lines of code changed in:

  • openwfe-ruby/lib/ru/expool: journalexpstorage.rb (+6)
jmettraux 2007-01-17 23:05

todo #7923 : turned rest tests into a unit test
todo #7955 : turned the xml codec into a class
todo #7928 : made methods in codec.rb follow ruby convention
todo #7921 : idem for rest clients

465 lines of code changed in:

  • openwfe-ruby/lib: codec.rb (+328 -326), controlclient.rb (+1 -1), flowexpressionid.rb (+26 -26), restclient.rb (+3 -16), utils.rb (+6 -6), workitem.rb (+1 -1), worklistclient.rb (+5 -5)
  • openwfe-ruby/test: rest_test.rb (+95 -128)

(99 more)

Generated by StatSVN 0.3.0