summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TPage.php
AgeCommit message (Collapse)Author
2014-08-21Fix: do json_decode before decoding UTF8 to globalisations charsetDavid
(Fixes 492)(cherry picked from commit a1669b2a7f2f681b1484a9e329c54f2d070bb69c)
2014-08-21Removed 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-21Happy 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-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-07-12happy new yearctrlaltca
2012-07-10TSecurityManager: make it able to use any hashing/crypto algorithm supported ↵ctrlaltca
by php; use php built-in functions when available
2012-06-04Related to r3159: Script rendering in ajax callbacks doesn't need to happen ↵ctrlaltca
inside form rendering; avoid using assert(), throw an exception instead
2012-02-16fixed TActiveList* controls when globalization's charset is not utf8ctrlaltca@gmail.com
2012-02-12patch for #388ctrlaltca@gmail.com
2011-12-05reverted r2801, r2803, r2829's madness.ctrlaltca@gmail.com
2011-06-25quick patch for #338ctrlaltca@gmail.com
2011-06-24merged 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-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2011-06-20removed useless calls to empty contructor; reverted some additional ↵ctrlaltca@gmail.com
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously
2011-06-01Issue 8uacaman
2011-03-09Issue 270.uacaman
Attributes changed to "protected": $_postData, $_restPostData, $_controlsPostDataChanged, $_controlsRequiringPostData, $_controlsRegisteredForPostData, $_formRendered, $_inFormRender, $_postDataLoaders, $_isLoadingPostData, Methods changed to "protected": raiseChangedEvents(), raisePostBackEvent()
2010-04-18ensured that the UI are calling their parent __construct methodsjavalizard
2010-04-13added @authorjavalizard
2010-04-13Added TPage events to TPageService via an interface. When the page is run ↵javalizard
the TPageServices events are added to the TPage events. This exposes the TPage events to modules. Also added an event when a page is not found.
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase
2009-10-05Quick Fix from 3.1Christophe.Boulain
2009-07-15Merging latests 3.1 changes into trunkChristophe.Boulain
2008-10-14Fixed #938mikl
2008-07-30updated copyrightknut
2008-04-18Fix #660mikl
2008-03-07typo fix.xue
2008-01-14fixed a typo.xue
2008-01-04fixed #753.xue
2007-09-26hide error.xue
2007-07-17Added THead requirement checkxue
2007-06-19Added post data check during non-postback page request.xue
2007-04-22added support for clearing theme.xue
2007-03-31Fixed #571.xue
2007-01-28Fixed TActiveListBox bug. Add more meta for active record. Fix TCallback docs.wei
2007-01-04Add chat demo and tutorial.wei
2006-09-08merge from 3.0 branch till 1397.xue
2006-09-04merge from 3.0 branch till 1387xue
2006-08-29Update active controls.wei
2006-08-05merge from 3.0 branch till 1329.xue
2006-07-16Merge from 3.0 branch till 1264.xue
2006-06-26Merge from 3.0 branch till 1202.xue
2006-06-24Update active controls.wei
2006-06-17Update changes to active controls, add FT tests for active controls, add ↵wei
comments.
2006-06-11Prado js files are not rendered at the beginning of the formxue
2006-05-17Fixed #176.xue
2006-05-05Added prioritize callback and enabled viewstate update on callback return.wei
2006-05-05Adding TActiveLabelwei
2006-05-04Merge from 3.0 branch till 1023.xue