Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-18 | TComponent- adds a blank __construct function to unify the constructor call ↵ | javalizard | |
path for all objects. TApplication- Adds final attribute to the parameters in the config so folder config.xml cannot override if set to true. Adds a mergeParameter function to unify parameter setting. Fixed a bug where loadParametersPhp wasn't getting the properties correctly. TControl- calls the parent::__construct, Adds render blocking. (the PRADO class using this will be added in a week or two) TParameterModule- Adds final attribute to the parameter option so folder configs cannot override if set to true. Uses the application mergeParameter function. Adds final to the php parameter loader | |||
2010-04-14 | fixed the vsort, vrsort etc. functions which tried to instantiate ↵ | rojaro | |
ArraySorter instead of TArraySorter | |||
2010-04-14 | changed the gmdate to just date. TLogger now captures the memory footprint ↵ | javalizard | |
and controls. TLogRouter now can specify logs that require the header with the IHeaderRoute interface. so the TFirePhpLogRoute can work. TLogRoutes can be disabled and all of the routes can be gotten. Each TLogRoute also can have a control filter, user role filter (so, for instance, if you wanted a browser log route on a production site but only for developers), a meta id is also stored for linking to other data in the system, the user id if a user is logged in, active (so routes can be turned off but not deleted), and an error should something go bad with a log route it shouldn't take down the page. Updated the docs on the category filter having to be an array instead of a string. This includes some functions for serializing the Log Router classes as xml. Also the browser route does a quartile analysis on the times and memory footprint of each log item (independently), and highlights the log lines that are memory hogs or time hogs. We can use this as a basis for a set of analysis classes? This includes some interesting functions which does array of array key index to value sorting. For instance getting all rows from a database table. eg. $arr array(array('key'=>'value1', ...), array('key'=>...), array(...)). vsort($arr, 'key'). We may want to move some of this stuff around | |||
2010-03-27 | added TRpcClient and TRpcServer - fixing #180 | rojaro | |
2010-02-14 | Merge Branches & Trunk | godzilla80@gmx.net | |
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762 | |||
2009-06-07 | Merging latest 3.1 changes into trunk (r2672-2677) | godzilla80@gmx.net | |
2009-06-07 | Enhancement: TFirePhpLogRoute: bypass to TBrowserLogRoute if headers already ↵ | godzilla80@gmx.net | |
sent / php.ini (output_buffering=Off, implicit_flush=On) | |||
2009-05-27 | Merge from 3.2 branch. | Christophe.Boulain | |
Beginning of Prado 3.2 development | |||
2009-05-26 | fixed #165 | eirikhm | |
2009-05-23 | add GroupLabel property to TFirePhpLogRoute | godzilla80@gmx.net | |
2009-05-18 | ENH: new log route subclass for FirePHP: TFirePhpLogRoute - FirePHP is ↵ | godzilla80@gmx.net | |
ideally suited for AJAX development where clean JSON and XML responses are required | |||
2009-04-15 | TDbLogRoute::createDbTable: add AUTO_INCREMENT attribute to log_id column if ↵ | godzilla80@gmx.net | |
driver is mysql | |||
2009-03-22 | TBrowserLogRoute: add table-layout:auto and explicit set column with to ↵ | godzilla80@gmx.net | |
avoid bad render behavior in table-layout:fixed environment, explicit set text color to increase readability | |||
2009-03-16 | Fixed Issue#129, Issue#130 | Christophe.Boulain | |
2008-12-27 | Issue 83 - TParameterModule | carlgmathisen | |
2008-12-26 | tparametermodule docs | carlgmathisen | |
2008-12-26 | fixed the caching bug | carlgmathisen | |
2008-12-07 | work on php style configuration | carlgmathisen | |
2008-12-03 | Merge from trunk | christophe.boulain | |
2008-11-11 | Fixed Issue #61 | haertl.mike | |
2008-10-29 | Fixed issue #48 (trac #941) | haertl.mike | |
2008-10-21 | removed all trailing ?> | qiang.xue | |
2008-10-13 | #822 - Not receiving emails from TEmailLogRoute | carl | |
2008-08-14 | fixed #908 | knut | |
2008-08-06 | fixed #898 | knut | |
2008-08-05 | fixed #897 | knut | |
2008-07-30 | updated copyright | knut | |
2008-07-30 | fixed #890 | knut | |
2008-07-20 | fixed #886 | knut | |
2008-03-24 | fixed #819 | xue | |
2008-02-22 | Added TFirebugLogRoute | tof | |
2008-01-11 | TParameterModule added caching support | xue | |
2007-12-24 | TDataFieldAccessor now supports chained property access without getters. | xue | |
TJavaScript::encode() will encode data as a list if integer indices are detected. | |||
2007-10-01 | added TDbLogRoute | xue | |
2007-08-06 | fixed #685 | xue | |
2007-07-24 | removed geshi from the other controls. | xue | |
2007-05-30 | fixing small typos in the API documentation | knut | |
2007-03-06 | removed trailing spaces. | xue | |
2006-11-25 | merge from 3.0 branch till 1508. | xue | |
2006-09-09 | Add basic active control docs. | wei | |
2006-09-08 | merge from 3.0 branch till 1397. | xue | |
2006-09-04 | merge from 3.0 branch till 1387 | xue | |
2006-09-01 | resolve adodb defined clashes, add TCallbackClientScript::fireEvent() | wei | |
2006-08-31 | merge from 3.0 branch till 1374. | xue | |
2006-08-30 | merge from 3.0 branch till 1363. | xue | |
2006-08-05 | merge from 3.0 branch till 1329. | xue | |
2006-08-02 | merge from 3.0 branch till 1320. | xue | |
2006-07-02 | Merge from 3.0 branch till 1224. | xue | |
2006-05-12 | Merge from 3.0 branch till 1054. | xue | |
2006-04-25 | Merge from 3.0 branch till 967. | xue | |