Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-11 | Merge up to r3319 | Ciro Mattia Gonano | |
2013-07-24 | Upgrade to newly released 3.2.23.2.2 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-01-21 | ported r3259 to trunk/ | ctrlaltca | |
2013-01-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2013-01-06 | backpotder r3238, r3239 to trunk/ | ctrlaltca | |
2012-08-30 | Prado.Element.setAttribute() : remove the "readonly" attribute when it's set ↵ | ctrlaltca | |
to false (the same already applies for "disabled") | |||
2012-08-16 | updated tinyMCE to 3.5.6 | ctrlaltca | |
2012-07-30 | test patch for #417 | ctrlaltca | |
2012-07-12 | standardize the use of unix eol; use svn properties to enforce native eol | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2012-06-19 | committer patch for #408 | ctrlaltca | |
2012-06-01 | committed additional patch for #235 | ctrlaltca | |
2012-06-01 | TActiveClientScript: remove scripts from the page after the browser ↵ | ctrlaltca | |
evaluated them | |||
2012-05-28 | Patch for #404 | ctrlaltca | |
2012-05-25 | TActiveFileUpload: enforce method and enctype to avoid some browsers being ↵ | ctrlaltca | |
picky on controls created on ajax response | |||
2012-05-18 | fix #401 | ctrlaltca | |
2012-05-11 | Issue #210 Improvement: Auto-switch for TTabPanel | ctrlaltca | |
2012-05-10 | fix for #399, addresses ratings.js and inlineeditor.js | ctrlaltca | |
2012-04-14 | more tests fixing | ctrlaltca@gmail.com | |
2012-04-13 | Minor 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-13 | fixed regression in ActiveDatePicker and TEventTriggeredCallback introduced ↵ | ctrlaltca@gmail.com | |
in r3117 | |||
2012-04-10 | Fixed a bug in TValueTriggeredCallback introduced in r3117 | Christophe.Boulain@gmail.com | |
2012-03-29 | Fixed T[Active]DatePicker js | ctrlaltca@gmail.com | |
2012-03-25 | Reworked 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-25 | added $assoc and $depth parameters to TJavascript::jsonDecode() | ctrlaltca@gmail.com | |
2012-03-24 | Committer 2nd part of patch for #391 | ctrlaltca@gmail.com | |
2012-03-24 | committed alternative patch for #181 | ctrlaltca@gmail.com | |
2012-03-23 | Fixed #390 and #391 | ctrlaltca@gmail.com | |
2012-03-19 | Droppped 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-12 | patch for #387 | ctrlaltca@gmail.com | |
2012-02-11 | additional patch for #382 | ctrlaltca@gmail.com | |
2012-02-09 | patch for #382 | ctrlaltca@gmail.com | |
2012-02-02 | Added some dirty js code to get dropcontainer-relative offset for onDrop ↵ | ctrlaltca@gmail.com | |
events of draggable controls | |||
2012-01-25 | patched #379 | ctrlaltca@gmail.com | |
2012-01-25 | controls.js sems to depend on effects.js, updated packages.php | ctrlaltca@gmail.com | |
2012-01-12 | avoid a js warning in ie | ctrlaltca@gmail.com | |
2011-12-21 | fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ | ctrlaltca@gmail.com | |
discussion in the ticket) | |||
2011-12-21 | fixed #66 | ctrlaltca@gmail.com | |
2011-12-19 | committed patch from #378 | ctrlaltca@gmail.com | |
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 | |