summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2008-01-16 22:16:54 +0000
committerxue <>2008-01-16 22:16:54 +0000
commitd9d790345d807e09bf6732ea57a34be7f58292ae (patch)
treef3e07e0e6679ee6b1d02422abaf490a415037b1d /HISTORY
parentd4ea1ed8348508b71dcbbf296a4e028f04567e1d (diff)
fixed #776.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ad40ec58..c8b57a6a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6,6 +6,7 @@ BUG: Ticket#736 - Files never created in clientscript.php (Qiang)
BUG: Ticket#744 - Callback error handling is improved (Qiang)
BUG: Ticket#750 - The "expire" parameter is used inconsistently in cache modules (Qiang)
BUG: Ticket#753 - Themes not allways being set (Qiang)
+BUG: Ticket#776 - Logout button should not cause validation in blog tutorial (Qiang)
BUG: Fixed a bug in TPropertyValue::ensureArray() (Qiang)
CHG: Changed TConditional so that the controls in its template behave like they are in its parent (Qiang)
CHG: Active Record many-to-many relationship change from self::HAS_MANY to self::MANY_TO_MANY (Wei)