<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prado/framework/TComponent.php, branch 3.1.1</title>
<subtitle>Fork of Prado PHP framework
</subtitle>
<id>https://emkael.info/cgit/prado/atom?h=3.1.1</id>
<link rel='self' href='https://emkael.info/cgit/prado/atom?h=3.1.1'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/'/>
<updated>2007-08-05T18:08:33Z</updated>
<entry>
<title>fixed event error reporting.</title>
<updated>2007-08-05T18:08:33Z</updated>
<author>
<name>xue</name>
<email></email>
</author>
<published>2007-08-05T18:08:33Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=80b976ac1b562200aac71c0c8fb154d0c40524fe'/>
<id>urn:sha1:80b976ac1b562200aac71c0c8fb154d0c40524fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#677 - Improved error reporting for the TInvalidDataValueException</title>
<updated>2007-08-05T14:37:09Z</updated>
<author>
<name>carl</name>
<email></email>
</author>
<published>2007-08-05T14:37:09Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=90de6081224723aaea97522290a80e764a6b0900'/>
<id>urn:sha1:90de6081224723aaea97522290a80e764a6b0900</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixing small typos in the API documentation</title>
<updated>2007-05-30T23:27:00Z</updated>
<author>
<name>knut</name>
<email></email>
</author>
<published>2007-05-30T23:27:00Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=c3a72002383cb3de9bdcff09214bb757b2bc5e46'/>
<id>urn:sha1:c3a72002383cb3de9bdcff09214bb757b2bc5e46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed the bug that event handler specified via subproperty in template does not work </title>
<updated>2007-04-02T01:23:05Z</updated>
<author>
<name>xue</name>
<email></email>
</author>
<published>2007-04-02T01:23:05Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=cda6cccf6ca7c3fee2d7c37e50b5c7fd7b2c5662'/>
<id>urn:sha1:cda6cccf6ca7c3fee2d7c37e50b5c7fd7b2c5662</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved error display.</title>
<updated>2007-03-02T21:05:38Z</updated>
<author>
<name>xue</name>
<email></email>
</author>
<published>2007-03-02T21:05:38Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=13495b462f6a618530f0f6af71fb6fad6bafed91'/>
<id>urn:sha1:13495b462f6a618530f0f6af71fb6fad6bafed91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated exception reporting scheme when expression is invalid.</title>
<updated>2007-02-01T03:42:28Z</updated>
<author>
<name>xue</name>
<email></email>
</author>
<published>2007-02-01T03:42:28Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=72ead8d5896b9a24df4841f9c31cff1dc2fcd878'/>
<id>urn:sha1:72ead8d5896b9a24df4841f9c31cff1dc2fcd878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverted back. By convention, all non-zero values are treated as boolean true, not just 1.</title>
<updated>2007-01-01T17:21:22Z</updated>
<author>
<name>xue</name>
<email></email>
</author>
<published>2007-01-01T17:21:22Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=11605b8c0c86df892c206982ff18a39ca1cb2d60'/>
<id>urn:sha1:11605b8c0c86df892c206982ff18a39ca1cb2d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added more boolean support in TPropertyValue::ensureBoolean, it now supports the following: (string) 'true' == (bool) true,(string) '1' == (bool) true,(int) 1 == (bool) true,(bool) true == (bool) true, (string) 'false' == (bool) false,(string) '0' == (bool) false,(int) 0 == (bool) false,(bool) false == (bool) false</title>
<updated>2006-12-31T03:08:25Z</updated>
<author>
<name>jrags</name>
<email></email>
</author>
<published>2006-12-31T03:08:25Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=279aa3bb883563d26ce316563ee3ef083f9905da'/>
<id>urn:sha1:279aa3bb883563d26ce316563ee3ef083f9905da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed #410 #412</title>
<updated>2006-10-06T03:46:05Z</updated>
<author>
<name>wei</name>
<email></email>
</author>
<published>2006-10-06T03:46:05Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=fe60cc221f922ea362826e2d00431c5df28fe85f'/>
<id>urn:sha1:fe60cc221f922ea362826e2d00431c5df28fe85f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge from 3.0 branch till 1397.</title>
<updated>2006-09-08T19:31:03Z</updated>
<author>
<name>xue</name>
<email></email>
</author>
<published>2006-09-08T19:31:03Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=90b3f22cba8ad85ef2eb38c158fa2da46d798cf8'/>
<id>urn:sha1:90b3f22cba8ad85ef2eb38c158fa2da46d798cf8</id>
<content type='text'>
</content>
</entry>
</feed>
