summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2006-07-02fixed 3.02 bugwei
2006-07-02Add Ticket testswei
2006-07-02Fixed #226 and #246wei
2006-07-02Fixed #262.xue
2006-06-30Fixed #260.xue
2006-06-29Added Dreamweaver extension generator.xue
2006-06-28Fixed #256, #257.xue
2006-06-27Fixed #239.xue
2006-06-27Added paging support to all data-bound controls.xue
Updated TPager accordingly.
2006-06-26Added TPagerxue
2006-06-21Fixed #234.xue
2006-06-21Added TDataGrid.EmptyTemplate propertyxue
2006-06-21Fixed #230.xue
2006-06-21Fixed #231.xue
2006-06-19Fixed #244, #245.xue
2006-06-15Fixed #232 - Allow <%# %> and <%= %> embedded within property valuesxue
2006-06-15Added OnValidate, OnError, OnSuccess events to validatorsxue
2006-06-14CSS and JS files in a theme are now included in page in alphabetic orderxue
2006-06-13Added TPageService.BasePageClass propertyxue
2006-06-13TRepeater, TDataList and TDataGrid will store data indices in DataKeys if ↵xue
DataKeyField is not set.
2006-06-12Fixed #191.xue
2006-06-10Fixed #182.xue
2006-06-08ensureChildControls() is now invoked in TControl::initRecursivexue
2006-06-06Fixed #213.xue
2006-06-04Some minor documentation change.xue
Changed TControl::onBubbleEvent() to TControl::bubbleEvent()
2006-06-03Added TTextProcessor and refactored TTextHighlighter and TMarkdown.xue
2006-06-02Added support to subproperty-style event binding.xue
2006-05-31Fixed a bug that newly created controls during postbacks may get their ↵xue
initial states reset during loadStateRecursive.
2006-05-30Fixed #197xue
2006-05-30Fixed #184.xue
2006-05-30Added recent comments portlet.xue
2006-05-30onClick javascript event triggered twice on CheckBox labelxue
2006-05-30Blog demo is completed.xue
2006-05-29added TListControl.SelectedValues propertyxue
added TThemeManager.AvailableThemes property
2006-05-19Fixed #37.xue
2006-05-18Fixed #181.xue
2006-05-18Fixed #179.xue
2006-05-18refactored TUserManager and TAuthManager so that they are easier to be extendedxue
2006-05-17added TTheme.BasePath.xue
2006-05-14Fixed #167.xue
2006-05-13Fixed #44.xue
2006-05-12Added TTheme.BaseUrl property.xue
2006-05-10added Bulgarian requirement checker messagesxue
2006-05-07Add search to quickstart demo.wei
2006-05-07added support to property tags for template owner controlxue
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-04Added TCompositeControl.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/...