December 2006 Commit Log

Number of Commits:
91
Number of Active Developers:
3
brownj 2006-12-29 20:24

GRAILS-541

Allow create-plugin to work outside of a grails project.

1 lines of code changed in:

brownj 2006-12-29 06:03

GRAILS-533

Abort when a grails command is executed outside of a grails project. Exceptions are made for Help and CreateApp.

10 lines of code changed in:

brownj 2006-12-29 04:46

GRAILS-407

Restrict the default scaffold delete, save and update actions to POST requests. Any method other than REQUEST returns SC_FORBIDDEN.

27 lines of code changed in:

brownj 2006-12-28 23:06

GRAILS-537

Fix logic so error message is not printed after generate-views

10 lines of code changed in:

Graeme Rocher 2006-12-23 22:31

Implemented new MetaClass that adding methods on the fly, fix for GRAILS-498

1374 lines of code changed in:

Graeme Rocher 2006-12-23 22:31

updated groovy jar ref

1 lines of code changed in:

brownj 2006-12-22 03:19

log service.fullName instead of service.name

1 lines of code changed in:

brownj 2006-12-22 03:18

GRAILS-518

call log.warn instead of log.warning

minor change to the log message text

1 lines of code changed in:

Graeme Rocher 2006-12-20 10:14

fix for GRAILS-514

30 lines of code changed in:

brownj 2006-12-20 01:38

start filling in some impl for dynamic encodeAs method support

112 lines of code changed in:

  • grails/src/web/org/codehaus/groovy/grails/web/pages: GroovyPage.java (+112 -93)
brownj 2006-12-20 01:37

added testEncodeAsHtmlMethod

23 lines of code changed in:

brownj 2006-12-19 05:40

GRAILS-506

Added support for escaping html in a textarea

4 lines of code changed in:

brownj 2006-12-19 05:37

GRAILS-506

Added tests for escaping html in a textarea

57 lines of code changed in:

brownj 2006-12-19 03:08

GRAILS-508

Fix mistake in GString

1 lines of code changed in:

brownj 2006-12-18 02:48

GRAILS-492

Include $HOME/.grails/scripts/ when loading up the help

5 lines of code changed in:

jrudolph 2006-12-18 02:45

GRAILS-391 - Fixed to use "new Float(0)" instead of "Float.valueOf(0)" to be compatible with JDK 1.4.

2 lines of code changed in:

jrudolph 2006-12-18 02:30

GRAILS-391 - Implemented the scale constraint.

271 lines of code changed in:

Graeme Rocher 2006-12-18 01:11

fix for GRAILS-503

7 lines of code changed in:

Graeme Rocher 2006-12-18 01:04

fix for GRAILS-502

3 lines of code changed in:

Graeme Rocher 2006-12-18 00:59

fix for GRAILS-501

15 lines of code changed in:

Graeme Rocher 2006-12-18 00:46

patch applied for GRAILS-500

2 lines of code changed in:

jrudolph 2006-12-17 13:42

GRAILS-391 - Modified ConstrainedProperty accessors for minSize, maxSize, minLength, and maxLength should return an Integer (or null if the constraint is not defined) instead of an int. Updated affected test cases and scaffolding code.

225 lines of code changed in:

jrudolph 2006-12-17 00:59

GRAILS-391 - Refectored ConstrainedPropertyTests#testApplyConstraint() to reduce redundancy among the various test cases.

243 lines of code changed in:

Graeme Rocher 2006-12-16 23:41

fix for GRAILS-332

8 lines of code changed in:

Graeme Rocher 2006-12-16 23:34

fix for GRAILS-456

2 lines of code changed in:

Graeme Rocher 2006-12-16 23:21

changed to use file: prefix so Grails loads properly in Eclipse too

3 lines of code changed in:

Graeme Rocher 2006-12-16 22:30

fix for GRAILS-437

7 lines of code changed in:

Graeme Rocher 2006-12-16 22:24

added fail if exception

2 lines of code changed in:

brownj 2006-12-16 18:11

GRAILS-495

Verify that the plugins directory exists before trying to locate resources below that directory

3 lines of code changed in:

brownj 2006-12-16 02:11

GRAILS-492

Add support for loading scripts from $HOME/.grails/scripts/

15 lines of code changed in:

Graeme Rocher 2006-12-13 00:47

fix for GRAILS-479

4 lines of code changed in:

Graeme Rocher 2006-12-13 00:15

additional dependency injection test

35 lines of code changed in:

Graeme Rocher 2006-12-12 22:44

fixed code that configured alternative Hibernate config class

3 lines of code changed in:

Graeme Rocher 2006-12-12 22:43

fix for GRAILS-489

16 lines of code changed in:

Graeme Rocher 2006-12-12 22:41

removed unnecessary printlns

1 lines of code changed in:

Graeme Rocher 2006-12-12 22:41

fix for GRAILS-425

102 lines of code changed in:

Graeme Rocher 2006-12-12 17:54

fix for GRAILS-481

2 lines of code changed in:

Graeme Rocher 2006-12-12 13:28

fix for GRAILS-481

62 lines of code changed in:

Graeme Rocher 2006-12-12 12:51

fix for GRAILS-304

60 lines of code changed in:

brownj 2006-12-12 04:35

GRAILS-462 add breakiterator=true

2 lines of code changed in:

Graeme Rocher 2006-12-11 10:35

changed to check if version is BigDecimal first

5 lines of code changed in:

Graeme Rocher 2006-12-11 10:34

fixed path to web.xml plugins

1 lines of code changed in:

jrudolph 2006-12-11 03:44

GRAILS-391 - Fixed tests to use "new Integer(0)" instead of "Integer.valueOf(0)" to be compatible with JDK 1.4.

11 lines of code changed in:

jrudolph 2006-12-11 03:34

GRAILS-391 - Modified code to detect the use of minLength/maxLength/length constraints, emit deprecation warnings, and use the minSize/maxSize/size constraints internally instead.

144 lines of code changed in:

Graeme Rocher 2006-12-08 14:57

fix for GRAILS-346 and GRAILS-478

493 lines of code changed in:

Graeme Rocher 2006-12-08 12:06

fix for GRAILS-477

2 lines of code changed in:

Graeme Rocher 2006-12-08 10:29

fixed problem executing plugin scripts

3 lines of code changed in:

Graeme Rocher 2006-12-07 16:20

fix for GRAILS-269 problems on Glassfish

44 lines of code changed in:

brownj 2006-12-07 04:24

fix @see reference

1 lines of code changed in:

brownj 2006-12-07 04:22

change param name

1 lines of code changed in:

brownj 2006-12-07 04:20

replace @link with @see

2 lines of code changed in:

brownj 2006-12-07 04:14

added http://www.springframework.org/docs/api to the list of javadoc link homes

1 lines of code changed in:

brownj 2006-12-07 04:13

fully qualify a javadoc link ref

1 lines of code changed in:

brownj 2006-12-07 03:55

modify javadoc to eliminate breakiterator warning when generating docs

1 lines of code changed in:

brownj 2006-12-07 03:44

GRAILS-462

Migrate from org.apache.commons.collections.BeanMap to org.apache.commons.beanutils.BeanMap

8 lines of code changed in:

brownj 2006-12-07 03:40

fix incorrect param name in javadoc

1 lines of code changed in:

brownj 2006-12-07 03:40

fix typo in javadoc param name

2 lines of code changed in:

  • grails/src/commons/org/codehaus/groovy/grails/commons/metaclass: DynamicMethods.java (+2 -2)
brownj 2006-12-07 03:39

replace @see tag with @since

1 lines of code changed in:

brownj 2006-12-07 03:37

fix some javadoc mistakes

2 lines of code changed in:

brownj 2006-12-07 03:35

fix param name in javadoc

1 lines of code changed in:

brownj 2006-12-07 02:27

fixed mistake passing the wrong class to LogFactory.getLog()

1 lines of code changed in:

Graeme Rocher 2006-12-06 12:57

fixed problem with reloading on windows, related to incorrect usage of filter-mapping element

21 lines of code changed in:

Graeme Rocher 2006-12-06 12:01

fixed a couple of problems relating to windows and arguments

10 lines of code changed in:

Graeme Rocher 2006-12-06 10:46

fix for GRAILS-470 & GRAILS-471

194 lines of code changed in:

brownj 2006-12-06 05:01

update spring version to be consistent with the jar that is currently in SVN

1 lines of code changed in:

brownj 2006-12-06 04:29

revert previous temporary change

1 lines of code changed in:

brownj 2006-12-06 04:19

temporary change to see if the test will fail on the build server

1 lines of code changed in:

Graeme Rocher 2006-12-05 11:46

added creation of scripts dir to create-app

1 lines of code changed in:

Graeme Rocher 2006-12-05 11:24

further abstracted hibernate, added static loading of core plugins with a warning if dynamic load fails as some containers don't allow access to .class files

1 lines of code changed in:

Graeme Rocher 2006-12-05 10:54

further abstracted hibernate, added static loading of core plugins with a warning if dynamic load fails as some containers don't allow access to .class files

109 lines of code changed in:

Graeme Rocher 2006-12-05 10:50

0 lines of code changed in:

Graeme Rocher 2006-12-05 09:48

fixed test

2 lines of code changed in:

Graeme Rocher 2006-12-05 02:21

XML files not added to path on build server

1 lines of code changed in:

Graeme Rocher 2006-12-05 02:16

GRAILS-460 - fixed run-app and war tasks

47 lines of code changed in:

Graeme Rocher 2006-12-05 01:49

GRAILS-442 & GRAILS-467 - web.xml now generated by plugins

572 lines of code changed in:

Graeme Rocher 2006-12-04 11:25

corrected test case

1 lines of code changed in:

Graeme Rocher 2006-12-03 03:30

fixed test

1 lines of code changed in:

Graeme Rocher 2006-12-03 03:28

now resolves the core plugins dynamically

33 lines of code changed in:

Graeme Rocher 2006-12-03 03:20

moved test case

121 lines of code changed in:

Graeme Rocher 2006-12-03 02:41

added ability for plugins to "influence" others so that reloading is consistent across plugins

221 lines of code changed in:

Graeme Rocher 2006-12-02 03:47

abstracted session factory management code into an interceptor, removing hibernate dependancy in commons

13 lines of code changed in:

Graeme Rocher 2006-12-02 03:35

abstracted session factory management code into an interceptor, removing hibernate dependancy in commons

129 lines of code changed in:

Graeme Rocher 2006-12-02 03:12

moved code to more relevant source trees

0 lines of code changed in:

Graeme Rocher 2006-12-02 03:06

removed old, no longer needed plugin stuff

0 lines of code changed in:

Graeme Rocher 2006-12-02 02:54

fix for GRAILS-465

23 lines of code changed in:

Graeme Rocher 2006-12-02 02:24

fix for GRAILS-464

66 lines of code changed in:

Graeme Rocher 2006-12-02 01:32

GRAILS-440 and GRAILS-443: runtime config is now all plugin based, plugin manager full integrated with runtime config engine

230 lines of code changed in: