summaryrefslogtreecommitdiff
path: root/framework/Web/UI
AgeCommit message (Collapse)Author
2012-06-01committed additional patch for #235ctrlaltca
2012-06-01TActiveClientScript: remove scripts from the page after the browser ↵ctrlaltca
evaluated them
2012-06-01fix a regression in THtmlArea introduced in r3148ctrlaltca
2012-05-29Removed ajax rendering from TClientScript since it was a not-backward ↵ctrlaltca
compatible change. Added a TActiveClientScript control instead
2012-05-28Patch for #404ctrlaltca
2012-05-19fix #402ctrlaltca
2012-05-19added a warning to TClientScript; refs #401ctrlaltca
2012-05-18fix #401ctrlaltca
2012-05-18Partial patch for #401ctrlaltca
2012-05-15TActiveDatePicker's default value for the AutoPostBack property should be ↵ctrlaltca
true (both for backward compatibility and coherence with other active controls)
2012-05-11Issue #210 Improvement: Auto-switch for TTabPanelctrlaltca
2012-05-11fix for a small regression related to #181ctrlaltca
2012-05-10fix for #399, addresses ratings.js and inlineeditor.jsctrlaltca
2012-04-14fix #394ctrlaltca@gmail.com
2012-04-14more tests fixingctrlaltca@gmail.com
2012-04-14When rendering the <span> used as a placeholder for an invisible ↵ctrlaltca@gmail.com
activecontrol, set its style to display:none to ensure it's considered not-visible by clientside javascript
2012-04-01TActiveListBox missed to include TActiveListControlAdapterctrlaltca@gmail.com
2012-03-25Reworked the patch for #391; now a TComponent-based controls can contain ↵ctrlaltca@gmail.com
methods prefixed by "js" to indicate that those methods can receive raw javascript. Such methods can be called both in a xss-safe, javascript-encoded way: $xxx->Property="yyy" and in a raw-javascript way: $xxx->jsProperty="zzz". Patch by gabor, documentation is on the way
2012-03-24Committer 2nd part of patch for #391ctrlaltca@gmail.com
2012-03-23Fixed #390 and #391ctrlaltca@gmail.com
2012-02-16fixed TActiveList* controls when globalization's charset is not utf8ctrlaltca@gmail.com
2012-02-14applied proposed patch for #389ctrlaltca@gmail.com
2012-02-12patch for #386ctrlaltca@gmail.com
2012-02-12patch for #388ctrlaltca@gmail.com
2012-02-09patch for #382ctrlaltca@gmail.com
2012-02-05Make validators' FocusOnError play nice with TCheckBoxList and TRadioButtonListctrlaltca@gmail.com
2012-02-01fix: css registration upon callback was missing some files from getting renderedctrlaltca@gmail.com
2012-01-28some fixes related to build scripts, now the "dist" task completes successfullyctrlaltca@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-11respect visibility state when updating activecontrols during an ajax callbackctrlaltca@gmail.com
2011-12-23small fix in TPanelctrlaltca@gmail.com
2011-12-21fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ctrlaltca@gmail.com
discussion in the ticket)
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-11-28committed proposed adjustement from #235ctrlaltca@gmail.com
2011-11-22TCaptcha: publish images with image/png content-typectrlaltca@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-15dirty test patch for #372, open for commentsctrlaltca@gmail.com
2011-11-09fix #371ctrlaltca@gmail.com
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-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-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)