okimo****@users*****
okimo****@users*****
2010年 3月 1日 (月) 20:54:21 JST
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "mint-server" repository containing the "mint" project. The branch, master has been updated via 1997bde2f76029ebfc80645cd4a393675db75ac3 (commit) via d5f4d1321fca451551e3d01b3240a90a629e9bd4 (commit) via c1efef1483963669d644f6fff5a570a472226b72 (commit) via 5ff94035cb61aeee4cf27465d96ef08cab9d5a2c (commit) via 58ca444e6eadb0056ca6295a6b948770f167534a (commit) via c87adbec7048d3fbf9c8969ba8db0a06a02c4738 (commit) from 887abf801450920b62bd916e58b707898a20e983 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1997bde2f76029ebfc80645cd4a393675db75ac3 Author: okimoto <okimo****@good-*****> Date: Mon Mar 1 20:43:30 2010 +0900 use :include option when load problems commit d5f4d1321fca451551e3d01b3240a90a629e9bd4 Author: okimoto <okimo****@good-*****> Date: Mon Mar 1 19:03:12 2010 +0900 add link to /admin/units in /admin commit c1efef1483963669d644f6fff5a570a472226b72 Author: okimoto <okimo****@good-*****> Date: Mon Mar 1 18:49:53 2010 +0900 fix typo commit 5ff94035cb61aeee4cf27465d96ef08cab9d5a2c Author: okimoto <okimo****@good-*****> Date: Mon Mar 1 18:48:21 2010 +0900 now can sort Unit order by position commit 58ca444e6eadb0056ca6295a6b948770f167534a Author: okimoto <okimo****@good-*****> Date: Mon Mar 1 18:48:11 2010 +0900 refactor commit c87adbec7048d3fbf9c8969ba8db0a06a02c4738 Author: okimoto <okimo****@good-*****> Date: Mon Mar 1 18:20:05 2010 +0900 now can sort problem groups by position ----------------------------------------------------------------------- Summary of changes: app/controllers/admin/problem_groups_controller.rb | 19 +++++++++++++- app/controllers/admin/problems_controller.rb | 5 ++- app/controllers/admin/units_controller.rb | 13 +++++++++- app/views/admin/index.html.erb | 1 + app/views/admin/problem_groups/_form.html.erb | 2 +- app/views/admin/problem_groups/index.html.erb | 21 +++++++++++++-- app/views/admin/problem_groups/show.html.erb | 2 +- app/views/admin/problems/index.html.erb | 2 +- app/views/admin/units/_form.html.erb | 4 +- app/views/admin/units/index.html.erb | 21 ++++++++++++++- app/views/layouts/application.html.erb | 5 ++- config/routes.rb | 6 ++++ public/stylesheets/mint.css | 5 ++++ .../admin/problem_groups_controller_spec.rb | 26 ++++++++++++++++++++ spec/controllers/admin/units_controller_spec.rb | 26 ++++++++++++++++++++ 15 files changed, 142 insertions(+), 16 deletions(-) hooks/post-receive -- mint-server (mint)