Commit Graph

2642 Commits

Author SHA1 Message Date
sw 6b4e2ae37b 1.修改竞赛作品分类下拉列表选项
2.修改竞赛标题为全部显示
修改思路:更改数据库数据
2014-09-16 09:33: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
linhk 2478cac7d1 项目留言某情况下无确认删除的提示信息修改 2014-09-15 16:55:14 +08:00
linhk a0d90e1697 IE中“资源搜索”页面样式调整 2014-09-15 16:33:40 +08:00
linhk 879e93beb9 项目、竞赛、课程首页的微信部分样式修改并添加js跟随滚动处理 2014-09-15 16:04:06 +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
alan 5e92e11561 修改bug《用户没有登陆随便参加竞赛》
Signed-off-by: alan <547533434@qq.com>
2014-09-15 10:41:15 +08:00
sw 04b0f77532 修改帖子详细信息页面,贴吧描述格式不正确的BUG 2014-09-12 17:31:23 +08:00
alan dea1a299af 修改competition的view文件,将其中不规范的代码进行修改,并将其中所有的link_to
修改成"link_to ‘welcome’ home_path,  {option}" 的形式;
统一route风格
match 'path', :to => 'controller#action'
如果 path = controller#action 则 match 'path'
Example:
match 'welcome/course', :to => 'welcome#course' 变成 match 'welcome/cource'


Signed-off-by: alan <547533434@qq.com>
2014-09-12 16:45:03 +08:00
sw 69393c1791 Merge branch 'szzh' into develop 2014-09-12 16:25:52 +08:00
sw 6ac4136d39 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-09-12 16:24:57 +08:00
sw b5edc0a686 #1233 修复进入其他人动态首页时,项目连接报500错误
解决方案:和进入自己的动态首页同一方法处理
2014-09-12 16:01:59 +08:00
z9hang c40ede1101 #1219点击竞赛标签返回异常;原因链接指向了一个不存在的action,修正,使之指向正确的action 2014-09-12 15:19:17 +08:00
sw d159b4324a 修复创新竞赛中,竞赛名称过长时,页面显示不协调的BUG #1231
解决方案:当超过指定字符数时以省略号代替
2014-09-12 15:10:53 +08:00
z9hang e83ebedd00 高校页面代码优化:1、中文国际化。2、写死的链接改为从配置中读取 2014-09-12 11:34:03 +08:00
sw 0c550073c1 Merge branch 'szzh' into develop 2014-09-11 17:30:16 +08:00
sw 1ce3a78a16 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-09-11 15:28:31 +08:00
sw 7853d76250 修复点击竞赛通知报错的BUG
解决方案:注释报错的无效的代码
2014-09-11 15:27:52 +08:00
sw b88fdcefd8 课程首页添加新增课程按钮 2014-09-11 14:55:40 +08:00
alan 64eb4d362c 将contest主页中通知公告的颜色改成蓝色
Signed-off-by: alan <547533434@qq.com>
2014-09-11 00:33:12 +08:00
sw 535cf74f1f 公共贴吧描述显示有html代码的BUG #1215
解决方案:修改描述字段解析方法
2014-09-10 15:19:34 +08:00
sw 9ff4fee8da 修改项目描述为1级标题时文字会重叠的BUG #1210
解决方案:修改css样式
2014-09-10 14:49:27 +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 67737d8dd9 修复项目成员列表翻到第五页后页面布局不正常的问题 #1208
解决方案:强制换行
2014-09-10 10:54:20 +08:00
z9hang ab052d645b 空数据库发布帖子报错问题 2014-09-10 10:06:22 +08:00
z9hang e9ac470eec Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-09-09 13:46:02 +08:00
sw 3b4e41c059 Merge branch 'szzh' into develop 2014-09-09 09:47:21 +08:00
linhk 08d59b9820 修改google中“参加竞赛”页面部分字重叠Bug 2014-09-05 17:16:40 +08:00
z9hang 63470476a5 空数据库时,留下的新手讨论吧、网站建议吧创建人为空,引用时加上非空判断 2014-09-05 16:26:21 +08:00
linhk 20b8bf00b6 修改部分项目关注不能及时更新Bug 2014-09-05 11:22:10 +08:00
z9hang bd636115d5 #1177 正式版:项目--文档,点击下载上传文件的图标按钮,弹出窗口中有两个“新增”评审任务按钮,解决:屏蔽掉页面右下角那个 2014-09-04 15:41:59 +08:00
z9hang 36329200b7 直接访问积分链接报错问题,原因:1项目积分有个方法修改了名字此处未改。2个人积分链有个变量未赋值 2014-09-04 14:11:20 +08:00
z9hang c43883f5f9 代码换行 2014-09-04 10:23:55 +08:00
alan 02c72c68ca Merge branch 'develop' of http://xianbo_trustie2@repository.trustie.net/xianbo/trustie2.git into alan_competition 2014-09-04 09:47:59 +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 f13eb73a72 label写错纠正,一个写死的主页链接纠正 2014-09-04 09:46:24 +08:00
alan 304effa8e4 pull competition branch
Signed-off-by: alan <547533434@qq.com>
2014-09-04 09:17:59 +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 8596d594a7 js失去焦点事件与点击事件冲突问题,使用onmouseover事件获取焦点隔开两事件 2014-09-02 09:57:59 +08:00
sw 2248c46e18 Merge branch 'szzh' into develop 2014-09-02 09:37:02 +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 a2f14bc0b2 #1073 发布课程通知要点两次才能提交成功bug,原因:js的失去焦点事件和点击事件冲突,解决方法:鼠标移到提交按钮时使提交按钮获得焦点 2014-09-01 17:56:12 +08:00
z9hang e0cdcc0211 课程讨论区发帖,添加附件,admin帐户删除附件报错,原因:判断attachment的containers是否为课程的时候少判断了课程讨论区的附件这种情况,解决:加上该判断。问题2 #1002 forge网站的主页项目列表登录前和登陆后,显示的不一样。 解决方法:项目列表、课程列表中的私有项目、私有课程添加私有标志 2014-09-01 15:24:48 +08:00
z9hang 54ed41e483 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-29 16:52:27 +08:00
sw bdf36ca71e 去掉编辑讨论区帖子时讨论区的选择 #1528 2014-08-29 16:46:11 +08:00
z9hang a47b1eee47 发布作业后的附件不可擦看问题 2014-08-29 15:54:52 +08:00
sw c743f58104 “我的课程” 讨论区中 讨论内容框没有名字,且是否为必须没有提示 #1524 2014-08-29 15:07:08 +08:00
sw bfb29ea14c Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-29 11:40:25 +08:00
sw d8e04ae974 1.项目添加、修改新闻增加js验证 2014-08-29 11:40:00 +08:00
z9hang e3a7d365ea 评审任务移动到显眼位置 2014-08-29 11:21:45 +08:00
sw dcde828e64 1.个人主页--关注、粉丝,即使关注者、粉丝没有参加项目、课程,显示为“参与了0个项目/课程” #1211
2 修复个人主页关注、粉丝参与课程列表不正确的BUG
2014-08-29 09:40:57 +08:00
sw 3919d0fd48 修复缺陷查询不可用的BUG 2014-08-28 17:51:41 +08:00
sw fbb19480f5 修复火狐不兼容自动换行的问题 2014-08-28 17:30:08 +08:00
sw 2f1b6386f6 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-28 16:52:47 +08:00
sw c614734768 #1508 修复课程、项目列表中,点击标签的更多按钮,报错的BUG 2014-08-28 16:18:25 +08:00
z9hang e8cde5f1cd Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-28 15:41:14 +08:00
z9hang 4711e638eb 复制有附件的缺陷报错问题(屏蔽掉复制附件的功能) 2014-08-28 15:40:34 +08:00
sw 56a0ec336a 修复缺陷列表描述过长被掩盖的BUG #1145 2014-08-28 14:55:25 +08:00
sw bcb9e8688c 界面注释 2014-08-28 14:39:09 +08:00
sw 82b23da54b 创建作业增加js验证 2014-08-28 14:05:48 +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 5afcb73624 1.修改中英提示
2.修改查看差别页面会超出界面的BUG
2014-08-28 11:06:01 +08:00
z9hang f0db3e1b4a 添加负积分修正为0的说明 2014-08-28 10:20:08 +08:00
z9hang 8e6ed35497 点击添加标签输入焦点却在搜索框问题(两个输入框用了同一个id,修改添加标签的文本框的id) 2014-08-27 15:19:18 +08:00
z9hang 060759774b 课程、项目中资源切换资源类型时弹出error问题(原因:1.未新建分页对象(从某个类型切回全部),2.资源类型信息丢失) 2014-08-27 15:00:26 +08:00
z9hang 42285ce44d 积分少于2分时不能踩人 2014-08-27 12:00:00 +08:00
sw 97f8aedd13 修复用户动态首页描述不正确的问题 2014-08-27 11:31:18 +08:00
z9hang e1672fd0e0 讨论区帖子数统计错误问题 2014-08-27 10:20:08 +08:00
sw c6b189a846 wiki显示未对非汉字类型进行自动换行处理 #1486 2014-08-26 17:46:21 +08:00
sw 79e83b9a85 编辑帖子时,主题显示超出边框 #1490 2014-08-26 16:44:56 +08:00
sw 30cbbb5a2a 引用回帖显示超出边框 #1491 2014-08-26 16:39:12 +08:00
z9hang cb8b0e0f41 admin页面中问题追踪项相关错误(课程、项目分离此处代码未改导致的问题)、项目列表中项目提交次数改为从数据库中读取(运行bundle exec rake project_score:calculate统计项目提交次数) 2014-08-26 16:07:17 +08:00
sw eb5d1c9efe 修复项目动态首页文明名过长超出页面的BUG 2014-08-26 10:44:44 +08:00
z9hang 74ba4384b1 1、去除不用了的旧的积分代码。2、将刷新提交次数功能修改(原来是在显示项目或个人信息的页面之前调用repository.fetch_changesets刷新changeset,修改为创建changeset对象后马上调用repository.fetch_changesets方法刷新changeset对象,注意:尚需测试) 2014-08-25 14:47:27 +08:00
linhk 9f3392eba8 删除主留言时确认删除的提示信息 2014-08-23 16:41:07 +08:00
chenmin 87f8e90f25 1、多余标签删除 2014-08-23 16:11:03 +08:00
linhk 4d583b08c7 ‘新增评审’按钮显示添加权限过滤 2014-08-23 15:33:39 +08:00
zhanghaitao 2be1ac0dbd 修改日期选择控件当日操作日期不可以选择的Bug 2014-08-23 14:20:39 +08:00
sw 889af8be5f Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	app/views/courses/_course_form.html.erb
2014-08-23 13:52:49 +08:00
z9hang afc5a05ed8 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-23 11:10:11 +08:00
z9hang 38c5c86a39 日期选择器不能用问题 2014-08-23 10:58:07 +08:00
linhk 9bcd06b315 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-23 10:09:55 +08:00
linhk 37920d36c9 公共贴吧主题自动分行 2014-08-23 10:09:36 +08:00
sw 7ec103e135 #1457 修复课程开课日期无法修改的BUG
优化选择开课时间代码
2014-08-23 09:21:03 +08:00
chenmin c1da351ea0 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-23 09:19:17 +08:00
chenmin 9f54df232b 修复个人主页点击粉丝或者关注时,如果粉丝参加的课程和项目为0的bug; 2014-08-23 09:19:05 +08:00
linhk fa90219a52 在没有“我的课程”菜单项时"我的项目”显示子页显示位置错误的Bug 2014-08-22 17:24:06 +08:00
sw bbb38d381d Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-22 14:52:32 +08:00
sw 2a7b9025b6 修复课程、项目上传资源关联资源时,查询出结果超出浏览器边界的问题 2014-08-22 14:47:11 +08:00
zhanghaitao 25affe30b0 #1059 软件创客” 修改用户资料中的用户单位页面的样式调整 2014-08-22 14:38:16 +08:00
zhanghaitao 00b38dc792 页面显示默认边框取消 2014-08-22 14:20:45 +08:00
zhanghaitao c046ad011c 页面显示修改 2014-08-22 14:17:20 +08:00
sw fe14c1e427 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-22 14:12:49 +08:00
zhanghaitao 167a819a84 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-22 13:44:00 +08:00
zhanghaitao 08a6e9af1a 边框显示问题修改 2014-08-22 13:43:48 +08:00
sw d608d092da Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-22 11:59:08 +08:00
chenmin 9e419876a9 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-22 11:53:59 +08:00
chenmin f3807461d9 修复课程新建帖子的bug 2014-08-22 11:53:49 +08:00
sw e1e8942dc7 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-22 11:50:10 +08:00
z9hang b96a08a200 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-22 11:27:33 +08:00
z9hang 27e15e6a9a 部分项目提交次数显示不正确问题 2014-08-22 11:27:01 +08:00
sw f41d3f8b6a 修改作业显示真实名字不正确的问题 2014-08-22 11:24:25 +08:00
linhk e900e6d6fd 解决查看文本页面内容未换行Bug
修改文本页面行号样式居上
修改新增评审在没有的时候引发的Bug
2014-08-22 11:04:32 +08:00
chenmin 08cde8a142 修复课程讨论区自己发布的帖子没有编辑功能的问题;
修复课程讨论区回复和编辑帖子内容附件的显示bug
2014-08-22 10:46:38 +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
sw 273c932acf Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-22 10:30:39 +08:00
zhanghaitao 74d98e9bac Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-22 10:20:42 +08:00
zhanghaitao 0d93783764 #1047 修复作品下载--内容超出右边框 2014-08-22 10:20:30 +08:00
linhk 6253f281bc 新增评审任务位置更改 2014-08-22 09:56:03 +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
sw 589c6d37db 取消日期编辑框可手动输入的问题 #1045 2014-08-22 09:20:03 +08:00
chenmin 554d744929 修复项目和课程讨论区所有帖子显示页面各帖子内容没对齐的bug; 2014-08-22 09:18:45 +08:00
chenmin d2bd1cc261 修复课程讨论区帖子主题问题,修复主题后面空白过多的问题; 2014-08-22 09:00:15 +08:00
sw 1498f5c20b 1.修改课程通知时按钮状态
2.新建作业描述不正确
2014-08-22 08:57:00 +08:00
chenmin c4fff8a8ac 项目讨论区帖子主题过长显示优化;
讨论区主题下方存在虚线bug修复;
2014-08-22 08:41:06 +08:00
sw 123353fd8f Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-21 17:32:34 +08:00
linhk 0635932187 用户个人主页项目链接错误修改 2014-08-21 17:31:36 +08:00
sw 337ca5fb93 修复用户留言取消按钮描述不正确的问题 2014-08-21 17:14:30 +08:00
z9hang 9d23e6a8be 添加竞赛通知标题长度限制 2014-08-21 17:09:35 +08:00
z9hang 85a95262fe 项目得分细节中文档得分点击无反应问题 2014-08-21 16:01:24 +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
sw 38188804a1 课程修改通知时标题不正确的问题 2014-08-21 14:46:14 +08:00
sw a690fd79cf 课程修改通知时标题不正确的问题 2014-08-21 14:43:29 +08:00
sw 50e1f41345 #1307修复作业列表真实姓名只显示名不显示姓的BUG 2014-08-21 11:16:40 +08:00
chenmin cbd3610bf4 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-21 10:51:05 +08:00
chenmin e303a3789a 修复创新竞赛资源搜索页面系统支持过长遮住其他标签的bug 2014-08-21 10:50:53 +08:00
sw e112bb2803 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-21 10:38:35 +08:00
sw 16d86a1fbd 课程、项目模块增加分页功能 2014-08-21 10:37:53 +08:00
chenmin 532cb23141 修复标签和内容之间空白太多的问题; 2014-08-21 10:19:46 +08:00
chenmin 3a2754eb27 修复查看单个竞赛页面的竞赛详细信息被遮住的bug; 2014-08-21 10:16:01 +08:00
sw 8932633b23 Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-21 09:56:14 +08:00
chenmin 142d413544 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-21 09:22:57 +08:00
chenmin a328a934c8 修复查看单个竞赛页面的删除、编辑竞赛标签的显示bug; 2014-08-21 09:22:34 +08:00
luguo 075b43f836 解决版权符号问题 2014-08-21 09:18:10 +08:00
linhk 66dfa1ce4f 解决删除项目主留言分页Url错误和页数错误的Bug 2014-08-21 08:58:48 +08:00
luguo cc08cdc140 解决我的课程下面的课程描述带格式显示不正常。 2014-08-20 17:16:14 +08:00
sw 136c991060 #1413
修复资源名称过长,在课程动态首页会超出边界的问题
2014-08-20 16:28:04 +08:00
sw c13eeee56d 1.修改页面描述错误
2.注释错误代码
2014-08-20 15:51:35 +08:00
zhanghaitao 8f83c63c79 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-20 14:55:44 +08:00
zhanghaitao 9bd22b1b99 1.#1011 当添加资源标签为多个时,“新增”按钮被掩盖的问题解决
2.课程标签设置JS添加
2014-08-20 14:55:32 +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
zhanghaitao 337f0ec270 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-20 09:42:15 +08:00
zhanghaitao 4905511060 #课程起止时间显示Bug的修改 2014-08-20 09:42:01 +08:00
chenmin 80bd535b4f 课程讨论区回复帖子的内容增加删除附件功能;
增加可以编辑自己回复内容的功能;
2014-08-20 09:30:26 +08:00
linhk a0a8868c24 个人主页的课程项目tab页显示优化 2014-08-19 15:44:02 +08:00
linhk 5e600380c7 课程实践平台课程名称与学校调换 2014-08-19 15:10:04 +08:00
hhuai 0cbcaa88e8 fixed issue 1013,“奖励方式”未对非汉字类型进行自动换行处理 2014-08-18 20:55:43 +08:00
chenmin c042add122 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-18 17:44:48 +08:00
chenmin bfe0299d40 修复部分帖子内容显示超出边框的bug 2014-08-18 17:44:37 +08:00
z9hang 9039755fc5 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-18 17:15:43 +08:00
z9hang ed3e9e3a03 项目成员列表积分计算的初步优化(降低访问速度) 2014-08-18 17:14:31 +08:00
hhuai b34e74bd1c issue 1012, table中td撑坏的问题 2014-08-18 17:00:52 +08:00
chenmin e181f0ed4d 添加贴吧帖子存在性判断 2014-08-18 16:12:22 +08:00
chenmin 4ed9b13f0b 修复点击某些贴吧提示数据不存在的404page not found bug 2014-08-18 15:53:25 +08:00
sw a7e066add8 修复项目得分无法显示详细信息的BUG 2014-08-18 14:15:22 +08:00
sw 012791e44d Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-18 11:09:40 +08:00
zhanghaitao 13becbefb2 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	app/views/projects/show.html.erb
2014-08-18 11:09:54 +08:00
sw 5a7aabd7cf #1357
1.注释无效代码
2.修改wiki、DTS测试logo不见的BUG
2014-08-18 10:16:34 +08:00
sw 1cd00f55fb Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-18 10:14:29 +08:00
zhanghaitao 13717dc3a3 缺陷界面选项功能的屏蔽;私有缺陷的显示条件修改 2014-08-18 09:57:10 +08:00
z9hang fac973db20 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-18 09:29:38 +08:00
hhuai 8b121c3e50 fixed issue #998, 主页的通知公告区域显示优化 2014-08-17 20:56:58 +08:00
z9hang 7e00890667 项目工具集部分工具图标缺失问题 2014-08-16 17:14:04 +08:00
linhk ecae8d1f35 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-16 17:02:58 +08:00
linhk 4f0817a146 项目--文档--文件--代码评审 中用户头像显示错误 2014-08-16 17:02:37 +08:00
sw 3d6ee127cb Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-16 16:15:47 +08:00
sw f4fd1b1133 修改创建竞赛时提示描述不正确的问题 2014-08-16 16:13:39 +08:00
z9hang c77a1fc2ef Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-16 15:08:38 +08:00
z9hang a3fb08817c 分数不能为0、更新readme 2014-08-16 15:08:14 +08:00
sw 2b12654796 Merge branch 'szzh' into develop 2014-08-16 13:33:07 +08:00
sw 0d398fdc17 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-16 13:31:03 +08:00
sw 9688a73aa1 1.新建竞赛作品增加js验证
2.修复上传图片一次超过2张,上传失败的BUG
2014-08-16 13:30:38 +08:00
z9hang 6f5df31d14 去掉多出来的图片 2014-08-16 13:23:50 +08:00
z9hang 12434e22c5 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-16 13:22:46 +08:00
z9hang 4cea972e56 micro版图片丢失问题 2014-08-16 13:22:28 +08:00
sw 8d03068ce2 Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-16 11:37:06 +08:00
linhk fcaeb86687 项目‘课程 添加成员显示Bug修改 2014-08-16 10:49:27 +08:00
z9hang dfae970d1c Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-16 09:16:40 +08:00
z9hang 746022506d 用户列表排序问题、项目得分不一致问题 2014-08-15 17:43:10 +08:00
chenmin ace256bea1 修复竞赛模块用户留言挡住右边图标的问题 2014-08-15 16:06:41 +08:00
chenmin bd56286b4e 配置课程学时太长bug修复; 2014-08-15 15:58:12 +08:00
chenmin a420a41b78 单个帖子主题超出问题修复; 2014-08-15 15:12:26 +08:00
chenmin e44ece80f6 项目讨论区贴子主题超出边界bug处理 2014-08-15 14:45:04 +08:00
sw ae61ccaca9 修改动态首页显示样式 2014-08-15 14:42:28 +08:00
z9hang 2b6a376d31 修复数据库为初始状态时会出现的部分bug、去除部分连接的域名 2014-08-15 14:30:01 +08:00
chenmin 05ed41615e Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-15 11:23:53 +08:00
chenmin 33b5f821c4 修复贴吧标签不能删除的bug 2014-08-15 11:21:11 +08:00
sw e923fd1e5b 1.注释代码 2014-08-15 08:38:02 +08:00
sw b92f385202 #1309 项目缺陷项目下拉框固定宽度 2014-08-14 16:40:12 +08:00
sw 5f559fcb67 #1309 项目缺陷项目下拉框固定宽度 2014-08-14 16:39:07 +08:00
sw 4a0f11dfce #1130 项目讨论区回复对非汉字自动换行 2014-08-14 16:33:43 +08:00
zhanghaitao 20f183799f #828 删除上传的文件不可用修复 2014-08-14 16:19:40 +08:00
zhanghaitao 4d870ca9e5 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-14 15:58:42 +08:00
zhanghaitao 9ac53e5a0b 点击用户名出异常修改 2014-08-14 15:58:32 +08:00
sw 46ba7f6a7b Merge branch 'szzh' into develop 2014-08-14 15:55:43 +08:00
sw fb50defbec 修复按钮回去不正确的问题 2014-08-14 15:54:03 +08:00
zhanghaitao 1b4b21fc19 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-14 15:47:46 +08:00
zhanghaitao 0215c96ec9 错误修改 2014-08-14 15:47:36 +08:00
sw 2a831136ae Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-14 15:16:20 +08:00
sw daeab7ef64 1.修改新建、修改贴吧时描述编辑框
2.增加字段长度限定的提示
3.修改帖子内容展示
2014-08-14 15:15:52 +08:00
zhanghaitao 36004913c6 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-14 15:11:25 +08:00
zhanghaitao 43cfcce44e #826 :资源标签不能删除Bug修复 2014-08-14 15:11:14 +08:00
sw 14a436a310 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-14 14:38:41 +08:00
sw 445d29d036 1.修改新建帖子的长度上限设置,设置为2G
2.修改新建贴吧时贴吧的描述字段类型
2014-08-14 14:38:18 +08:00
sw 08115c9de4 1.修复文本格式化报错的问题
2.修改作业留言清除按钮描述不正确的问题
2014-08-14 14:11:02 +08:00
zhanghaitao e18129c935 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-14 11:37:15 +08:00
zhanghaitao d21bda87a7 #938 下拉框任选某项,点击“查询”发生异常问题解决 2014-08-14 11:37:03 +08:00
sw 79c6722aad Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-14 10:54:52 +08:00
sw f99543ab4b #1294
1.修改缺陷列表中缺陷描述样式
2.修改缺陷、日历查询时,Closed->关闭于,角色成员减少学生、老师、助教等3个角色
2014-08-14 10:54:42 +08:00
chenmin 86cb7d13d5 新建竞赛通知bug修复 2014-08-14 10:24:01 +08:00
zhanghaitao a4441bca37 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-14 09:43:11 +08:00
zhanghaitao 9d0f759a71 #939 项目动态旗帜时间的修改 2014-08-14 09:42:58 +08:00
sw 22bbf45269 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-13 18:06:33 +08:00
sw df0c1e5917 修复缺陷标题超出界面的问题 2014-08-13 17:37:00 +08:00
chenmin bd97356090 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-13 17:35:27 +08:00
z9hang b8acd13f25 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-13 17:14:01 +08:00
chenmin 361e48fea8 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-13 17:08:57 +08:00
sw 8c59abc070 #1279 修改搜索提示 2014-08-13 16:55:42 +08:00
sw 440395f26f #1290 修改admin配置管理--用户列表--项目列表界面以及相关功能问题 2014-08-13 16:52:07 +08:00
z9hang e65487d527 项目成员个人得分显示 2014-08-13 16:50:32 +08:00
zhanghaitao bc6ad5d416 #936 输入文档标题非汉族显示bug修复 2014-08-13 16:45:50 +08:00
sw a7e22a7379 修复admin用户列表界面,查询结果显示不正常的问题 2014-08-13 16:10:47 +08:00
sw f2f06a9d28 调整管理员用户配置界面,表格样式 2014-08-13 16:06:40 +08:00
z9hang 14026d0e0b 个人得分细节显示 2014-08-13 15:59:19 +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
sw a54676c583 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	db/schema.rb
2014-08-13 15:24:38 +08:00
sw 0e35967433 修改wiki编辑页面初始化高度 2014-08-13 15:19:05 +08:00
sw 582ccd2ecf 添加wiki插件,修改项目讨论区模块回去格式化字符串不正确的BUG 2014-08-13 14:45:10 +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
chenmin ecccbf1cf7 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-12 14:19:30 +08:00
sw 0064018a37 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-12 11:35:53 +08:00
sw 835ef97510 wiki编辑页面插件更新 2014-08-12 11:22:37 +08:00
zhanghaitao 7b3468718f #898 引用回帖不转义的问题 2014-08-12 10:24:27 +08:00
zhanghaitao 64f6175f22 1.#912 admin管理配置窗口:项目列表、用户列表界面的文字超出显示框的修改 2014-08-11 17:06:45 +08:00
chenmin f6f1bddaff Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-11 17:06:24 +08:00
chenmin 50e172a25a 删除课程留言前增加提示 2014-08-11 16:51:45 +08:00
zhanghaitao d7bfdc8de4 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-11 16:39:35 +08:00
zhanghaitao b9ee7fe00d 1.#878 缺陷输入计划完成时间小于开始时时间修改
2.修改时间选择的最小默认值
2014-08-11 16:39:18 +08:00
sw 0c597d23a2 Merge branch 'szzh' into develop 2014-08-11 15:09:25 +08:00
sw f7635370d7 优化课程首页效率 2014-08-11 14:49:58 +08:00
sw 8724b79296 清理页面代码 2014-08-11 13:37:54 +08:00
sw 8c6160f496 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-11 09:19:20 +08:00
chenmin e3ab21e409 修复当登陆的用户的学校没有课程时的课程列表显示bug 2014-08-11 09:19:40 +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
sw ea0b7ef3f1 Merge branch 'szzh' into develop 2014-08-08 16:42:41 +08:00
sw 6ab17a2bf7 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-08 16:41:36 +08:00
sw db826a71ff Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-08 16:19:58 +08:00
chenmin 6037421c7d 修复没有课程的学校显示bug 2014-08-08 15:45:06 +08:00
chenmin dd64f13e49 课程列表空行bug 2014-08-08 15:37:26 +08:00
sw 006d1eac8f Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-08 15:34:44 +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 683cd9f918 个人积分修改 2014-08-08 13:47:02 +08:00
sw b5e8b12806 修改密码页面查询按钮改为确定 2014-08-08 11:32:15 +08:00
linhk 3d76b26e26 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-08 09:31:42 +08:00
linhk 70a1839e74 英文界面-用户下拉菜单(我的课程、项目、编辑资料)显示问题 2014-08-08 09:30:48 +08:00
zhanghaitao dbe8456fd5 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-07 17:56:49 +08:00
zhanghaitao eac85b338f 标示错误修改 2014-08-07 17:56:29 +08:00
linhk 192bc8d89c Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-07 17:16:26 +08:00
linhk cb4869fd20 解决新建版本库名长255个字符时异常
解决版本库名长时,界面显示错误
2014-08-07 17:16:00 +08:00
chenmin f2f7dfaf12 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-07 16:21:00 +08:00
chenmin d087c52314 课程动态为空判断 2014-08-07 16:20:46 +08:00
zhanghaitao 4c71af51f4 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-07 15:54:22 +08:00
zhanghaitao f3fe5d918e #832 状态联动问题的解决 2014-08-07 15:54:05 +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
sw b0b3f257a4 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-07 11:31:39 +08:00
sw dac4042ee9 ttt 2014-08-07 11:31:24 +08:00
zhanghaitao 68a86c5e5d #873 #829问题修改 2014-08-07 11:20:24 +08:00
sw 34af8053cc Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-07 09:23:28 +08:00
linhk 0c00754057 解决谷歌浏览器再上传相同文件时不可用 2014-08-07 09:13:01 +08:00
sw a4199e4c54 修改错误代码 2014-08-06 15:39:06 +08:00
sw 22335b23a6 修复新建账号申请项目时在申请列表无法显示的BUG #1180 2014-08-06 15:10:53 +08:00
linhk 23c9d5381e 注册界面失败填写信息继续保留
修改注册见面企业提交失败姓、名内容错误Bug
2014-08-06 14:41:22 +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
z9hang 2c77d1b4cf 访问资源库问题 2014-08-05 11:10:41 +08:00
linhk 65174ad8ef 项目--wiki--重定向/重命名:“重”字被掩盖 2014-08-05 09:19:05 +08:00
linhk f8d7aeebac Merge remote-tracking branch 'origin/szzh' into szzh 2014-08-05 08:49:28 +08:00
chenmin 226d19b912 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-04 17:36:44 +08:00
sw 37e5bdee22 修复某些课程动态内容为空的BUG #1128 2014-08-04 17:36:07 +08:00
chenmin 8c8127c8d9 1016 修复课程显示界面空行问题; 2014-08-04 17:36:04 +08:00
z9hang 426ea23d6e 回复帖子内容为空时报错问题 2014-08-04 17:30:29 +08:00
sw 94f6e871b1 修改新建用户时企业名不是英文且提示错误的BUG #1130 2014-08-04 15:49:23 +08:00
sw 8b3b1bdcfa 取消编辑参赛作品时注意提示 2014-08-04 15:36:19 +08:00
sw 9cb026ed39 增加竞赛删除评论的功能 2014-08-04 15:01:39 +08:00
z9hang 80b2a2dc45 修正公共贴吧新建帖子问题
修正课程列表错误
2014-08-04 12:23:20 +08:00
linhk 653c505471 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh 2014-08-04 09:39:14 +08:00