summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-01added documentation for TActiveRadioButton classctrlaltca@gmail.com
2011-06-01added documentation for TActiveMultiView classctrlaltca@gmail.com
2011-06-01added documentation for TActiveLinkButton classctrlaltca@gmail.com
2011-06-01added documentation for TActiveTextBox classctrlaltca@gmail.com
2011-06-01added documentation for TActiveLabel classctrlaltca@gmail.com
2011-06-01added documentation for TActiveImageButton classctrlaltca@gmail.com
2011-06-01added documentation for TActiveImage classctrlaltca@gmail.com
2011-06-01added documentation for THead classctrlaltca@gmail.com
2011-06-01added documentation for TColorPicker classctrlaltca@gmail.com
2011-06-01backported active data controls + some other goodies from trunk/ ; updated docsctrlaltca@gmail.com
2011-06-01fix for #311; updated docsctrlaltca@gmail.com
2011-06-01backport r2937 to branch/3.1ctrlaltca@gmail.com
2011-06-01backported r2935 to branch/3.1ctrlaltca@gmail.com
2011-05-29(no commit message)3.1.8rojaro
2011-05-29added a few missing linesrojaro
2011-05-28branches/3.1: add a dependency needed at build timectrlaltca@gmail.com
2011-05-25backported build script fixes to branch/3.1ctrlaltca@gmail.com
2011-05-22branch 3.1: misc doc updatesctrlaltca@gmail.com
2011-05-21fixed unix tests, bumped version numberctrlaltca@gmail.com
2011-05-21remove spurious parent::__construct() added in r2880ctrlaltca@gmail.com
2011-05-21branch/3.1: merged bugfixes from trunk/ up to currentctrlaltca@gmail.com
2011-05-21branch/3.1: merged bugfixesfrom trunk/ up to r2880; correct svn:mergeinfo ↵ctrlaltca@gmail.com
property
2011-01-26Fixed #229 in 3.1 branchchristophe.boulain
2011-01-19Merge last changes on "Data" from trunkchristophe.boulain
2010-05-07fixed #239: set_magic_quotes_runtime is deprecate since php 5.3.0 and will ↵rojaro
be removed in 6.0
2010-02-22Prepare for 3.1.73.1.7Christophe.Boulain
2010-02-22Fixed Issues#113/195, but i decide to enable it manualy using the new ↵godzilla80@gmx.net
introduced "CgiFix" property. Since i'm not able to reproduce the problem and for example in my tests 'ORIG_SCRIPT_NAME' contains '/php/php-cgi.exe' <module id="request" class="System.Web.THttpRequest" CgiFix="1" UrlManager="friendlyurl-manager" UrlFormat="Get"/> Use 'ORIG_PATH_INFO' CgiFix="1" Return 'ORIG_SCRIPT_NAME' in getApplicationUrl() CgiFix="2" Or to enable both: CgiFix="3"
2010-02-20BUGFIX in TErrorHandler::hideSecurityRelated()godzilla80@gmx.net
2010-02-20EHN: Clientside performance (micro)optimization: Declare local javascript ↵godzilla80@gmx.net
variables explicit as local to avoid scope chain lookups
2010-02-20Fixed Issue 209 - SqlMap doesn't escape inline params properlygodzilla80@gmx.net
2010-02-17Update phing task to get correct svn revision when buildingChristophe.Boulain
2010-02-17Fixes various phpdoc problemsChristophe.Boulain
2010-02-16Remove pradolite.php and add svn:ignore in branches/3.1godzilla80@gmx.net
2010-02-16Also ensure Value property of a TXmlElement is a string (related to Issue#223)Christophe.Boulain
2010-02-16Fixed Issue#223Christophe.Boulain
2010-02-15Fixed Issue#222 : Christophe.Boulain
SingleLine TInplaceTextBox now honors the 'Columns' property
2010-02-13Fixed Issue #24 - Specify needed fields on demand godzilla80@gmx.net
- modify TDbCommandBuilder in package System.Data.Common - add method getSelectFieldList() - modify createFindCommand() to utilize getSelectFieldList() - modify createCountCommand() to invoke createFindCommand() with COUNT(*) - modify package System.Data.DataGateway - add property Select to TSqlCriteria - modify TDataGatewayCommand::getFindCommand() to pass Select property of criteria to TDbCommandBuilder::createFindCommand()
2010-02-08ENH: Modify TDbTableInfo::getColumnNames() to store result in private class ↵godzilla80@gmx.net
member
2010-02-08EHN: Add property TransactionClass (defaults to System.Data.TDbTransaction) ↵godzilla80@gmx.net
to TDbConnection and modify beginTransaction()
2010-02-04Fixed TActiveDatePicker bugChristophe.Boulain
2010-01-21Fixed Issue#192Christophe.Boulain
2010-01-15Fixed #169Christophe.Boulain
2010-01-14Fixed Issue#94Christophe.Boulain
2010-01-14Fixed Issue#86Christophe.Boulain
2010-01-14Fixed Issue#80Christophe.Boulain
2010-01-14Merge changes done in trunk in r2708Christophe.Boulain
2010-01-14Fixed Issue#153Christophe.Boulain
2010-01-14Fixed Issue#200Christophe.Boulain
2010-01-12Fixed issue#212Christophe.Boulain
2010-01-12Fixed issue#208Christophe.Boulain