| Browse Changelog Search Help |
| Coldspring2:/ |
Period DisplayedConstraintCalendarLine HistorySort: path | last-commit | first-commit Sub Directories |
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
coldspring/examples/quickstart/js/common.js
1.1
coldspring/examples/quickstart/layout/layout.cfm
1.1
coldspring/examples/quickstart/css/ie6_or_less.css
1.1
coldspring/examples/quickstart/css/main.css
1.1
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
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
coldspring/unitTests/AllTests.cfc
1.6
coldspring/unitTests/InheritedMethodAutowireTest.cfc
1.1
coldspring/unitTests/testBeans.xml
1.5
coldspring/tests/SuperclassBean.cfc
1.2
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
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
coldspring/unitTests/AllTests.cfc
1.5
coldspring/unitTests/FrameworkPropertiesTests.cfc
1.1
MAIN:bkotek:20080805175541
by bkotek on
05 August 2008, 13:55:41 -0400
(3 months 26 days ago)
Forgot to commit new unit test.
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
coldspring/unitTests/AllTests.cfc
1.4
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
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
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
coldspring/beans/factory/config/BeanFactoryLocator.cfc
1.2
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
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
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
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
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
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
coldspring/aop/framework/RemoteFactoryBean.cfc
1.7
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
coldspring/beans/DefaultXmlBeanFactory.cfc
1.52
coldspring/aop/framework/RemoteProxyBean.cfc
1.8
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
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
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
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
coldspring/cfcunit/AbstractAutowireTransactionalTests.cfc
1.4
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
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
coldspring/cfcunit/advice/TransactionAdvice.cfc
1.2
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
coldspring/cfcunit/AbstractAutowireTests.cfc
1.3
coldspring/cfcunit/AbstractAutowireTransactionalTests.cfc
1.1
coldspring/unitTests/AutowireTest.cfc
1.2
coldspring/tests/beanFour.cfc
1.2
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
coldspring/beans/factory/config/ListFactoryBean.cfc
1.2
coldspring/beans/factory/config/MapFactoryBean.cfc
1.2
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
coldspring/unitTests/AutowireTest.cfc
1.1
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
coldspring/beans/factory/config/MapFactoryBean.cfc
1.1
coldspring/tests/parentBeans.xml
1.4
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
coldspring/beans/DefaultXmlBeanFactory.cfc
1.48
coldspring/tests/BeanEightFactory.cfc
1.1
coldspring/tests/beanEight.cfc
1.2
coldspring/tests/parentBeanTest.cfm
1.3
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
coldspring/beans/BeanProperty.cfc
1.21
coldspring/beans/DefaultXmlBeanFactory.cfc
1.47
coldspring/tests/beans.xml
1.5
coldspring/tests/nonSingletonTests.cfm
1.1
|