z9hang
|
045a09e2ed
|
添加贴吧资源下载权限控制
|
2014-09-28 11:31:12 +08:00 |
sw
|
27ad49282c
|
控制层增加退出项目的限制
|
2014-09-27 16:43:07 +08:00 |
alan
|
8d657fd0af
|
修复bug:
1,竞赛通知,点击取消也能成功添加
2, “删除”二字竖的排列
3, 编辑竞赛显示为“新闻”
Signed-off-by: alan <547533434@qq.com>
|
2014-09-24 14:47:53 +08:00 |
z9hang
|
97156f0de1
|
enable_module表被还原问题,原因课程新建失败时,@course对象未保存故其id为null,却做了删除操作级联删除enable_module表时sql语句就成了DELETE FROM `enabled_modules` WHERE `enabled_modules`.`course_id` IS NULL 而这刚好对应了所有项目数据。解决办法:去掉删除课程语句,未保存成功时不需删除
|
2014-09-23 14:46:19 +08:00 |
z9hang
|
64107ca5cc
|
#1279 主页--“我要提问”/“我要反馈” 置所有条件为空,点击发布按钮,未给出类似于“主题/内容不能为空字符”的提示信息,给出错误信息后跳转错误,修正,将两个按钮并排
|
2014-09-19 15:43:25 +08:00 |
z9hang
|
ee00d7d20a
|
贴吧资源下载开放,判断贴吧资源修改为根据资源的container_type是否为‘Memo’判断
|
2014-09-17 15:58:57 +08:00 |
alan
|
02470491bd
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
app/views/contests/index.html.erb
|
2014-09-17 15:33:47 +08:00 |
alan
|
0e07bed1ad
|
将contest 中的中文转换成zh.yml中的标签
Signed-off-by: alan <547533434@qq.com>
|
2014-09-17 14:58:13 +08:00 |
sw
|
98b6be61ba
|
1.修复回复贴吧信息错误后错误信息不及时清除的BUG
2.修复课程讨论区新建帖子跳转页面为回复的BUG
3.修复新建作业后报错的BUg
解决方案:路由错误
|
2014-09-17 12:31:53 +08:00 |
sw
|
7c97c0391b
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-09-16 15:38:49 +08:00 |
sw
|
51a783c9a9
|
1.修改竞赛首页通知公告
2.调整竞赛首页页面布局
解决方案:查找系统中最新的最多5条通知公告,显示在首页,用户可以点击相应公告进入公告详细信息页面
|
2014-09-16 15:38:21 +08:00 |
linhk
|
111e5bea7c
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-09-16 14:09:22 +08:00 |
linhk
|
aabd183299
|
注册界面姓氏文本框内容修改
|
2014-09-16 14:08:44 +08:00 |
z9hang
|
943f428aad
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-09-16 14:07:30 +08:00 |
z9hang
|
bce403f624
|
#1242 点击项目得分在弹出的框中点击各项目得分明细反应慢。原因需要向服务器请求数据。解决:使用js在客户端处理各链接,不在向服务器发送请求
|
2014-09-16 14:06:49 +08:00 |
linhk
|
185bbf3cf7
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-09-16 11:42:06 +08:00 |
linhk
|
56c31d6e2f
|
解决版本库网页标题Bug
|
2014-09-16 11:41:49 +08:00 |
z9hang
|
8cc14546f8
|
公共贴吧附件资源修改为未登录也可以下载,项目列表私有标签错误
|
2014-09-16 10:27:20 +08:00 |
z9hang
|
489f998530
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-09-16 09:23:08 +08:00 |
z9hang
|
ffa4ec193e
|
缺陷描述修改后查看细节页面导航栏丢失,原因:为添加layout,解决:加上layout
|
2014-09-16 09:22:27 +08:00 |
linhk
|
3ef05e64b8
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
app/views/welcome/index.html.erb
|
2014-09-16 08:59:26 +08:00 |
z9hang
|
3dca2185be
|
通知通告详情页面导航栏丢失。原因未添加layout,解决:加上layout
|
2014-09-16 08:56:45 +08:00 |
linhk
|
c55c6156d8
|
修改资料无效的用户昵称导航栏显示问题修复
|
2014-09-15 17:32:46 +08:00 |
alan
|
8c19ec8aa0
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
app/helpers/projects_helper.rb
app/views/contest_notification/show.html.erb
Signed-off-by: alan <547533434@qq.com>
|
2014-09-15 10:58:14 +08:00 |
z9hang
|
444b15a5fd
|
作业打包下载报uninitialized constant ZipdownController::Zip错误问题,解决办法添加require 'zip'
|
2014-09-13 14:56:23 +08:00 |
sw
|
05f1df1922
|
优化代码
|
2014-09-12 14:31:42 +08:00 |
sw
|
ff11e4b323
|
修复老师角色打包下载所有作业当作业没有附件时报错的BUG
解决方法:页面跳转错误
|
2014-09-12 14:24:21 +08:00 |
z9hang
|
d1a84305da
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-09-11 17:31:44 +08:00 |
z9hang
|
6180943f72
|
空数据库时创建项目报错问题,原redmine的项目按字母排序功能导致,现在项目没有按字母排序,故将之注释掉
|
2014-09-11 17:26:17 +08:00 |
sw
|
f70edc1a0b
|
修复老师角色在没有任何附件情况下点击打包下载报500错误的BUG #1209
解决方案:增加判断是否有一个以上附件,当没有任何附件时,跳转到相应页面,提示用户没有任何文件可以下载
|
2014-09-10 14:38:11 +08:00 |
alan
|
70b079041c
|
修改contests_controller.rb,contest.rb, contest_project.rb,contests_helper.rb,
attachments_helper.rb, application_helper.rb.
主要修改内容: 书写规范, for循环用 each 代替, if 语句的合并, unless 转换成if,
函数名称拼写错误。
Signed-off-by: alan <547533434@qq.com>
|
2014-09-10 11:36:50 +08:00 |
sw
|
dec8b70895
|
修复老师角色在没有任何附件情况下点击打包下载报500错误的BUG #1209
解决方案:增加判断是否有一个以上附件,当没有任何附件时,提示用户没有任何文件可以下载
|
2014-09-10 11:14:38 +08:00 |
z9hang
|
c9f6259587
|
空数据库时部分数据没有,添加非空判断
|
2014-09-09 11:58:35 +08:00 |
z9hang
|
a3aa2b0c2b
|
#1087 项目--配置--版本:新建版本跳转问题及相关显示问题 名字过长时提交返回失败信息,第二次正确填写名称提交成功,但页面跳转错误问题:原因:提交成功后他用的是返回上一个页面或默认页面,第二次提交返回到上一个页面依然是新建版本的页面,修改为提交成功则指定跳到项目配置的版本配置页面。两个换行问题,添加换行的css属性
|
2014-09-04 15:32:31 +08:00 |
z9hang
|
05083fa679
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-09-04 09:46:47 +08:00 |
z9hang
|
ae40e1341a
|
#1136 代码过长,换行处理
|
2014-09-03 17:17:45 +08:00 |
z9hang
|
c2020a9535
|
#1097 讨论区的回帖引用解析和缺陷等模块一致 解决:修改课程、项目讨论区引用的解析方式与缺陷一致由使用<blockquote>改回至“> >”,以上为两种不同编辑器的解析方式
|
2014-09-03 16:13:50 +08:00 |
z9hang
|
4c58b6a50c
|
1、项目版本库中查看修订导航栏丢失,原因未指定layout,解决:指定laout。2、项目版本库操作中有两页面存在英文的ok按钮,将其通过国际化改为中文
|
2014-09-02 11:02:16 +08:00 |
z9hang
|
a97511750c
|
删除项目页面导航栏丢失:原因layout指定错误,解决方法:修正
|
2014-09-02 10:42:04 +08:00 |
sw
|
b49e76bf79
|
Merge branch 'xiaoguang-contest' into szzh
Conflicts:
app/views/softapplications/show.html.erb
app/views/welcome/contest.html.erb
|
2014-09-02 09:28:51 +08:00 |
z9hang
|
e0cdcc0211
|
课程讨论区发帖,添加附件,admin帐户删除附件报错,原因:判断attachment的containers是否为课程的时候少判断了课程讨论区的附件这种情况,解决:加上该判断。问题2 #1002 forge网站的主页项目列表登录前和登陆后,显示的不一样。 解决方法:项目列表、课程列表中的私有项目、私有课程添加私有标志
|
2014-09-01 15:24:48 +08:00 |
nwb
|
dec77da33c
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-29 15:28:45 +08:00 |
nwb
|
c8e895ec74
|
优化用户头像逻辑
|
2014-08-29 15:28:32 +08:00 |
sw
|
b50dac6a36
|
修复项目资源排序无效的BUG
|
2014-08-29 10:17:31 +08:00 |
nwb
|
bdeb2e5947
|
启用项目的wiki编辑动态
|
2014-08-28 14:02:14 +08:00 |
nwb
|
19be668221
|
1.修正RImagic保存gif格式图片问题
2.修正课程动态显示问题
|
2014-08-28 11:52:02 +08:00 |
sw
|
c7caa08c70
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-28 11:06:42 +08:00 |
sw
|
a77b07a99b
|
修改资源排序
|
2014-08-27 17:53:57 +08:00 |
z9hang
|
060759774b
|
课程、项目中资源切换资源类型时弹出error问题(原因:1.未新建分页对象(从某个类型切回全部),2.资源类型信息丢失)
|
2014-08-27 15:00:26 +08:00 |
z9hang
|
cb8b0e0f41
|
admin页面中问题追踪项相关错误(课程、项目分离此处代码未改导致的问题)、项目列表中项目提交次数改为从数据库中读取(运行bundle exec rake project_score:calculate统计项目提交次数)
|
2014-08-26 16:07:17 +08:00 |
z9hang
|
e63be10680
|
去除显示项目列表的存储过程调用(刷新项目提交次数已移至changeset对象创建之后)
|
2014-08-25 15:18:52 +08:00 |
z9hang
|
74ba4384b1
|
1、去除不用了的旧的积分代码。2、将刷新提交次数功能修改(原来是在显示项目或个人信息的页面之前调用repository.fetch_changesets刷新changeset,修改为创建changeset对象后马上调用repository.fetch_changesets方法刷新changeset对象,注意:尚需测试)
|
2014-08-25 14:47:27 +08:00 |
z9hang
|
ddc8da99e4
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-25 09:16:05 +08:00 |
z9hang
|
d16b54a1ea
|
域名跳转问题、提交代码后版本库不能访问问题
|
2014-08-25 09:15:38 +08:00 |
linhk
|
9f3392eba8
|
删除主留言时确认删除的提示信息
|
2014-08-23 16:41:07 +08:00 |
sw
|
7ec103e135
|
#1457 修复课程开课日期无法修改的BUG
优化选择开课时间代码
|
2014-08-23 09:21:03 +08:00 |
sw
|
4998420410
|
修复修改密码时,错误信息在其他页面会提示的BUG
|
2014-08-22 16:52:47 +08:00 |
sw
|
c6a19209f4
|
修复课程、项目无法上传资源的问题
|
2014-08-22 12:32:16 +08:00 |
z9hang
|
b96a08a200
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-22 11:27:33 +08:00 |
chenmin
|
880f2057ac
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-22 10:41:03 +08:00 |
chenmin
|
9da85bb5a3
|
修复回复和编辑项目帖子时都显示帖子附件的bug;
|
2014-08-22 10:40:43 +08:00 |
zhanghaitao
|
3279fda3e5
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-22 09:38:22 +08:00 |
zhanghaitao
|
b635a6b3c5
|
1.添加工作台分页处理操作
2.分页处理路由函数添加
|
2014-08-22 09:38:07 +08:00 |
z9hang
|
9d23e6a8be
|
添加竞赛通知标题长度限制
|
2014-08-21 17:09:35 +08:00 |
linhk
|
aa4b8c2da9
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-21 16:56:22 +08:00 |
linhk
|
b30bfd073c
|
1
|
2014-08-21 16:55:46 +08:00 |
sw
|
234a781342
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-21 15:41:23 +08:00 |
sw
|
4e49da836e
|
1.课程通知添加、修改填写字段时字段限制实时提示
2.修改通知时填写字段超出限制长度报错的修复
3.注释无效代码
|
2014-08-21 15:40:21 +08:00 |
z9hang
|
644cfe6c21
|
项目成员列表按得分排序
|
2014-08-21 15:22:29 +08:00 |
z9hang
|
9ae553bace
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-21 14:57:05 +08:00 |
sw
|
16d86a1fbd
|
课程、项目模块增加分页功能
|
2014-08-21 10:37:53 +08:00 |
sw
|
8932633b23
|
Merge remote-tracking branch 'origin/szzh' into szzh
|
2014-08-21 09:56:14 +08:00 |
linhk
|
66dfa1ce4f
|
解决删除项目主留言分页Url错误和页数错误的Bug
|
2014-08-21 08:58:48 +08:00 |
chenmin
|
86e377a228
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-20 11:40:14 +08:00 |
chenmin
|
73537a30cb
|
修复资源上传人不能下载项目讨论区非公开资源的问题
|
2014-08-20 11:39:41 +08:00 |
linhk
|
507235cd69
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-20 10:51:08 +08:00 |
linhk
|
4c57136a1d
|
项目留言删除功能
|
2014-08-20 10:50:29 +08:00 |
sw
|
f396a45e1f
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-20 10:47:42 +08:00 |
sw
|
fae3c45920
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-20 10:46:50 +08:00 |
chenmin
|
80bd535b4f
|
课程讨论区回复帖子的内容增加删除附件功能;
增加可以编辑自己回复内容的功能;
|
2014-08-20 09:30:26 +08:00 |
z9hang
|
1e234a9adf
|
优化积分计算速度问题
|
2014-08-19 17:03:26 +08:00 |
sw
|
5fb1b220e5
|
#1369 修复查看作业列表错误的BUG
|
2014-08-18 16:46:34 +08:00 |
sw
|
1cd00f55fb
|
Merge remote-tracking branch 'origin/szzh' into szzh
|
2014-08-18 10:14:29 +08:00 |
hhuai
|
8b121c3e50
|
fixed issue #998, 主页的通知公告区域显示优化
|
2014-08-17 20:56:58 +08:00 |
z9hang
|
378c06379e
|
项目文档得分计算错误问题
|
2014-08-16 16:28:35 +08:00 |
sw
|
2b12654796
|
Merge branch 'szzh' into develop
|
2014-08-16 13:33:07 +08:00 |
z9hang
|
746022506d
|
用户列表排序问题、项目得分不一致问题
|
2014-08-15 17:43:10 +08:00 |
z9hang
|
2b6a376d31
|
修复数据库为初始状态时会出现的部分bug、去除部分连接的域名
|
2014-08-15 14:30:01 +08:00 |
z9hang
|
7b14be7310
|
错误提示页面导航栏丢失问题、新建问题跟踪red_project_scores问题
|
2014-08-15 08:54:19 +08:00 |
sw
|
46ba7f6a7b
|
Merge branch 'szzh' into develop
|
2014-08-14 15:55:43 +08:00 |
zhanghaitao
|
88aa66b15b
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-13 15:38:20 +08:00 |
zhanghaitao
|
4934c8c801
|
# 页面返回异常处理
|
2014-08-13 15:37:28 +08:00 |
z9hang
|
56aa2fb8dc
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
db/schema.rb
|
2014-08-13 11:21:37 +08:00 |
z9hang
|
caed78327a
|
积分计算修改
|
2014-08-13 11:17:22 +08:00 |
sw
|
ea0b7ef3f1
|
Merge branch 'szzh' into develop
|
2014-08-08 16:42:41 +08:00 |
linhk
|
044bba4d0d
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-08 16:44:00 +08:00 |
linhk
|
0028c11426
|
退出项目功能
|
2014-08-08 16:43:34 +08:00 |
z9hang
|
87f6f81279
|
Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
|
2014-08-08 15:09:48 +08:00 |
z9hang
|
f8c6b66119
|
修改密码处导航丢失问题
|
2014-08-08 15:09:32 +08:00 |
z9hang
|
683cd9f918
|
个人积分修改
|
2014-08-08 13:47:02 +08:00 |