Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-21 | Fix #519 | Fabio Bas | |
(cherry picked from commit 3abca1f10ace63b2daa93870f17049c047b53abe) | |||
2014-08-21 | Added missing "static" keywords in TGettext; fix #518 | Fabio Bas | |
(cherry picked from commit f550fd22072fb189762d45d8e9f077423c439c6b) | |||
2014-08-21 | TXmlDocument::buildElement visibility changed | gnits | |
This allows derived classes to override the method's implementation (cherry picked from commit 69f6eddaba7425392e5d0f7893155390eda244fc) | |||
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 | Adding toArray() and toJSON() to TActiveRecord(cherry picked from commit ↵ | David Marko | |
3f7dab44ea0b45dcdc5d590d94659010ef1eddda) | |||
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-26 | Updatd release date3.2.3 | Fabio Bas | |
2013-11-26 | Forgot to update Quickstart tutorial pdf's version | Fabio Bas | |
2013-11-26 | Clean up checks for .svn directory | Fabio Bas | |
2013-11-26 | Rebuilt pradolite | Fabio Bas | |
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-11-19 | Rebuild pradolite for 3.2.2.053.2.2.05 | Ciro Mattia Gonano | |
2013-10-18 | Rebuild pradolite to release new tag3.2.2.04 | Ciro Mattia Gonano | |
2013-10-14 | Fixes the first-call fail of loading parameters in TParameterModule::init() ↵ | Andras Laczi | |
when using cache | |||
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-27 | Fix for mirror method TApplicationComponent::publishFilePath() | Fabio Bas | |
It was stripping away the second parameter of TAssetManager::publishFilePath() | |||
2013-09-19 | Committed TComponent patch by javalizard | Fabio Bas | |
TComponent Update: Behaviors, Class Behaviors, fx global events, and dy one to one events. This patchset was currently available only on svn trunk/ | |||
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-17 | NumberFormat: force the use of C locale when formatting numbers. Add some ↵ | Fabio Bas | |
testcases. Fixes #486 | |||
2013-09-13 | Update composer | Ciro Mattia Gonano | |
2013-09-13 | Update to r3325 | Ciro Mattia Gonano | |
2013-09-12 | Travis permissions and rebuilt pradolite | Ciro Mattia Gonano | |
2013-09-11 | Try to go back to default autoload. | Ciro Mattia Gonano | |
2013-09-11 | Build | Ciro Mattia Gonano | |
2013-09-11 | Merge up to r3319 | Ciro Mattia Gonano | |
2013-07-29 | Merge r3299 | Ciro Mattia Gonano | |
2013-07-24 | Upgrade to newly released 3.2.23.2.2 | Ciro Mattia Gonano | |
2013-06-04 | Add pradolite3.2.1.02 | Ciro Mattia Gonano | |
2013-04-24 | Update to 3.2.1 | Ciro Mattia Gonano | |
2013-02-28 | Adding composer.json and autoload fix | 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 | patched regression found by unit test | 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 | |