Commit Graph

  • 0f58b08bec 修正多对多预载入查询 thinkphp 2016-07-02 18:51:28 +08:00
  • 4b190f9111 为cache中的memcached增加连接时账号密码的属性 zzpuser 2016-07-01 23:31:29 +08:00
  • 2cb8022982 readme更新 thinkphp 2016-07-01 14:41:17 +08:00
  • 1c38198a3b 修正debug类的getUserMem方法 thinkphp 2016-07-01 14:08:48 +08:00
  • 2d85cf4a7f START_TIME START_MEM 更改为 THINK_START_TIME THINK_START_MEM thinkphp 2016-07-01 14:03:32 +08:00
  • afa2bd8bbe Merge pull request #176 from chenjxlg/master ThinkPHP 2016-07-01 13:53:32 +08:00
  • d13a1cd2cb Merge pull request #189 from WeakSun/patch-3 ThinkPHP 2016-07-01 13:51:57 +08:00
  • bcf9215900 修正MYSQL数据库UPDATE JOIN语句语法错误 WeakSun 2016-07-01 13:33:42 +08:00
  • af0e1b2d65 修正ConsoleTrace yunwuxin 2016-07-01 12:24:27 +08:00
  • 79f64169be 修正Query类的查询缓存 thinkphp 2016-07-01 09:45:04 +08:00
  • a61eda774f 调试trace调试驱动 原来日志Socket驱动纳入trace功能 thinkphp 2016-06-30 23:25:13 +08:00
  • 37fa2bceca 修正Oracel驱动的execute方法 thinkphp 2016-06-30 21:43:49 +08:00
  • 01340ed33b 增加Cache/Lite单元测试 (#188) 刘志淳 2016-06-30 17:00:29 +08:00
  • 02b3d6fa0e Update Jsonp.php (#185) xiaobo.sun 2016-06-30 16:30:51 +08:00
  • bf1d9c9b9a 优化Loader类 yunwuxin 2016-06-30 16:25:24 +08:00
  • f4444fd46f 优化Loader类 yunwuxin 2016-06-30 16:20:52 +08:00
  • 391522fa6a 修正 yunwuxin 2016-06-30 15:17:52 +08:00
  • 28da923d28 增加单元测试 (#186) lilwil 2016-06-30 15:15:51 +08:00
  • 1ef3f04d12 删除classmap 改由命令optimize:autoload生成包括项目类库在内的classmap yunwuxin 2016-06-30 15:00:50 +08:00
  • bb3633841d 删除不支持的log类型,改进log类型不存在的异常处理 (#181) CantonBolo 2016-06-30 13:21:46 +08:00
  • 12081bb1e3 修正classmap中遗漏think\debug\Trace的路径 (#179) CantonBolo 2016-06-30 11:44:59 +08:00
  • 2a7f46af00 增加单元测试 amc 2016-06-30 11:05:03 +08:00
  • 441b482594 Request注入方法返回值 (#180) lilwil 2016-06-30 10:08:28 +08:00
  • 4962b2354e 单元测试修正 thinkphp 2016-06-29 22:31:42 +08:00
  • da7ec5713b 修正单元测试 thinkphp 2016-06-29 22:24:56 +08:00
  • 1a91aaa882 取消microtime_float函数 取消MODE_PATH IS_API常量 thinkphp 2016-06-29 20:39:38 +08:00
  • 207a77420e 修正Loader::import yunwuxin 2016-06-29 18:28:11 +08:00
  • f1097b138a 改进trace yunwuxin 2016-06-29 18:14:34 +08:00
  • 95c92a5f92 改进trace yunwuxin 2016-06-29 18:08:28 +08:00
  • e33eddf7bd 改进trace yunwuxin 2016-06-29 17:44:48 +08:00
  • f01b2cd8b7 改进trace yunwuxin 2016-06-29 17:35:37 +08:00
  • d9a9599043 环境变量不区分大小写 yunwuxin 2016-06-29 15:35:32 +08:00
  • 73fdd13482 改进异常页面 yunwuxin 2016-06-29 15:10:43 +08:00
  • 0aa1994ce3 Query类改进 cache方法支持自动更新缓存数据(仅针对主键查询、更新和删除) thinkphp 2016-06-29 18:05:18 +08:00
  • 9e98ad237f 改进Query类的view方法field参数支持使用sql函数 thinkphp 2016-06-29 17:25:37 +08:00
  • 475add81a3 助手函数 是否定义判断,方便用户重写helper函数 注:只支持applacation/common.php内重写,模块下的函数库不可以 cjango 2016-06-29 16:03:44 +08:00
  • b223dba490 改进Loader类 yunwuxin 2016-06-29 12:48:34 +08:00
  • d9c175abc4 修正路由映射 thinkphp 2016-06-29 09:16:08 +08:00
  • 177023fa0e 改进模板标签 $Request. 支持$Request.root.true 用法 thinkphp 2016-06-28 22:07:25 +08:00
  • dea2a72038 Template类改进 模板解析增加 $Request. 特殊变量解析 thinkphp 2016-06-28 19:31:48 +08:00
  • 438330a4b2 改进Query类delete方法参数默认值为null 当参数为true的时候 表示强制删除数据 thinkphp 2016-06-28 19:07:33 +08:00
  • 4905a84a4c Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-28 18:53:12 +08:00
  • 93882f4c8f 修正Query类的query和execute方法参数 去掉fetch参数 thinkphp 2016-06-28 18:52:56 +08:00
  • ab2b0c2d77 Merge pull request #168 from oldrind/template ThinkPHP 2016-06-28 17:51:59 +08:00
  • ef71b5e81d 改进控制器类不存在的异常处理 thinkphp 2016-06-28 17:42:28 +08:00
  • 802ead16a8 修正几处BUG thinkphp 2016-06-28 17:05:47 +08:00
  • 25ad8a61f3 修正 yunwuxin 2016-06-28 11:31:12 +08:00
  • f794dcfa83 修正RestController属性名错误 yunwuxin 2016-06-28 11:30:26 +08:00
  • ada4a71e78 修改template类单元测试文件 oldrind 2016-06-28 10:39:01 +08:00
  • ab1ee18364 修正block标签嵌套不能解析的问题,改进对未定义变量输出的判断 oldrind 2016-06-28 10:14:50 +08:00
  • 9ca4911c44 改进关联预载入查询 两个相同模型查询的问题 thinkphp 2016-06-27 23:29:33 +08:00
  • 0295340e4b 修正Url类一处bug thinkphp 2016-06-27 18:40:21 +08:00
  • 63837e2213 改进Url类 thinkphp 2016-06-27 17:35:09 +08:00
  • 75f09e94e0 改进Url生成 thinkphp 2016-06-27 17:08:38 +08:00
  • b018a93955 改进Url类路由地址生成的匹配检测 thinkphp 2016-06-27 16:42:07 +08:00
  • 5bf12f6c18 修正Url类的getRouteUrl方法 thinkphp 2016-06-27 15:28:35 +08:00
  • 32c5e00bf4 简化Route类的parseUrl方法 取消url_parse_type参数 thinkphp 2016-06-27 12:31:59 +08:00
  • 66607ae180 优化Route类 thinkphp 2016-06-27 12:11:47 +08:00
  • d17643dfd9 改进Route类在多种路由地址下面对URL额外参数的支持 修正 bindtoController方法 App类调整对bindToApi的调用 thinkphp 2016-06-27 11:53:21 +08:00
  • 15577f75ce 修正composer自动加载 yunwuxin 2016-06-27 10:53:56 +08:00
  • 5fee111484 IS_API 下面不通过路由解析 直接解析到API类所在的命名空间 Route类改进 thinkphp 2016-06-26 23:31:53 +08:00
  • 0fe45ce5c1 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-26 12:06:08 +08:00
  • 5cc5874730 Model类的allowField方法支持传入true 表示只允许写入数据表字段 thinkphp 2016-06-26 12:05:31 +08:00
  • a3359e778c Merge pull request #159 from WeakSun/patch-1 ThinkPHP 2016-06-26 10:37:00 +08:00
  • f80e82f491 改进URL参数获取 保留变量名称大小写 thinkphp 2016-06-25 18:11:24 +08:00
  • f58aeede7a 修正scope方法$name参数传入array引起$names变量不存在的异常 WeakSun 2016-06-25 13:30:43 +08:00
  • 7f13d70d0b 改进App类和Request类 thinkphp 2016-06-24 23:41:02 +08:00
  • c4ef774882 修正 thinkphp 2016-06-24 17:45:27 +08:00
  • 2839d9b31d Request类dispatch方法改进 thinkphp 2016-06-24 17:40:36 +08:00
  • d3d7fdb83d 注释修改 thinkphp 2016-06-24 17:31:58 +08:00
  • 73f1ae289d 改进Request类的dispatch方法 thinkphp 2016-06-24 17:30:47 +08:00
  • 1e21d9af34 去除控制器名的检测 thinkphp 2016-06-24 17:13:31 +08:00
  • 75f855757b 改进App的模块设置 thinkphp 2016-06-24 14:59:18 +08:00
  • 87ad5e95bb Route类的bind方法参数顺序调整 增加getBind方法用于获取绑定信息 thinkphp 2016-06-24 12:33:07 +08:00
  • 1a8bbf6725 改进TagLib类 thinkphp 2016-06-24 11:09:26 +08:00
  • 0c63b2a172 支持分组MISS路由 thinkphp 2016-06-23 22:38:21 +08:00
  • 689c4aa4ea 修正标签库解析一处可能的bug thinkphp 2016-06-23 19:21:49 +08:00
  • 7b03d319b2 改进标签库的不区分大小写 thinkphp 2016-06-23 19:08:57 +08:00
  • 588a4a5bd4 修正单元测试 thinkphp 2016-06-23 18:48:19 +08:00
  • 57ca7a376b 修改标签库的方法命名 取消 import标签 thinkphp 2016-06-23 18:37:46 +08:00
  • ebc862e5fb 改进Route类可选参数的完整匹配检测 thinkphp 2016-06-23 17:49:38 +08:00
  • 38124ccd12 Request类添加getContent方法,create方法增加content参数支持伪造 thinkphp 2016-06-23 17:13:07 +08:00
  • dc73254db3 reamde文件修正 thinkphp 2016-06-23 17:08:12 +08:00
  • 5b061cd998 数据库数据读取改为默认 保持数据库字段大小写 Connection类fieldCase方法改为public thinkphp 2016-06-23 12:07:25 +08:00
  • 34579bfa44 改进Model类的relation方法 thinkphp 2016-06-22 23:51:20 +08:00
  • 275d93cc38 修正Connection类的batchQuery thinkphp 2016-06-22 23:44:49 +08:00
  • 62de83358a 修正Merge模型 thinkphp 2016-06-22 22:28:41 +08:00
  • 13103c84c7 注释修正 thinkphp 2016-06-22 18:14:25 +08:00
  • 8ac769f343 修正一处错误 thinkphp 2016-06-22 18:09:46 +08:00
  • eebcadc976 改进Loader类的parsePhpNamespace方法 thinkphp 2016-06-22 18:06:35 +08:00
  • 9beac2bba4 Loader类scanComposerPackage方法增加classmap解析支持 thinkphp 2016-06-22 17:53:00 +08:00
  • c654eab7e9 修正Request类的input方法 thinkphp 2016-06-22 16:23:23 +08:00
  • 18a4eee00f Loader类的composer包扫描方法改为public 供命令行调用 thinkphp 2016-06-22 16:00:03 +08:00
  • 98084c7a47 Request类的input方法支持default_filter配置参数 thinkphp 2016-06-22 15:45:39 +08:00
  • 54d16627d7 改进lang类的detect方法 thinkphp 2016-06-22 15:41:36 +08:00
  • b696d6186b 修正单元测试 thinkphp 2016-06-22 15:26:17 +08:00
  • 897be354e4 改进Loader类自动加载的文档定位 thinkphp 2016-06-22 15:20:42 +08:00
  • 7a00c1c14a 增加控制台入口文件 yunwuxin 2016-06-22 15:00:11 +08:00
  • b454adeef5 改进Loader自动加载 支持一个命名空间对应多个路径 兼容composer thinkphp 2016-06-22 14:54:28 +08:00
  • f14ef530e8 取消APP_AUTO_RUN常量 调整单元测试入口文件 thinkphp 2016-06-22 14:17:14 +08:00