From 28479a6f4efe255d9777fa245cb032bbd51a4bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=BC=E5=90=B8=E4=BA=8C=E6=B0=A7=E5=8C=96=E7=A2=B3?= Date: Thu, 10 Oct 2013 20:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=97=A5=E5=BF=97=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- COMMITLOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/COMMITLOG.md b/COMMITLOG.md index 4277ad1..38a4049 100644 --- a/COMMITLOG.md +++ b/COMMITLOG.md @@ -1,3 +1,26 @@ +### 2013-10-08 + +* 表单完善,增加token的输出和校验功能,Core支持自动csrf攻击防御,默认配置完善 - [Link](https://github.com/breath-co2/myqee/commit/53230505cc783af28d32fee8b6fc07fc44611d91) [Link](https://github.com/breath-co2/myqee/commit/70e556590f364e05aca20506ab0422b29c583bb0) +* 增加 `HttpIO::csrf_check()` 方法 - [Link](https://github.com/breath-co2/myqee/commit/cc686516e8fad2f8b3a4188f3d4d85a77d64ce66) +* 完善对默认配置名称的设置,可以直接通过扩展对象的常量来达到修改default的目的 - [Link](https://github.com/breath-co2/myqee/commit/410dcbcbb51e0659ff625f3ec285ef15bffbc436) +* 增加 rc4 的加密和解密方法 - [Link](https://github.com/breath-co2/myqee/commit/560014566e473c11c1ff8224e0c5943dd964aa9e) +* `Auth` 完善文件格式和对象的读取 - [Link](https://github.com/breath-co2/myqee/commit/f7c4c5a26030b800dc7a12f7d104d2a64f458133) + + +### 2013-09-29 + +* 系统内部请求完善,避免某些代理环境下读取失败的问题,内部请求验证完善,除固定key外增加内部调用动态key,每24小时重新生成,保证系统完全可靠 - [Link](https://github.com/breath-co2/myqee/commit/529a1659bbcbddbbfcab3ad66305407ac729ad8b) +* `HttpCall` 内部调用的配置移到根目录的配置中 - [Link](https://github.com/breath-co2/myqee/commit/c37517226f5feb2112e7e3096c3df477f0c2f206) [Link](https://github.com/breath-co2/myqee/commit/722c1365a978a173e94fe2b5ad5c95269f449f7a) +* 动态配置 `Core::config()` 对象完善,将不同type的数据分开读取,分开缓存,这样可以避免日积月累配置多了导致程序读取慢的问题,可以自由规划好type - [Link](https://github.com/breath-co2/myqee/commit/70c50a3ca8306584b01e0532bacaf3b74f90bc72) + + +### 2013-09-24 + +* 完善assets-dev控制器对其它文件的操作,可直接复制到目标目录 - [Link](https://github.com/breath-co2/myqee/commit/3f3805e20ed186eb0f6267f5f38c0dd8f506bbe1) +* 完善 `Core::find_file()` 获取自定义目录文件夹 - [Link](https://github.com/breath-co2/myqee/commit/04791671b2d56b1bc9cbd4bd2642da5ee9138c50) +* 完善assets-dev控制器对其它文件的操作,可直接复制到目标目录 - [Link](https://github.com/breath-co2/myqee/commit/3f3805e20ed186eb0f6267f5f38c0dd8f506bbe1) + + ### 2013-09-24 * 开发版assets实时输出控制器完善 - [Link](https://github.com/breath-co2/myqee/commit/9144c95e20de03e309e172dee22f862a41fcceb9)