Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-08 | merged to trunk/ all the changes from branch/3.2 up to r3270 | ctrlaltca | |
2012-11-18 | dropped old tests referring to unexisting components (NOTE: this includes ↵ | ctrlaltca | |
what seems a test suite for an older version of SQLMap) | |||
2012-11-18 | Reworked the "test" task in order to make it work again: | ctrlaltca | |
- 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 | |||
2012-11-18 | dropped PHPUnit2, since it doesn't support recent php versions | ctrlaltca | |
2012-11-18 | update ping. Part 2: added ping 2.4.12, fixed caller script | ctrlaltca | |
2012-11-18 | update ping. Part 1: delete old version | ctrlaltca | |
2012-10-31 | MAJOR UPGRADE to TComponent | javalizard@gmail.com | |
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. | |||
2012-08-31 | Quickstart tutorial page for the TRpcService | ctrlaltca | |
2012-07-24 | updated plugin for textmate editor (works on "sublime text editor 2", too): ↵ | ctrlaltca | |
added activecontrols | |||
2012-07-24 | updated plugin for textmate editor (works on "sublime text editor 2", too): | ctrlaltca | |
- updated prado syntax to the php's and html's current versions - added missing webcontrols (activecontrols still missing) | |||
2012-07-24 | removed TClientScriptLoader documentation since it doesn't exists anymore in ↵ | ctrlaltca | |
prado 3.2 | |||
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-05-29 | committed patch for #407 | ctrlaltca | |
2012-05-29 | Removed ajax rendering from TClientScript since it was a not-backward ↵ | ctrlaltca | |
compatible change. Added a TActiveClientScript control instead | |||
2012-04-13 | Minor regression fix in TAutoComplete's js; | ctrlaltca@gmail.com | |
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases | |||
2012-03-19 | Droppped php 5.2 support, require 5.3.3 (rc1 was breaking php 5.2 support ↵ | ctrlaltca@gmail.com | |
because of a broken change in TJavaScript::jsonEncode(), but nobody noticed in a month; previous php 5.3 version are broken) Droppped TJSON, not needed anymore Name this 3.2-rc2 (to distinguish problems from users caused by this change) | |||
2012-02-12 | patch for #387 | ctrlaltca@gmail.com | |
2012-02-11 | cleaning away unused converters from phpDocumentor | ctrlaltca@gmail.com | |
2011-12-22 | fix #187 | ctrlaltca@gmail.com | |
2011-11-19 | updating phpDocumentor, part 4: patched to fix a bug in CHMdefaultConverter | ctrlaltca@gmail.com | |
2011-11-19 | updating phpDocumentor, part 3: patched to mantain "dot" as a namespace ↵ | ctrlaltca@gmail.com | |
separator in @package | |||
2011-11-19 | updating phpDocumentor, part 2: add new version | ctrlaltca@gmail.com | |
2011-11-19 | updating phpDocumentor, part 1: removal of the old version | ctrlaltca@gmail.com | |
2011-10-21 | removed TClientScriptLoader missed in r3039. Updated documentation | ctrlaltca@gmail.com | |
2011-10-02 | Added TReCaptcha control (ticket #345) and added a notice about the lack of ↵ | ctrlaltca@gmail.com | |
security of TCaptcha (ticket #344) | |||
2011-09-20 | patch for #363: dropping clientscripts.php | ctrlaltca@gmail.com | |
2011-07-21 | added Gabor's HtmlArea registration patch (fixes #351) | ctrlaltca@gmail.com | |
2011-06-25 | added documentation for TFlushOutput | ctrlaltca@gmail.com | |
2011-06-25 | applied further "progressive rendering" patches (#235) | ctrlaltca@gmail.com | |
added TFlushOutput component fixed THtmlarea quickstart demo | |||
2011-06-25 | Added two methods for getting array elements out of TPriorityList above and ↵ | javalizard | |
below a specific priority, with inclusion. Added TPriorityMap and test cases. | |||
2011-06-20 | killed the experimental activecontrols implementation backported from yii | ctrlaltca@gmail.com | |
2011-06-08 | added accordion control from #213 | ctrlaltca@gmail.com | |
2011-06-02 | upported to trunk/ last doc changes, everything should be fine now | ctrlaltca@gmail.com | |
2011-06-02 | upported documentation changes to trunk/ | ctrlaltca@gmail.com | |
2011-06-02 | merged documentation changes from branch/3.1 to trunk/ | ctrlaltca@gmail.com | |
2011-06-01 | upported recent documentation changes from branch/3.1 to trunk/ | ctrlaltca@gmail.com | |
2011-05-10 | updated prototype to 1.7, scriptaculous to 1.9.0 and dropped json.js for ↵ | ctrlaltca@gmail.com | |
json2.js. fixes #199 and 272 | |||
2010-12-11 | added new TTemplateControlInheritable class | rojaro | |
2010-09-10 | moved TListItemCollection class from TListControl.php to separate class file ↵ | rojaro | |
in collections to fix #276 | |||
2010-06-22 | Added InType Bundle | rojaro | |
2010-04-18 | Adds a property to ensure an id is rendered. Also adds the creation of ↵ | javalizard | |
TWebControlDecorator. It also accounts for the render blocker in TWebControl. Adds an alternate render path when decorators are present. Adds the TWebControlDecorator class. Now skins can define their own surrounding tag html and templates instead of having to code every page. | |||
2010-04-18 | TPriorityList works like TList if no class specific methods are called. ↵ | javalizard | |
Adds the Unit test. TPriorityList needs more unit testing but I wanted to submit this so the method names can be peer reviewed. | |||
2010-04-18 | Added the THeader1-6, and fixed up the THtmlElement a touch. | javalizard | |
2010-04-12 | TPriorityList | javalizard | |
2010-04-06 | (no commit message) | rojaro | |
2010-03-27 | added TRpcClient and TRpcServer - fixing #180 | rojaro | |
2010-03-25 | (no commit message) | rojaro | |
2010-02-15 | Removed pradolite.php file | rojaro | |
2010-02-15 | Merge from r2765 (and some others) 3.1 | Christophe.Boulain | |
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase | |||
2010-02-14 | Merge Branches & Trunk | godzilla80@gmx.net | |
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762 |