Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-04 | Fix #531 | David | |
Since PHP 5.3.3 the default value for session.use_only_cookies is 1, so we need to set that to 0 when CookieMode is "None" | |||
2014-07-30 | Fixed Validation.setErrorMessage | David | |
2014-07-23 | Fix #528 | David | |
2014-07-22 | fix #527 | Fabio Bas | |
2014-07-19 | Merge pull request #525 from david0/issue-524 | ctrlaltca | |
Convert encoding of all values inside an array before json_serialize | |||
2014-07-19 | Fix 526 | Fabio Bas | |
2014-07-10 | Convert encoding of all values inside an array before json_serialize (Fixes ↵ | David | |
#524) | |||
2014-05-26 | Fixed regression in previous commit | Fabio Bas | |
TCallback exposes no real object in the page DOM, so the new method to find the form introduced with the previous commit needs to have a proper fallback to the old method. | |||
2014-05-11 | Better way for callbacks to get form object | Fabio Bas | |
by drigolin: http://www.pradoframework.com/forum/index.php?action=post;topic=17374.0 | |||
2014-04-25 | IE7+IE8 compatibility (fixes #520) | David | |
2014-04-21 | TJuiProgressBar | Fabio Bas | |
2014-04-21 | TJuiControlAdapter: guess value datatype before passing it to clientside | Fabio Bas | |
2014-04-21 | Fixed #516 , added test case | Fabio Bas | |
2014-04-20 | Fix #515 | Fabio Bas | |
2014-04-14 | Fixed TDatePicker validation | Fabio Bas | |
2014-04-12 | Recaptcha controls converted to jQuery | gnits | |
Prototype-style calls replaced with jQuery-style calls | |||
2014-04-11 | Added missing method in TJuiAutoComplete; refs #514 | Fabio Bas | |
2014-04-03 | Respect ButtonCssClass property in TActivePager. fix #511 | Fabio Bas | |
2014-03-27 | Fix for tab control removing all extra css classes from tabs | gnits | |
TTabControl's client-side wrapper has previously wiped out all extra classes from tab views. Behaviour changed to reflect that of the elementClicked()'s. | |||
2014-03-26 | Fix #502 | Fabio Bas | |
2014-03-26 | Fix #506 | Fabio Bas | |
2014-03-25 | Fix #504 | Fabio Bas | |
2014-03-12 | Fix: avoid unnecessary scrolling | David | |
2014-02-27 | TRatingList: try harder to find the Caption control | Fabio 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-24 | IE fixes | Fabio Bas | |
2014-02-19 | Avoid an exception loop on callback error when headers have already been ↵ | Fabio Bas | |
sent; send error trace in the body, since headers are limited in size | |||
2014-02-12 | Dropped Markdown for Parsedown | Fabio Bas | |
2014-02-12 | Fixed TAutoComplete | Fabio Bas | |
2014-02-08 | Fixed TActiveRatingList | Fabio Bas | |
2014-02-08 | Javascript fixes + workaround for old internet explorer < 9 | Fabio Bas | |
2014-02-08 | Removed duplicated code | Fabio Bas | |
2014-02-08 | Quickstart documentation for Interactions | Fabio Bas | |
2014-02-08 | TJuiSortable events | Fabio Bas | |
2014-02-08 | TJuiSelectable events | Fabio Bas | |
2014-02-08 | TJuiResizable events | Fabio Bas | |
2014-02-08 | Misc TJuiControlAdapter fixes | Fabio Bas | |
2014-02-06 | Implemented basic support for callback events for JUI controls; ↵ | Fabio Bas | |
TJuiDraggable and TJuiDroppable examples | |||
2014-02-02 | fix datepicker positioning | Fabio Bas | |
2014-02-02 | Updated jQuery to 1.11, jQueryUi to 1.10.4 | Fabio Bas | |
2014-02-02 | Fix #498 | Fabio Bas | |
2014-01-29 | Restored Prado.Element.focus() | Fabio Bas | |
2014-01-29 | Avoid dependency loop between TRadioButton and TRadioButtonList | Fabio Bas | |
2014-01-15 | Removed ?> from buildscripts and demos | Fabio Bas | |
2014-01-15 | Merge pull request #495 from david0/master | ctrlaltca | |
Fix: do json_decode before decoding UTF8 to globalisations charset | |||
2014-01-15 | Fix: do json_decode before decoding UTF8 to globalisations charset | David | |
(Fixes 492) | |||
2014-01-15 | Added basic events for JuiControls, added quickstart demos | Fabio Bas | |
2014-01-10 | Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵ | Fabio Bas | |
js items | |||
2014-01-10 | Fix TActiveCheckBoxList, TActiveRadioButtonList | Fabio Bas | |
2014-01-10 | Ported TRatingList | Fabio Bas | |
2014-01-10 | Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonList | Fabio Bas | |