Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-10 | Small doc addition; refs #607 | Fabio Bas | |
2016-05-11 | Partially revert cc53959ac5ba3e786f3d6ad3403919b82c52fa42 to fix #592 | Fabio Bas | |
2016-04-06 | Possibly fix #581 | Fabio Bas | |
2016-03-29 | Removed deprecated code | Fabio Bas | |
2016-03-29 | partially revert cc53959ac5ba3e786f3d6ad3403919b82c52fa42; fix #577 | Fabio Bas | |
2016-03-23 | belated happy new year | Fabio Bas | |
2016-03-10 | TActiveCheckBoxList cannot be updated during callback, if it was initially ↵ | unknown | |
empty, since the surrounding span with the control id is not even rendered if there are no items. To allow this, always force the span to be rendered for TActiveCheckBoxList. | |||
2016-03-06 | Add some deprecation notices | Fabio Bas | |
2016-03-06 | Activecontrols: avoid updating client side if the value didn't change | Fabio Bas | |
Fix #399 | |||
2016-02-24 | Clear dead code related to HasPriority | Fabio Bas | |
2015-12-07 | Fix #558 | Fabio Bas | |
2015-12-07 | Move urls from pradosoft.com to github's project page; drop unmaintained ↵ | Fabio Bas | |
quickstart tutorial translations | |||
2015-11-07 | Prepare for release: update (c) year to 2015, version to 3.3 | Fabio Bas | |
2015-10-27 | calling replace on clientside will now either replace the whole element ↵ | Jens Klaer | |
(like before) or optionally just replace its content this is needed for TJuiDialog (maybe for other jqueryui controls too) because if the element (in case of TJuiDialog the div panel) will be replaced, jqueryui will clean up by calling destroy on dom element removal causing the replaceWith to fail because the parent node is already removed when replacing the original element with the new content. to avoid this, only the inner content will be replaced which is now controlled by an optional parameter for the clientscript replace method. | |||
2015-10-22 | extended ISurroundable to provide the surrounding tag in addition to the id | Jens Klaer | |
- ISurroundable introducing getSurroundingTag(), adjusted controls implementing the interface - TActiveDataGrid/TActiveRepeater now support changing the container tag to avoid invalid html in specific situations - revised corresponding quickstart demos | |||
2015-10-14 | this commit resolves #550 like discussed | Jens Klaer | |
2015-10-14 | Fixed typo which causes 'abstract method not implemented' in strict mode. | Jens Klaer | |
2015-08-11 | TActiveCheckBoxList not obeying AutoPostBack="false" | Jens Klaer | |
2015-05-20 | viewstate tracking with custom pagestate tracker class | Jens Klaer | |
- made tracker class customizable through setter, leaving old TCallbackPageStateTracker as default - changed visibility for the tracked control in TCallbackPageStateTracker to protected so deriving tracker classes can access it | |||
2014-04-03 | Respect ButtonCssClass property in TActivePager. fix #511 | 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-08 | Fixed TActiveRatingList | Fabio Bas | |
2014-02-02 | Fix #498 | 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-10 | Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵ | Fabio Bas | |
js items | |||
2014-01-10 | Fix TActiveCheckBoxList, TActiveRadioButtonList | Fabio Bas | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Happy 2014! | Fabio Bas | |
2014-01-05 | Re-enable prototype-based scripts, and enable old drag&drop controls | Fabio Bas | |
2014-01-05 | Restored TAutoComplete | Fabio Bas | |
2013-12-02 | Added an autocomplete based on jQuery-ui | Fabio Bas | |
2013-11-26 | Ported TCallback + demo | Fabio Bas | |
2013-11-26 | Fixed evaluation of end-scripts on callback | Fabio Bas | |
Aka: fix js event creation on callbacks | |||
2013-11-26 | More work on ajax | Fabio Bas | |
2013-11-26 | More ajax-related porting | Fabio Bas | |
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests) | |||
2013-11-26 | Ported ajax effects, Prado.Element.* | Fabio Bas | |
2013-11-26 | Started work on ajax | Fabio Bas | |
2013-11-25 | Fixed a bug in TDatePicker rendering an unused TTextBox | Fabio Bas | |
2013-10-03 | During callback, separate loading of stylesheet files and code snippets; ↵ | Fabio Bas | |
fixes #480 | |||
2013-09-30 | Better handling of callback errors on request containing non-UTF8 | Fabio Bas | |
Previously we reported being unable to correctly encode the error string; report the original error instead | |||
2013-09-30 | Fix use of TCallbackOptions with TActiveCheckBoxList, ↵ | Fabio Bas | |
TActiveRadioButtonList, TActiveRatingList | |||
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-19 | bumped year to 2013, integrated recent changes from branch/3.2 | ctrlaltca | |
2012-11-14 | fix #427 | ctrlaltca | |
2012-08-10 | fix #421 | ctrlaltca | |
2012-07-12 | removed ?> from php files | 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 | |