Skip to content

various fixes up to redmine 3.4 for those interested#1151

Open
jouve wants to merge 168 commits into
backlogs:masterfrom
wyplay:master
Open

various fixes up to redmine 3.4 for those interested#1151
jouve wants to merge 168 commits into
backlogs:masterfrom
wyplay:master

Conversation

@jouve
Copy link
Copy Markdown

@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.
@dupeg dupeg force-pushed the master branch 2 times, most recently from 001fd23 to 3a28f34 Compare October 8, 2019 09:30
- 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.