April 2006 Commit Log

Number of Commits:
48
Number of Active Developers:
5
galleon 2006-04-25 22:32

remove gsoap module

0 lines of code changed in:

galleon 2006-04-25 21:29

change package name from groovy.net.groovysoap to groovy.net.soap

add support for jarjar - all jar files are bundled together excep javamail & jaf

1024 lines of code changed in:

tug 2006-04-25 11:07

Make time arithmetic work better when the addition or subtraction takes the time over the daylight saving time boundry

170 lines of code changed in:

tug 2006-04-25 07:43

Add support for inserting events

102 lines of code changed in:

galleon 2006-04-24 21:54

corrected the second test (adding a couple of minutes ;-) )

2 lines of code changed in:

tug 2006-04-24 20:55

Fix Groovy-1297

0 lines of code changed in:

tug 2006-04-24 19:31

Add import statement

2 lines of code changed in:

tug 2006-04-24 18:44

fix the test

9 lines of code changed in:

tug 2006-04-23 19:51

add from.today



from now adds the duartion to the current time



from.today adds it to the current day (i.e. hours, minutes, seconds, millis are all 0)

42 lines of code changed in:

galleon 2006-04-23 15:42

change reflecting new version

6 lines of code changed in:

galleon 2006-04-23 15:40

new package hierarchy and new server side for Groovy objects

0 lines of code changed in:

galleon 2006-04-23 15:31

removing old package hierarchy

0 lines of code changed in:

galleon 2006-04-23 15:24

new files for server side (initial commit)

0 lines of code changed in:

galleon 2006-04-23 15:15

taking into account new naming schema

3 lines of code changed in:

galleon 2006-04-23 15:13

patched jar by XFire team

0 lines of code changed in:

galleon 2006-04-23 15:03

patched following XmlShema.jar corrections

21 lines of code changed in:

galleon 2006-04-23 15:00

new test for testing SoapServer

0 lines of code changed in:

tug 2006-04-23 14:25

Add some comments to the demo

6 lines of code changed in:

tug 2006-04-23 14:18

First veirsion that does time arithmetic correctly

17 lines of code changed in:

tug 2006-04-23 13:04

Move the Duration classes into a non google related package

136 lines of code changed in:

galleon 2006-04-23 10:55

modified to reflect the new version of XFire libraries

8 lines of code changed in:

galleon 2006-04-23 10:53

new XFire library

0 lines of code changed in:

galleon 2006-04-23 10:44



changed the package hierarchy

0 lines of code changed in:

  • groovy/modules/gsoap/src/main/org/codehaus/groovy/gsoap: SoapClient.java (del)
tug 2006-04-23 10:39

Separate the code which will evantually go into DGM from the Google specific code

262 lines of code changed in:

jshickey 2006-04-22 17:08

added label and definitionId to make toggle breakpoint action compatible with Eclipse 3.2

2 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse: plugin.xml (+2 -1)
jshickey 2006-04-22 17:07

fixed Eclipse project classpath not being set correctly when compilerConfiguration is first created in the project

8 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model: GroovyProject.java (+8 -2)
jshickey 2006-04-22 17:06

snapshot build on 2006-apr-20

0 lines of code changed in:

tug 2006-04-22 13:48

Fix bug when subtracting a ConextDepenentDuration from a Duration

1 lines of code changed in:

  • groovy/modules/gdata/src/main/groovy/google/gdata/data: Duration.java (+1 -1)
tug 2006-04-22 12:39

Spell Dependent correctly :)

14 lines of code changed in:

tug 2006-04-22 12:34

remove duplicate plus implementation on ContextDependantDuration

18 lines of code changed in:

tug 2006-04-22 11:17

Initial commit

272 lines of code changed in:

fraz 2006-04-17 21:58

Made GroovyJ work on IDEA Demetra, build #5231

19 lines of code changed in:

glaforge 2006-04-17 13:56

Applied Steve Button patch

237 lines of code changed in:

tug 2006-04-17 12:24

Implement GROOVY-1294 by applying Edward Povazan's Patch - thanks Edward!



I also had to change InpecotrTest.java as that uses the number of methods added to Object and tyhis patch adds a new method.

70 lines of code changed in:

jshickey 2006-04-15 16:00

changed default for creating class files from true to false in order to prevent a stack overflow for a test project

1 lines of code changed in:

jshickey 2006-04-15 13:31

Added more syntax coloring options matching jEdit groovy mode for defaults.

193 lines of code changed in:

jshickey 2006-04-15 13:30

Added more syntax coloring options matching jEdit groovy mode for defaults.

Also added Java auto indent strategy.

67 lines of code changed in:

tug 2006-04-14 15:42

Fix Groovy 1292 and Groovy 1293 and extend the unit tests to cover the extra methods.

181 lines of code changed in:

jshickey 2006-04-11 02:34

added option to project popup menu in navigator view to add groovy nature to a project

38 lines of code changed in:

glaforge 2006-04-09 18:24

GROOVY-493: full stored procedure support for SQL, with registration of in / out parameters and so on. Patch kindly provided by Robert Fuller

98 lines of code changed in:

glaforge 2006-04-09 17:49

Show last evaluated result after "go" in groovysh

24 lines of code changed in:

glaforge 2006-04-09 17:01

Added Tugdual Grall as contributor for his work on GroovyMBean

4 lines of code changed in:

glaforge 2006-04-09 16:16

GROOVY-493: full stored procedure support for SQL, with registration of in / out parameters and so on. Patch kindly provided by Robert Fuller

1148 lines of code changed in:

glaforge 2006-04-09 11:35

Some contribution for MBean introspection thanks to Tugdual Grall.

236 lines of code changed in:

glaforge 2006-04-09 11:17

Made "error" and "warning" be lowercase.

For some reason, it always bothered me :-)

2 lines of code changed in:

fraz 2006-04-09 00:18

Housekeeping: Updated the Groovy JAR files from JSR-5 to RC-1

1 lines of code changed in:

galleon 2006-04-03 19:22

20060403 tog change to sum on Collections so that [].sum() returns null and

[...].sum() returns either a number if all elements are numbers or a string

otherwise.

40 lines of code changed in:

tug 2006-04-01 08:30

Latest patches from Scott

219 lines of code changed in:

March 2006 »

Generated by StatSVN 0.3.2-SNAPSHOT