summaryrefslogtreecommitdiff
path: root/framework/Web/UI/ActiveControls
AgeCommit message (Collapse)Author
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-11-14fix #427ctrlaltca
2012-08-10fix #421ctrlaltca
2012-07-12removed ?> from php filesctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ↵ctrlaltca
(continue)
2012-07-12Doc fix: it's ActiveControl.EnableUpdate, not ActiveControl.EnabledUpdate ctrlaltca
2012-07-07Missed an include in previous commitctrlaltca
2012-07-07fix #414ctrlaltca
2012-07-07fix #413ctrlaltca
2012-06-12TBaseActiveControl: permit the use of prefixes (Page, Parent, ..) when ↵ctrlaltca
setting the CallbackOptions property (refs #374)
2012-06-12TBaseActiveControl: fix documentation and exception messagectrlaltca
2012-06-01removed a spurious ?>ctrlaltca
2012-06-01committed additional patch for #235ctrlaltca
2012-06-01TActiveClientScript: remove scripts from the page after the browser ↵ctrlaltca
evaluated them
2012-05-29Removed ajax rendering from TClientScript since it was a not-backward ↵ctrlaltca
compatible change. Added a TActiveClientScript control instead
2012-05-19fix #402ctrlaltca
2012-05-18fix #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-11fix for a small regression related to #181ctrlaltca
2012-05-10fix for #399, addresses ratings.js and inlineeditor.jsctrlaltca
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-24Committer 2nd part of patch for #391ctrlaltca@gmail.com
2012-03-23Fixed #390 and #391ctrlaltca@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-11respect visibility state when updating activecontrols during an ajax callbackctrlaltca@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-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-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-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-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-08-19fix for #361ctrlaltca@gmail.com
2011-07-16patch for #349ctrlaltca@gmail.com
2011-07-16TActivecustomvalidator _must_ have EnableClientScript=truectrlaltca@gmail.com
2011-07-16applied prado-lazyload-in-callbacks-patch (ticket #348)ctrlaltca@gmail.com
2011-06-25applied further "progressive rendering" patches (#235)ctrlaltca@gmail.com
added TFlushOutput component fixed THtmlarea quickstart demo
2011-06-24merged in the patch for progressive rendering from #235; unit tests doesn't ↵ctrlaltca@gmail.com
evidence any regression, but of course more proper testing is needed
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
&copy; 2005-2008 PradoSoft => Copyright &copy; 2005-2011 PradoSoft)
2011-06-20removed useless calls to empty contructor; reverted some additional ↵ctrlaltca@gmail.com
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously
2011-06-02upported to trunk/ last doc changes, everything should be fine nowctrlaltca@gmail.com
2011-06-02upported documentation changes to trunk/ctrlaltca@gmail.com