Commit Graph

1385 Commits

Author SHA1 Message Date
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
linhk 387d482059 解决用户注册无地区、身份可注册成功 2014-08-07 15:58:00 +08:00
sw 08821b9391 Merge branch 'szzh' into develop 2014-08-07 14:03:06 +08:00
linhk b545c5034d Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	config/locales/en.yml
2014-08-07 12:02:55 +08:00
z9hang 96fa28f70d Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-07 11:36:08 +08:00
sw b0b3f257a4 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-07 11:31:39 +08:00
z9hang 56a06c4a04 修复git说明页面导航丢失问题
修改个人得分
2014-08-07 11:28:58 +08:00
z9hang eacc0fdf53 修复编辑作业提交时的bug
修改个人得分
2014-08-07 10:45:56 +08:00
sw 34af8053cc Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-07 09:23:28 +08:00
z9hang c6271e2aa9 修复由项目积分改动引起的一个页面无法查看bug、添加项目得分统计任务 2014-08-06 16:02:26 +08:00
sw a4199e4c54 修改错误代码 2014-08-06 15:39:06 +08:00
z9hang 0eca547ec5 修复两个导航栏丢失问题、版本库=》查看差别,没有对应的文件或修订版本时报错问题 2014-08-06 15:03:43 +08:00
linhk 23c9d5381e 注册界面失败填写信息继续保留
修改注册见面企业提交失败姓、名内容错误Bug
2014-08-06 14:41:22 +08:00
z9hang 05186c8590 项目积分存数据库
有项目积分引起的系列bug
2014-08-06 11:46:38 +08:00
z9hang 1ca6447478 修复项目缺陷、新闻、讨论区等页面无法查看bug 2014-08-05 17:31:05 +08:00
z9hang b4be18ab9d Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	app/controllers/files_controller.rb
2014-08-05 16:41:23 +08:00
z9hang 7907edf168 更新项目得分规则
调整项目列表显示样式
2014-08-05 16:39:33 +08:00
sw c155ebdfd7 Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-05 15:38:01 +08:00
chenmin fbe3e535b4 修复课程资源排序bug
修复课程动态时间段约束bug
2014-08-05 15:23:01 +08:00
linhk 3862f857f7 解决当帖子回复条件为空排列次序错误 2014-08-05 14:02:39 +08:00
chenmin 8b217735c3 1029 修复部分课程资源排序不可用问题 2014-08-05 12:00:39 +08:00
z9hang 2c77d1b4cf 访问资源库问题 2014-08-05 11:10:41 +08:00
z9hang 426ea23d6e 回复帖子内容为空时报错问题 2014-08-04 17:30:29 +08:00
sw 9cb026ed39 增加竞赛删除评论的功能 2014-08-04 15:01:39 +08:00
z9hang 80b2a2dc45 修正公共贴吧新建帖子问题
修正课程列表错误
2014-08-04 12:23:20 +08:00
sw c5a7497910 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-01 17:36:50 +08:00
z9hang acb41158e7 错误提示页面导航栏添加
登陆时自动忽略登陆名前后空格
2014-08-01 16:01:16 +08:00
z9hang 0d46c63c54 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-01 14:55:55 +08:00
sw 9e5f7e6fc6 取消主页加入课程链接 2014-08-01 14:36:41 +08:00
z9hang 2ad51d7afe 修改引用的留言为不能修改 2014-08-01 14:08:38 +08:00
sw d66dc65cca Merge branch 'szzh' into develop 2014-07-31 17:27:01 +08:00
sw d5ac443f90 修复竞赛列表搜索结果不正确的BUG 2014-07-31 17:02:30 +08:00
sw 8b80d99a70 修复资源标记搜索不正确的BUG issues#1089 2014-07-31 14:39:18 +08:00
z9hang 27feeee03f Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-31 10:21:33 +08:00
z9hang 8a9e2b47ad 调用存储过程刷新项目提交次数 2014-07-31 10:21:11 +08:00
sw a3cbcdad51 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	db/schema.rb
2014-07-31 10:13:51 +08:00
sw 31e8ad98ae 1.修复竞赛作品每次修改之后,都会吧图片清空的BUG
2.修改删除竞赛作品图片功能
2014-07-30 15:48:13 +08:00
z9hang 4dc2a23f9d Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-30 15:31:23 +08:00
z9hang 03b212e363 首页定制,是否显示课程,竞赛 2014-07-30 15:26:55 +08:00
yanxd 281c48c0b3 . 2014-07-30 10:18:49 +08:00
z9hang 5800cf5fff 修正登陆错误 2014-07-30 08:58:28 +08:00
z9hang 952fcce0de Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-29 18:04:45 +08:00
z9hang c60188038e 得分机制修改 2014-07-29 18:04:35 +08:00
sw 28606f030d 修复搜索参赛作品结果翻页跳转不正确的BUG 2014-07-29 17:55:14 +08:00
sw c4aa9aadbe Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-29 17:47:37 +08:00
sw 3119d9a9aa 增加竞赛作品的搜索功能 2014-07-29 17:35:22 +08:00
nwb 81b77bc870 文件删除修改 2014-07-29 16:14:49 +08:00
sw e7503237f1 Merge remote-tracking branch 'origin/szzh' into szzh 2014-07-29 11:16:14 +08:00
z9hang d8fcf8eb9b Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-29 10:07:02 +08:00
sw 52dcc6d1a1 讨论区帖子添加回复时,取消修改帖子的更新时间。项目最新动态只显示最新的回复,不将帖子创建重复显示 2014-07-29 09:16:11 +08:00
sw e344f16f5c Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-28 17:50:13 +08:00
sw 2141fcc3ca 将是否启用DTS测试移入项目模块配置 2014-07-28 17:49:28 +08:00
nwb 9da116c0e3 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-28 17:14:20 +08:00
nwb cb4efd914e 修正项目文档删除BUG 2014-07-28 17:14:02 +08:00
yanxd bf9a992399 活跃度排序不一致 2014-07-28 15:37:26 +08:00
z9hang 90a35fa24a 竞赛、课程首页,贴吧动态名字过长显示问题
课程、项目编辑贴子导航丢失问题
2014-07-28 15:06:54 +08:00
nwb 2c79a51e48 优化文件读取编码解析 2014-07-28 14:43:38 +08:00
nwb 74de064cca 1.文件删除权限判断优化
2.课程通知附件删除BUG修改
2014-07-28 11:29:55 +08:00
z9hang 1daec14ab5 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	db/schema.rb
2014-07-28 10:38:23 +08:00
z9hang 8871652e01 添加首页定制,设置是否显示"我的课程"功能 2014-07-28 10:37:22 +08:00
yanxd 979d6dd067 dts_test. controller ===> model 2014-07-28 09:22:52 +08:00
nwb f052d0d461 Merge remote-tracking branch 'remotes/origin/szzh' into develop 2014-07-25 17:37:07 +08:00
z9hang a1e06991d5 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-25 17:36:11 +08:00
z9hang 97531960da 首页定制添加剂修改图片大小功能 2014-07-25 16:05:33 +08:00
nwb c0ac9924e7 Merge remote-tracking branch 'remotes/origin/szzh' into develop 2014-07-25 15:09:56 +08:00
nwb 2a4daf04f9 删除资源文件修改 2014-07-25 15:09:29 +08:00
nwb 1257e67380 Merge remote-tracking branch 'remotes/origin/szzh' into develop 2014-07-25 14:06:59 +08:00
nwb 735d7f2c1f 文件下载权限判断优化 2014-07-25 14:05:25 +08:00
z9hang 5a0d76c1e0 竞赛通知发布完成 2014-07-25 11:51:52 +08:00
z9hang 673ffb1819 提交次数刷新问题 2014-07-25 11:31:16 +08:00
nwb 2bfc7aa93f Merge remote-tracking branch 'remotes/origin/szzh' into develop 2014-07-25 11:12:08 +08:00
z9hang 42f0c49093 作业打包下载错误提示页无导航问题 2014-07-25 11:08:16 +08:00
z9hang 7eb1a76734 修改编辑贴吧无导航栏、提交失败无提示bug 2014-07-25 10:42:56 +08:00
z9hang 3b54def1c7 首页定制修改 2014-07-25 10:01:02 +08:00
z9hang 6ad3a1128e Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-25 09:19:47 +08:00
z9hang f83336aed0 修改首页定制中热门项目排序方式的实现 2014-07-25 09:19:29 +08:00
yanxd 6a14676248 remove pry 2014-07-24 17:24:30 +08:00
yanxd 1755d7a790 issues controller & unit testing, word log print. 2014-07-24 17:23:46 +08:00
nwb 8b0b31f749 附件下载更新 2014-07-24 11:20:33 +08:00
z9hang 80b5871756 竞赛首页定制中添加编辑通知通告的编辑框并存入数据库
添加新的表记录个人得分相关细节,及各种得分更新方法
2014-07-23 17:56:15 +08:00
z9hang fb6cd2e9d8 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-23 09:25:17 +08:00
z9hang 0b6168c7fd 添加竞赛首页发布通知通告相关代码
项目个人得分去除小数点
2014-07-23 09:24:26 +08:00
nwb 0a06e2033f Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-23 08:43:36 +08:00
nwb 5d22bc5510 文件上传修改 2014-07-23 08:43:23 +08:00
yanxd ee95d9b115 user_activity page 2014-07-22 17:57:11 +08:00
yanxd 18d096f0d8 删除项目,竞赛表project_id会置空,projecting_softapplications模型不知道干嘛用,此表也不存在 2014-07-22 17:40:32 +08:00
yanxd cccbd941ce 用户删除,管理界面用户去排序,删除后跳转,去无效参数 2014-07-22 17:17:42 +08:00
nwb f22a39fbfa Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-22 16:56:34 +08:00
nwb a5d829b95e 1.优化课程通知模块
2.优化文件上传
2014-07-22 16:49:32 +08:00
z9hang 41ea3a1baf Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-22 16:00:11 +08:00
z9hang dee09aad75 修复导航bug 2014-07-22 15:59:35 +08:00
sw 47ae398748 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-22 13:49:25 +08:00
sw de17a84061 增加异常捕获,当作业未找到相应文件时,跳到文件未找到页面(不报500错误) 2014-07-22 13:48:30 +08:00
nwb 42c2f6c2ee 更改项目文档按作者排序 2014-07-22 13:47:05 +08:00
nwb 3ba8ba010d Merge remote-tracking branch 'remotes/origin/szzh' into develop 2014-07-22 10:52:21 +08:00
sw d9b9b2152f 增加教师功能用户打包下载所有作业的功能 2014-07-22 09:56:29 +08:00
nwb 68be9c25b8 Merge remote-tracking branch 'remotes/origin/szzh' into develop
Conflicts:
	app/views/welcome/contest.html.erb
2014-07-22 09:52:16 +08:00
sw 58c3e98a21 Merge remote-tracking branch 'origin/szzh' into szzh 2014-07-22 09:44:24 +08:00
sw ab55043880 修复当作业附件列表为空时,点击打包下载会报500错的BUG 2014-07-22 09:42:41 +08:00
nwb 5954ba1788 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-22 09:32:54 +08:00
nwb cf11cac0ad 项目文档权限判断优化 2014-07-22 09:32:46 +08:00
yanxd edee2b2327 删掉welcome没用的方法 2014-07-22 09:17:21 +08:00
nwb 67dfd72845 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-22 09:15:28 +08:00
nwb 518edeac68 项目文档浏览BUG修改 2014-07-22 09:15:19 +08:00
z9hang 513fd32ec5 修复查看个人动态无权限bug 2014-07-22 09:11:37 +08:00
z9hang 221aef4a7f Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-22 08:53:24 +08:00
z9hang 3e79dd6e32 竞赛通知鼠标悬停
导航丢失问题
2014-07-22 08:53:14 +08:00
nwb b49344107c 用户动态权限判定修改 2014-07-22 08:51:35 +08:00
nwb 79eac39dc2 Merge remote-tracking branch 'remotes/origin/szzh' into develop 2014-07-21 17:50:51 +08:00
sw 6e954d314f Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-21 17:45:01 +08:00
nwb 774eed0dbf 优化公开资源的下载权限判断 2014-07-21 17:29:30 +08:00
sw b1251db30c 1.修改竞赛作品时增加作品类别下拉框选择
2.修改竞赛作品时增加获取选择其他时作品类别
2014-07-21 17:23:45 +08:00
sw c8aaa2776c 1.作品类别增加其他选项,当用户选择其他时,显示一编辑框用于用户输入其作品所属类别
2.添加竞赛支持自定义类别
2014-07-21 16:59:00 +08:00
yanxd fb138d1593 remove user_activities path, 3path bug. 2014-07-21 16:41:11 +08:00
nwb 222959d1da Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-21 16:19:54 +08:00
nwb 27fda1f938 竞赛首页修改 2014-07-21 16:19:45 +08:00
yanxd 472b61fefe 删除了不能通过的测试,修改user_activities。所有原路由测试可以通过。 2014-07-21 15:49:23 +08:00
nwb aea41ba997 修改竞赛首页搜索功能 2014-07-21 15:45:00 +08:00
nwb 5adac1a32a 课程讨论区回复内容为空时提示 2014-07-21 15:15:10 +08:00
nwb 35ab3a2c7d Merge remote-tracking branch 'remotes/origin/szzh' into develop 2014-07-21 13:53:45 +08:00
nwb ec71e8eeeb Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-21 13:37:48 +08:00
nwb c7f80effb7 修正课程讨论区删除帖子BUG 2014-07-21 13:37:36 +08:00
z9hang 5e4571d6af 修复部分页面导航丢失问题 2014-07-21 11:14:17 +08:00
nwb f20f0aaa45 Merge remote-tracking branch 'remotes/origin/szzh' into develop 2014-07-19 11:11:58 +08:00
z9hang 4bd083b059 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	app/views/users/show.html.erb
2014-07-18 16:56:00 +08:00
z9hang bd43ef5d61 网站两边空白颜色调整、网站导航栏调整、admin账户新建用户bug修复 2014-07-18 16:39:39 +08:00
nwb b655f0c7b0 Merge remote-tracking branch 'remotes/origin/szzh' into develop 2014-07-18 13:50:30 +08:00
nwb 7898bc1dd7 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-18 11:25:16 +08:00
nwb 046142f437 优化students_for_courses表相关逻辑 2014-07-18 11:25:04 +08:00
yanxd df848ca756 print tag exception, course name valid test. 2014-07-18 11:08:36 +08:00
nwb b7c4f87a8f Merge remote-tracking branch 'remotes/origin/szzh' into develop
Conflicts:
	app/views/welcome/index.html.erb
2014-07-18 09:57:47 +08:00
nwb ed00adb3ba 优化下载权限判断 2014-07-17 17:06:54 +08:00
nwb f4d6696d2e 优化资源搜索界面 2014-07-17 16:06:10 +08:00
nwb 615b3ac2ac 课程界面调整 2014-07-17 14:32:07 +08:00
nwb 6a65b2a84b 去掉测试代码 2014-07-17 10:52:01 +08:00
nwb 0dc2466539 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-17 09:55:52 +08:00
nwb b60a0ddf59 1.添加给gitlab项目新增用户及赋权限接口
2.添加给gitlab项目删除用户接口
2014-07-17 09:55:40 +08:00
yanxd 12fb6bf5ca . 2014-07-17 09:52:56 +08:00
nwb 3d8571b59e 1.实现新增gitlab用户接口
2.实现删除gitlab用户接口
2014-07-16 16:50:28 +08:00
nwb 1f5d792783 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-16 15:52:52 +08:00
nwb 6dcc50e60b 添加gitlab创建项目(版本库)接口 2014-07-16 15:52:41 +08:00
z9hang 2cab9f7895 热门项目排序添加空值判断,默认按活跃度排序 2014-07-16 15:24:56 +08:00
z9hang ab05bf6f36 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-16 15:16:20 +08:00
z9hang 494d3af9a4 修复贴吧分页问题 2014-07-16 15:16:10 +08:00
nwb 36ab954cf9 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	db/schema.rb
2014-07-16 15:05:57 +08:00
nwb 297fe9a3f4 添加gitlab远程登录接口 2014-07-16 15:05:16 +08:00
z9hang d9e04bab0a Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-16 14:22:37 +08:00
z9hang cc4bf3b328 添加超级管理员控制首页热门项目排序问题 2014-07-16 14:22:12 +08:00
sw 4825c5287e Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-07-16 10:15:43 +08:00
nwb 13a3725b06 BUG修改 2014-07-16 09:28:12 +08:00
z9hang 53ff6ea335 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	db/schema.rb
2014-07-15 16:16:13 +08:00
z9hang 6a45a0287d 添加删除图片功能,修复用户修改资料界面form.quene undefine的js错误(导致加载中不消失的原因) 2014-07-15 16:13:50 +08:00
sw 121ffa0342 修改缺陷时增加跟踪者的删除和增加功能 2014-07-15 15:09:52 +08:00
sw b142953a4b 1.创建项目增加功能:是否启动DTS测试,默认为不启用。根据用户选择,决定左侧DTS测试工具选项是否在该项目内显示 2014-07-15 10:28:49 +08:00
sw 61ba2c47ee 1.修改历史数据中作业为项目时作业显示列表未改变的问题
2.修改作业列表关联项目过长,增加省略号显示和鼠标移动到相应位置的气泡显示
2014-07-15 09:43:13 +08:00
sw 8f8fb79a63 1.软件创客搜索功能修改表单提交为在js中提交
2.增加判断搜索条件是不是为空
2014-07-14 16:29:59 +08:00
z9hang cf339edb6c 添加首页定制的非空验证,长度验证 2014-07-14 16:12:58 +08:00
nwb 2a1a051362 课程资源文件密级BUG修正 2014-07-14 15:15:28 +08:00