summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)Author
2005-12-28(no commit message)xue
2005-12-28(no commit message)xue
2005-12-28Refactored application state persister.xue
2005-12-27(no commit message)xue
2005-12-27Introduced application base path concept.xue
2005-12-27(no commit message)xue
2005-12-26Fixed a bug about GlobalState.xue
2005-12-25(no commit message)xue
2005-12-25Fixed HTML encoding problem.xue
2005-12-24(no commit message)xue
2005-12-24Added TService base class.xue
2005-12-24(no commit message)xue
2005-12-24(no commit message)xue
2005-12-23(no commit message)xue
2005-12-23Implemented new page storage method.xue
2005-12-22(no commit message)xue
2005-12-22(no commit message)xue
2005-12-21Enhanced TemplateFile check for TPage. If a page entry in config.xml doesn't ↵xue
have 'class', it defaults to 'TPage'.
2005-12-21Using TPageStatePersister instead of THiddenFieldPageStatePersister.xue
2005-12-21(no commit message)xue
2005-12-21Changed THiddenFieldPageStatePersister to TPageStatePersister. Changed the ↵xue
way of generating private key (previously it was not fully implemented yet.)
2005-12-21Changed to getGlobalState and setGlobalState. Added clearGlobalState.xue
2005-12-21DbFile property is now optional.xue
2005-12-21Added support to global state.xue
2005-12-19Added detachEventHandler.xue
2005-12-18Enhanced template syntax about using application parameters.xue
2005-12-17Changed TList::addAt to TList::insertxue
2005-12-16Fixed the name of TConfigurationException.xue
2005-12-16Split dataBind() into dataBindProperties() and dataBindChildren().xue
2005-12-16Fixed name of TConfigurationException.xue
2005-12-15Added support to use the following tag defining a user with some roles,xue
<user name="xxx" password="xxx" roles="role1,role2" />
2005-12-15Fixed a bug about exception name.xue
2005-12-15(no commit message)xue
2005-12-15Fixed a bug about user file extension.xue
2005-12-15Added support to read user/role information from an external file.xue
2005-12-15added error messages about TUserManagerxue
2005-12-15Added a new feature about using databind expression in template.xue
2005-12-15Fixed a bug about dataBind() (dataBind() was not invoked on child controls)xue
2005-12-14Added TListControlxue
2005-12-14Added TDataBoundControl, TDropDownList and TListBox. Note, they're not done yet.xue
2005-12-13Added clearViewState and clearControlState.xue
2005-12-13Moved code for registering postback js from onPreRender to ↵xue
addAttributesToRender. It's too early to register js in onPreRender.
2005-12-13Restored code about rendering attribute "disabled".xue
2005-12-13(no commit message)xue
2005-12-13Removed inline javascript from components. Adding TJavascriptLogger and ↵wei
logger.js
2005-12-13Adding client side javascript validators.wei
2005-12-12(no commit message)xue
2005-12-12Added support to check recursively if a control has its viewstate enabled.xue
2005-12-12Added TFileUpload control.xue
2005-12-12getServerVariables, getEnvironmentVariables, getUploadedFiles now return an ↵xue
array instead of TMap.