<feed xmlns='http://www.w3.org/2005/Atom'>
<title>prado/.gitattributes, branch 3.2.3</title>
<subtitle>Fork of Prado PHP framework
</subtitle>
<id>https://emkael.info/cgit/prado/atom?h=3.2.3</id>
<link rel='self' href='https://emkael.info/cgit/prado/atom?h=3.2.3'/>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/'/>
<updated>2013-02-08T16:49:58Z</updated>
<entry>
<title>merged to trunk/ all the changes from branch/3.2 up to r3270</title>
<updated>2013-02-08T16:49:58Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2013-02-08T16:49:58Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=0f34cca749fade963acd014aff526067b00bc49e'/>
<id>urn:sha1:0f34cca749fade963acd014aff526067b00bc49e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap)</title>
<updated>2012-11-18T20:26:25Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-11-18T20:26:25Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=43233000543984eda49768edde65076fb9c2468c'/>
<id>urn:sha1:43233000543984eda49768edde65076fb9c2468c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reworked the "test" task in order to make it work again:</title>
<updated>2012-11-18T19:08:27Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-11-18T19:08:27Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=6dff17fee04f8b8a1f35ec8e9afe65ae32b2684c'/>
<id>urn:sha1:6dff17fee04f8b8a1f35ec8e9afe65ae32b2684c</id>
<content type='text'>
 - it will use the system PHPUnit installation if available (bundled PHPUnit with prado is no more a choice)
 - fixed tests in order to be compatible with recent phpunit versions (currently 3.7)
 - dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap)
Added some svn-ignore properties</content>
</entry>
<entry>
<title>dropped PHPUnit2, since it doesn't support recent php versions</title>
<updated>2012-11-18T18:59:59Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-11-18T18:59:59Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=dd2fbb7ff2ce3d9885c18a978c79294a13ed9025'/>
<id>urn:sha1:dd2fbb7ff2ce3d9885c18a978c79294a13ed9025</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update ping. Part 2: added ping 2.4.12, fixed caller script</title>
<updated>2012-11-18T17:18:54Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-11-18T17:18:54Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=cfd546c6b3240bd9d1ef34a9f6201b360fac3261'/>
<id>urn:sha1:cfd546c6b3240bd9d1ef34a9f6201b360fac3261</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update ping. Part 1: delete old version</title>
<updated>2012-11-18T17:14:48Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-11-18T17:14:48Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=17139224a1f1f2bbdcc1f1a98cb20f60a12bdfab'/>
<id>urn:sha1:17139224a1f1f2bbdcc1f1a98cb20f60a12bdfab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MAJOR UPGRADE to TComponent</title>
<updated>2012-10-31T02:35:01Z</updated>
<author>
<name>javalizard@gmail.com</name>
<email></email>
</author>
<published>2012-10-31T02:35:01Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=9ed8e2fff531f9188dc55a99e3006f94edc59a5e'/>
<id>urn:sha1:9ed8e2fff531f9188dc55a99e3006f94edc59a5e</id>
<content type='text'>
This adds global 'fx' events, behaviors, class-wide behaviors, intra-object/behavior 'dy' events, and tweaks the raiseEvent to be more advanced (yet backward compatible).  A large amount of documentation is in here too.  Slight changes to the TApplication object is  made to provide events with priorities.  TComponent has a massive amount of test cases as well…  There are now 512 assertions.  Test cases have been added for testing the GetJS and SetJS and ensure functionality of these new getters and setters.

The Behaviors are all tested and fully integrated into the TComponent Object.  Behaviors are more transparently and widely integrated into TComponent.

Class Behaviors rely on the global events to add behaviors to instanced objects.  Class behaviors also allow for behaviors to be added during the instancing of new objects of the class.

Dynamic events enable the object to send events directly to behaviors as intra-object events.  Dynamic events can be chained as multiple behaviors may implement the event.  This allows for parameter filtering.

RaiseEvent allows for raising global events, capturing results, and feeding results forward into the next handlers parameters should the need arise.  This is a forward thinking feature to enable new processes to be designed into the code for PRADO version 3.3 and future version 4.0.  This functionality is transparent when unused.

We are hoping this is fully backward compatible with the existing code base.  It was designed for maximum backward compatibility while expanding the functional base exponentially.

This clears the way for a new way of thinking about how objects relate.</content>
</entry>
<entry>
<title>Quickstart tutorial page for the TRpcService</title>
<updated>2012-08-31T13:57:52Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-08-31T13:57:52Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=36fbeaf2e91dbbc7a2cb6d96faaf3c83ac756d52'/>
<id>urn:sha1:36fbeaf2e91dbbc7a2cb6d96faaf3c83ac756d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated plugin for textmate editor (works on "sublime text editor 2", too): added activecontrols</title>
<updated>2012-07-24T18:45:25Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-07-24T18:45:25Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=bb1b020a37785acf824c7c76bf5a1f868e826297'/>
<id>urn:sha1:bb1b020a37785acf824c7c76bf5a1f868e826297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated plugin for textmate editor (works on "sublime text editor 2", too):</title>
<updated>2012-07-24T17:28:14Z</updated>
<author>
<name>ctrlaltca</name>
<email></email>
</author>
<published>2012-07-24T17:28:14Z</published>
<link rel='alternate' type='text/html' href='https://emkael.info/cgit/prado/commit/?id=59ef1ca568d8e20a726e343556113c117ce5022c'/>
<id>urn:sha1:59ef1ca568d8e20a726e343556113c117ce5022c</id>
<content type='text'>
 - updated prado syntax to the php's and html's current versions
 - added missing webcontrols (activecontrols still missing)</content>
</entry>
</feed>
