summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts
AgeCommit message (Collapse)Author
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-11fix for a TDatePicker bug reported on the forum by ClaCS (default date ↵ctrlaltca@gmail.com
doesn't consider FromYear and UpToYear values)
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-22fix for #203ctrlaltca@gmail.com
2011-09-20patch for #363: dropping clientscripts.phpctrlaltca@gmail.com
2011-09-13fix for a small regression introduced in r2888, noticed in #181ctrlaltca@gmail.com
2011-08-19small fix related to #301ctrlaltca@gmail.com
2011-07-28applied the "delayed callback" patch for TActiveDatePicker (ticker #265)ctrlaltca@gmail.com
2011-07-27fix for #265 + disable wheel event for TActiveDatePicker to avoid callback ↵ctrlaltca@gmail.com
floods
2011-07-24applied patch for #353ctrlaltca@gmail.com
2011-07-21added Gabor's HtmlArea registration patch (fixes #351)ctrlaltca@gmail.com
2011-07-16fix for #343 (reworked r2915 to be more backcompatible on clientside)ctrlaltca@gmail.com
2011-07-16applied prado-lazyload-in-callbacks-patch (ticket #348)ctrlaltca@gmail.com
2011-07-03Rewoked TAccordion (fixes #340); added AnimationDuration parameter, added ↵ctrlaltca@gmail.com
example in quickstart.
2011-07-02reworked the patch for #103 so that it actually fixes the use of ↵ctrlaltca@gmail.com
TActiveCustomValidator with normal Postback controls (like TButton)
2011-06-25reapplied patch for #106 since it seems like it's playing fine now.ctrlaltca@gmail.com
2011-06-25applied further "progressive rendering" patches (#235)ctrlaltca@gmail.com
added TFlushOutput component fixed THtmlarea quickstart demo
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2011-06-08added accordion control from #213ctrlaltca@gmail.com
2011-06-01Issue 8uacaman
2011-05-15TTabPanel: 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-11Small 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-11fixed #261ctrlaltca@gmail.com
2011-05-10updated 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-10fix for #319ctrlaltca@gmail.com
2011-05-10fixed #321rojaro
2011-05-04Forgot optional ProgressIndicator property in previous fix. uacaman
2011-05-02properly fixed #301rojaro
2011-04-28fixed #227rojaro
2011-04-27fixed #103rojaro
2011-03-10Issue 181: Events are now removed and added for every postback/callbackuacaman
2010-02-23Fixed #226rojaro
2010-02-21Merged latest changes into trunk (except r2773)godzilla80@gmx.net
/branches/3.1:r2765,2770-2771,2774,2776-2778
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2009-11-01merged 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-01merged fix for asynchronous callback requests from ↵rojaro
http://www.pradosoft.com/forum/index.php?topic=12179.0
2009-11-01merged quotestring utf8 patch ... see ↵rojaro
http://www.pradosoft.com/forum/index.php?topic=11700.msg51530;topicseen#msg51530
2009-10-07Add TActiveTableCell & TActiveTableRowChristophe.Boulain
2009-10-02Enhancement on drag & drop controls.Christophe.Boulain
2009-09-30merged patch from ctrlaltca which fixes the 'TActiveFileUpload is not ↵rojaro
"thread safe"' issue #90
2009-09-30merged patch which fixes an inconsistency in TRegularExpressionValidator's ↵rojaro
client side validation found and fixed by E.Letard (see comments in #80)
2009-07-15Merging latests 3.1 changes into trunkChristophe.Boulain
2009-06-05Fix Issue#117 - Consider TValidationSummary.DisplayMode="HeaderOnly" if ↵godzilla80@gmx.net
TValidationSummary.ShowMessageBox is set
2009-05-02Enhancement: Updated clientscripts.php to JSMin 1.1.1 - According to author ↵godzilla80@gmx.net
15% faster with 94% less memory usage
2009-04-15Fixed Issue #117 - TValidationSummary: new display mode "HeaderOnly" that ↵godzilla80@gmx.net
only render value of HeaderText property
2009-04-14Fixed Issue#135 - Add AutoPostBack property to TActiveFileUploadChristophe.Boulain
2009-04-08Fixed Issue#136Christophe.Boulain
2009-03-21reverting array_push() changes of r2625godzilla80@gmx.net
2009-03-19replace array_push() function calls with native language constuct if make sensegodzilla80@gmx.net