Closed Pierstoval closed 9 years ago
Here is my environment:
Environment:
Redmine version 2.5.2.stable.13338
Ruby version 1.9.3-p194 (2012-04-20) [x86_64-linux]
Rails version 3.2.19
Environment production
Database adapter Mysql2
SCM:
Subversion 1.6.17
Git 1.7.10.4
Filesystem
Redmine plugins:
redmine_custom_css 0.1.4
redmine_dashboard 2.3.1
redmine_dmsf 1.4.8 stable
redmine_spent_time_in_issue_description 1.5
Hmm, nevermind : I deleted the "redmine_spent_time_in_issue_description" config parameter and redmine automatically recreated it. Seems the migration did not went well, cuz the plugin parameters were not present in the database (that's why i "resetted" it )
Think this issue is solved for me, but maybe could you try to find a solution for other people who migrate from their version to master ?
I will confirm if the v1.5 tag is working as expected. I've had issues with the parameters in development as well.
So is there any solution to avoid this problem when migrating ?
In fact the problem comes from the diff between "old" and new parameters, like display etc.
It works for me but a solution may be found, like defining default params in the app when they are not set in the db config line.
What do you think about it ?
Your error is from looking for the partial _javascript_report.html.erb. That file should not have existed for v1.5.
Using your version of Redmine and Ruby I had v1.5 checked out and only ran into issues with the translations file. I couldn't repo the parameters issue you experienced.
Because of the translation file issue I'm thinking of removing v1.5. Master should be stable enough that I can tag it.
Yep, once translation files are OK, master is good !
For my problem, then it's solved ;)
I checked out v1.5 tag, and when I start redmine I have this error:
Maybe I made a mistake while upgrading the plugin ? :/