Commit Graph

  • cc50d44914 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-22 14:11:46 +08:00
  • 5ffb2359cc 改进Loader类的register方法 alias.php 更改为 classmap.php addMap方法更改为 addClassMap base.php和start.php文件调整 thinkphp 2016-06-22 14:11:23 +08:00
  • 10750db828 修正异常模板 yunwuxin 2016-06-22 11:00:49 +08:00
  • ee171fa963 修正Loader类的addNamespaceAlias方法 thinkphp 2016-06-22 10:31:58 +08:00
  • a1b75332de 优化Loader自动加载 支持子命名空间定义 合并composer自动加载缓存文件 thinkphp 2016-06-21 22:32:51 +08:00
  • 73bd3201be Merge pull request #149 from leunggamciu/enhance-url ThinkPHP 2016-06-21 19:20:42 +08:00
  • d95ef85e86 改进Loader类 thinkphp 2016-06-21 17:33:58 +08:00
  • 7229a1d76a 修正Model类的saveall方法参数 thinkphp 2016-06-21 17:28:46 +08:00
  • a8cd946ac6 改进Loader类 thinkphp 2016-06-21 17:26:49 +08:00
  • b244cff844 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-21 17:22:19 +08:00
  • e2e271e381 改进composer包的自动加载机制 不依赖composer安装 增加AUTO_SCAN_PACKAGE常量用于设置是否开启自动扫描vendor目录下面的下载composer包 thinkphp 2016-06-21 17:21:05 +08:00
  • 53db5d0a7a 使用Request来获取请求 leunggamciu 2016-06-21 16:46:32 +08:00
  • f906b0fc77 增加方法注释 yunwuxin 2016-06-21 16:47:03 +08:00
  • dc37f8080f 增加方法注释 yunwuxin 2016-06-21 16:39:53 +08:00
  • 4989d2ad55 改进Model类saveall方法的返回值 并增加replace参数 thinkphp 2016-06-21 15:14:33 +08:00
  • 4c24572871 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-21 14:55:07 +08:00
  • 1cc1976eaa 改进Model类的saveall方法 thinkphp 2016-06-21 14:53:56 +08:00
  • 97f08d4476 Merge pull request #148 from WeakSun/patch-2 ThinkPHP 2016-06-21 14:49:29 +08:00
  • 7ff8b7bb57 读取时增加空检测,防止数据为空导致调用异常 WeakSun 2016-06-21 14:35:06 +08:00
  • 02a99d13d7 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-21 14:12:27 +08:00
  • 173fec766f 改进Model类的toarray方法 thinkphp 2016-06-21 14:12:09 +08:00
  • b94c54bcc2 修正类名冲突 yunwuxin 2016-06-21 13:59:48 +08:00
  • b4a1905200 改进Builder类的insertall方法 thinkphp 2016-06-21 13:54:55 +08:00
  • 92b3fb7006 修改 Model类的saveall方法 返回值 thinkphp 2016-06-21 13:49:02 +08:00
  • 4908633e05 完善think\exception\Handle类 yunwuxin 2016-06-21 12:29:28 +08:00
  • 1cb77502a0 修正单元测试 yunwuxin 2016-06-21 12:19:00 +08:00
  • 91ab9dfde0 改进Response类 yunwuxin 2016-06-21 12:09:39 +08:00
  • 2281f1edb4 修正request类的file方法 thinkphp 2016-06-21 11:53:38 +08:00
  • 70f146f3e3 改进File类的架构方法 支持SplFileObject类完整参数 thinkphp 2016-06-21 11:22:38 +08:00
  • 850376dfe7 改进Query类的find和select方法的默认值 thinkphp 2016-06-21 10:58:19 +08:00
  • c4669f142d Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-21 10:33:25 +08:00
  • 7627811cf5 修正query类的find方法 thinkphp 2016-06-21 10:32:56 +08:00
  • 4d19a1cb2d Merge pull request #131 from leunggamciu/fix-url-build ThinkPHP 2016-06-21 08:31:25 +08:00
  • e48fbac66f 改进 thinkphp 2016-06-21 00:03:36 +08:00
  • 948d0ea0bb 改进驱动命名空间检测 thinkphp 2016-06-21 00:01:31 +08:00
  • 5c7618f2fa 改进Composer自动加载的判断机制 增加 vendor目录下面的think_autoload文件判断 thinkphp 2016-06-20 19:17:43 +08:00
  • a032828d5c 注释规范 thinkphp 2016-06-20 17:34:54 +08:00
  • 940ed22965 别名定义文件调整 thinkphp 2016-06-20 14:14:57 +08:00
  • e028ac593b 取消模式扩展 thinkphp 2016-06-20 13:59:31 +08:00
  • eca38db038 改进Request的动态方法调用 自动注入当前request对象 thinkphp 2016-06-20 11:48:47 +08:00
  • 5618c367bf request类增加动态方法的注入hook机制 thinkphp 2016-06-20 11:44:46 +08:00
  • 1e6cd85c04 修正Query类的gettableinfo方法 thinkphp 2016-06-20 10:56:30 +08:00
  • ff16a4521d 改进Request类的param方法 thinkphp 2016-06-20 08:56:35 +08:00
  • d213339dbd Model类类型转换timestamp和datetime调整 thinkphp 2016-06-19 15:42:05 +08:00
  • bfddad2a61 修正 thinkphp 2016-06-18 23:52:22 +08:00
  • 30cec3abb1 取消驱动配置的namespace参数 thinkphp 2016-06-18 23:42:16 +08:00
  • 20eaa4f5b8 修正Cookie类的has方法 thinkphp 2016-06-18 23:10:40 +08:00
  • d653761ef5 修改 thinkphp 2016-06-18 11:28:01 +08:00
  • 59a2fce286 Model类saveall方法支持事务 thinkphp 2016-06-18 10:37:22 +08:00
  • 933a61467b Query类修改 find方法查询不到数据返回 NULL thinkphp 2016-06-18 09:48:53 +08:00
  • c1438058be Merge pull request #136 from zzpuser/patch-3 ThinkPHP 2016-06-18 09:36:33 +08:00
  • 0315daa02f Merge pull request #138 from WeakSun/patch-3 ThinkPHP 2016-06-18 09:36:06 +08:00
  • 4686698819 改进Request类 改进input助手函数 取消Input类 thinkphp 2016-06-18 09:29:25 +08:00
  • 976215f1b8 修正$dataSet不存在索引0导致报错的情况 WeakSun 2016-06-18 01:04:52 +08:00
  • 323b1884dc Request类增加header方法 thinkphp 2016-06-17 18:31:02 +08:00
  • 7d7a0097d8 改进Session类 去除active属性判断 thinkphp 2016-06-17 17:24:08 +08:00
  • c268cd9065 修正了Memcached关闭时调用的方法。 zzpuser 2016-06-17 17:14:35 +08:00
  • fddcbac7ae 注释修正 thinkphp 2016-06-17 17:09:32 +08:00
  • f91cb894c8 Input类并入Request类 thinkphp 2016-06-17 16:56:01 +08:00
  • 0e7518acec 修正Jump的result方法 thinkphp 2016-06-17 16:20:45 +08:00
  • 9d56033b6d 去除Response类的result方法 改进Jump里面的result方法 thinkphp 2016-06-17 16:19:09 +08:00
  • e20db2b31a 修正Build类 thinkphp 2016-06-17 14:44:50 +08:00
  • 74d32e8ffe 修正路由地址的驼峰定义问题 thinkphp 2016-06-17 12:34:10 +08:00
  • 0955eb18e1 修正Url类 thinkphp 2016-06-17 12:22:47 +08:00
  • a0f1a7f436 改进Model类的save方法 thinkphp 2016-06-17 12:04:08 +08:00
  • dcc1f7b15e 改进Model类的save方法 修正Merge类的save方法支持 where参数更新 thinkphp 2016-06-17 11:55:52 +08:00
  • f8d7bb61c8 废除APP_ROUTE_ON APP_ROUTE_MUST常量 thinkphp 2016-06-17 08:46:36 +08:00
  • 402bd9282a url_controller_convert 和 url_action_convert 合并为 url_convert 参数 改进Route类对url_convert的支持 thinkphp 2016-06-17 00:07:34 +08:00
  • 0eaf681208 修正 thinkphp 2016-06-16 18:26:24 +08:00
  • bbb53484bc 改进Route类的分组参数 thinkphp 2016-06-16 18:23:14 +08:00
  • bf19ff0d52 修正Route类的分组参数 thinkphp 2016-06-16 17:32:22 +08:00
  • 46c500db8f 修正路由分组的参数覆盖问题 thinkphp 2016-06-16 17:21:30 +08:00
  • d29b17b28b 修正Handle类 thinkphp 2016-06-16 17:09:28 +08:00
  • 9cc32c649e Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-16 17:08:53 +08:00
  • ef05d5f44b 改进异常语言包的加载 thinkphp 2016-06-16 17:01:19 +08:00
  • 39c056a8c3 getExceptionHandler 改为public yunwuxin 2016-06-16 16:57:22 +08:00
  • 744fa08329 Route类的after_behavior行为支持 多个行为执行 thinkphp 2016-06-16 16:43:21 +08:00
  • a71dedad89 修正单元测试 thinkphp 2016-06-16 16:31:39 +08:00
  • 91c5ae427c 修正Cx标签库一处错误 thinkphp 2016-06-16 16:26:45 +08:00
  • 50d1798e92 改进Handle类支持异常的多语言 Lang类增加has方法 增加核心中文语言包 thinkphp 2016-06-16 16:07:44 +08:00
  • 7334f5b0f1 修复当开启url_common_param时,生成错误的URL leunggamciu 2016-06-16 16:04:09 +08:00
  • d8fc0bf7aa 注释调整 thinkphp 2016-06-16 13:48:40 +08:00
  • 4d6ae0fcb6 Merge pull request #130 from zzpuser/patch-2 ThinkPHP 2016-06-16 13:47:45 +08:00
  • a7df3d52e2 改进Request的param方法和Route类的parseUrlParams方法 thinkphp 2016-06-16 13:39:55 +08:00
  • 0368f6d931 增加了连接memcached时账号密码的属性 zzpuser 2016-06-16 12:39:00 +08:00
  • 3fd9f0bc13 修改单元测试 thinkphp 2016-06-16 12:29:35 +08:00
  • faeef16f58 Loader类改进 增加clearInstance方法 用于清除实例化对象单例存储 去除 instance方法 App类run方法增加清除实例化对象机制 thinkphp 2016-06-16 12:24:58 +08:00
  • 0fd9a9db3f 改进自动时间戳字段的自动识别机制 取消Model类的autoFetchFieldType和fieldType属性 改为由autoWriteTimestamp属性直接设置时间戳类型 支持 datetime date 和 timestamp thinkphp 2016-06-16 11:56:22 +08:00
  • 6f937039d4 去除Config文件加载的日志信息 thinkphp 2016-06-16 11:08:53 +08:00
  • 1001f8c395 修正Response类 thinkphp 2016-06-16 11:05:21 +08:00
  • e5740e5451 改进App类的run方法的返回值 改进Response类 thinkphp 2016-06-16 11:00:49 +08:00
  • 5e32fa2880 改进 thinkphp 2016-06-16 00:28:24 +08:00
  • 5aec26f10a 修正miss路由的闭包定义 thinkphp 2016-06-16 00:22:46 +08:00
  • f296bb6d48 改进Input类的file方法 thinkphp 2016-06-15 23:41:15 +08:00
  • df99a0cf16 取消CLASS_APPEND_SUFFIX常量 使用App::$suffix 替代 使用 class_suffix 配置参数设置 use_controller_suffix 配置更改为 controller_suffix Build类run和module方法增加suffix参数 thinkphp 2016-06-15 23:01:10 +08:00
  • 2aa3e4fa5b 取消APP_NAMESPACE常量定义 改为 App::$namespace 调整Build类的module和run方法 增加namespace参数 thinkphp 2016-06-15 22:42:49 +08:00
  • fe8f51dd68 修正Query类的一处bug thinkphp 2016-06-15 19:55:31 +08:00
  • 0563f2b38a Merge branch 'master' of https://github.com/top-think/framework thinkphp 2016-06-15 18:09:30 +08:00
  • f005b77a8f 改进Builder类 thinkphp 2016-06-15 18:08:38 +08:00
  • f416f8ee53 增加 console 命令 在程序内部直接调用 yunwuxin 2016-06-15 17:56:54 +08:00