Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-16 | backported patch for #349 to branch/3.1 | ctrlaltca@gmail.com | |
2011-07-16 | backported r3012 to branch/3.1 | ctrlaltca@gmail.com | |
2011-07-06 | backported r3006 to branch/3.1 (fix for #103) | ctrlaltca@gmail.com | |
2011-06-20 | fix for #335 (only for branch/3.1) | ctrlaltca@gmail.com | |
2011-06-18 | fix for #334 | ctrlaltca@gmail.com | |
2011-06-17 | fixed missing timeout on TCacheHttpSession - reported on the forum by ↵ | ctrlaltca@gmail.com | |
FragMaster B - branch/3.1 | |||
2011-06-16 | backported r2980 to branch/3.1 | ctrlaltca@gmail.com | |
2011-06-03 | fixed doctags3.1.9 | rojaro | |
2011-06-02 | further documentation updates: everything else plus some things that were ↵ | ctrlaltca@gmail.com | |
not even listed. Only T*RatingList has been left out | |||
2011-06-02 | documentation updates: TCallback, TEventTriggeredCallback, ↵ | ctrlaltca@gmail.com | |
TValueTriggeredCallback, TTimeTriggeredCallback | |||
2011-06-02 | documentation galore: TCallbackClientSide, TCallbackOptions and ↵ | ctrlaltca@gmail.com | |
TCallbackClientScript | |||
2011-06-02 | added documentation for TActiveDataList, TActiveDataGrid and TActiveRepeater ↵ | ctrlaltca@gmail.com | |
class | |||
2011-06-01 | gave the build scripts a run so that new ids can be generated. | ctrlaltca@gmail.com | |
Added new docs to the quickstart.pdf misc doc fixes | |||
2011-06-01 | added documentation for TActiveTextBox class | ctrlaltca@gmail.com | |
2011-06-01 | added documentation for TActiveImageButton class | ctrlaltca@gmail.com | |
2011-06-01 | added documentation for THead class | ctrlaltca@gmail.com | |
2011-06-01 | added documentation for TColorPicker class | ctrlaltca@gmail.com | |
2011-06-01 | backported active data controls + some other goodies from trunk/ ; updated docs | ctrlaltca@gmail.com | |
2011-06-01 | fix for #311; updated docs | ctrlaltca@gmail.com | |
2011-05-28 | branches/3.1: add a dependency needed at build time | ctrlaltca@gmail.com | |
2011-05-25 | backported build script fixes to branch/3.1 | ctrlaltca@gmail.com | |
2011-05-21 | branch/3.1: merged bugfixes from trunk/ up to current | ctrlaltca@gmail.com | |
2011-05-21 | branch/3.1: merged bugfixesfrom trunk/ up to r2880; correct svn:mergeinfo ↵ | ctrlaltca@gmail.com | |
property | |||
2011-01-26 | Fixed #229 in 3.1 branch | christophe.boulain | |
2010-02-22 | Fixed 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-20 | EHN: Clientside performance (micro)optimization: Declare local javascript ↵ | godzilla80@gmx.net | |
variables explicit as local to avoid scope chain lookups | |||
2010-02-17 | Fixes various phpdoc problems | Christophe.Boulain | |
2010-02-15 | Fixed Issue#222 : | Christophe.Boulain | |
SingleLine TInplaceTextBox now honors the 'Columns' property | |||
2010-02-04 | Fixed TActiveDatePicker bug | Christophe.Boulain | |
2010-01-14 | Fixed Issue#94 | Christophe.Boulain | |
2010-01-14 | Fixed Issue#86 | Christophe.Boulain | |
2010-01-14 | Fixed Issue#80 | Christophe.Boulain | |
2010-01-14 | Merge changes done in trunk in r2708 | Christophe.Boulain | |
2010-01-11 | Fixed issue#215 : TDropContainer doesn't publish its ClientSide property | Christophe.Boulain | |
2010-01-11 | Issue#218 : Changed URL of Javascript Logger to the archived page | Christophe.Boulain | |
2010-01-11 | Fixed Issue#216 | Christophe.Boulain | |
2009-11-08 | Correct code formating of last commit | godzilla80@gmx.net | |
2009-11-08 | Fixed Issue #151 - TTextBox fails to display inital line break | godzilla80@gmx.net | |
2009-11-08 | Fix Issue #184 - THttpResponse doesn't support custom Content-Type headers, ↵ | godzilla80@gmx.net | |
remove charset part of header if THttpResponse.Charset=false | |||
2009-11-08 | Add property TValidationSummary.ScrollToSummary to server-side control since ↵ | godzilla80@gmx.net | |
property exists on client-side | |||
2009-11-08 | Always render clientside counterparts of validation control even if not ↵ | godzilla80@gmx.net | |
enabled, but pass-through Enabled property, to allow Enabled/Disable of validator on callback. | |||
2009-11-08 | Add property ClientScriptManagerClass to TPageService and releated changes ↵ | godzilla80@gmx.net | |
in TPage.getClientScript() to allow subclassing of TClientScriptManager | |||
2009-10-05 | Fixed Issue#189 | Christophe.Boulain | |
2009-09-15 | Apply r2703 changes to 3.1 branch | Christophe.Boulain | |
2009-07-27 | Issue #157 | carlgmathisen | |
2009-07-22 | Fixed #178 | Christophe.Boulain | |
2009-07-20 | Fixed #105 | carlgmathisen | |
2009-07-10 | ENH: Add property TPage.EnableStateCompression and related modifications in ↵ | godzilla80@gmx.net | |
TPageStateFormatter since it is unnecessary to compress clientstate if TCachePageStatePersister/TSessionPageStatePersister is used | |||
2009-07-06 | Fixed reopened Issue#115 - Clientside registry of serverside controls don't ↵ | godzilla80@gmx.net | |
cover all controls: Prado.WebUI.TAutoComplete, Prado.WebUI.TInPlaceTextBox | |||
2009-06-27 | Fixed Issue#176 - THttpResponse::writeFile() add additional parameters to ↵ | godzilla80@gmx.net | |
take more influence on behavior (forceDownload, clientFileName, fileSize), add png to defaultMimeTypes |