Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-16 | Added a few more tests to the TListTest unit test. | javalizard | |
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-04-14 | Adds getModulesByType, getIsAfterService, and onInitComplete for wrapping up ↵ | javalizard | |
the init processes should any modules need it before the beginning the request | |||
2010-04-13 | added @author | javalizard | |
2010-04-13 | Added TPage events to TPageService via an interface. When the page is run ↵ | javalizard | |
the TPageServices events are added to the TPage events. This exposes the TPage events to modules. Also added an event when a page is not found. | |||
2010-04-12 | fiddled with the comment a touch to make it easier to understand | javalizard | |
2010-04-12 | Fixed Issue#246 | Christophe.Boulain | |
2010-04-12 | added @versions to the TList and TPriorityList | javalizard | |
2010-04-12 | TPriorityList | javalizard | |
2010-04-12 | Reprivate _c in TList. was testing something | javalizard | |
2010-04-12 | added insertBefore and insertAfter | javalizard | |
2010-04-09 | added ensureNullIfEmpty converter | rojaro | |
2010-04-06 | (no commit message) | rojaro | |
2010-03-29 | fixed another bug in the rpc service | rojaro | |
2010-03-29 | fixed a little bug in the rpc service | rojaro | |
2010-03-27 | added TRpcClient and TRpcServer - fixing #180 | rojaro | |
2010-03-25 | (no commit message) | rojaro | |
2010-03-19 | Added missing THttpRuest->getContentType | rojaro | |
2010-03-17 | Bugfix for #236 | rojaro | |
2010-03-15 | Fixed Issue#232 | Christophe.Boulain | |
May need additionnal testing | |||
2010-03-08 | fixed sqlmap demo | Christophe.Boulain | |
2010-02-23 | Fixed #226 | rojaro | |
2010-02-22 | Merged /branches/3.1:r2773 into trunk | Christophe.Boulain | |
2010-02-21 | Merged latest changes into trunk (except r2773) | godzilla80@gmx.net | |
/branches/3.1:r2765,2770-2771,2774,2776-2778 | |||
2010-02-18 | Update TDraggable::revert property to accept "failure" value | Christophe.Boulain | |
2010-02-15 | added svn:ignore property for pradolite.php | rojaro | |
2010-02-15 | Removed pradolite.php file | rojaro | |
2010-02-15 | Revert prado-cli.php commited by mistake. sorry | Christophe.Boulain | |
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 | |||
2010-02-13 | NEW: Add Beta of master/slave senario solution | godzilla80@gmx.net | |
- add package System.Testing.Data.Analysis - add package System.Testing.Data.Distributed - add sub package System.Testing.Data.Distributed.MasterSlave - add unittest for System.Testing.Data.Analysis | |||
2009-11-04 | Minor corrections to avoid runtime notice with php 5.3, and function rename ↵ | Christophe.Boulain | |
in TDbConnection | |||
2009-11-02 | added missing package description in TActiveFileUpload | rojaro | |
2009-11-02 | added a few more snippets to the textmate bundle | rojaro | |
2009-11-02 | added missing package description | rojaro | |
2009-11-02 | added a few new snippets to the textmate bundle | rojaro | |
2009-11-02 | added old prado textmate bundle | rojaro | |
2009-11-01 | TEnumerable can now be iterated as suggested by FragMaster B | rojaro | |
2009-11-01 | Added ability to set width and height for images in both THyperLink and ↵ | rojaro | |
THyperLinkColumn (plus the imageurl for the latter) as suggested by junkee in http://www.pradosoft.com/forum/index.php?topic=8745.0 | |||
2009-11-01 | merged fix for proper errorhandling when the size of the uploaded file ↵ | rojaro | |
exceeds the limit see http://www.pradosoft.com/forum/index.php?topic=11850.0 | |||
2009-11-01 | merged fix for asynchronous callback requests from ↵ | rojaro | |
http://www.pradosoft.com/forum/index.php?topic=12179.0 | |||
2009-11-01 | merged quotestring utf8 patch ... see ↵ | rojaro | |
http://www.pradosoft.com/forum/index.php?topic=11700.msg51530;topicseen#msg51530 | |||
2009-11-01 | merged active record default value bug fix which got lost when moving from ↵ | rojaro | |
trac to googlecode - see http://www.pradosoft.com/forum/index.php?topic=10603.0 | |||
2009-11-01 | added Dreamweaver extension so it doesnt get "lost" again | rojaro | |
2009-11-01 | fixed error handler to detect changes in the error reporting level after ↵ | rojaro | |
initialisation as suggested by acron in http://www.pradosoft.com/forum/index.php?topic=12226.0 | |||
2009-10-14 | added TActiveMultiView | rojaro | |
2009-10-07 | Add TActiveTableCell & TActiveTableRow | Christophe.Boulain | |
2009-10-05 | Quick Fix from 3.1 | Christophe.Boulain | |
2009-10-03 | added Testing namespace is now being ignored when the documentation is being ↵ | rojaro | |
generated to avoid class name conflicts |