summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-06-14 12:47:28 +0000
committerxue <>2006-06-14 12:47:28 +0000
commit0ebf1c0fcc8f4396c4637a8afb42bbdaa6721cfe (patch)
tree8abf5337834204eaefa2be72d5e1e437e4259418 /HISTORY
parentc97b571b49e71d33d10959d96e7ad30bd54f1d5a (diff)
CSS and JS files in a theme are now included in page in alphabetic order
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ce142543..818bfd41 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5,6 +5,7 @@ BUG: Ticket#191 - Duplicated postbacks occur when using TButton with validators
BUG: Ticket#213 - PRADO Requirements Checker charset error (Qiang)
CHG: ensureChildControls() is now invoked in TControl::initRecursive (Qiang)
CHG: Postback enabled control will always disable default client-side browser action. (Qiang)
+CHG: CSS and JS files in a theme are now included in page in alphabetic order (Qiang)
ENH: TRepeater, TDataList and TDataGrid will store data indices in DataKeys if DataKeyField is not set. (Qiang)
ENH: Added TPageService.BasePageClass property (Qiang)