大小写问题
\Application\Cms\View\Admin\Builder\list.html 中 ./Application/Common/builder/listbuilder.html 改为 ./Application/Common/Builder/listbuilder.html 2016年3月19日17:54:37
\Application\Cms\View\Admin\Builder\form.html 中 Admin/builder/tree 改为 Admin/Builder/tree 2016年3月21日21:19:23
\Application\Cms\Admin\CategoryAdmin.class.php 中 ->setTemplate('builder/form') 改为 ->setTemplate('Builder/form') 2016年3月22日20:34:49
字符问题
\Application\Cms\TagLib\Cms.class.php 中 _new_list 函数 D("Cms/Index')->getNewList 改为 D("Cms/Index")->getNewList 2016年3月19日17:54:45
版权相关
注释检查更新js代码 (121 - 136) \Application\Admin\View\Public\js\admin.js 注释html部分代码 (284 - 289) \Application\Admin\View\Index\index.html
BUG
后台面包屑带get参数的URL中无效(81 - 82) \Application\Admin\Model\ModuleModel.class.php 解决方法
//$config_url = U($val['url']);
//$current_url = U(MODULE_NAME.'/'.CONTROLLER_NAME.'/'.ACTION_NAME);
$config_url = $val['url'];
$current_url = MODULE_NAME.'/'.CONTROLLER_NAME.'/'.ACTION_NAME;
if (strtolower($config_url) === strtolower($current_url)) {
$result = $val;
}