Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-23 | Removed ?> from buildscripts and demos | Fabio Bas | |
2014-08-23 | Avoid dependency loop between TRadioButton and TRadioButtonList | Fabio Bas | |
2014-08-23 | Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵ | Fabio Bas | |
js items | |||
2014-08-23 | Avoid rendering <script> blocks in callbacks | Fabio Bas | |
2014-08-22 | Fixed slider.js syntax error | David | |
2014-08-22 | fix #527 | Fabio Bas | |
(cherry picked from commit 064bf94147a90234007c8a124ba7bd9fc27fc0cd) | |||
2014-08-22 | Fix 526 | Fabio Bas | |
(cherry picked from commit 071f22c5c038c962823af003a28663d0d2734a16) | |||
2014-08-22 | Convert encoding of all values inside an array before json_serialize (Fixes ↵ | David | |
#524) (cherry picked from commit 8e07d0781150206fae722d9b9dcbdafd727665f6) | |||
2014-08-22 | IE7+IE8 compatibility (fixes #520) | David | |
(cherry picked from commit 5cd010cb008b6e28988de5a5b7e9e769eea80907) Conflicts: framework/Web/Javascripts/source/prado/activecontrols/ajax3.js | |||
2014-08-22 | Fixed #516 , added test case | Fabio Bas | |
(cherry picked from commit c66097eac2c2691bf0047829275962ec0bf2b41f) | |||
2014-08-21 | Fix #515 | Fabio Bas | |
(cherry picked from commit f95623e43ce5829b91d1fde0e7978aca96e3e936) | |||
2014-08-21 | Respect ButtonCssClass property in TActivePager. fix #511 | Fabio Bas | |
(cherry picked from commit 6784c512fdccd03aee8864b7c94758909d3cd3d0) | |||
2014-08-21 | Fix #502 | Fabio Bas | |
(cherry picked from commit e2fb2ab1e2b5925f16d4dd5c3ac514a0e54ee026) Conflicts: framework/Web/Javascripts/source/prado/controls/slider.js | |||
2014-08-21 | Fix #506 | Fabio Bas | |
(cherry picked from commit eaaa9da0c4912f782c3a1043b710ac1b598a41a5) | |||
2014-08-21 | Fix #504 | Fabio Bas | |
(cherry picked from commit 3d0ecbdc3141740be8d9ddda0a2c6f293dbc099c) | |||
2014-08-21 | Fix: avoid unnecessary scrolling | David | |
(cherry picked from commit b2de810e574634c3b443ff5c5ccef5879e3caffd) Conflicts: framework/Web/UI/TClientScriptManager.php | |||
2014-08-21 | 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 (cherry picked from commit 0700ac0eb6d1cb884ca6d568f798ed785c38e908) | |||
2014-08-21 | Fix #498 | Fabio Bas | |
(cherry picked from commit 98e2ef4e124bdf1e33c676e516a8337d587d9d9e) | |||
2014-08-21 | Fix: do json_decode before decoding UTF8 to globalisations charset | David | |
(Fixes 492)(cherry picked from commit a1669b2a7f2f681b1484a9e329c54f2d070bb69c) | |||
2014-08-21 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git (cherry picked from commit 3e9969766153839abfb7de59e0c778a604bfbf55) Conflicts: framework/Web/UI/ActiveControls/TCallbackClientScript.php framework/Web/UI/JuiControls/TJuiAutoComplete.php framework/Web/UI/JuiControls/TJuiControlAdapter.php framework/Web/UI/JuiControls/TJuiDraggable.php framework/Web/UI/JuiControls/TJuiDroppable.php framework/Web/UI/JuiControls/TJuiResizable.php framework/Web/UI/JuiControls/TJuiSelectable.php framework/Web/UI/JuiControls/TJuiSortable.php | |||
2014-08-21 | Happy 2014! | Fabio Bas | |
(cherry picked from commit 7915cde127eba2a5143fd45c6b32e81ad91bdfae) Conflicts: framework/Data/Common/Mssql/TMssqlMetaData.php framework/Data/Common/Mysql/TMysqlMetaData.php framework/Data/Common/Oracle/TOracleMetaData.php framework/Data/Common/Pgsql/TPgsqlMetaData.php framework/Data/Common/Sqlite/TSqliteMetaData.php framework/Data/Common/TDbMetaData.php framework/Web/UI/ActiveControls/TCallbackClientScript.php framework/Web/UI/JuiControls/TJuiAutoComplete.php framework/Web/UI/JuiControls/TJuiControlAdapter.php framework/Web/UI/JuiControls/TJuiDraggable.php framework/Web/UI/JuiControls/TJuiDroppable.php framework/Web/UI/JuiControls/TJuiResizable.php framework/Web/UI/JuiControls/TJuiSelectable.php framework/Web/UI/JuiControls/TJuiSortable.php framework/Wsat/TWsatARGenerator.php framework/Wsat/TWsatService.php framework/Wsat/pages/TWsatGenerateAR.php framework/Wsat/pages/TWsatHome.php framework/Wsat/pages/TWsatLogin.php framework/Wsat/pages/TWsatScaffolding.php | |||
2013-11-25 | Updated version to 3.2.3 | 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-09-17 | Avoid triggering the default button of the form when pressing enter over a ↵3.2.2.03 | Fabio Bas | |
valid <a href='..'>; fixes #480 | |||
2013-09-17 | Don't instanciate patterns twice in TUrlMapping; Fixes #479 | Fabio Bas | |
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-02-08 | merged to trunk/ all the changes from branch/3.2 up to r3270 | ctrlaltca | |
2013-01-25 | backported r3265 to trunk/ | ctrlaltca | |
2013-01-22 | merged r3261, r3262 to trunk/ | ctrlaltca | |
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-16 | backported r3253 to trunk/ | ctrlaltca | |
2013-01-15 | backported r3251 into trunk/ | ctrlaltca | |
2013-01-07 | backported r3243 to trunk/ | ctrlaltca | |
2013-01-06 | backported r3241 to trunk/ | ctrlaltca | |
2013-01-06 | backpotder r3238, r3239 to trunk/ | ctrlaltca | |
2013-01-06 | backported r3236 to trunk/ | ctrlaltca | |
2012-12-28 | Recommitted r3135 that got inadvertently reverted in r3159; fixes #394, #428 | ctrlaltca | |
2012-11-14 | fix #427 | ctrlaltca | |
2012-10-05 | fix #425 | ctrlaltca | |
2012-09-29 | fix #424 | ctrlaltca | |
2012-08-30 | Documentation for the T*Rpc* classes | ctrlaltca | |
2012-08-30 | TJsonRpcProtocol: full support for both version 1.0 and 2.0 of the ↵ | ctrlaltca | |
specifications | |||
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-29 | removed debug from previous commit | ctrlaltca | |