summaryrefslogtreecommitdiff
path: root/framework/Web
AgeCommit message (Collapse)Author
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-20EHN: Clientside performance (micro)optimization: Declare local javascript ↵godzilla80@gmx.net
variables explicit as local to avoid scope chain lookups
2010-02-17Fixes various phpdoc problemsChristophe.Boulain
2010-02-15Fixed Issue#222 : Christophe.Boulain
SingleLine TInplaceTextBox now honors the 'Columns' property
2010-02-04Fixed TActiveDatePicker bugChristophe.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-11Fixed issue#215 : TDropContainer doesn't publish its ClientSide propertyChristophe.Boulain
2010-01-11Issue#218 : Changed URL of Javascript Logger to the archived pageChristophe.Boulain
2010-01-11Fixed Issue#216Christophe.Boulain
2009-11-08Correct code formating of last commitgodzilla80@gmx.net
2009-11-08Fixed Issue #151 - TTextBox fails to display inital line breakgodzilla80@gmx.net
2009-11-08Fix Issue #184 - THttpResponse doesn't support custom Content-Type headers, ↵godzilla80@gmx.net
remove charset part of header if THttpResponse.Charset=false
2009-11-08Add property TValidationSummary.ScrollToSummary to server-side control since ↵godzilla80@gmx.net
property exists on client-side
2009-11-08Always 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-08Add property ClientScriptManagerClass to TPageService and releated changes ↵godzilla80@gmx.net
in TPage.getClientScript() to allow subclassing of TClientScriptManager
2009-10-05Fixed Issue#189Christophe.Boulain
2009-09-15Apply r2703 changes to 3.1 branchChristophe.Boulain
2009-07-27Issue #157carlgmathisen
2009-07-22Fixed #178Christophe.Boulain
2009-07-20Fixed #105carlgmathisen
2009-07-10ENH: 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-06Fixed reopened Issue#115 - Clientside registry of serverside controls don't ↵godzilla80@gmx.net
cover all controls: Prado.WebUI.TAutoComplete, Prado.WebUI.TInPlaceTextBox
2009-06-27Fixed Issue#176 - THttpResponse::writeFile() add additional parameters to ↵godzilla80@gmx.net
take more influence on behavior (forceDownload, clientFileName, fileSize), add png to defaultMimeTypes
2009-06-27TCallbackErrorHandler::displayException() force HTTP status "500 Internal ↵godzilla80@gmx.net
Server Error" to ensure TCallbackOptions.ClientSide.OnFailure is raised
2009-06-07enhancement: introduce protected property "Published" in TAssetManager to ↵godzilla80@gmx.net
allow subclasses access
2009-06-07Fixed Issue#175 - TBulletedList: Introduce TBulletStyle::Nonegodzilla80@gmx.net
2009-06-05Fix Issue#117 - Consider TValidationSummary.DisplayMode="HeaderOnly" if ↵godzilla80@gmx.net
TValidationSummary.ShowMessageBox is set
2009-05-11Fixed Issue#150Christophe.Boulain
2009-05-02Enhancement: Updated clientscripts.php to JSMin 1.1.1 - According to author ↵godzilla80@gmx.net
15% faster with 94% less memory usage
2009-04-29THtmlArea boolean options were not properly encoded in change r2619Christophe.Boulain
2009-04-29Ensure rendering of clientID in TActivePanelChristophe.Boulain
2009-04-15Fixed Issue #117 - TValidationSummary: new display mode "HeaderOnly" that ↵godzilla80@gmx.net
only render value of HeaderText property
2009-04-14Fixed Issue#135 - Add AutoPostBack property to TActiveFileUploadChristophe.Boulain
2009-04-08(no commit message)Christophe.Boulain
2009-04-08Fixed Issue#136Christophe.Boulain
2009-04-04TBaseValidator, TCustomValidator: change visibilty (protected => public) of ↵godzilla80@gmx.net
getValidationTarget()
2009-03-21reverting array_push() changes of r2625godzilla80@gmx.net
2009-03-20Fixed Issue #120godzilla80@gmx.net
2009-03-19replace array_push() function calls with native language constuct if make sensegodzilla80@gmx.net
2009-03-19replace is_null() function calls with native native language constuctgodzilla80@gmx.net
2009-03-17Fixed #108godzilla80@gmx.net
2009-03-16Fixed Issue#126Christophe.Boulain
2009-03-04Reverting changes of revision 2612, since this introduced a new bug.Christophe.Boulain
2009-02-24Fixed a bug introduced with rev r2613Christophe.Boulain
2009-02-23Fixed Issue#7 - Client side javascripts are not combined anymore in debug modeChristophe.Boulain
2009-02-23Fixed Issue#106Christophe.Boulain
2009-02-23Update to scriptaculous 1.8.2 & prototype 1.6.0.3Christophe.Boulain