FishEye

Quick Search:

Period Displayed

  Aug-2005 Aug-2008  

Constraint

Branch:
Author:
Tag:
Date: help

Calendar

August 2008
Sun Mon Tue Wed Thu Fri Sat
     12
345(20)6789
101112(90)13141516
17181920212223
24252627282930
31      
Jan(3) Feb Mar(6) Apr(7)
May(1) Jun Jul(1) Aug(110)
Sep Oct Nov Dec
Years:

Line History

Feeds Changelog

MAIN:bkotek:20080812181756 by bkotek on 12 August 2008, 14:17:58 -0400 (3 months 19 days ago) Add readme and quick start guide.

coldspring/examples/quickstart/css/_notes/dwsync.xml 1.1 history download (+6) new

coldspring/examples/quickstart/js/common.js 1.1 history download (+21) new

coldspring/examples/quickstart/layout/layout.cfm 1.1 history download (+429) new

coldspring/examples/quickstart/css/ie6_or_less.css 1.1 history download (+26) new

coldspring/examples/quickstart/css/main.css 1.1 history download (+288) new

… 81 more files in changeset.
MAIN:scottc:20080806015629 by scottc on 05 August 2008, 21:56:29 -0400 (3 months 25 days ago) Fix for CSP-105, which had previously been implemented. Has not been unit tested, Brian will...

coldspring/beans/DefaultXmlBeanFactory.cfc 1.59 history download (+157 -155) diffs

MAIN:bkotek:20080805211929 by bkotek on 05 August 2008, 17:19:29 -0400 (3 months 26 days ago) Confirm inherited methods are autowired, and add unit test.

coldspring/unitTests/AbstractNoClassTests.cfc 1.2 history download (+1 -1) diffs

coldspring/unitTests/AllTests.cfc 1.6 history download (+1 -0) diffs

coldspring/unitTests/InheritedMethodAutowireTest.cfc 1.1 history download (+33) new

coldspring/unitTests/testBeans.xml 1.5 history download (+3 -0) diffs

coldspring/tests/SuperclassBean.cfc 1.2 history download (+10 -1) diffs

MAIN:bkotek:20080805205402 by bkotek on 05 August 2008, 16:54:02 -0400 (3 months 26 days ago) Add unit test to confirm that inherited init methods are called.

coldspring/unitTests/InitMethodTests.cfc 1.2 history download (+15 -0) diffs

coldspring/unitTests/myprops.properties 1.3 history download (+1 -0) diffs

coldspring/unitTests/testBeans.xml 1.4 history download (+6 -0) diffs

MAIN:bkotek:20080805200018 by bkotek on 05 August 2008, 16:00:18 -0400 (3 months 26 days ago) Add getVersion to AbstractBeanFactory, add properties file, add unit test.

coldspring/beans/AbstractBeanFactory.cfc 1.9 history download (+24 -2) diffs

coldspring/unitTests/AllTests.cfc 1.5 history download (+1 -0) diffs

coldspring/unitTests/FrameworkPropertiesTests.cfc 1.1 history download (+24) new

coldspring/frameworkProperties.properties 1.1 history download (+2) new

MAIN:bkotek:20080805175541 by bkotek on 05 August 2008, 13:55:41 -0400 (3 months 26 days ago) Forgot to commit new unit test.

coldspring/unitTests/AbstractNoClassTests.cfc 1.1 history download (+25) new

MAIN:bkotek:20080805173044 by bkotek on 05 August 2008, 13:30:44 -0400 (3 months 26 days ago) Fix and test for allowing abstract beans with no class name.

coldspring/beans/DefaultXmlBeanFactory.cfc 1.58 history download (+20 -5) diffs

coldspring/unitTests/AllTests.cfc 1.4 history download (+15 -14) diffs

coldspring/unitTests/myprops.properties 1.2 history download (+1 -0) diffs

coldspring/unitTests/testBeans.xml 1.3 history download (+8 -0) diffs

MAIN:bkotek:20080711030343 by bkotek on 10 July 2008, 23:03:43 -0400 (4 months 21 days ago) Variable "bean" was not var-scoped in the getBean() method!

coldspring/beans/DefaultXmlBeanFactory.cfc 1.57 history download (+2 -1) diffs

MAIN:scottc:20080523121430 by scottc on 23 May 2008, 08:14:30 -0400 (6 months ago) CSP-90 put cflocks back after a merge issue back from 1.5.1 -> 1.52

coldspring/beans/DefaultXmlBeanFactory.cfc 1.56 history download (+208 -195) diffs

MAIN:scottc:20080419023311 by scottc on 18 April 2008, 22:33:11 -0400 (7 months ago) a few more var scope issues

coldspring/beans/DefaultXmlBeanFactory.cfc 1.55 history download (+3 -3) diffs

coldspring/beans/factory/config/BeanFactoryLocator.cfc 1.2 history download (+2 -2) diffs

MAIN:scottc:20080419022831 by scottc on 18 April 2008, 22:28:31 -0400 (7 months ago) fixed var function spelling

coldspring/aop/framework/AopProxyUtils.cfc 1.15 history download (+5 -2) diffs

MAIN:bkotek:20080419005234 by bkotek on 18 April 2008, 20:52:34 -0400 (7 months ago) Update to include Sean's bug fix for creation of dependent bean definition.

coldspring/beans/DefaultXmlBeanFactory.cfc 1.54 history download (+2 -2) diffs

MAIN:pjf:20080417225121 by pjf on 17 April 2008, 18:51:21 -0400 (7 months ago) - Fixed CSP-96 per discussion with Chris Scott on the issue

coldspring/aop/framework/RemoteFactoryBean.cfc 1.8 history download (+9 -2) diffs

MAIN:scottc:20080414013025 by scottc on 13 April 2008, 21:30:25 -0400 (7 months ago) CSP-95 added the same structcopy as in setProperties

coldspring/beans/BeanDefinition.cfc 1.41 history download (+2 -2) diffs

MAIN:pjf:20080412074130 by pjf on 12 April 2008, 03:41:30 -0400 (7 months ago) - Added helper method to find all bean names that match by type which returns an array of all beans with the same type
- Cleaned up code related to findBeanNameByType which returns the name of one bea…

coldspring/beans/DefaultXmlBeanFactory.cfc 1.53 history download (+60 -14) diffs

MAIN:bkotek:20080318000120 by bkotek on 17 March 2008, 20:01:20 -0400 (8 months ago) Fix bug CSP-93

coldspring/beans/BeanDefinition.cfc 1.40 history download (+3 -1) diffs

MAIN:bkotek:20080317235333 by bkotek on 17 March 2008, 19:53:33 -0400 (8 months ago) Fix bugs CSP-92, CSP-93, and CSP-94.

coldspring/beans/BeanDefinition.cfc 1.39 history download (+2 -2) diffs

coldspring/aop/framework/RemoteFactoryBean.cfc 1.7 history download (+8 -3) diffs

MAIN:pjf:20080307022504 by pjf on 06 March 2008, 21:25:04 -0500 (8 months ago) Var'ed and scope variables caught by a var scope checker

coldspring/beans/BeanProperty.cfc 1.22 history download (+6 -4) diffs

coldspring/beans/DefaultXmlBeanFactory.cfc 1.52 history download (+407 -418) diffs

coldspring/aop/framework/RemoteProxyBean.cfc 1.8 history download (+5 -1) diffs

MAIN:scottc:20080120215028 by scottc on 20 January 2008, 16:50:28 -0500 (10 months ago) CSP-90 - moved the lock on getBean so we check if it is constructed from within the lock. Added two locks in constructBean. First locks the check / write on the singleton cache, the second locks the e…

coldspring/beans/DefaultXmlBeanFactory.cfc 1.51 history download (+208 -202) diffs

MAIN:scottc:20080119204515 by scottc on 19 January 2008, 15:45:15 -0500 (10 months ago) CSP-90 - added a lock in getBean named by beanFactoryID and requested bean

coldspring/beans/DefaultXmlBeanFactory.cfc 1.50 history download (+9 -3) diffs

MAIN:jared_cmg:20080116213908 by jared_cmg on 16 January 2008, 16:39:08 -0500 (10 months ago) Added check for "no" in addition to byName and byType in the bean config autowiring override, thus allowing beans to override the beanfactory default for autowiring. Without this, you can't turn autow…

coldspring/beans/DefaultXmlBeanFactory.cfc 1.49 history download (+249 -249) diffs

MAIN:scottc:20071128022619 by scottc on 27 November 2007, 21:26:19 -0500 (12 months ago) CSP-89 - Rolled back. Conversation with Mark was not correct at all, sorry. TransactionalTests works again.

coldspring/cfcunit/AbstractAutowireTests.cfc 1.4 history download (+7 -14) diffs

coldspring/cfcunit/AbstractAutowireTransactionalTests.cfc 1.4 history download (+82 -11) diffs

coldspring/unitTests/TransactionalTests.cfc 1.1 history download (+24) new

MAIN:scottc:20071127050814 by scottc on 27 November 2007, 00:08:14 -0500 (12 months ago) CSP-89 - Please stricken the last version from everyone's memory ASAP!! Fun to write, yes. Correct, not even close...

coldspring/cfcunit/AbstractAutowireTransactionalTests.cfc 1.3 history download (+12 -83) diffs

MAIN:scottc:20071125180500 by scottc on 25 November 2007, 13:05:00 -0500 (12 months ago) CSP-89, forgot the license again

coldspring/cfcunit/AbstractAutowireTransactionalTests.cfc 1.2 history download (+21 -0) diffs

coldspring/cfcunit/advice/TransactionAdvice.cfc 1.2 history download (+21 -0) diffs

MAIN:scottc:20071125175104 by scottc on 25 November 2007, 12:51:04 -0500 (12 months ago) CSP-89 - I'm gonna put this on the experimental list...

coldspring/cfcunit/advice/TransactionAdvice.cfc 1.1 history download (+42) new

coldspring/cfcunit/AbstractAutowireTests.cfc 1.3 history download (+11 -2) diffs

coldspring/cfcunit/AbstractAutowireTransactionalTests.cfc 1.1 history download (+97) new

coldspring/unitTests/AutowireTest.cfc 1.2 history download (+6 -2) diffs

coldspring/tests/beanFour.cfc 1.2 history download (+11 -1) diffs

MAIN:scottc:20071124211906 by scottc on 24 November 2007, 16:19:06 -0500 (12 months ago) Forgot some license...

coldspring/cfcunit/AbstractAutowireTests.cfc 1.2 history download (+22 -1) diffs

coldspring/beans/factory/config/ListFactoryBean.cfc 1.2 history download (+21 -0) diffs

coldspring/beans/factory/config/MapFactoryBean.cfc 1.2 history download (+21 -0) diffs

MAIN:scottc:20071124015534 by scottc on 23 November 2007, 20:55:34 -0500 (12 months ago) CSP-88 added AbstractAutowireTests, all you need to do is supply the config file location and setters for any beans you want to test, couldn't be easier!

coldspring/cfcunit/AbstractAutowireTests.cfc 1.1 history download (+86) new

coldspring/unitTests/AutowireTest.cfc 1.1 history download (+29) new

MAIN:scottc:20071123181953 by scottc on 23 November 2007, 13:19:53 -0500 (12 months ago) Collection Factories!!! I will explain later...

coldspring/beans/factory/config/ListFactoryBean.cfc 1.1 history download (+30) new

coldspring/beans/factory/config/MapFactoryBean.cfc 1.1 history download (+30) new

coldspring/tests/parentBeans.xml 1.4 history download (+29 -0) diffs

MAIN:scottc:20071123170716 by scottc on 23 November 2007, 12:07:16 -0500 (12 months ago) CSP-83 added another property to beanDefinition, so that we have isFactory and isProxyFactory. This way only ProxyFactoryBean implementations get buildAdvisorChain called. Also removed sys.outs from l…

coldspring/beans/BeanDefinition.cfc 1.38 history download (+18 -4) diffs

coldspring/beans/DefaultXmlBeanFactory.cfc 1.48 history download (+11 -12) diffs

coldspring/tests/BeanEightFactory.cfc 1.1 history download (+20) new

coldspring/tests/beanEight.cfc 1.2 history download (+1 -1) diffs

coldspring/tests/parentBeanTest.cfm 1.3 history download (+4 -0) diffs

… 1 more files in changeset.
MAIN:scottc:20071122205558 by scottc on 22 November 2007, 15:55:58 -0500 (12 months ago) CSP-84 - FINALLY implemented support for Non-Lazy loading of beans!

coldspring/beans/BeanDefinition.cfc 1.37 history download (+15 -2) diffs

coldspring/beans/BeanProperty.cfc 1.21 history download (+2 -1) diffs

coldspring/beans/DefaultXmlBeanFactory.cfc 1.47 history download (+43 -10) diffs

coldspring/tests/beans.xml 1.5 history download (+6 -1) diffs

coldspring/tests/nonSingletonTests.cfm 1.1 history download (+39) new

… 2 more files in changeset.
earlier earlier | later later