diff options
author | Christophe.Boulain <> | 2009-02-23 15:46:26 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2009-02-23 15:46:26 +0000 |
commit | 1d2260ea228fc98dce3c5fc088bd4b5ad8a9ebb4 (patch) | |
tree | 751cc0d8888b2de1562137862bc3060774bb9bb5 /HISTORY | |
parent | 8fcfadf79ebc05d43bf15e130a4fad04a3bbd6cf (diff) |
Fixed Issue#7 - Client side javascripts are not combined anymore in debug mode
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ BUG: URL wildcard patterns didn't work with subfolders BUG: Issue#87 - TinyMCE : empty string disapears after encoding JS, that's a problem! (Christophe) BUG: Issue#96 - THttpResponse::redirect don't send status code (Christophe) BUG: Issue#107 - typo in TDbConnection::getCharset() (Christophe) +CHG: Issue#7 - Clients Scripts are not combined anymore in Debug application mode (Christophe) ENH: Issue#106 - TJavaScript::jsonEncode and TJavaScript::jsonDecode should use built-in PHP functions (Christophe) ENH: Issue#115 - Registry for Prado generated clientside counterparts of serverside controls (Yves Berkholz) ENH: Added caching of message files to TException (Michael) |