Project

General

Profile

editing multiple issues not working for me, rake rails:update required upon fresh checkout?

Added by Johann Tagle over 15 years ago

Hi. Been using Redmine since 0.6.1 and it has helped us tremendously. Loved it when, upon upgrading to 0.7.1 (straight from 0.6.1), I found that I can now edit multiple issues at the same time. However, when I upgraded from 0.7.1 to 0.7.3, I encountered a problem. It told me to run rake rails:update due to outdated config/boot.rb. It ran okay, but then I can no longer right-click and make the context menu appear, and so I am unable to edit multiple issues anymore.

I decided to try it on a fresh checkout of 0.7.3. Here's what I got after configuring database.yml:

mongrel_rails start -e production
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with production environment...
Your config/boot.rb is outdated: Run "rake rails:update".
[root@eypdev redmine]# rake rails:update
(in /home/redmine-0.7.3)
[root@eypdev redmine]# svn status
?      script/dbconsole
?      script/performance/request
?      script/process/inspector
M      config/boot.rb
M      public/javascripts/prototype.js
M      public/javascripts/effects.js
M      public/javascripts/dragdrop.js
M      public/javascripts/controls.js

I realized that's the same svn status output of my original copy. I haven't checked the details of what was modified in the javascript files, but I think one of the things changed there is what's causing the problem. I'll try to look at it, but I'm not really much of a javascript programmer, so any help would be greatly appreciated.

Thanks

Johann


Replies (1)

RE: editing multiple issues not working for me, rake rails:update required upon fresh checkout? - Added by Johann Tagle over 15 years ago

Follow-up - I reverted the changes made by rake rails:update to the four javascript files, and now the context menu is okay. Not really sure which one(s) really needed reverting, but my installation is working okay so far.

    (1-1/1)