更新readme

This commit is contained in:
z9hang 2014-07-31 09:08:47 +08:00
parent 290d9b1973
commit 321712bd94
1 changed files with 72 additions and 65 deletions

View File

@ -1,7 +1,7 @@
===================================[2014-04-09]================================= ===================================[2014-04-09]=================================
kw: 域名, 二级域名, subdomain, forge, course, contest kw: 域名, 二级域名, subdomain, forge, course, contest
域名跳转forge/course/contest这几个设置在settings.yml中 域名跳转forge/course/contest这几个设置在settings.yml中
但是跳转在development模式下会导致无法开发 但是跳转在development模式下会导致无法开发
app/models/setting.rb :165 app/models/setting.rb :165
# fixed domain url in development. tantantan's bug # fixed domain url in development. tantantan's bug
@ -10,56 +10,63 @@ app/models/setting.rb :165
define_singleton_method m do; nil; end if m.to_s =~ /([a-zA-Z]+_domain)$/ define_singleton_method m do; nil; end if m.to_s =~ /([a-zA-Z]+_domain)$/
end end
end end
程序部分链接中制定了subdomain参数使链接在二级域名中来回跳转。 程序部分链接中制定了subdomain参数使链接在二级域名中来回跳转。
为了开发方便使之功能在development模式下失效。 为了开发方便使之功能在development模式下失效。
===================================[2014-04-09]================================= ===================================[2014-04-09]=================================
kw: 菜单, 导航栏, layout kw: 菜单, 导航栏, layout
网页上方的导航条没有用Redmine::MenuManager 网页上方的导航条没有用Redmine::MenuManager
MenuManager的样式无法定制菜单显示条件if中的proc执行行为没有了解 MenuManager的样式无法定制菜单显示条件if中的proc执行行为没有了解
#导航栏匹配域名显示和改变 #导航栏匹配域名显示和改变
app\helper\application_helper.rb app\helper\application_helper.rb
render_dynamic_nav 方法中利用变量可以设置在layout中具体显示哪些条目 render_dynamic_nav 方法中利用变量可以设置在layout中具体显示哪些条目
app\views\layouts\_base_header.html.erb app\views\layouts\_base_header.html.erb
需要显示的条目由具体的实例变量设置在各个layout中 需要显示的条目由具体的实例变量设置在各个layout中
===================================[2014-04-09]================================= ===================================[2014-04-09]=================================
kw: home_path, 首页, 跳转, 二级域名, welcome kw: home_path, 首页, 跳转, 二级域名, welcome
#首页根据域名匹配进入不同的页面 #首页根据域名匹配进入不同的页面
app\controller\welcome_controller.rb app\controller\welcome_controller.rb
#entry_select 放射设置二级域名所显示的首页 #entry_select 放射设置二级域名所显示的首页
===================================[2014-06-06]================================= ===================================[2014-06-06]=================================
kw: user_scores kw: user_scores
user_scores表结构有问题需要运行 user_scores表结构有问题需要运行
bundle exec rake db:migrate:down VERSION=20140410021724 bundle exec rake db:migrate:down VERSION=20140410021724
bundle exec rake db:migrate:up VERSION=20140410021724 bundle exec rake db:migrate:up VERSION=20140410021724
===================================[2014-07-08]================================= ===================================[2014-07-08]=================================
kw: CKEditor, 富文本, 编辑器 kw: CKEditor, 富文本, 编辑器
CKEditor插件加载方法 CKEditor插件加载方法
1.把插件文件夹拷入plugins文件夹确保文件夹名为redmine_ckeditor 1.把插件文件夹拷入plugins文件夹确保文件夹名为redmine_ckeditor
2.运行 bundle install --without development test 2.运行 bundle install --without development test
3.运行 rake redmine:plugins:migrate RAILS_ENV=production 3.运行 rake redmine:plugins:migrate RAILS_ENV=production
4.启动服务器 4.启动服务器
5.配置CKEditor插件(Administration > Plugins > Configure) 5.配置CKEditor插件(Administration > Plugins > Configure)
6.把文本格式 (Administration > Settings > General > Text formatting)改为CKEditor 6.把文本格式 (Administration > Settings > General > Text formatting)改为CKEditor
注意一定要先配置CKEditor插件再见文本格式更改不然数据库不会生成对应记录会报错。。 注意一定要先配置CKEditor插件再见文本格式更改不然数据库不会生成对应记录会报错。。
===================================[2014-07-19]================================= ===================================[2014-07-19]=================================
kw: 首页, 定制, forge, course, contest, 排序 kw: 首页, 定制, forge, course, contest, 排序
若遇到首页定制报错问题请尝试如下操作 若遇到首页定制报错问题请尝试如下操作
如果运行迁移文件有报错与sort_type相关 先运行 bundle exec rake db:migrate:down version=20140716021202 bundle exec rake db:migrate:up version=20140716021202 如果运行迁移文件有报错与sort_type相关
在按如下步骤执行,未报与之相关的则直接按如下步骤执行 先运行 bundle exec rake db:migrate:down version=20140716021202 bundle exec rake db:migrate:up version=20140716021202
1.运行 bundle exec rake db:migrate:down version=20140719080032 在按如下步骤执行,未报与之相关的则直接按如下步骤执行
2.运行 bundle exec rake db:migrate:up version=20140719080032 1.运行 bundle exec rake db:migrate:down version=20140719080032
2.运行 bundle exec rake db:migrate:up version=20140719080032
===================================[2014-07-30]=================================
kw: 首页, 定制, forge, course, contest, 排序image_width
undefined image_width 问题
bundle exec rake db:migrate:down version=20140725062302
bundle exec rake db:migrate:up version=20140725062302