summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2011-11-173-in-1 bugfix commit:ctrlaltca@gmail.com
1) TErrorHandler: avoid an error when trying to hide the file path of a lambda function 2) TSecurityManager: avoid a race condition when first generating the encryptionkey or the validationkey 3) TActiveFileUpload: urlencode the base64'ed token since it can contain the "+" character (otherway it would be traslated to a space)
2011-11-15updated tinyMCE to 3.4.7ctrlaltca@gmail.com
2011-11-15dirty test patch for #372, open for commentsctrlaltca@gmail.com
2011-11-13reverted r2751 to fix #283: if a service is defined in applicaton.xml, we ↵ctrlaltca@gmail.com
should start it even from a TShellApplication; testcased #200 too
2011-11-12fix for #284ctrlaltca@gmail.com
2011-11-10fix for #275ctrlaltca@gmail.com
2011-11-10fix for #254ctrlaltca@gmail.com
2011-11-10fixed #240ctrlaltca@gmail.com
2011-11-09fix #370:ctrlaltca@gmail.com
- deprecated TSqliteCache, use TDbCache instead - reworked the dataaccess code of demos/blog - other smalll fixes around
2011-11-09fix #371ctrlaltca@gmail.com
2011-10-31Bugfix: TListBox SelestionMode="Multiple" did not report correctly its ↵ctrlaltca@gmail.com
selected indices on callback Updated version of prado clientscript to 3.2
2011-10-31TActiveMultiView: don't render the clientiside if the active view did not ↵ctrlaltca@gmail.com
change; fixed example in quickstart TMultiView: added missing parameter in error message
2011-10-26proposed patch for #325ctrlaltca@gmail.com
2011-10-21removed TClientScriptLoader missed in r3039. Updated documentationctrlaltca@gmail.com
2011-10-21fixes #368 + documentation-only addition to TDropDownList, other changes are ↵ctrlaltca@gmail.com
due to line ending
2011-10-17Port changes of r3050 (branches/3.1) to trunkGODZilla0480@gmail.com
2011-10-16Fixed Issue#365 introduced in r3030GODZilla0480@gmail.com
2011-10-11fix for a TDatePicker bug reported on the forum by ClaCS (default date ↵ctrlaltca@gmail.com
doesn't consider FromYear and UpToYear values)
2011-10-11TActiveFileUpload: fix when 2 TActiveFileUpload are present in the same page ↵ctrlaltca@gmail.com
and one of them in inside 2 (o more) nested templates (refs #90)
2011-10-02added workaround for #342ctrlaltca@gmail.com
2011-10-02Added TReCaptcha control (ticket #345) and added a notice about the lack of ↵ctrlaltca@gmail.com
security of TCaptcha (ticket #344)
2011-10-02some documentation update on trunk/ctrlaltca@gmail.com
2011-09-29Test patch for #366: use a <div> instead of a <span> around the <table> of a ↵ctrlaltca@gmail.com
TActiveDataGrid to ensure W3C validation (<span> is an inline element and is not allowed to contain a block element like <table>)
2011-09-22fix for #203ctrlaltca@gmail.com
2011-09-20small fix to previous commitctrlaltca@gmail.com
2011-09-20patch for #363: dropping clientscripts.phpctrlaltca@gmail.com
2011-09-13fix for a small regression introduced in r2888, noticed in #181ctrlaltca@gmail.com
2011-09-06TCallbackResponseAdapter: avoid to flush empty boundaries (this caused all ↵ctrlaltca@gmail.com
the <!--//X-PRADO-XXX--> tags to be outputted once for each flushOutput() call)
2011-09-06workaround for #363ctrlaltca@gmail.com
2011-08-30Fixed Issue#362GODZilla0480@gmail.com
2011-08-30reverted r3032, please look ticket #362ctrlaltca@gmail.com
2011-08-28Add method getHeaders to THttpRequest & THttpResponseGODZilla0480@gmail.com
2011-08-28Modify TThemeManager to allow custom subclassing of TTheme GODZilla0480@gmail.com
2011-08-28Add methods quoteTableName, quoteColumnName, quoteColumnAlias to TDbMetaData ↵GODZilla0480@gmail.com
& TDbConnection and add TDbConnection:getDbMetaData [TODO: customize TOracleMetaData]
2011-08-28Modify TActiveRecordConfig & TActiveRecordManager to allow custom ↵GODZilla0480@gmail.com
subclassing of System.Data.ActiveRecord.TActiveRecordManager & System.Data.ActiveRecord.TActiveRecordGateway
2011-08-28Modifiy TTemplate::parseAttributes to allow definition of "HTML5 Custom Data ↵GODZilla0480@gmail.com
Attributes (data-*)" e.g Attributes.data-custom-value="foobar"
2011-08-19fix for #356ctrlaltca@gmail.com
2011-08-19small fix related to #301ctrlaltca@gmail.com
2011-08-19fix for #361ctrlaltca@gmail.com
2011-07-28applied the "delayed callback" patch for TActiveDatePicker (ticker #265)ctrlaltca@gmail.com
2011-07-27fix for #265 + disable wheel event for TActiveDatePicker to avoid callback ↵ctrlaltca@gmail.com
floods
2011-07-24applied patch for #353ctrlaltca@gmail.com
2011-07-21added Gabor's HtmlArea registration patch (fixes #351)ctrlaltca@gmail.com
2011-07-20fix #350ctrlaltca@gmail.com
2011-07-18missed a file in r3018, sorryctrlaltca@gmail.com
2011-07-17TSecurityManager: remove additional right padding added by mcrypt_decryptctrlaltca@gmail.com
TSecurityManagerTest: loop through different string length to take account of mcrypt's block cipher padding TAPCCacheTest: fixed static member usage THttpRequestTest: fixed testRequestWithUrlMapping test
2011-07-16test patch for #179ctrlaltca@gmail.com
2011-07-16patch for #349ctrlaltca@gmail.com
2011-07-16fix for #343 (reworked r2915 to be more backcompatible on clientside)ctrlaltca@gmail.com
2011-07-16TActivecustomvalidator _must_ have EnableClientScript=truectrlaltca@gmail.com