diff options
author | ctrlaltca@gmail.com <> | 2011-11-13 14:47:41 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-11-13 14:47:41 +0000 |
commit | 62b40123b4276633d491682d756a5f72199cb8a0 (patch) | |
tree | 3732a684455899d95414f686d94861ad21a8a218 /HISTORY | |
parent | 32e370d09e9c3353847df679ef2ea22426dce33f (diff) |
reverted r2751 to fix #283: if a service is defined in applicaton.xml, we should start it even from a TShellApplication; testcased #200 too
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ BUG: Issue #243 - Cross-site scripting issue in TForm (ctrlaltca) BUG: Issue #254 - TDbCache should use hash index for the cache key (ctrlaltca) BUG: Issue #265 - Using scroll wheel causes NaN values in TDatePicker (Gabor) BUG: Issue #275 - THttpResponse::writeFile delivers the wrong content type (ctrlaltca) +BUG: Issue #283 - constructUrl does not work as before in TShellApplication (ctrlaltca) +BUG: Issue #284 - Wrong reading of information_schema (ctrlaltca) BUG: Issue #301 - Fixed a bug in TActiveFileUpload (ctrlaltca) ENH: Issue #337 - Prado serialization optimizations (Gabor) BUG: Issue #341 - TSafeHtmlParser messes up UTF8-encoded strings (ctrlaltca) |