summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-28some fixes related to build scripts, now the "dist" task completes successfullyctrlaltca@gmail.com
2012-01-25TJsonService: use TJavaScript::jsonEncode() instead of the old, slower TJSON ↵ctrlaltca@gmail.com
class
2012-01-25updated HISTORYctrlaltca@gmail.com
2012-01-25patched #379ctrlaltca@gmail.com
2012-01-25controls.js sems to depend on effects.js, updated packages.phpctrlaltca@gmail.com
2012-01-25fix for #381ctrlaltca@gmail.com
2012-01-23little improvement to TReCaptcha; refs #345, patch by gaborctrlaltca@gmail.com
2012-01-18fixed #380 (TCustomValidator's ControlToValidate should be optional); added ↵ctrlaltca@gmail.com
a quickstart example, updated 2 tests that were broken + HISTORY
2012-01-12avoid a js warning in iectrlaltca@gmail.com
2012-01-11respect visibility state when updating activecontrols during an ajax callbackctrlaltca@gmail.com
2011-12-23small fix in TPanelctrlaltca@gmail.com
2011-12-22fix #187ctrlaltca@gmail.com
2011-12-21little doc updated related to previous commitctrlaltca@gmail.com
2011-12-21TLogger: fixed filterByControl method; added timestamp parameter; added ↵ctrlaltca@gmail.com
deleteLogs() method; refs #237
2011-12-21fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ctrlaltca@gmail.com
discussion in the ticket)
2011-12-21fixed #66ctrlaltca@gmail.com
2011-12-21fix #314ctrlaltca@gmail.com
2011-12-19committed patch from #378ctrlaltca@gmail.com
2011-12-06fix for #377ctrlaltca@gmail.com
2011-12-05reverted r2801, r2803, r2829's madness.ctrlaltca@gmail.com
2011-12-03Added documentation for TWebControlDecorator (fixes #259);ctrlaltca@gmail.com
Added missing bits to have TWebControlDecorator actually works.
2011-12-02fixed tiny_mce's md5 file; updated HISTORYctrlaltca@gmail.com
2011-12-02TApplication: don't forget to initialize TGlobalization with its default ↵ctrlaltca@gmail.com
values when it gets created (fixes #375)
2011-11-28committed proposed adjustement from #235ctrlaltca@gmail.com
2011-11-22TCaptcha: publish images with image/png content-typectrlaltca@gmail.com
2011-11-19fixed #354ctrlaltca@gmail.com
2011-11-19fix for #35ctrlaltca@gmail.com
2011-11-19updating phpDocumentor, part 4: patched to fix a bug in CHMdefaultConverterctrlaltca@gmail.com
2011-11-19fix for #346ctrlaltca@gmail.com
2011-11-19updating phpDocumentor, part 3: patched to mantain "dot" as a namespace ↵ctrlaltca@gmail.com
separator in @package
2011-11-19updating phpDocumentor, part 2: add new versionctrlaltca@gmail.com
2011-11-19updating phpDocumentor, part 1: removal of the old versionctrlaltca@gmail.com
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)