summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls
AgeCommit message (Collapse)Author
2014-04-20Fix #515Fabio Bas
2014-04-12Recaptcha controls converted to jQuerygnits
Prototype-style calls replaced with jQuery-style calls
2014-03-26Fix #506Fabio Bas
2014-03-25Fix #504Fabio Bas
2014-02-27TRatingList: try harder to find the Caption controlFabio Bas
TRatingList uses a loose method to find its caption control, searching it by id within the page. If the element is not found in the page, try to find it inside the TRatingList’s NamingContainer
2014-02-12Dropped Markdown for ParsedownFabio Bas
2014-01-29Avoid dependency loop between TRadioButton and TRadioButtonListFabio Bas
2014-01-10Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵Fabio Bas
js items
2014-01-10Ported TRatingListFabio Bas
2014-01-10Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonListFabio Bas
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2014-01-06Happy 2014!Fabio Bas
2013-11-21Ported TSliderFabio Bas
2013-11-21Fixed a bug in TDatePicker rendering an unused TTextBoxFabio Bas
2013-10-24More work on ajaxFabio Bas
2013-10-24More ajax-related portingFabio Bas
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests)
2013-09-30Fix use of TCallbackOptions with TActiveCheckBoxList, ↵Fabio Bas
TActiveRadioButtonList, TActiveRatingList
2013-09-11Merge up to r3319Ciro Mattia Gonano
2013-07-24Upgrade to newly released 3.2.23.2.2Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-25backported r3265 to trunk/ctrlaltca
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2013-01-07backported r3243 to trunk/ctrlaltca
2013-01-06backported r3241 to trunk/ctrlaltca
2013-01-06backported r3236 to trunk/ctrlaltca
2012-12-28Recommitted r3135 that got inadvertently reverted in r3159; fixes #394, #428ctrlaltca
2012-08-06patch for #419ctrlaltca
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-12more documentation fixesctrlaltca
2012-07-07fix #414ctrlaltca
2012-06-04Related to r3159: Script rendering in ajax callbacks doesn't need to happen ↵ctrlaltca
inside form rendering; avoid using assert(), throw an exception instead
2012-06-04After r3159 TTabPanel was not keeping the active TabView upon post back: fixedctrlaltca
2012-06-01committed additional patch for #235ctrlaltca
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-19added a warning to TClientScript; refs #401ctrlaltca
2012-05-18fix #401ctrlaltca
2012-05-18Partial patch for #401ctrlaltca
2012-05-11Issue #210 Improvement: Auto-switch for TTabPanelctrlaltca
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-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-14applied proposed patch for #389ctrlaltca@gmail.com
2012-02-09patch for #382ctrlaltca@gmail.com