Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-11 | Merge up to r3319 | 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-12-28 | Recommitted r3135 that got inadvertently reverted in r3159; fixes #394, #428 | ctrlaltca | |
2012-07-12 | happy new year | ctrlaltca | |
2012-06-01 | committed additional patch for #235 | ctrlaltca | |
2012-04-14 | fix #394 | ctrlaltca@gmail.com | |
2012-02-05 | Make validators' FocusOnError play nice with TCheckBoxList and TRadioButtonList | ctrlaltca@gmail.com | |
2012-01-18 | fixed #380 (TCustomValidator's ControlToValidate should be optional); added ↵ | ctrlaltca@gmail.com | |
a quickstart example, updated 2 tests that were broken + HISTORY | |||
2011-06-24 | merged in the patch for progressive rendering from #235; unit tests doesn't ↵ | ctrlaltca@gmail.com | |
evidence any regression, but of course more proper testing is needed | |||
2011-06-20 | updated year information on all framework sources where possible (Copyright ↵ | ctrlaltca@gmail.com | |
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft) | |||
2010-02-14 | Merge Branches & Trunk | godzilla80@gmx.net | |
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762 | |||
2009-04-04 | TBaseValidator, TCustomValidator: change visibilty (protected => public) of ↵ | godzilla80@gmx.net | |
getValidationTarget() | |||
2009-03-19 | replace is_null() function calls with native native language constuct | godzilla80@gmx.net | |
2008-10-30 | Issue 39 - Implement validator not requiring ControlToValidate | carlgmathisen | |
2008-10-21 | removed all trailing ?> | qiang.xue | |
2008-10-13 | Fixed #595 (reopened) | mikl | |
2008-07-30 | updated copyright | knut | |
2008-04-08 | Fixed #595 | tof | |
2007-07-27 | Validators will not validate disabled controls | xue | |
2007-03-30 | Fixed #507 and update other active controls. | wei | |
2007-03-27 | Fixed #278, conditional validation. | wei | |
2007-03-06 | removed trailing spaces. | xue | |
2007-01-03 | fixed http://www.pradosoft.com/forum/index.php/topic,6517.0/topicseen.html | wei | |
2006-11-26 | Merge from 3.0 branch till 1513. | xue | |
2006-11-25 | doc fix. | xue | |
2006-10-19 | remove duplicate methods. | wei | |
2006-10-19 | BC BREAK: Changed Validator property names: | wei | |
- Validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, - Validators ClientSide.OnError becomes ClientSide.OnValidationError, - Validators OnSuccess event becomes OnValidationSuccess. - Validators OnError event becomes OnValidationError. | |||
2006-10-06 | fixed #410 #412 | wei | |
2006-09-08 | merge from 3.0 branch till 1397. | xue | |
2006-09-04 | merge from 3.0 branch till 1387 | xue | |
2006-08-27 | Merge from 3.0 branch till 1350. | xue | |
2006-08-05 | merge from 3.0 branch till 1329. | xue | |
2006-07-21 | merge from 3.0 branch till 1281. | xue | |
2006-07-02 | Merge from 3.0 branch till 1224. | xue | |
2006-06-17 | Update changes to active controls, add FT tests for active controls, add ↵ | wei | |
comments. | |||
2006-06-15 | Merge from 3.0 branch till 1166. | xue | |
2006-06-10 | Merge from 3.0 branch till 1150. | xue | |
Fixed the bug that postback js causes controls not inheritable. | |||
2006-05-29 | Merge from 3.0 branch till 1099. | xue | |
2006-05-12 | Merge from 3.0 branch till 1054. | xue | |
2006-05-05 | Added prioritize callback and enabled viewstate update on callback return. | wei | |
2006-05-01 | Merge from 3.0 branch till 1004. | xue | |
2006-04-28 | Merge from 3.0 branch till 985. | xue | |
2006-04-27 | merge from 3.0 branch till 978. | xue | |
2006-04-25 | Merge from 3.0 branch till 967. | xue | |
2006-04-25 | Undo previous checkin (which goes int 3.0 branch and will be merged back). | xue | |
2006-04-25 | Add TListControlValidator. Update client-side validators, datepicker.js, ↵ | wei | |
colorpicker.js. Merge to 3.0 if necessary. | |||
2006-04-21 | Merge from 3.0 branch till 953. | xue | |