redmine_milestones icon indicating copy to clipboard operation
redmine_milestones copied to clipboard

Repositories tab in settings

Open AlDemion opened this issue 12 years ago • 17 comments

After installing plugin, 2.0-branch, repositories tab in the project setting was gone.

AlDemion avatar Jul 26 '12 13:07 AlDemion

Same problem

ShadowBelmolve avatar Jul 30 '12 16:07 ShadowBelmolve

Same issue. Followed the simple installation using ubuntu 12.04 LTS VirtualBox and installing redmine via sudo sudo apt-get install redmine redmine-mysql This installs Redmine 1.3.2. Then installed milestones plugin. Repositories tab disapears from Project Settings menu. Wehn milestones plugin is deleted from vendor/plugins directory Repository folder reapears.

iv1808 avatar Aug 17 '12 00:08 iv1808

running bitnami redmine on ubuntu 10.10 with redmine 1.3.2. can confirm having the same issue! when redmine_milestones removed Repository tab in settings returns

jacovdm avatar Aug 21 '12 11:08 jacovdm

For me too in redmine 2.x

boos avatar Aug 22 '12 15:08 boos

For me too, redmine 2.0.3 stable

jasir avatar Oct 01 '12 15:10 jasir

I found the following code in https://github.com/k41n/redmine_milestones/blob/redmine-2.x/lib/milestones/projects_helper_patch.rb#L17

tabs.reject!{|x| x[:name] == 'repositories'} unless Redmine::VERSION.to_s.include? "1.4"

Then I tried to comment out this line and after that both modules works fine. My redmine version is 2.1.2 stable.

Redmine version 1.4 promotion :)

ux avatar Oct 14 '12 17:10 ux

Is there a valid reason why milestones would ever want to block a core tab in Redmine? This seems very strange...

lokisite avatar Oct 26 '12 19:10 lokisite

I assume that Redmine 1.3 has a special repositories tab or maybe it haven't it at all.

ux avatar Oct 26 '12 20:10 ux

Redmine 1.3 definitely has Repos as a core system.

lokisite avatar Oct 26 '12 20:10 lokisite

Anyway, there is commit named «Compatibility with Redmine 1.3» — https://github.com/k41n/redmine_milestones/commit/4c4b8de6704bd4fe4a215f2678448913a6f92346 So, I made decision that something is wrong with Redmine 1.3 or it's an anti advertising of Redmine 1.3 :)

And BTW, it's regrettably that Redmine 2.x branch of this project is developing so slow.

ux avatar Oct 26 '12 21:10 ux

It looks like its due to app/views/_repositories.erb not existing, in 1.3.3 the file is app/views/_repository.erb

dglloyd avatar Nov 05 '12 21:11 dglloyd

I too see this problem with redmine 2.3. I remove the line mentioned by @ux and all seems well again. I believe he's identified the problem, it's been six months according to github... is this project still active?

akohlsmith avatar Apr 14 '13 06:04 akohlsmith

You ncan switch to my fork, i fixed it in the redmine-2.x branch. https://github.com/cforce/redmine_milestones.git

However i am not and will not be the maintainer.

cforce avatar Apr 15 '13 07:04 cforce

@cforce I will definitely look at it, thank you. I also hear you loud and clear about not wanting to maintain. :-)

akohlsmith avatar Apr 15 '13 12:04 akohlsmith

@cforce you seem to have cleaned up the javascript as well. Was this causing trouble for you or was it one of those "this is bugging me, I'm going to do it correctly" kind of things?

akohlsmith avatar Apr 15 '13 13:04 akohlsmith

Its just made comaptivle for rails 3 (prototype> jquery) .. as far as i rerember.. maybe i was drunk that night. Just to make sure! Don't give me any maintainership. I am irresponsible.. ;)

cforce avatar Apr 15 '13 14:04 cforce

+1

phlegx avatar Aug 28 '13 11:08 phlegx