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

various fixes up to redmine 3.4 for those interested #1151

Open
wants to merge 168 commits into
base: master
Choose a base branch
from

Conversation

jouve
Copy link

@jouve jouve commented Mar 26, 2018

No description provided.

ippeiukai and others added 30 commits March 23, 2015 18:37
Post route for project/:project_id/backlogs
Added jquery-migrate-1.2.1.js
Replaced find_all_by_id to where
…on' into ippeiukai_task_update_optimization
…ation

Ippeiukai task update optimization
…ON WARNING: Passing the format in the template name is deprecated. and DEPRECATION WARNING: Passing a template handler in the template name is deprecated.
- task directory deleted
- Add sidekiq dependancy to GemFile
- Change deprecated method *_filter by *_action, it is the equivalent since Rails5.2
- Change css z-index to prevent search menu to pass under backlog menu
- hash attribute to prevent internal error when drag and drop task
- Error Block Message in impediment
aya and others added 12 commits November 6, 2019 16:40
This fix specifies which version of ActiveRecord::Migration to inherit from.

From rails version 5.1, db migration fails with following error:
 Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:
 class CreateStoriesTasksSprintsAndBurndown < ActiveRecord::Migration[4.2]
 Caused by:
 StandardError: Directly inheriting from ActiveRecord::Migration is not supported. Please specify the Rails release the migration was written for:
fix version of ActiveRecord::Migration
In redmine 4.1.0, Backlog tab, we can't drag items, the javascript error was shown in console (tested in chrome and firefox).

jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:2 Uncaught Error: cannot call methods on draggable prior to initialization; attempted to call method 'enabled'
    at Function.error (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:2)
    at HTMLLIElement.<anonymous> (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:14)
    at Function.each (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:2)
    at jQuery.fn.init.each (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:2)
    at jQuery.fn.init.e.fn.<computed> [as draggable] (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:14)
    at HTMLUListElement.dragStart (backlog.js?1578612524:198)
    at e.<computed>.<computed>._trigger (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:14)
    at e.<computed>.<computed>._trigger (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:20)
    at e.<computed>.<computed>._trigger (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:14)
    at e.<computed>.<computed>._mouseStart (jquery-2.2.4-ui-1.11.0-ujs-5.2.3.js?1576844386:19)
[BUGFixed] Cant drag items from Product Backlog
They were disabled due to "release burndown broken", but seems to work quite well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet