Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-31 | Bugfix: 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-11 | fix for a TDatePicker bug reported on the forum by ClaCS (default date ↵ | ctrlaltca@gmail.com | |
doesn't consider FromYear and UpToYear values) | |||
2011-10-11 | TActiveFileUpload: 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-22 | fix for #203 | ctrlaltca@gmail.com | |
2011-09-20 | patch for #363: dropping clientscripts.php | ctrlaltca@gmail.com | |
2011-09-13 | fix for a small regression introduced in r2888, noticed in #181 | ctrlaltca@gmail.com | |
2011-08-19 | small fix related to #301 | ctrlaltca@gmail.com | |
2011-07-28 | applied the "delayed callback" patch for TActiveDatePicker (ticker #265) | ctrlaltca@gmail.com | |
2011-07-27 | fix for #265 + disable wheel event for TActiveDatePicker to avoid callback ↵ | ctrlaltca@gmail.com | |
floods | |||
2011-07-24 | applied patch for #353 | ctrlaltca@gmail.com | |
2011-07-21 | added Gabor's HtmlArea registration patch (fixes #351) | ctrlaltca@gmail.com | |
2011-07-16 | fix for #343 (reworked r2915 to be more backcompatible on clientside) | ctrlaltca@gmail.com | |
2011-07-16 | applied prado-lazyload-in-callbacks-patch (ticket #348) | ctrlaltca@gmail.com | |
2011-07-03 | Rewoked TAccordion (fixes #340); added AnimationDuration parameter, added ↵ | ctrlaltca@gmail.com | |
example in quickstart. | |||
2011-07-02 | reworked the patch for #103 so that it actually fixes the use of ↵ | ctrlaltca@gmail.com | |
TActiveCustomValidator with normal Postback controls (like TButton) | |||
2011-06-25 | applied further "progressive rendering" patches (#235) | ctrlaltca@gmail.com | |
added TFlushOutput component fixed THtmlarea quickstart demo | |||
2011-06-08 | added accordion control from #213 | ctrlaltca@gmail.com | |
2011-06-01 | Issue 8 | uacaman | |
2011-05-15 | TTabPanel: correctly calculate the current active TTabView index when one or ↵ | ctrlaltca@gmail.com | |
more items are not visible; ensure at least one TTabView is always visible, also if the current one has just being hidden. fixes #324 | |||
2011-05-11 | Small fix for a regression introduced in r2888 (TActiveDatePicker was broken ↵ | ctrlaltca@gmail.com | |
if InputMode="DropDownList" ) Testcase for ActiveDatePicker have been updated (it was checking for year 2005 in the datepicker, now it checks for date('Y')+1) | |||
2011-05-11 | fixed #261 | ctrlaltca@gmail.com | |
2011-05-10 | updated prototype to 1.7, scriptaculous to 1.9.0 and dropped json.js for ↵ | ctrlaltca@gmail.com | |
json2.js. fixes #199 and 272 | |||
2011-05-10 | fix for #319 | ctrlaltca@gmail.com | |
2011-05-04 | Forgot optional ProgressIndicator property in previous fix. | uacaman | |
2011-05-02 | properly fixed #301 | rojaro | |
2011-04-27 | fixed #103 | rojaro | |
2011-03-10 | Issue 181: Events are now removed and added for every postback/callback | uacaman | |
2010-02-23 | Fixed #226 | rojaro | |
2010-02-21 | Merged latest changes into trunk (except r2773) | godzilla80@gmx.net | |
/branches/3.1:r2765,2770-2771,2774,2776-2778 | |||
2010-02-15 | Merge from r2765 (and some others) 3.1 | Christophe.Boulain | |
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase | |||
2010-02-14 | Merge Branches & Trunk | godzilla80@gmx.net | |
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762 | |||
2009-11-01 | merged fix for proper errorhandling when the size of the uploaded file ↵ | rojaro | |
exceeds the limit see http://www.pradosoft.com/forum/index.php?topic=11850.0 | |||
2009-11-01 | merged fix for asynchronous callback requests from ↵ | rojaro | |
http://www.pradosoft.com/forum/index.php?topic=12179.0 | |||
2009-10-07 | Add TActiveTableCell & TActiveTableRow | Christophe.Boulain | |
2009-10-02 | Enhancement on drag & drop controls. | Christophe.Boulain | |
2009-09-30 | merged patch from ctrlaltca which fixes the 'TActiveFileUpload is not ↵ | rojaro | |
"thread safe"' issue #90 | |||
2009-09-30 | merged patch which fixes an inconsistency in TRegularExpressionValidator's ↵ | rojaro | |
client side validation found and fixed by E.Letard (see comments in #80) | |||
2009-07-15 | Merging latests 3.1 changes into trunk | Christophe.Boulain | |
2009-06-05 | Fix Issue#117 - Consider TValidationSummary.DisplayMode="HeaderOnly" if ↵ | godzilla80@gmx.net | |
TValidationSummary.ShowMessageBox is set | |||
2009-04-15 | Fixed Issue #117 - TValidationSummary: new display mode "HeaderOnly" that ↵ | godzilla80@gmx.net | |
only render value of HeaderText property | |||
2009-04-14 | Fixed Issue#135 - Add AutoPostBack property to TActiveFileUpload | Christophe.Boulain | |
2009-04-08 | Fixed Issue#136 | Christophe.Boulain | |
2009-02-23 | Update to scriptaculous 1.8.2 & prototype 1.6.0.3 | Christophe.Boulain | |
2009-02-23 | Update to scriptaculous 1.8.2 & prototype 1.6.0.3 | Christophe.Boulain | |
2009-02-21 | Fixed Issue #115 | Christophe.Boulain | |
2009-01-07 | Removed activerating files that are no more used since r2562 | christophe.boulain | |
2008-12-01 | Issue 29 - position for popup in TDatePicker/TActiveDatePicker | carlgmathisen | |
2008-11-12 | Removed trailing coma in js file | Christophe.Boulain | |
2008-11-08 | Issue#36: Refactored TRatingList/TActiveRatingList, and added some docs. | Christophe.Boulain | |
2008-11-02 | Issue #29 | carlgmathisen | |