summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Collapse)Author
2013-02-08merged to trunk/ all the changes from branch/3.2 up to r3270ctrlaltca
2012-11-18dropped old tests referring to unexisting components (NOTE: this includes ↵ctrlaltca
what seems a test suite for an older version of SQLMap)
2012-11-18Reworked 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-18dropped PHPUnit2, since it doesn't support recent php versionsctrlaltca
2012-11-18update ping. Part 2: added ping 2.4.12, fixed caller scriptctrlaltca
2012-11-18update ping. Part 1: delete old versionctrlaltca
2012-10-31MAJOR UPGRADE to TComponentjavalizard@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-31Quickstart tutorial page for the TRpcServicectrlaltca
2012-07-24updated plugin for textmate editor (works on "sublime text editor 2", too): ↵ctrlaltca
added activecontrols
2012-07-24updated 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-24removed TClientScriptLoader documentation since it doesn't exists anymore in ↵ctrlaltca
prado 3.2
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-05-29committed patch for #407ctrlaltca
2012-05-29Removed ajax rendering from TClientScript since it was a not-backward ↵ctrlaltca
compatible change. Added a TActiveClientScript control instead
2012-04-13Minor 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-19Droppped 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-12patch for #387ctrlaltca@gmail.com
2012-02-11cleaning away unused converters from phpDocumentorctrlaltca@gmail.com
2011-12-22fix #187ctrlaltca@gmail.com
2011-11-19updating phpDocumentor, part 4: patched to fix a bug in CHMdefaultConverterctrlaltca@gmail.com
2011-11-19updating phpDocumentor, part 3: patched to mantain "dot" as a namespace ↵ctrlaltca@gmail.com
separator in @package
2011-11-19updating phpDocumentor, part 2: add new versionctrlaltca@gmail.com
2011-11-19updating phpDocumentor, part 1: removal of the old versionctrlaltca@gmail.com
2011-10-21removed TClientScriptLoader missed in r3039. Updated documentationctrlaltca@gmail.com
2011-10-02Added TReCaptcha control (ticket #345) and added a notice about the lack of ↵ctrlaltca@gmail.com
security of TCaptcha (ticket #344)
2011-09-20patch for #363: dropping clientscripts.phpctrlaltca@gmail.com
2011-07-21added Gabor's HtmlArea registration patch (fixes #351)ctrlaltca@gmail.com
2011-06-25added documentation for TFlushOutputctrlaltca@gmail.com
2011-06-25applied further "progressive rendering" patches (#235)ctrlaltca@gmail.com
added TFlushOutput component fixed THtmlarea quickstart demo
2011-06-25Added 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-20killed the experimental activecontrols implementation backported from yiictrlaltca@gmail.com
2011-06-08added accordion control from #213ctrlaltca@gmail.com
2011-06-02upported to trunk/ last doc changes, everything should be fine nowctrlaltca@gmail.com
2011-06-02upported documentation changes to trunk/ctrlaltca@gmail.com
2011-06-02merged documentation changes from branch/3.1 to trunk/ctrlaltca@gmail.com
2011-06-01upported recent documentation changes from branch/3.1 to trunk/ctrlaltca@gmail.com
2011-05-10updated 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-11added new TTemplateControlInheritable classrojaro
2010-09-10moved TListItemCollection class from TListControl.php to separate class file ↵rojaro
in collections to fix #276
2010-06-22Added InType Bundlerojaro
2010-04-18Adds 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-18TPriorityList 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-18Added the THeader1-6, and fixed up the THtmlElement a touch.javalizard
2010-04-12TPriorityListjavalizard
2010-04-06(no commit message)rojaro
2010-03-27added TRpcClient and TRpcServer - fixing #180rojaro
2010-03-25(no commit message)rojaro
2010-02-15Removed pradolite.php filerojaro
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762