├── .coveralls.yml ├── .devcontainer ├── Dockerfile ├── create-db-user.sql ├── devcontainer.json ├── docker-compose.yml └── post-create.sh ├── .flow ├── .github ├── ISSUE_TEMPLATE │ └── bug_report.yml ├── config.yml ├── copilot-instructions.md ├── release.yml └── workflows │ ├── build.yml │ ├── prevent-main-pr.yml │ └── release.yml ├── .gitignore ├── .hgeol ├── .hgflow ├── .hgignore ├── .redmine.code-workspace ├── .travis.yml ├── GPL.txt ├── Gemfile_for_test ├── README.md ├── app ├── controllers │ ├── code_review_controller.rb │ └── code_review_settings_controller.rb ├── helpers │ └── code_review_helper.rb ├── models │ ├── code_review.rb │ ├── code_review_assignment.rb │ ├── code_review_project_setting.rb │ ├── code_review_user_setting.rb │ └── review_mailer.rb └── views │ ├── code_review │ ├── _add_success.html.erb │ ├── _body_bottom.html.erb │ ├── _change_attachement_view.html.erb │ ├── _change_entry_norevision_view.html.erb │ ├── _change_repository_view.html.erb │ ├── _change_revision_view.html.erb │ ├── _history.html.erb │ ├── _html_header.html.erb │ ├── _issues_show_details_bottom.html.erb │ ├── _new_form.html.erb │ ├── _reply.html.erb │ ├── _show.html.erb │ ├── _show_error.html.erb │ ├── _update_diff_view.html.erb │ ├── _update_revisions.html.erb │ └── index.html.erb │ └── code_review_settings │ ├── _filters.html.erb │ └── _show.html.erb ├── assets ├── images │ ├── 1downarrow.png │ ├── 1uparrow.png │ ├── 2downarrow.png │ ├── 2uparrow.png │ ├── closed_review.png │ └── review.png ├── javascripts │ └── code_review.js └── stylesheets │ ├── activity.css │ ├── code_review.css │ └── window_js │ ├── MIT-LICENSE │ ├── alert.css │ ├── alert │ ├── bottom.gif │ ├── bottom_left.gif │ ├── bottom_right.gif │ ├── left.gif │ ├── overlay.png │ ├── progress.gif │ ├── right.gif │ ├── top.gif │ ├── top_left.gif │ └── top_right.gif │ ├── alert_lite.css │ ├── alphacube.css │ ├── alphacube │ ├── bottom-left-c.gif │ ├── bottom-middle.gif │ ├── bottom-right-c.gif │ ├── button-close-focus.gif │ ├── button-max-focus.gif │ ├── button-min-focus.gif │ ├── frame-left.gif │ ├── frame-right.gif │ ├── left-top.gif │ ├── right-top.gif │ └── top-middle.gif │ ├── behavior.htc │ ├── darkX.css │ ├── darkX │ ├── button-close-focused.png │ ├── button-maximize-focused.png │ ├── button-minimize-focused.png │ ├── frame-bottom-left-focused.png │ ├── frame-bottom-mid-focused.png │ ├── frame-bottom-right-focused.png │ ├── frame-left-focused.png │ ├── frame-right-focused.png │ ├── titlebar-left-focused.png │ ├── titlebar-mid-focused.png │ └── titlebar-right-focused.png │ ├── debug.css │ ├── default.css │ ├── default │ ├── bottom_left.gif │ ├── bottom_mid.gif │ ├── bottom_right.gif │ ├── bottom_right_resize.gif │ ├── center_left.gif │ ├── center_right.gif │ ├── clear.gif │ ├── close.gif │ ├── inspect.gif │ ├── maximize.gif │ ├── minimize.gif │ ├── overlay.png │ ├── resize.gif │ ├── sizer.gif │ ├── top_left.gif │ ├── top_mid.gif │ └── top_right.gif │ ├── iefix │ ├── blank.gif │ ├── iepngfix.css │ └── iepngfix.htc │ ├── lighting.css │ ├── lighting │ ├── background_buttons.gif │ ├── bottom-left-blue.png │ ├── bottom-left-darkblue.png │ ├── bottom-left-green.png │ ├── bottom-left-grey.png │ ├── bottom-middle-blue.png │ ├── bottom-middle-darkblue.png │ ├── bottom-middle-green.png │ ├── bottom-middle-grey.png │ ├── bottom-right-blue.png │ ├── bottom-right-darkblue.png │ ├── bottom-right-green.png │ ├── bottom-right-grey.png │ ├── button-close-blue.png │ ├── button-close-darkblue.png │ ├── button-close-green.png │ ├── button-close-grey.png │ ├── button-maximize-blue.png │ ├── button-maximize-darkblue.png │ ├── button-maximize-green.png │ ├── button-maximize-grey.png │ ├── button-minimize-blue.png │ ├── button-minimize-darkblue.png │ ├── button-minimize-green.png │ ├── button-minimize-grey.png │ ├── left-blue.png │ ├── left-darkblue.png │ ├── left-green.png │ ├── left-grey.png │ ├── pngbehavior.htc │ ├── right-blue.png │ ├── right-darkblue.png │ ├── right-green.png │ ├── right-grey.png │ ├── spinner.gif │ ├── top-left-blue.png │ ├── top-left-darkblue.png │ ├── top-left-green.png │ ├── top-left-grey.png │ ├── top-middle-blue.png │ ├── top-middle-darkblue.png │ ├── top-middle-green.png │ ├── top-middle-grey.png │ ├── top-right-blue.png │ ├── top-right-darkblue.png │ ├── top-right-green.png │ └── top-right-grey.png │ ├── mac_os_x.css │ ├── mac_os_x │ ├── B.png │ ├── BL.png │ ├── BL_Main.png │ ├── BR.png │ ├── BR_Main.png │ ├── B_Main.png │ ├── L.png │ ├── L_Main.png │ ├── R.png │ ├── R_Main.png │ ├── T.png │ ├── TL.png │ ├── TL_Main.png │ ├── TR.png │ ├── TR_Main.png │ ├── T_Main.png │ ├── close.gif │ ├── maximize.gif │ └── minimize.gif │ ├── mac_os_x_dialog.css │ ├── mac_os_x_dialog │ ├── B.png │ ├── BL.png │ ├── BR.png │ ├── L.png │ ├── R.png │ ├── T.png │ ├── TL.png │ ├── TR.png │ ├── bg.gif │ ├── close.gif │ ├── maximize.gif │ └── minimize.gif │ ├── nuncio.css │ ├── nuncio │ ├── bottom_left.png │ ├── bottom_mid.png │ ├── bottom_right.png │ ├── center_left.png │ ├── center_right.png │ ├── close.png │ ├── minimize.png │ ├── overlay.png │ ├── top_left.png │ ├── top_mid.png │ └── top_right.png │ ├── spread.css │ └── spread │ ├── bottom-left-c.gif │ ├── bottom-middle.gif │ ├── bottom-right-c.gif │ ├── button-close-focus.gif │ ├── button-max-focus.gif │ ├── button-min-focus.gif │ ├── frame-left.gif │ ├── frame-right.gif │ ├── left-top.gif │ ├── right-top.gif │ └── top-middle.gif ├── config ├── locales │ ├── bg.yml │ ├── de.yml │ ├── en.yml │ ├── es.yml │ ├── fr.yml │ ├── hu.yml │ ├── ja.yml │ ├── ko.yml │ ├── nl.yml │ ├── pl.yml │ ├── pt-BR.yml │ ├── ru.yml │ ├── sk.yml │ ├── sv.yml │ ├── zh-TW.yml │ └── zh.yml └── routes.rb ├── db └── migrate │ ├── 0001_create_code_reviews.rb │ ├── 0002_add_updated_by.rb │ ├── 0003_add_lock_version.rb │ ├── 0004_add_status_changed.rb │ ├── 0005_create_code_review_user_settings.rb │ ├── 0006_link_to_issue.rb │ ├── 0007_rename_user.rb │ ├── 0008_create_code_review_project_settings.rb │ ├── 0009_add_hide_tab.rb │ ├── 0010_add_action_type.rb │ ├── 0011_add_auto_relation.rb │ ├── 0012_add_attachment_id.rb │ ├── 0013_add_file_count.rb │ ├── 0014_create_code_review_assignments.rb │ ├── 0015_add_assignment_tracker.rb │ ├── 0016_add_changeset_id.rb │ ├── 0017_add_auto_assign.rb │ ├── 0018_add_lock_version_to_project_settings.rb │ ├── 0019_delete_old_fields.rb │ ├── 0020_add_tracker_to_review_dialog.rb │ ├── 0021_add_diff_all.rb │ └── 20220312104356_add_repository_id_to_code_reviews.rb ├── init.rb ├── lib ├── code_review_application_hooks.rb ├── code_review_attachment_patch.rb ├── code_review_auto_assign_settings.rb ├── code_review_change_patch.rb ├── code_review_changeset_patch.rb ├── code_review_issue_hooks.rb ├── code_review_issue_patch.rb └── code_review_projects_helper_patch.rb ├── test ├── code_review_object_daddy_helpers.rb ├── exemplars │ └── code_review_exemplar.rb ├── fixtures │ ├── code_review_assignments.yml │ ├── code_review_project_settings.yml │ ├── code_review_user_settings.yml │ └── code_reviews.yml ├── functional │ ├── attachments_controller_test.rb │ ├── code_review_controller_test.rb │ ├── code_review_settings_controller_test.rb │ ├── issues_controller_test.rb │ ├── projects_controller_test.rb │ └── repositories_controller_test.rb ├── test_helper.rb ├── test_runner.rb └── unit │ ├── code_review_assignment_test.rb │ ├── code_review_attachment_patch_test.rb │ ├── code_review_auto_assign_settings_test.rb │ ├── code_review_change_patch_test.rb │ ├── code_review_changeset_patch_test.rb │ ├── code_review_project_settings_test.rb │ ├── code_review_test.rb │ └── code_review_user_setting_test.rb └── travis ├── env.sh ├── travis.sh └── travis_install.sh /.coveralls.yml: -------------------------------------------------------------------------------- 1 | service_name: travis-ci -------------------------------------------------------------------------------- /.devcontainer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.devcontainer/Dockerfile -------------------------------------------------------------------------------- /.devcontainer/create-db-user.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.devcontainer/create-db-user.sql -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.devcontainer/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.devcontainer/docker-compose.yml -------------------------------------------------------------------------------- /.devcontainer/post-create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.devcontainer/post-create.sh -------------------------------------------------------------------------------- /.flow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.flow -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.github/ISSUE_TEMPLATE/bug_report.yml -------------------------------------------------------------------------------- /.github/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.github/config.yml -------------------------------------------------------------------------------- /.github/copilot-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.github/copilot-instructions.md -------------------------------------------------------------------------------- /.github/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.github/release.yml -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/prevent-main-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.github/workflows/prevent-main-pr.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.gitignore -------------------------------------------------------------------------------- /.hgeol: -------------------------------------------------------------------------------- 1 | [patterns] 2 | **.* = NATIVE 3 | -------------------------------------------------------------------------------- /.hgflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.hgflow -------------------------------------------------------------------------------- /.hgignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.hgignore -------------------------------------------------------------------------------- /.redmine.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.redmine.code-workspace -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/.travis.yml -------------------------------------------------------------------------------- /GPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/GPL.txt -------------------------------------------------------------------------------- /Gemfile_for_test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/Gemfile_for_test -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/README.md -------------------------------------------------------------------------------- /app/controllers/code_review_controller.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/controllers/code_review_controller.rb -------------------------------------------------------------------------------- /app/controllers/code_review_settings_controller.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/controllers/code_review_settings_controller.rb -------------------------------------------------------------------------------- /app/helpers/code_review_helper.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/helpers/code_review_helper.rb -------------------------------------------------------------------------------- /app/models/code_review.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/models/code_review.rb -------------------------------------------------------------------------------- /app/models/code_review_assignment.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/models/code_review_assignment.rb -------------------------------------------------------------------------------- /app/models/code_review_project_setting.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/models/code_review_project_setting.rb -------------------------------------------------------------------------------- /app/models/code_review_user_setting.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/models/code_review_user_setting.rb -------------------------------------------------------------------------------- /app/models/review_mailer.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/models/review_mailer.rb -------------------------------------------------------------------------------- /app/views/code_review/_add_success.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_add_success.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_body_bottom.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_body_bottom.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_change_attachement_view.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_change_attachement_view.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_change_entry_norevision_view.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_change_entry_norevision_view.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_change_repository_view.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_change_repository_view.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_change_revision_view.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_change_revision_view.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_history.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_history.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_html_header.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_html_header.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_issues_show_details_bottom.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_issues_show_details_bottom.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_new_form.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_new_form.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_reply.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_reply.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_show.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_show.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_show_error.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_show_error.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_update_diff_view.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_update_diff_view.html.erb -------------------------------------------------------------------------------- /app/views/code_review/_update_revisions.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/_update_revisions.html.erb -------------------------------------------------------------------------------- /app/views/code_review/index.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review/index.html.erb -------------------------------------------------------------------------------- /app/views/code_review_settings/_filters.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review_settings/_filters.html.erb -------------------------------------------------------------------------------- /app/views/code_review_settings/_show.html.erb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/app/views/code_review_settings/_show.html.erb -------------------------------------------------------------------------------- /assets/images/1downarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/images/1downarrow.png -------------------------------------------------------------------------------- /assets/images/1uparrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/images/1uparrow.png -------------------------------------------------------------------------------- /assets/images/2downarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/images/2downarrow.png -------------------------------------------------------------------------------- /assets/images/2uparrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/images/2uparrow.png -------------------------------------------------------------------------------- /assets/images/closed_review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/images/closed_review.png -------------------------------------------------------------------------------- /assets/images/review.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/images/review.png -------------------------------------------------------------------------------- /assets/javascripts/code_review.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/javascripts/code_review.js -------------------------------------------------------------------------------- /assets/stylesheets/activity.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/activity.css -------------------------------------------------------------------------------- /assets/stylesheets/code_review.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/code_review.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/MIT-LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/MIT-LICENSE -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/bottom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/bottom.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/bottom_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/bottom_left.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/bottom_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/bottom_right.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/left.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/overlay.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/progress.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/progress.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/right.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/top.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/top_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/top_left.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert/top_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert/top_right.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alert_lite.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alert_lite.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/bottom-left-c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/bottom-left-c.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/bottom-middle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/bottom-middle.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/bottom-right-c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/bottom-right-c.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/button-close-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/button-close-focus.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/button-max-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/button-max-focus.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/button-min-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/button-min-focus.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/frame-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/frame-left.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/frame-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/frame-right.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/left-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/left-top.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/right-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/right-top.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/alphacube/top-middle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/alphacube/top-middle.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/behavior.htc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/behavior.htc -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/button-close-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/button-close-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/button-maximize-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/button-maximize-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/button-minimize-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/button-minimize-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/frame-bottom-left-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/frame-bottom-left-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/frame-bottom-mid-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/frame-bottom-mid-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/frame-bottom-right-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/frame-bottom-right-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/frame-left-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/frame-left-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/frame-right-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/frame-right-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/titlebar-left-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/titlebar-left-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/titlebar-mid-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/titlebar-mid-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/darkX/titlebar-right-focused.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/darkX/titlebar-right-focused.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/debug.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/debug.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/bottom_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/bottom_left.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/bottom_mid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/bottom_mid.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/bottom_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/bottom_right.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/bottom_right_resize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/bottom_right_resize.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/center_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/center_left.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/center_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/center_right.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/clear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/clear.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/close.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/inspect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/inspect.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/maximize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/maximize.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/minimize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/minimize.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/overlay.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/resize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/resize.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/sizer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/sizer.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/top_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/top_left.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/top_mid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/top_mid.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/default/top_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/default/top_right.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/iefix/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/iefix/blank.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/iefix/iepngfix.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/iefix/iepngfix.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/iefix/iepngfix.htc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/iefix/iepngfix.htc -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/background_buttons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/background_buttons.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-left-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-left-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-left-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-left-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-left-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-left-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-left-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-left-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-middle-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-middle-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-middle-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-middle-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-middle-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-middle-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-middle-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-middle-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-right-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-right-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-right-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-right-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-right-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-right-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/bottom-right-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/bottom-right-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-close-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-close-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-close-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-close-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-close-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-close-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-close-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-close-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-maximize-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-maximize-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-maximize-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-maximize-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-maximize-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-maximize-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-maximize-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-maximize-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-minimize-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-minimize-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-minimize-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-minimize-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-minimize-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-minimize-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/button-minimize-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/button-minimize-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/left-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/left-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/left-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/left-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/left-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/left-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/left-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/left-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/pngbehavior.htc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/pngbehavior.htc -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/right-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/right-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/right-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/right-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/right-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/right-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/right-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/right-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/spinner.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-left-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-left-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-left-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-left-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-left-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-left-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-left-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-left-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-middle-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-middle-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-middle-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-middle-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-middle-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-middle-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-middle-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-middle-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-right-blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-right-blue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-right-darkblue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-right-darkblue.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-right-green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-right-green.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/lighting/top-right-grey.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/lighting/top-right-grey.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/B.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/BL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/BL.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/BL_Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/BL_Main.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/BR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/BR.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/BR_Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/BR_Main.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/B_Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/B_Main.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/L.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/L_Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/L_Main.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/R.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/R.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/R_Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/R_Main.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/T.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/T.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/TL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/TL.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/TL_Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/TL_Main.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/TR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/TR.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/TR_Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/TR_Main.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/T_Main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/T_Main.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/close.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/maximize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/maximize.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x/minimize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x/minimize.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/B.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/B.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/BL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/BL.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/BR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/BR.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/L.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/L.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/R.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/R.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/T.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/T.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/TL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/TL.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/TR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/TR.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/bg.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/close.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/maximize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/maximize.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/mac_os_x_dialog/minimize.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/mac_os_x_dialog/minimize.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/bottom_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/bottom_left.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/bottom_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/bottom_mid.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/bottom_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/bottom_right.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/center_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/center_left.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/center_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/center_right.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/close.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/minimize.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/overlay.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/top_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/top_left.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/top_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/top_mid.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/nuncio/top_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/nuncio/top_right.png -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread.css -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/bottom-left-c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/bottom-left-c.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/bottom-middle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/bottom-middle.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/bottom-right-c.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/bottom-right-c.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/button-close-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/button-close-focus.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/button-max-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/button-max-focus.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/button-min-focus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/button-min-focus.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/frame-left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/frame-left.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/frame-right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/frame-right.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/left-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/left-top.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/right-top.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/right-top.gif -------------------------------------------------------------------------------- /assets/stylesheets/window_js/spread/top-middle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/assets/stylesheets/window_js/spread/top-middle.gif -------------------------------------------------------------------------------- /config/locales/bg.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/bg.yml -------------------------------------------------------------------------------- /config/locales/de.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/de.yml -------------------------------------------------------------------------------- /config/locales/en.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/en.yml -------------------------------------------------------------------------------- /config/locales/es.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/es.yml -------------------------------------------------------------------------------- /config/locales/fr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/fr.yml -------------------------------------------------------------------------------- /config/locales/hu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/hu.yml -------------------------------------------------------------------------------- /config/locales/ja.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/ja.yml -------------------------------------------------------------------------------- /config/locales/ko.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/ko.yml -------------------------------------------------------------------------------- /config/locales/nl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/nl.yml -------------------------------------------------------------------------------- /config/locales/pl.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/pl.yml -------------------------------------------------------------------------------- /config/locales/pt-BR.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/pt-BR.yml -------------------------------------------------------------------------------- /config/locales/ru.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/ru.yml -------------------------------------------------------------------------------- /config/locales/sk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/sk.yml -------------------------------------------------------------------------------- /config/locales/sv.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/sv.yml -------------------------------------------------------------------------------- /config/locales/zh-TW.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/zh-TW.yml -------------------------------------------------------------------------------- /config/locales/zh.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/locales/zh.yml -------------------------------------------------------------------------------- /config/routes.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/config/routes.rb -------------------------------------------------------------------------------- /db/migrate/0001_create_code_reviews.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0001_create_code_reviews.rb -------------------------------------------------------------------------------- /db/migrate/0002_add_updated_by.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0002_add_updated_by.rb -------------------------------------------------------------------------------- /db/migrate/0003_add_lock_version.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0003_add_lock_version.rb -------------------------------------------------------------------------------- /db/migrate/0004_add_status_changed.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0004_add_status_changed.rb -------------------------------------------------------------------------------- /db/migrate/0005_create_code_review_user_settings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0005_create_code_review_user_settings.rb -------------------------------------------------------------------------------- /db/migrate/0006_link_to_issue.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0006_link_to_issue.rb -------------------------------------------------------------------------------- /db/migrate/0007_rename_user.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0007_rename_user.rb -------------------------------------------------------------------------------- /db/migrate/0008_create_code_review_project_settings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0008_create_code_review_project_settings.rb -------------------------------------------------------------------------------- /db/migrate/0009_add_hide_tab.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0009_add_hide_tab.rb -------------------------------------------------------------------------------- /db/migrate/0010_add_action_type.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0010_add_action_type.rb -------------------------------------------------------------------------------- /db/migrate/0011_add_auto_relation.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0011_add_auto_relation.rb -------------------------------------------------------------------------------- /db/migrate/0012_add_attachment_id.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0012_add_attachment_id.rb -------------------------------------------------------------------------------- /db/migrate/0013_add_file_count.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0013_add_file_count.rb -------------------------------------------------------------------------------- /db/migrate/0014_create_code_review_assignments.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0014_create_code_review_assignments.rb -------------------------------------------------------------------------------- /db/migrate/0015_add_assignment_tracker.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0015_add_assignment_tracker.rb -------------------------------------------------------------------------------- /db/migrate/0016_add_changeset_id.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0016_add_changeset_id.rb -------------------------------------------------------------------------------- /db/migrate/0017_add_auto_assign.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0017_add_auto_assign.rb -------------------------------------------------------------------------------- /db/migrate/0018_add_lock_version_to_project_settings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0018_add_lock_version_to_project_settings.rb -------------------------------------------------------------------------------- /db/migrate/0019_delete_old_fields.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0019_delete_old_fields.rb -------------------------------------------------------------------------------- /db/migrate/0020_add_tracker_to_review_dialog.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0020_add_tracker_to_review_dialog.rb -------------------------------------------------------------------------------- /db/migrate/0021_add_diff_all.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/0021_add_diff_all.rb -------------------------------------------------------------------------------- /db/migrate/20220312104356_add_repository_id_to_code_reviews.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/db/migrate/20220312104356_add_repository_id_to_code_reviews.rb -------------------------------------------------------------------------------- /init.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/init.rb -------------------------------------------------------------------------------- /lib/code_review_application_hooks.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/lib/code_review_application_hooks.rb -------------------------------------------------------------------------------- /lib/code_review_attachment_patch.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/lib/code_review_attachment_patch.rb -------------------------------------------------------------------------------- /lib/code_review_auto_assign_settings.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/lib/code_review_auto_assign_settings.rb -------------------------------------------------------------------------------- /lib/code_review_change_patch.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/lib/code_review_change_patch.rb -------------------------------------------------------------------------------- /lib/code_review_changeset_patch.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/lib/code_review_changeset_patch.rb -------------------------------------------------------------------------------- /lib/code_review_issue_hooks.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/lib/code_review_issue_hooks.rb -------------------------------------------------------------------------------- /lib/code_review_issue_patch.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/lib/code_review_issue_patch.rb -------------------------------------------------------------------------------- /lib/code_review_projects_helper_patch.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/lib/code_review_projects_helper_patch.rb -------------------------------------------------------------------------------- /test/code_review_object_daddy_helpers.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/code_review_object_daddy_helpers.rb -------------------------------------------------------------------------------- /test/exemplars/code_review_exemplar.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/exemplars/code_review_exemplar.rb -------------------------------------------------------------------------------- /test/fixtures/code_review_assignments.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/fixtures/code_review_assignments.yml -------------------------------------------------------------------------------- /test/fixtures/code_review_project_settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/fixtures/code_review_project_settings.yml -------------------------------------------------------------------------------- /test/fixtures/code_review_user_settings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/fixtures/code_review_user_settings.yml -------------------------------------------------------------------------------- /test/fixtures/code_reviews.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/fixtures/code_reviews.yml -------------------------------------------------------------------------------- /test/functional/attachments_controller_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/functional/attachments_controller_test.rb -------------------------------------------------------------------------------- /test/functional/code_review_controller_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/functional/code_review_controller_test.rb -------------------------------------------------------------------------------- /test/functional/code_review_settings_controller_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/functional/code_review_settings_controller_test.rb -------------------------------------------------------------------------------- /test/functional/issues_controller_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/functional/issues_controller_test.rb -------------------------------------------------------------------------------- /test/functional/projects_controller_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/functional/projects_controller_test.rb -------------------------------------------------------------------------------- /test/functional/repositories_controller_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/functional/repositories_controller_test.rb -------------------------------------------------------------------------------- /test/test_helper.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/test_helper.rb -------------------------------------------------------------------------------- /test/test_runner.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/test_runner.rb -------------------------------------------------------------------------------- /test/unit/code_review_assignment_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/unit/code_review_assignment_test.rb -------------------------------------------------------------------------------- /test/unit/code_review_attachment_patch_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/unit/code_review_attachment_patch_test.rb -------------------------------------------------------------------------------- /test/unit/code_review_auto_assign_settings_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/unit/code_review_auto_assign_settings_test.rb -------------------------------------------------------------------------------- /test/unit/code_review_change_patch_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/unit/code_review_change_patch_test.rb -------------------------------------------------------------------------------- /test/unit/code_review_changeset_patch_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/unit/code_review_changeset_patch_test.rb -------------------------------------------------------------------------------- /test/unit/code_review_project_settings_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/unit/code_review_project_settings_test.rb -------------------------------------------------------------------------------- /test/unit/code_review_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/unit/code_review_test.rb -------------------------------------------------------------------------------- /test/unit/code_review_user_setting_test.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/test/unit/code_review_user_setting_test.rb -------------------------------------------------------------------------------- /travis/env.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/travis/env.sh -------------------------------------------------------------------------------- /travis/travis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/travis/travis.sh -------------------------------------------------------------------------------- /travis/travis_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haru/redmine_code_review/HEAD/travis/travis_install.sh --------------------------------------------------------------------------------