summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts
AgeCommit message (Collapse)Author
2012-07-12happy new yearctrlaltca
2012-06-19committer patch for #408ctrlaltca
2012-06-01committed additional patch for #235ctrlaltca
2012-06-01TActiveClientScript: remove scripts from the page after the browser ↵ctrlaltca
evaluated them
2012-05-28Patch for #404ctrlaltca
2012-05-25TActiveFileUpload: enforce method and enctype to avoid some browsers being ↵ctrlaltca
picky on controls created on ajax response
2012-05-18fix #401ctrlaltca
2012-05-11Issue #210 Improvement: Auto-switch for TTabPanelctrlaltca
2012-05-10fix for #399, addresses ratings.js and inlineeditor.jsctrlaltca
2012-04-14more tests fixingctrlaltca@gmail.com
2012-04-13Minor regression fix in TAutoComplete's js;ctrlaltca@gmail.com
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases
2012-04-13fixed regression in ActiveDatePicker and TEventTriggeredCallback introduced ↵ctrlaltca@gmail.com
in r3117
2012-04-10Fixed a bug in TValueTriggeredCallback introduced in r3117Christophe.Boulain@gmail.com
2012-03-29Fixed T[Active]DatePicker jsctrlaltca@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-25added $assoc and $depth parameters to TJavascript::jsonDecode()ctrlaltca@gmail.com
2012-03-24Committer 2nd part of patch for #391ctrlaltca@gmail.com
2012-03-24committed alternative patch for #181ctrlaltca@gmail.com
2012-03-23Fixed #390 and #391ctrlaltca@gmail.com
2012-03-19Droppped php 5.2 support, require 5.3.3 (rc1 was breaking php 5.2 support ↵ctrlaltca@gmail.com
because of a broken change in TJavaScript::jsonEncode(), but nobody noticed in a month; previous php 5.3 version are broken) Droppped TJSON, not needed anymore Name this 3.2-rc2 (to distinguish problems from users caused by this change)
2012-02-12patch for #387ctrlaltca@gmail.com
2012-02-11additional patch for #382ctrlaltca@gmail.com
2012-02-09patch for #382ctrlaltca@gmail.com
2012-02-02Added some dirty js code to get dropcontainer-relative offset for onDrop ↵ctrlaltca@gmail.com
events of draggable controls
2012-01-25patched #379ctrlaltca@gmail.com
2012-01-25controls.js sems to depend on effects.js, updated packages.phpctrlaltca@gmail.com
2012-01-12avoid a js warning in iectrlaltca@gmail.com
2011-12-21fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ctrlaltca@gmail.com
discussion in the ticket)
2011-12-21fixed #66ctrlaltca@gmail.com
2011-12-19committed patch from #378ctrlaltca@gmail.com
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