February 2006 Commit Log

Number of Commits:
187
Number of Active Developers:
9
dierk 2006-02-28 17:30

GROOVY-1121: provide File.size() and Matcher.size(); also add DeprecationException to support future API-breaking changes.

51 lines of code changed in:

graeme 2006-02-28 11:19

changed to retrieve class by name to fix reloading bug

10 lines of code changed in:

glaforge 2006-02-26 23:10

Tabs to spaces alignments.

62 lines of code changed in:

glaforge 2006-02-26 23:03

Removed code duplication from an unfished refactoring.

2 lines of code changed in:

graeme 2006-02-26 13:43

updated to use resource holder to retrieve class name when reloading and removed redundant constant (which is now in GrailsResourceHolder)

9 lines of code changed in:

fraz 2006-02-26 13:03

Remove typo from copyright statement

1 lines of code changed in:

fraz 2006-02-26 12:52

Updated copyright statement for 2006 at last...

93 lines of code changed in:

dierk 2006-02-26 11:29

exposing the Vargs failure for untyped primitive arrays and marking it as not yet implemented

4 lines of code changed in:

fraz 2006-02-26 03:39

Upgraded to support IntelliJ IDEA 6.0 (Demetra) exclusively - starting from EAP build #5162

132 lines of code changed in:

graeme 2006-02-24 10:00

changed to use non-JDK 1.5 method as it was breaking 1.4 compile

1 lines of code changed in:

graeme 2006-02-23 19:47

added support for scaffolding views for one-to-many and many-to-one relationships

49 lines of code changed in:

graeme 2006-02-23 19:46

added support for params in createLink tag

10 lines of code changed in:

graeme 2006-02-23 19:39

implement a grails scaffold domain that uses the dynamic methods rather than hibernate template to avoid duplicating code, fixed problem with create scaffolded request etc.

26 lines of code changed in:

graeme 2006-02-23 19:38

made method signature constant public

3 lines of code changed in:

graeme 2006-02-23 19:37

added new syntax tags for defing and setting variables, modified each tag so that the name of the closure argument can be changes with a "var" attribute

14 lines of code changed in:

graeme 2006-02-23 10:44

added configuration of relationships between classes configured with hibernate so that generation of scaffolded views that contain relationships work with hibernate mapped domain classes

139 lines of code changed in:

galleon 2006-02-22 22:59

Initial Release

21 lines of code changed in:

galleon 2006-02-22 22:34

Initial Release

11 lines of code changed in:

graeme 2006-02-22 19:27

changed form tag to default method to post if not specified

4 lines of code changed in:

graeme 2006-02-22 19:25

fixed problem with checkboxes not being checked when they should be

1 lines of code changed in:

graeme 2006-02-22 19:23

fixed various problems with the validation logic related to size ranges etc.

10 lines of code changed in:

graeme 2006-02-22 19:03

fixed problem where errors and form data was being lost when a validation error occured during updating (ie following the edit view)

5 lines of code changed in:

graeme 2006-02-22 18:59

fixed bug where scaffolders were not properly initialised following a domain class reload

10 lines of code changed in:

graeme 2006-02-22 18:42

- updated view generation to use submits and action dispatching

- added processing for inList constraint

31 lines of code changed in:

graeme 2006-02-22 18:30

fixed checkbox tag and added new tag to create submit buttons

23 lines of code changed in:

graeme 2006-02-22 18:29

added method to convert string to property name, change class method to delegate to the new one

16 lines of code changed in:

graeme 2006-02-22 18:21

added detection of the action from a request parameter if you want to decide on the action to redirect from a form submit for example

34 lines of code changed in:

graeme 2006-02-22 18:15

added index action to scaffolder so that the default action redirects to the list action

27 lines of code changed in:

graeme 2006-02-22 13:07

moved ResourceLoader out of DefaultGrailsApplication into a public class so the resourcces can be updated when new classes are added

4 lines of code changed in:

graeme 2006-02-22 13:04

updated to re-generate web.xml if a new controller is added, this unforunately doesn't work in Jetty so I may have to update the build to try tomcat first if its installed and then fall back to jetty so we at least have some support for reloading when new controllers are added

57 lines of code changed in:

graeme 2006-02-22 11:05

added ability to generate views for a domain class written in java and mapped with hibernate

39 lines of code changed in:

dierk 2006-02-22 10:02

adapt sample tests to new testing facility

6 lines of code changed in:

dierk 2006-02-22 09:32

targets run-app and run-webtest now working with internal jetty; SampleGenerator runs without problemes

19 lines of code changed in:

glaforge 2006-02-21 23:08

Fixed misleading variable or arguments names

13 lines of code changed in:

dierk 2006-02-21 22:28

jetty start is now working again being kept open when started with 'grails run-app' and being opened only while testing and stopped thereafter with 'grails run-webtest'. Trick was to use a magic system property to suppress web.xml validation that fails although other validators take no issue with it.

23 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+23 -31)
glaforge 2006-02-20 22:48

Explicited the JavaDocs for the GroovyScriptEngine and its ResourceConnector

76 lines of code changed in:

graeme 2006-02-20 22:28

changed url mappings to use properties.lower

2 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+2 -2)
graeme 2006-02-20 22:27

updated following change to TagLibDynamicMethods contructor

2 lines of code changed in:

graeme 2006-02-20 21:44

organised imports, changed log output

8 lines of code changed in:

graeme 2006-02-20 21:43

made method arguments public

11 lines of code changed in:

graeme 2006-02-20 20:12

updated to have grails application as an dynamic property

7 lines of code changed in:

graeme 2006-02-20 20:10

changed method calls to match those in generated controller

18 lines of code changed in:

graeme 2006-02-20 20:09

updated to set errors property in instance after validation

54 lines of code changed in:

graeme 2006-02-20 20:07

changed checks for isDomainClass to be to the grails application itself so that hibernate mapped domain classes can be checked

24 lines of code changed in:

jez 2006-02-20 16:16

Fixed Pretty Printer for Annotations, Labeled Args, Modifier literals, GString and Map constructors.



Now traversals can maintain a direct path from root to current node in the AST, so the visitors can now query a node for it's parent.

154 lines of code changed in:

dierk 2006-02-20 16:14

generate Artifacts capitalized but project names lowerized

8 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+8 -6)
graeme 2006-02-20 15:29

fixed bug in edit action of generated controller that was leaving out reference the domain class instance in returned model eg. [ recipe : ]

1 lines of code changed in:

graeme 2006-02-20 15:16

changed to load default error messages from user customisable file defaultErrorMessages.properties

1 lines of code changed in:

graeme 2006-02-20 15:13

changed resource copier to copy i18n property bundles to the right place for reloading

4 lines of code changed in:

graeme 2006-02-20 15:09

added a TimeZone property editor for doing type conversion of from a string to to an instance of java.util.TimeZone

3 lines of code changed in:

graeme 2006-02-20 13:15

updated to use implementation from GrailsClassUtils

12 lines of code changed in:

graeme 2006-02-20 12:54

added example that demonstrates scaffolding, validation integration and dynamic methods with a domain class written in java and mapped with hibernate

0 lines of code changed in:

graeme 2006-02-20 12:52

updated to use short name of the class in generated views so you don't see the whole package when scaffolding

6 lines of code changed in:

graeme 2006-02-20 12:51

fixed silly bug in method argument validation logic

2 lines of code changed in:

graeme 2006-02-20 12:49

added method to retrieve short name of a class without package prefix

50 lines of code changed in:

graeme 2006-02-20 12:45

changed to use classpath: prefix to look up hibernate config so it works with grails test-app too

1 lines of code changed in:

  • groovy/modules/grails/src/commons/org/codehaus/groovy/grails/commons/spring: SpringConfig.java (+1 -1)
graeme 2006-02-20 11:27

fixed error in properties.caps code block that was causing URLs to break

1 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+1 -1)
dierk 2006-02-19 23:47

GRAILS-44: webtest: make simple scaffolding based on domain class

49 lines of code changed in:

graeme 2006-02-19 19:07

fixed problem with spaces in paths with windows

0 lines of code changed in:

  • groovy/modules/grails/bin: grails.bat (changed)
dierk 2006-02-19 18:57

use groovy task instead of script, extract methods for capitalization and normalization of artifact names into common properties

142 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+142 -140)
dierk 2006-02-19 13:54

first step into functional selftest for grails usage: still Windows specific and doesn't start the server yet - at least something to improve upon...

1 lines of code changed in:

dierk 2006-02-19 12:54

replace offending substring[range] with [range]

3 lines of code changed in:

  • groovy/modules/grails/src/grails: build.xml (+3 -3)
graeme 2006-02-19 11:54

- added support for hibernate annotations for java 5

- implemented initial support for scaffolding domain classes written in java and mapped with hibernate (view scaffolding not done yet)

- added support for domain classes written in java to integrate with grails' validation mechanism

473 lines of code changed in: