Commit Graph

  • e1abc0844b 改进Builder类对field字符串的空格支持 thinkphp 2016-05-20 23:53:23 +08:00
  • f7e26259d0 Query类增加view方法用于视图查询 thinkphp 2016-05-20 23:30:26 +08:00
  • e6d8a22c3b 改进Route类 thinkphp 2016-05-20 21:44:40 +08:00
  • b289af3070 改进Relation类 thinkphp 2016-05-20 21:19:24 +08:00
  • 277e253e44 修正Route类一处BUG thinkphp 2016-05-20 19:13:11 +08:00
  • 26270b2ca9 改进Route类,支持分组名使用变量 thinkphp 2016-05-20 18:03:36 +08:00
  • 36a3bdc875 改进Hook类的日志记录 thinkphp 2016-05-20 17:13:27 +08:00
  • a24a2155eb 修正Hook类 改进Template对于布局的处理 thinkphp 2016-05-20 16:59:26 +08:00
  • d9416c7e2d 修正 thinkphp 2016-05-20 16:49:28 +08:00
  • 5f053e4aa7 Hook类的行为添加支持 对象和方法 thinkphp 2016-05-20 16:43:34 +08:00
  • 34c80c1116 改进 thinkphp 2016-05-20 16:30:28 +08:00
  • b67e98ad2b 改进Request类的root方法 thinkphp 2016-05-20 16:28:25 +08:00
  • 1ad2f7af31 改进Request类 thinkphp 2016-05-20 16:14:22 +08:00
  • d4993fa37c 修正Model类的字段类型获取 thinkphp 2016-05-20 15:52:32 +08:00
  • 92496f65a1 Query类增加getlastsql方法 thinkphp 2016-05-20 14:47:20 +08:00
  • 82eb899990 统一后缀设置为不带点号 thinkphp 2016-05-20 14:26:32 +08:00
  • 626d0a2674 改进Request和Url类 去掉base_url配置参数 thinkphp 2016-05-20 14:11:13 +08:00
  • 685d7ef3b7 修正视图驱动 thinkphp 2016-05-20 12:01:38 +08:00
  • 952d18af17 视图驱动类增加exists方法用于判断模板文件是否存在 thinkphp 2016-05-20 11:27:21 +08:00
  • 6dd393bd71 改进Query类的insertGetId方法 支持传入自增序列名 thinkphp 2016-05-20 11:10:20 +08:00
  • 97e12c1a8a 改进Socket驱动 thinkphp 2016-05-20 10:28:45 +08:00
  • 6c294b58fc Model类destroy方法返回成功删除的记录数 thinkphp 2016-05-19 22:14:56 +08:00
  • b235c16589 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-05-19 18:42:45 +08:00
  • 40d4bfe4da 改进Request类baseUrl和basePath方法 thinkphp 2016-05-19 18:42:20 +08:00
  • 681d5d223b 修正注释 yunwuxin 2016-05-19 18:41:32 +08:00
  • 5ba8795e7d Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-05-19 16:57:51 +08:00
  • 9a8b8d8a8d 改进Request的baseUrl方法 thinkphp 2016-05-19 16:57:05 +08:00
  • 8f17ad6c88 修正 yunwuxin 2016-05-19 16:07:31 +08:00
  • c006e281cb 修正 thinkphp 2016-05-19 16:06:35 +08:00
  • cf460cdc8d Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-05-19 16:02:13 +08:00
  • 7eed63c2ee 改进Request类的url相关方法 (仍需完善) thinkphp 2016-05-19 16:01:47 +08:00
  • bf363dc151 Merge pull request #82 from gjianbo/patch-1 ThinkPHP 2016-05-19 15:31:41 +08:00
  • 6b77a1dc2d Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-05-19 15:16:17 +08:00
  • cc084267a5 修正File类 改进Input类的file方法 thinkphp 2016-05-19 15:15:46 +08:00
  • 7a0d387e10 Update Query.php gjianbo 2016-05-19 15:02:21 +08:00
  • 048ba67207 修正分页类自动获取当前url yunwuxin 2016-05-19 14:38:31 +08:00
  • 45d2962eb3 修正File类 thinkphp 2016-05-19 14:33:40 +08:00
  • e5de35ed43 改进Response类create方法 支持自定义子类的命名空间位置 thinkphp 2016-05-19 13:36:10 +08:00
  • efb65117ad 去掉Loader::autoload方法的日志记录 thinkphp 2016-05-19 13:32:11 +08:00
  • e151d70f62 query类增加sequence方法 用于设置 自增序列名 thinkphp 2016-05-19 12:38:11 +08:00
  • 34a6285ba2 取消File类的uniqid规则 改为自己传入即可 thinkphp 2016-05-19 11:57:40 +08:00
  • 9c1d65addb 改进Model thinkphp 2016-05-19 11:44:04 +08:00
  • 323d3e9416 Model类增加append属性和append方法 用于toarray和tojson方法输出的时候 附加额外的属性,该属性的值必须通过获取器定义 thinkphp 2016-05-19 11:36:25 +08:00
  • 0fd61503a8 去掉Model类的query属性 避免序列化出问题 直接使用$this->db() 操作 thinkphp 2016-05-19 10:48:50 +08:00
  • 7ff02c61cd 改进 thinkphp 2016-05-18 22:39:53 +08:00
  • b4d90ade7a 改进Model类的db方法 并增加query属性 thinkphp 2016-05-18 22:33:59 +08:00
  • 67500bc3c9 改进Model类的自动时间戳写入设置 时间戳自动写入 和 字段自动完成 分开 ,并且支持单独关闭 thinkphp 2016-05-18 18:46:09 +08:00
  • 4898e333b5 改进代码 thinkphp 2016-05-18 18:28:25 +08:00
  • f22655cbab Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-05-18 17:43:05 +08:00
  • 811b22fe74 改进Model类 支持动态查询调用 thinkphp 2016-05-18 17:42:36 +08:00
  • e093a6661e 分页的每页数量可以通过配置全局定义 yunwuxin 2016-05-18 16:51:23 +08:00
  • 2af19639cb 改进File类 支持闭包规则 参数为当前的文件对象 thinkphp 2016-05-18 15:43:16 +08:00
  • 690839ddc9 文件上传规则支持 sha1 和 md5 一样 采用文件散列值 thinkphp 2016-05-18 15:40:07 +08:00
  • c606b75ab8 改进Merge模型类的attachQuery方法 thinkphp 2016-05-18 15:31:10 +08:00
  • e3f162f310 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-05-18 15:20:18 +08:00
  • 2dab11d3c4 File类增加rule和isValid方法,move方法支持自动命名 thinkphp 2016-05-18 15:19:23 +08:00
  • 0e441d2b69 模板里发生异常时清空之前的输出 yunwuxin 2016-05-18 14:48:45 +08:00
  • a00c4c51fe 注释改进 thinkphp 2016-05-18 12:30:55 +08:00
  • 5dc8cd481e 去除一些无用的配置 thinkphp 2016-05-18 11:27:20 +08:00
  • fdd41cd1c7 改进Model类的getData方法 thinkphp 2016-05-18 11:01:49 +08:00
  • 198ea76923 改进Query类 thinkphp 2016-05-18 10:20:34 +08:00
  • c0048e80ea 修正单元测试 thinkphp 2016-05-18 00:02:27 +08:00
  • 1fab955a5f 暂时还原 thinkphp 2016-05-17 23:37:29 +08:00
  • 223db98e1d 优化App类 thinkphp 2016-05-17 23:28:49 +08:00
  • 28bf9b2726 优化App类 thinkphp 2016-05-17 23:20:09 +08:00
  • cda738b038 改进Model类的destroy方法 支持传入数组删除条件 thinkphp 2016-05-17 22:14:09 +08:00
  • f9469f2cfc 修正Route类一处错误 thinkphp 2016-05-17 21:36:46 +08:00
  • 63521c1db3 改进代码 thinkphp 2016-05-17 18:19:13 +08:00
  • baebe7899e 改进Relation类 thinkphp 2016-05-17 17:53:33 +08:00
  • f6efaba3e6 改进Input类 thinkphp 2016-05-17 17:13:07 +08:00
  • 5a01b29c30 修正Merge模型 thinkphp 2016-05-17 17:01:04 +08:00
  • 2072a395a6 App类module方法改为public 可以在闭包中直接调用 thinkphp 2016-05-17 16:08:09 +08:00
  • 3544809b1d Route类改进 支持在匹配到路由后 使用after_behavior支持路由规则重定向 thinkphp 2016-05-17 16:01:47 +08:00
  • 0acf217660 修正单元测试 thinkphp 2016-05-17 14:13:05 +08:00
  • 92319c876c 修正Input类一处问题 thinkphp 2016-05-17 14:07:30 +08:00
  • 16bc9b9b2b Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-05-17 14:05:58 +08:00
  • 2b184efc47 修正App类 thinkphp 2016-05-17 13:15:28 +08:00
  • 132a02ba36 增加记忆跳转 yunwuxin 2016-05-17 12:17:28 +08:00
  • 9d5728c67f 优化Response类的send方法 改进app_end的监听位置 thinkphp 2016-05-17 12:11:45 +08:00
  • cbc0597470 修正Request类的has方法 thinkphp 2016-05-17 11:54:21 +08:00
  • de18afa9e6 助手函数改进 App类改进 thinkphp 2016-05-17 11:43:03 +08:00
  • 92d999b484 response类增加create方法 改进think\response\redirect类 改进助手函数和traits\controller\Jump thinkphp 2016-05-17 11:17:24 +08:00
  • df96d049b9 优化Request类的only和except方法 支持字符串传入 thinkphp 2016-05-17 10:23:40 +08:00
  • 5e22d69e13 改进Request类的param方法增加默认值参数 优化except方法 thinkphp 2016-05-17 10:13:14 +08:00
  • d1f9ab38e2 修正traits\controller\Jump thinkphp 2016-05-17 10:06:30 +08:00
  • 7be184a7a5 修正rest控制器类 thinkphp 2016-05-17 08:44:07 +08:00
  • f13596e4f6 改进Request类 增加param has only except方法 去掉 get post delete put方法 thinkphp 2016-05-17 08:25:47 +08:00
  • 9074c8a532 增加think\response\Xml 类和xml助手函数 thinkphp 2016-05-16 22:08:06 +08:00
  • c7c94258d0 改进Response类 增加think\response\View类 用于渲染模板响应输出 thinkphp 2016-05-16 18:10:46 +08:00
  • 4870d743ac 修正异常模板的一处bug yunwuxin 2016-05-16 17:11:35 +08:00
  • 882c3bff5a 修正异常模板输出 yunwuxin 2016-05-16 17:06:21 +08:00
  • a4a14b3bf1 修正Query类 改进Response类 改进异常输出 thinkphp 2016-05-16 16:39:17 +08:00
  • 30a6bd7e8a 改进Response类 改进view助手函数 增加 think\response\Html 类 thinkphp 2016-05-16 15:16:47 +08:00
  • 199825ec32 改进Response类 支持扩展不同的输出类型 改进Model类 不同的模型采用不同的查询对象实例 修正Request类一处错误 助手函数view改进 直接返回Response类对象实例 thinkphp 2016-05-16 14:18:47 +08:00
  • 891c1f99f2 改进Route的请求类型参数 支持小写传入 thinkphp 2016-05-16 10:41:22 +08:00
  • cf6836b56d 修正分页类简洁模式 yunwuxin 2016-05-15 10:37:37 +08:00
  • 19d5b1fee9 格式化代码 yunwuxin 2016-05-15 10:15:19 +08:00
  • f78ba76767 修正异常处理和单元测试 yunwuxin 2016-05-15 10:14:17 +08:00
  • 00b17411b6 改进Model类 thinkphp 2016-05-14 20:54:22 +08:00
  • 433726556f Merge pull request #69 from molong/master ThinkPHP 2016-05-14 06:56:00 +08:00