Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share Issues Categories for sub-projects(11898,5358) for Redmine 3.4 #14

Closed
y503unavailable opened this issue May 31, 2018 · 3 comments
Closed

Comments

@y503unavailable
Copy link
Owner

Imprement Share Issues Categories for sub-projects(redmine.org 11898,5358) for Redmine 3.4

Same as below tickets

Inheritable issue categories
http://www.redmine.org/issues/5358

Share Issues Categories for sub-projects
http://www.redmine.org/issues/11898

@y503unavailable
Copy link
Owner Author

Made branch from unofficial-34
https://github.com/y503unavailable/redmine/tree/inherit-category34

y503unavailable added a commit that referenced this issue Jun 2, 2018
Add sharing column and index for Issues Categories sharing like Version sharing.

I referred to Redmine's  db migration file (20091205124427_add_versions_sharing.rb)

refs #14
@y503unavailable
Copy link
Owner Author

I changed all except view (db, model, controller, helper, lib, locale).

The correction was carried out with reference to the following.
I examined the changes of redmine-org issue 465, 11898.
I searched for the current code (3.4) by sharing and applied the code modification related to version-sharing to issue-categories.
I changed the locale for en and ja.

Confirm that the related basic item operation (category, Issue) can be performed correctly.

Starting Redmine itself.
Confirm addition of items of DB itself.

(Check below in single PJ)
Add Category and save.
Add Issue and save.
Edit and save Issue.
Issue list display.

y503unavailable referenced this issue Jun 6, 2018
pj/setting/issue_categories
  edit/show ok ,create ng

  issues
    create/edit/show ok

	modified:   app/controllers/issue_categories_controller.rb
	modified:   app/helpers/projects_helper.rb
	modified:   app/models/issue.rb
	modified:   app/models/issue_category.rb
	modified:   app/models/project.rb
	modified:   app/views/context_menus/issues.html.erb
	modified:   app/views/issue_categories/_form.html.erb
	modified:   app/views/issue_categories/destroy.html.erb
	modified:   app/views/issues/_attributes.html.erb
	modified:   app/views/projects/_form.html.erb
	modified:   app/views/projects/settings/_issue_categories.html.erb
y503unavailable added a commit that referenced this issue Jun 9, 2018
Fixed create category problem.  
refs #14
y503unavailable added a commit that referenced this issue Jun 9, 2018
Fixed category setting screen(sharing icon)
refs #14
y503unavailable added a commit that referenced this issue Jun 9, 2018
Fixed category name
refs #14
y503unavailable added a commit that referenced this issue Jun 9, 2018
Fixed category delete screen
refs #14
y503unavailable added a commit that referenced this issue Jun 13, 2018
y503unavailable added a commit that referenced this issue Jun 15, 2018
* Add  inherit issue categories function for Redmine3.4.

Ported Version inheritance function.

refs #14
y503unavailable added a commit that referenced this issue Jun 21, 2018
…rsion (#18) " (#19)

* Add sharing column and index for Issues Categories sharing

Add sharing column and index for Issues Categories sharing like Version sharing.

I referred to Redmine's  db migration file (20091205124427_add_versions_sharing.rb)

refs #14

* Changed all except view (db, model, controller, helper, lib, locale)

* debugging version (2018/6/6)

pj/setting/issue_categories
  edit/show ok ,create ng

  issues
    create/edit/show ok

	modified:   app/controllers/issue_categories_controller.rb
	modified:   app/helpers/projects_helper.rb
	modified:   app/models/issue.rb
	modified:   app/models/issue_category.rb
	modified:   app/models/project.rb
	modified:   app/views/context_menus/issues.html.erb
	modified:   app/views/issue_categories/_form.html.erb
	modified:   app/views/issue_categories/destroy.html.erb
	modified:   app/views/issues/_attributes.html.erb
	modified:   app/views/projects/_form.html.erb
	modified:   app/views/projects/settings/_issue_categories.html.erb

* Fixed create category problem.  

Fixed create category problem.  
refs #14

* Fixed category setting screen

Fixed category setting screen(sharing icon)
refs #14

* Fixed category name

Fixed category name
refs #14

* Fixed category delete 

Fixed category delete screen
refs #14

* Fixed issue edit screen

refs #14

* Fix category list in context menu (#17)

* Add sharing parameter to IssueCategorues of REST-API GET ,as with version (#18)
@y503unavailable
Copy link
Owner Author

create working branch for trunk_2019/06/29
https://github.com/y503unavailable/redmine/tree/feature-category-trunk20190629

y503unavailable added a commit that referenced this issue Jan 1, 2020
* Imprement Share Issues Categories for sub-projects(redmine.org 11898,5358) for Redmine 4.1 #14

* fixed
y503unavailable added a commit that referenced this issue Jan 2, 2020
…898,5358) (#37)

* Integrate Redmine 3.4 version patch changes into Redmine 4.1 (trunk) #14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
3.4-unofficialcooking
Awaiting triage
4.0-unofficialcooking
Awaiting triage
Development

No branches or pull requests

1 participant