Go to file
huang b4d28c176d gem 2017-01-11 14:34:09 +08:00
.metadata 删除一些没用的exe文件 2015-03-17 21:13:11 +08:00
app 上线注释掉某些版本 2017-01-11 14:33:16 +08:00
config trustie平台输入版本库地址让其跳入Trustie项目版本库 2017-01-10 14:49:50 +08:00
db sonar echarts 2017-01-11 14:14:18 +08:00
doc git优化上线文档补充 2015-03-18 15:33:09 +08:00
extra first commit 2013-08-01 10:33:49 +08:00
lib Merge branch 'develop' of https://git.trustie.net/jacknudt/trustieforge into develop 2017-01-06 15:06:22 +08:00
plugins git pull后重新commit 2016-07-28 15:11:04 +08:00
public 引入Echarts;柱状图 2017-01-11 09:18:20 +08:00
script 格式上的调整, 现在可以分开写,但发布时打成一个js提高性能 2016-06-14 16:03:10 +08:00
spec 竞赛作品的相关设置 2016-12-30 10:30:21 +08:00
test 竞赛框架搭建 2016-12-22 10:01:37 +08:00
tmp/plugins add expire_helper and change the code way of set cache expire! 2015-01-09 15:28:43 +08:00
.gitignore 忽略oneapm 2016-11-14 17:04:26 +08:00
.rspec 测试去除spork,有条件可以用zeus 2015-05-14 12:44:30 +08:00
Gemfile gem 2017-01-11 14:34:09 +08:00
Guardfile testing doc. 2014-07-23 09:32:41 +08:00
README.rdoc first commit 2013-08-01 10:33:49 +08:00
Rakefile first commit 2013-08-01 10:33:49 +08:00
ReadMe.txt 1、部分代码优化。2、未参加课程或项目的用户个人主页界面不显示对应的tab页 2014-10-17 15:02:09 +08:00
config.ru 新改 2013-08-15 18:50:44 +08:00
show 课程管理中,对课程,班级名称编辑时,字体变灰 2016-07-15 16:14:52 +08:00

ReadMe.txt

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

===================================[2014-04-09]=================================
kw: 域名, 二级域名, subdomain, forge, course, contest
域名跳转forge/course/contest这几个设置在settings.yml中
但是跳转在development模式下会导致无法开发

app/models/setting.rb :165
  # fixed domain url in development. tantantan's bug
  if Rails.env.development?
    methods.map do |m|
      define_singleton_method m do; nil; end if m.to_s =~ /([a-zA-Z]+_domain)$/
    end
  end
  程序部分链接中制定了subdomain参数使链接在二级域名中来回跳转。
  为了开发方便使之功能在development模式下失效。 


===================================[2014-04-09]=================================
kw: 菜单, 导航栏, layout
网页上方的导航条没有用Redmine::MenuManager
MenuManager的样式无法定制菜单显示条件if中的proc执行行为没有了解

#导航栏匹配域名显示和改变
app\helper\application_helper.rb
render_dynamic_nav 方法中利用变量可以设置在layout中具体显示哪些条目

app\views\layouts\_base_header.html.erb
需要显示的条目由具体的实例变量设置在各个layout中


===================================[2014-04-09]=================================
kw: home_path, 首页, 跳转, 二级域名, welcome
#首页根据域名匹配进入不同的页面
app\controller\welcome_controller.rb
#entry_select 放射设置二级域名所显示的首页



===================================[2014-06-06]=================================
kw: user_scores
user_scores表结构有问题需要运行
bundle exec rake db:migrate:down VERSION=20140410021724
bundle exec rake db:migrate:up VERSION=20140410021724



===================================[2014-07-08]=================================
kw: CKEditor, 富文本, 编辑器
CKEditor插件加载方法
1.把插件文件夹拷入plugins文件夹确保文件夹名为redmine_ckeditor
2.运行 bundle install --without development test
3.运行 rake redmine:plugins:migrate RAILS_ENV=production
4.启动服务器
5.配置CKEditor插件(Administration > Plugins > Configure)
6.把文本格式 (Administration > Settings > General > Text formatting)改为CKEditor
注意一定要先配置CKEditor插件再见文本格式更改不然数据库不会生成对应记录会报错。。



===================================[2014-07-19]=================================
kw: 首页, 定制, forge, course, contest, 排序
若遇到首页定制报错问题请尝试如下操作
如果运行迁移文件有报错与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
===================================[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

=================================[2014-07-19]=====================================
kw: Mysql2::Error,存储过程,CALL sp_project_status_cursor();
bundle exec rake db:migrate:down version=20130828004955
bundle exec rake db:migrate:up version=20130828004955

=================================[2014-08-13]====================================
kw:配置支持的图片格式
默认支持如下格式:"bmp,jpeg,jpg,png,gif"
可在configuration.yml中修改格式pic_types: "bmp,jpeg,jpg,png,gif"(注意pic_types若前面有#号需去掉)
配置完成后重启服务

=================================[2014-08-16]====================================
kw:数据迁移project_scores表已存在
bundle exec rake db:migrate:down VERSION=20140811022947
bundle exec rake db:migrate:up VERSION=20140811022947
bundle exec rake db:migrate
bundle exec rake project_score:calculate
=================================[2014-10-17]====================================
kw:数据迁移web_footer_oranizers表已存在
bundle exec rake db:migrate:down VERSION=20141013014908
bundle exec rake db:migrate:up VERSION=20141013014908
bundle exec rake db:migrate
kw:数据迁移web_footer_companies表已存在
bundle exec rake db:migrate:down VERSION=20141013023400
bundle exec rake db:migrate:up VERSION=20141013023400
bundle exec rake db:migrate