Commit Graph

735 Commits

Author SHA1 Message Date
huang 95c5e6ac83 Merge branch 'szzh' into dev_hjq
Conflicts:
	app/helpers/application_helper.rb
	app/helpers/files_helper.rb
	app/helpers/members_helper.rb
	app/models/journals_for_message.rb
	app/models/mailer.rb
	app/models/user.rb
	app/views/attachments/_form.html.erb
	app/views/bids/_new_homework_form.html.erb
	app/views/boards/_project_show.html.erb
	app/views/courses/_courses_jours.html.erb
	app/views/courses/feedback.html.erb
	app/views/courses/new_homework.html.erb
	app/views/courses/settings.html.erb
	app/views/issues/_list.html.erb
	app/views/issues/new.html.erb
	app/views/messages/_project_show.html.erb
	app/views/messages/edit.html.erb
	app/views/news/_project_news.html.erb
	app/views/projects/invite_members.html.erb
	app/views/projects/settings/_modules.html.erb
	app/views/projects/show.html.erb
	config/configuration.yml
	config/locales/zh.yml
	db/schema.rb
	public/assets/kindeditor/kindeditor.js
	public/javascripts/course.js
	public/stylesheets/courses.css
	public/stylesheets/public.css
2015-04-16 10:26:03 +08:00
huang 4acad8088e 缺陷最新显示最上面
代码优化
2015-04-15 00:40:25 +08:00
sw 81cbb76d78 课程/项目--添加成员:用真实姓名搜索用户时,需要在姓和名之间加个空格才可以搜到 2015-04-14 19:50:17 +08:00
whimlex cf4451e998 pre标签换行;contest主页样式调整 2015-04-13 18:34:44 +08:00
whimlex ccff6c27b0 #2170项目--新闻:评论新闻返回异常undefined method `split' for nil:NilClass 2015-04-11 14:14:47 +08:00
guange 123fa079b3 smtp配置放入production 2015-04-11 10:15:43 +08:00
guange c489d2400b Merge remote-tracking branch 'origin/szzh' into guange_dev 2015-04-10 10:48:17 +08:00
guange 5a876d9df1 邮件发送时,单个收件人会报错 2015-04-10 10:41:44 +08:00
whimlex e030c12be8 课程动态计数和显示统一;问卷计数对学生和老师和显示统一;课程资源库排序 2015-04-09 15:18:13 +08:00
huang 12eaac5683 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	app/views/boards/_project_show.html.erb
	public/javascripts/course.js

处理冲突
修改项目动态分页
项目到航天中添加“新建项目”
2015-04-07 13:47:39 +08:00
lizanle 452e299966 删除demo代码 2015-04-03 15:08:52 +08:00
guange 113e11f6cd Merge remote-tracking branch 'origin/szzh' into guange_dev
Conflicts:
	app/models/comment.rb
	app/models/message.rb
	app/models/news.rb
2015-04-03 11:34:39 +08:00
lizanle ceb6af7365 课程相关模块添加编辑器 2015-04-03 11:19:15 +08:00
guange 56df5ce9a7 优化zip重复打包问题 2015-04-02 17:20:52 +08:00
guange 9cefb9f339 每日发送取日期不对 2015-04-01 17:47:04 +08:00
guange 0099ab9f9a 去除以前的邮件规则 2015-04-01 16:44:40 +08:00
guange 243bac8fed 除了mail_notification == all 的,其他都不即时发邮件 2015-04-01 16:41:23 +08:00
guange 3ea33aa847 新建news报500 2015-04-01 13:14:15 +08:00
guange 89e0602983 邮件发送去除 observer, 一句代码的功能隐藏在别的文件里,很难注意到 2015-04-01 11:12:55 +08:00
guange 27e123f9fd const_defined?小错误 2015-03-31 12:02:33 +08:00
guange 02e83ea776 将邮件发送放到后台进程中 2015-03-31 11:51:34 +08:00
guange efdfa67c64 日报homework created_on to created_at 2015-03-30 21:32:48 +08:00
guange c1ed8bd36d #2096 course、forge的邮件通知系统,改为可以每日一报、一事一报、不报 2015-03-29 12:33:33 +08:00
lizanle b95f479c17 级联删除资源 2015-03-26 16:05:30 +08:00
lizanle a4f1b9c625 model中会有许多kindeditor的资源 2015-03-26 15:47:27 +08:00
huang 525a6394ca 1、公共贴吧邮件提醒
2、浏览器版本过低提醒(样式需要再调试)
2015-03-25 10:20:08 +08:00
guange e007920cb6 Merge remote-tracking branch 'origin/szzh' into guange_dev
Conflicts:
	Gemfile
	app/views/attachments/_form.html.erb
2015-03-19 17:41:45 +08:00
whimlex b95852dfcd 附件上传国际化:修改页面一些bug:用户主页个人得分身份信息修改 2015-03-19 17:21:11 +08:00
z9hang 9d686349da 用户搜索接口添加按昵称或姓名搜索 2015-03-18 17:31:35 +08:00
lizanle da69443913 需要插入资源上传的时候插入数据库记录 2015-03-18 08:52:49 +08:00
lizanle 39cbeced87 model类 2015-03-17 09:39:12 +08:00
lizanle 0c86ba210d Merge remote-tracking branch 'origin/szzh' into szzh
Conflicts:
	db/schema.rb
2015-03-17 09:38:24 +08:00
lizanle 4817b3106e kindeditor资源类 2015-03-17 09:36:20 +08:00
lizanle 5c4a62dcc4 DiscussDemo代码 2015-03-16 15:29:13 +08:00
guange 08eae0e5eb Merge remote-tracking branch 'origin/szzh' into guange_dev 2015-03-13 11:30:25 +08:00
guange ab6c21314d #1503 老师发布的作业可以在课程动态中显示了 2015-03-12 21:57:35 +08:00
sw 78039a726e Merge branch 'szzh' into guange_dev 2015-03-12 17:09:20 +08:00
z9hang 57ba46ff00 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	config/locales/zh.yml
2015-03-10 17:21:59 +08:00
z9hang 43e9a9a495 1、完成手机app版本管理,上传客户端功能。2、手机app检查更新接口完成 2015-03-10 17:20:30 +08:00
lizanle 87394fe4ce issue2626,建议什么时候创建工程的信息也要加进来。 2015-03-10 16:27:32 +08:00
guange 31351bc9e8 #1095 在issue主题下,输1个字符可以进行搜索,500错误解决 2015-03-10 15:39:14 +08:00
z9hang 803f4a3eaf 1、部分页面根据apptoken参数自动登录功能添加token是否过期判断。2、版本管理发布新版本信息功能添加 2015-03-10 14:41:36 +08:00
whimlex 4b19463db7 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	app/views/layouts/base_projects.html.erb
	app/views/users/show.html.erb
	config/locales/zh.yml
2015-03-10 10:08:18 +08:00
whimlex 115eb38a02 完善用户资料模块,用户主页课程栏、留言栏、项目栏和标签模块国际化;对一些存储在数据表中的固定的中文属性,比如学期,职称,在helper和model中定义方法封装;平台导航模块,包括各模块内部导航的国际化;课程平台模块国际化整理和修改,去除重复功能标签 2015-03-10 09:45:36 +08:00
alan 151fc561ac 修改邮件样式,增加相应的提示
Signed-off-by: alan <547533434@qq.com>
2015-03-07 11:30:25 +08:00
z9hang c1c05067e7 Merge branch 'szzh' of http://repository.trustie.net/xianbo/trustie2 into szzh
Conflicts:
	app/controllers/admin_controller.rb
	db/schema.rb
2015-03-06 15:36:47 +08:00
sw a6b3ddcfcb Merge branch 'szzh' into dev_zanle 2015-03-06 14:58:49 +08:00
lizanle 140cb81748 测试版发布课程通知和讨论区发布新帖报500 2015-03-06 11:38:32 +08:00
sw 1f2b5eedb8 Merge branch 'dev_zanle' into szzh
Conflicts:
	app/views/projects/show.html.erb
	db/schema.rb
2015-03-06 08:59:29 +08:00
z9hang 3334299808 app版本管理功能(表添加,页面部分添加) 2015-03-05 17:37:33 +08:00