Commit Graph

  • 6e74935e84 修复了在php5.4以上版本中pcre库版本略低出现的preg_match或preg_match_all函数报无法识别字符错误,并且可以向上兼容 舒博 2016-07-27 14:28:25 +08:00
  • b332e55dd2 修正Route类match方法一处变量解析问题 thinkphp 2016-07-27 11:52:36 +08:00
  • 78fe41a037 改进Route类 thinkphp 2016-07-27 11:38:10 +08:00
  • 23a0f50a7e redis缓存驱动完善 thinkphp 2016-07-26 16:14:54 +08:00
  • 7e8a5667e3 添加redis驱动测试 thinkphp 2016-07-26 15:56:26 +08:00
  • efb4f13d7c 恢复redis缓存驱动 redisd驱动改为扩展 thinkphp 2016-07-26 15:53:52 +08:00
  • f86e3ef061 改进Route类的match方法检测 thinkphp 2016-07-26 15:47:59 +08:00
  • 21c54c0fa6 改进路由类的checkRoute方法 thinkphp 2016-07-26 15:45:56 +08:00
  • 42122966b9 改进Route类的静态路由检测 thinkphp 2016-07-26 15:40:22 +08:00
  • 60a4596824 修正一处错误 thinkphp 2016-07-26 15:34:40 +08:00
  • f765139ea5 分组路由添加 prefix参数 用于定义路由地址的前缀部分 thinkphp 2016-07-26 15:30:08 +08:00
  • 14c85b5462 修正Route类路由绑定的一个bug thinkphp 2016-07-26 14:08:51 +08:00
  • 867c5638bd 改进 thinkphp 2016-07-26 12:41:49 +08:00
  • 7c09214962 改进Ruoute检测 thinkphp 2016-07-26 12:32:53 +08:00
  • 64baf5be00 改进File类增加对上传错误的处理 thinkphp 2016-07-26 11:18:03 +08:00
  • 07e5842ed2 修正一处注释错误 thinkphp 2016-07-26 10:55:34 +08:00
  • 6210c5abe7 改进File类move方法的返回对象 增加上传表单信息,增加获取文件散列值的方法 thinkphp 2016-07-25 18:34:21 +08:00
  • 70fa6ec5f2 精度调整为18 thinkphp 2016-07-25 18:11:54 +08:00
  • 0b085eaf54 计算精度调整 thinkphp 2016-07-25 17:48:13 +08:00
  • 05f5367c24 设置精度值 修正win7下面的microtime精度问题 thinkphp 2016-07-25 17:19:51 +08:00
  • ac49d917ea 改进时间计算 thinkphp 2016-07-25 16:16:24 +08:00
  • 3916d0c2f7 改进THINK_START_TIME和时间计算 thinkphp 2016-07-25 16:13:22 +08:00
  • 3e437d96fa 改进File类的move方法的返回对象 改为返回 File对象实例 thinkphp 2016-07-25 14:20:48 +08:00
  • 8c4310f637 修正memcache缓存驱动 thinkphp 2016-07-25 13:58:24 +08:00
  • 9cee80db6b 改进memcached缓存驱动 thinkphp 2016-07-25 13:47:44 +08:00
  • 34f7da0d83 改进单元测试 thinkphp 2016-07-25 13:46:44 +08:00
  • e74907f5c9 改进Query类的lazyWrite方法 改进缓存单元测试 核心去除redis缓存驱动 thinkphp 2016-07-25 13:37:45 +08:00
  • e5dd77ea26 缓存类增加inc和dec方法 针对数值型数据提供自增和自减操作 thinkphp 2016-07-25 12:27:41 +08:00
  • 12333cca20 改进Xcache驱动的clear方法 thinkphp 2016-07-25 11:55:49 +08:00
  • 2326a9b693 改进资源路由的匹配规则 thinkphp 2016-07-25 11:22:31 +08:00
  • dec496e20a 改进Route类的checkRoute方法 thinkphp 2016-07-25 11:17:48 +08:00
  • 646ce83ece 控制器类的success和error方法url参数支持传入空字符串,则不做任何处理 thinkphp 2016-07-24 22:06:48 +08:00
  • 760b1d971d Cache类的get方法增加默认值参数 thinkphp 2016-07-24 21:56:00 +08:00
  • bab4398552 控制器的error success result redirect方法均不需要使用return thinkphp 2016-07-24 20:56:21 +08:00
  • 92e5ca0226 修正Template类 thinkphp 2016-07-23 23:14:34 +08:00
  • 5b98de5a59 Cache类增加has方法 get方法支持默认值 thinkphp 2016-07-23 22:54:36 +08:00
  • 587bdcde2a File类改进 thinkphp 2016-07-23 20:57:54 +08:00
  • 253ccaaad0 优化config指令 thinkphp 2016-07-22 18:31:45 +08:00
  • f8070ea8db 改进 thinkphp 2016-07-22 18:05:58 +08:00
  • a1cbf20e6c 改进 thinkphp 2016-07-22 18:00:55 +08:00
  • edc1a8dbc5 增加clear和optimize:config 指令 thinkphp 2016-07-22 16:29:15 +08:00
  • e73ccc925f 修正路由分组的嵌套 thinkphp 2016-07-22 15:23:53 +08:00
  • bc00ca89e6 修正 thinkphp 2016-07-22 14:46:26 +08:00
  • 50d3bfec2a 支持应用和模块的配置缓存文件(包括公共文件)读取 thinkphp 2016-07-22 14:41:15 +08:00
  • 50e8b976e4 改进路由检测地址 thinkphp 2016-07-22 13:00:39 +08:00
  • 7efe88f0c9 改进 thinkphp 2016-07-22 12:51:27 +08:00
  • 7273f78b27 改进Route类的match方法 thinkphp 2016-07-22 12:50:07 +08:00
  • b54cc49d18 修正Validate类的image方法 thinkphp 2016-07-22 12:25:37 +08:00
  • a3de59f7d0 改进File类和Validate类的图像文件类型验证 thinkphp 2016-07-22 12:21:50 +08:00
  • 5500183a8c Merge pull request #222 from shuipf/master ThinkPHP 2016-07-21 22:17:55 -05:00
  • b59098a559 修改getDriverName方法 水平凡 2016-07-22 11:14:40 +08:00
  • e9be7dc76a Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-07-22 11:13:52 +08:00
  • 0351563c84 优化builder方法 水平凡 2016-07-22 11:13:49 +08:00
  • 2461657c28 控制器的操作方法支持注入Request之外的对象实例 thinkphp 2016-07-22 11:12:36 +08:00
  • c45773f646 改进Route类复合路由变量的时候多选参数问题 thinkphp 2016-07-21 23:11:26 +08:00
  • bba6ecefcd 改进File类的checkImg方法 thinkphp 2016-07-21 12:20:55 +08:00
  • 1b20d1ef24 自定义异常页面保持原来的状态码 yunwuxin 2016-07-21 10:55:56 +08:00
  • ac94906c91 改进db助手函数 thinkphp 2016-07-20 17:37:25 +08:00
  • 64f2ae3df8 改进Query的参数绑定 thinkphp 2016-07-20 17:01:18 +08:00
  • 8a5f4ff402 改进Request类支持PATCH请求变量获取 改进请求类型伪造后的数据获取 thinkphp 2016-07-20 14:31:58 +08:00
  • ab5dfcf111 view助手函数增加replace参数 取消ViewResponse类的vars方法 使用assign方法替代 thinkphp 2016-07-20 12:20:38 +08:00
  • f3302d6e38 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-07-20 12:09:15 +08:00
  • 985f025e78 改进Route类 thinkphp 2016-07-20 12:08:46 +08:00
  • df766d6d8a 验证增加 验证是否和某个字段的值是否不同 的规则 yunwuxin 2016-07-20 11:43:22 +08:00
  • adc5533603 路由规则增加PATCH请求类型支持 thinkphp 2016-07-20 11:33:02 +08:00
  • 2c62a82a92 改进Route类分组 thinkphp 2016-07-20 08:06:49 +08:00
  • 9e4611118b input助手函数第一个参数增加默认值 thinkphp 2016-07-19 18:14:05 +08:00
  • 6eca693dcd 改进Model类的autoCompleteData方法 thinkphp 2016-07-19 14:50:22 +08:00
  • 382e6a1f29 改进Rest控制器 thinkphp 2016-07-19 11:29:13 +08:00
  • b6c81b2b78 改进控制器的空操作方法调用 改进Rest控制器的_empty方法 thinkphp 2016-07-19 11:15:05 +08:00
  • 2f43df50ba 改进Route类的分组定义 thinkphp 2016-07-19 10:40:27 +08:00
  • 746a763606 修正Validate的fileSize方法 thinkphp 2016-07-18 17:43:14 +08:00
  • 9a6b90cc69 改进Route类的check方法 对分组路由的完善 改进PHP模板引擎驱动 thinkphp 2016-07-18 17:28:39 +08:00
  • 1bc85bb5be 改进Validate类的image验证规则 thinkphp 2016-07-18 15:26:09 +08:00
  • a4600c8032 删除Request类paramWithFile方法 改为 param(true) 获取带文件的数据 thinkphp 2016-07-18 14:47:26 +08:00
  • 215225bc5f Request类增加paramWithFile方法 包含上传文件信息 Validate类增加image验证规则 并改进max min length支持多种数据类型 thinkphp 2016-07-18 14:35:24 +08:00
  • 0b96346f2e 配置文件调整 thinkphp 2016-07-18 11:28:51 +08:00
  • fe16e167d0 App类添加ico资源文件访问检测 thinkphp 2016-07-18 11:20:35 +08:00
  • 35c07a75a6 废除url_deny_suffix配置参数 改由路由deny_ext参数定义 thinkphp 2016-07-18 10:42:43 +08:00
  • 03707ae445 改进File类,增加文件上传验证机制 thinkphp 2016-07-17 21:59:17 +08:00
  • 199084e027 单元测试修改 thinkphp 2016-07-16 23:33:28 +08:00
  • 5cfe101f03 移除部分单元测试 thinkphp 2016-07-16 18:20:22 +08:00
  • af91e7031c 部分不常用的驱动和扩展移出核心 单独扩展 thinkphp 2016-07-16 18:18:05 +08:00
  • 1d3e2f4837 改进Relation的detach方法 thinkphp 2016-07-16 17:39:50 +08:00
  • b04715fd7b Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-07-15 17:11:02 +08:00
  • fd8ccb9a2d 改进Builder类parseDatetime方法 thinkphp 2016-07-15 17:09:52 +08:00
  • 6e8885d809 Merge pull request #216 from goldeagle/master ThinkPHP 2016-07-14 21:29:19 -05:00
  • 3387f7389b 在验证器中增加了针对中文字符检测的验证规则 bison 2016-07-15 09:49:00 +08:00
  • ac22922c09 Merge branch 'master' of https://github.com/top-think/framework bison 2016-07-15 09:47:15 +08:00
  • 12604ccd6c 增加中文字符验证规则 bison 2016-07-15 09:29:01 +08:00
  • f5771d0eb1 修正 yunwuxin 2016-07-14 18:14:18 +08:00
  • d3c5c6f166 改进make命令 yunwuxin 2016-07-14 18:05:30 +08:00
  • 2b88407f7a 改进Sqlsrv驱动 thinkphp 2016-07-14 17:02:37 +08:00
  • 9bdc1e0c64 修正Route类一处错误 thinkphp 2016-07-14 16:56:15 +08:00
  • 508fd96ae6 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-07-14 16:35:08 +08:00
  • b4823a60f3 改进Relation类的关联定义方法返回对象 统一返回Relation类 thinkphp 2016-07-14 16:34:43 +08:00
  • 371ecbc57a json输出时数据编码失败后抛出异常 yunwuxin 2016-07-14 15:55:09 +08:00
  • d38543ca1e 修正 make:controller make:model 指令的默认模块 thinkphp 2016-07-14 13:49:34 +08:00
  • 8192941f7d Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-07-14 10:56:01 +08:00
  • 8831298e8f 改进Merge类save方法 thinkphp 2016-07-14 10:55:43 +08:00