summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-29added TListControl.SelectedValues propertyxue
added TThemeManager.AvailableThemes property
2006-05-27Fixed #169.wei
2006-05-27Fixed #162 and #163.wei
2006-05-27Possible fix for #171 (including TColorPicker). Fixed #160.wei
2006-05-26Test commitwei
2006-05-26Test case for #28wei
2006-05-24Added test case for #191.xue
2006-05-21Ensures control ID must start with a letter or underline character.xue
2006-05-19cleanup of fix #37.xue
2006-05-19Fixed #37.xue
2006-05-18Update texbuilder for the newly added Collections page.xue
2006-05-18Fixed #181.xue
2006-05-18Added tutorial page for collections.xue
2006-05-18Fixed #179.xue
2006-05-18Fix for non-XHTML compliance.xue
2006-05-18refactored TUserManager and TAuthManager so that they are easier to be extendedxue
2006-05-17Refactored TListControl.xue
2006-05-17added TTheme.BasePath.xue
2006-05-16Changed ImageUrl to ButtonImageUrl, documentation errorjrags
2006-05-16Fixed #175.xue
2006-05-16Fixed #174.xue
2006-05-14Fixed #167.xue
2006-05-13Fixed #44.xue
2006-05-12Added more requirement checks.xue
2006-05-12Fixed a bug in returning PRADO version.xue
2006-05-12Added TTheme.BaseUrl property.xue
2006-05-12Fixed an issue about setting BasePath.xue
2006-05-11Fixed a bug in LabeledTextBox sample.xue
2006-05-11Update api docs and add API search wei
2006-05-11Fixed an error message.xue
2006-05-10added Bulgarian requirement checker messagesxue
2006-05-09Update quickstart search indexwei
2006-05-09Remove duplicatewei
2006-05-09remove duplicatewei
2006-05-08A few minor doc fixes.xue
2006-05-07Case insensitive search.wei
2006-05-07Add search to quickstart demo.wei
2006-05-07added support to property tags for template owner controlxue
2006-05-05Fixed #161.xue
2006-05-05undo changeset 1028.xue
2006-05-05undo changeset #1010.xue
2006-05-05Change ClientSide property class names in TBaseValidator and TValidationSummarywei
2006-05-05Update the Event.fireEvent(element,type) javascript function. Hope that is ↵wei
works in Safari.
2006-05-05Fixed #156.wei
2006-05-04Added TCompositeControl.xue
2006-05-04Fixed a doc error.xue
2006-05-04URL format is modified when THttpRequest.UrlFormat=='Path'. This ↵xue
modification affects both the URLs generated by calling constructUrl() and the URLs understood by PRADO. In particular, PRADO now understands the following URL format: /index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/... Previously, the above URL is written as: /index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/...
2006-05-04Fixed #150 - TDataGrid and TDataList now render table section tagsxue
2006-05-04Added table section support.xue
2006-05-04Refactored TTable and TTableRow.xue