<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prado/framework/Web/UI/WebControls, branch 3.2.0-rc3</title>
<subtitle>Fork of Prado PHP framework
</subtitle>
<id>https://emkael.info/cgit/prado/atom?h=3.2.0-rc3</id>
<link rel='self' href='https://emkael.info/cgit/prado/atom?h=3.2.0-rc3'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/'/>
<updated>2012-05-29T09:16:58Z</updated>
<entry>
<title>Removed ajax rendering from TClientScript since it was a not-backward compatible change. Added a TActiveClientScript control instead</title>
<updated>2012-05-29T09:16:58Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-05-29T09:16:58Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=80d7b66eef5495c13f8b67ffefc8d5f172f25a15'/>
<id>urn:sha1:80d7b66eef5495c13f8b67ffefc8d5f172f25a15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch for #404</title>
<updated>2012-05-28T06:56:42Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-05-28T06:56:42Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=aec092c914fb4a78fbc46361839822928694aca4'/>
<id>urn:sha1:aec092c914fb4a78fbc46361839822928694aca4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added a warning to TClientScript; refs #401</title>
<updated>2012-05-19T10:07:03Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-05-19T10:07:03Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=92eef765a49bfd27694ea99fff8eeb806cee447e'/>
<id>urn:sha1:92eef765a49bfd27694ea99fff8eeb806cee447e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix #401</title>
<updated>2012-05-18T18:00:24Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-05-18T18:00:24Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=098556f20a2014f8ca211b0820cfa4776052641b'/>
<id>urn:sha1:098556f20a2014f8ca211b0820cfa4776052641b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Partial patch for #401</title>
<updated>2012-05-18T15:17:13Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-05-18T15:17:13Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=4560efdc051a3b3f76e74375fadf40f118b6dbb3'/>
<id>urn:sha1:4560efdc051a3b3f76e74375fadf40f118b6dbb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Issue #210 Improvement: Auto-switch for TTabPanel</title>
<updated>2012-05-11T16:12:15Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-05-11T16:12:15Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=9a330a7b433fc4d1d14e08e1856077c5ec730c09'/>
<id>urn:sha1:9a330a7b433fc4d1d14e08e1856077c5ec730c09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix for #399, addresses ratings.js and inlineeditor.js</title>
<updated>2012-05-10T21:09:10Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-05-10T21:09:10Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=0b60336c37f91d79ecaefbe0f8b86cc324264451'/>
<id>urn:sha1:0b60336c37f91d79ecaefbe0f8b86cc324264451</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix #394</title>
<updated>2012-04-14T15:17:24Z</updated>
<author>
<name>ctrlaltca@gmail.com</name>
<email></email>
</author>
<published>2012-04-14T15:17:24Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=6a55e3cea8f0b98dfa1b19ff970ca18cd6730b96'/>
<id>urn:sha1:6a55e3cea8f0b98dfa1b19ff970ca18cd6730b96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more tests fixing</title>
<updated>2012-04-14T14:38:05Z</updated>
<author>
<name>ctrlaltca@gmail.com</name>
<email></email>
</author>
<published>2012-04-14T14:38:05Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=19ae94c152b5c654ee53b4655b73185addc84c67'/>
<id>urn:sha1:19ae94c152b5c654ee53b4655b73185addc84c67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reworked the patch for #391; now a TComponent-based  controls can contain methods prefixed by "js" to indicate that those methods can receive raw javascript. Such methods can be called both in a xss-safe, javascript-encoded way: $xxx-&gt;Property="yyy" and in a raw-javascript way: $xxx-&gt;jsProperty="zzz". Patch by gabor, documentation is on the way</title>
<updated>2012-03-25T20:51:49Z</updated>
<author>
<name>ctrlaltca@gmail.com</name>
<email></email>
</author>
<published>2012-03-25T20:51:49Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=a3f64a4214fe0ae29ecea298542a15c6a0071a45'/>
<id>urn:sha1:a3f64a4214fe0ae29ecea298542a15c6a0071a45</id>
<content type='text'>
</content>
</entry>
</feed>
