summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TPage.php
AgeCommit message (Collapse)Author
2016-02-23Better fix for 4e666b6a4df28721df5dd21d5aa698e14b3da7ccFabio Bas
Split TJuiControlOptions in its own file
2016-02-23Fix callback loading for dynamically created JuiControlsFabio Bas
2015-12-07Move urls from pradosoft.com to github's project page; drop unmaintained ↵Fabio Bas
quickstart tutorial translations
2015-11-07Prepare for release: update (c) year to 2015, version to 3.3Fabio Bas
2015-01-28raising update views-ar functions to TTemplateControlDaniel
2014-12-15Attending some important David suggestions.Daniel
2014-12-15Attending some important David suggestions.Daniel
2014-10-20finished the first stept of prado scaffoldingDaniel
2014-10-20finished the first stept of prado scaffoldingDaniel
2014-10-20Completed tryToUpdateView and tryToUpdateAR.Daniel
2014-10-19function tryToUpdateView 1st version completed.Daniel
2014-10-17Adding functions to update view controls and AR objects automagicaly...Daniel
2014-10-17Adding functions to update view controls and AR objects automagicaly...usrcampusoft07
2014-01-15Fix: do json_decode before decoding UTF8 to globalisations charsetDavid
(Fixes 492)
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2014-01-06Happy 2014!Fabio Bas
2013-11-17Micro-optimizations:Daniel
Removing unnecessary static functions serialize and unserialize from PradoBase and updating its dependencies with the native php's.
2013-10-24More work on ajaxFabio Bas
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