• Home
  • Plugins
  • Services
  • Solutions
  • Pricing
  • Blog
  • Contact
  • Support
  • Login
  • Get Free Demo
  • Home
  • Changelog
  • Changelog Overview
  • Gantt Chart

Redmine X Gantt Chart Changelog

2.1.11
  • Support for Redmine 6.X.X added.
  • New version of RedmineX Assets for Redmine 6.X.X.
  • The menu_manager.rb file containing the MenuManager module was removed for better manageability.
  • Patches, hooks, and helpers were reorganized into subdirectories for improved clarity and easier upgrades.
  • Requirements: RedmineX Assets v2.1.12.
2.1.10
  • RedmineX Assets plugin updated to support the RedmineX Timesheet plugin.
  • Project template tasks can now be displayed/hidden using issue query filters.
  • Fixed visibility of tasks in the local Gantt view of project templates.
  • Requirements: RedmineX Assets v2.1.11.
2.1.9
  • Added a maximum tasks count setting to limit tasks loaded into the Gantt chart.
  • Holiday data caching reworked for optimized performance.
  • Improved speed of project completion percentage calculations.
  • Fixed milestone saving issues for tasks created using the grid's plus button.
  • Requirements: RedmineX Assets v2.1.10.
2.1.8
  • Fixed task-subtask relationship issues when tasks span multiple projects.
  • Improved project shifting for independent parent task settings.
  • Requirements: RedmineX Assets v2.1.9.
2.1.7
  • Resolved task-subtask relationship and milestone hierarchy issues in the Gantt chart.
  • Improved task linking functionality.
  • Requirements: RedmineX Assets v2.1.8.
2.1.6
  • Improved translations for new issue relation types.
  • Tasks now automatically sort by start date on loading.
  • New tasks are inserted at the correct grid position and displayed automatically.
  • Fixed task modification, project shift undo, and server-side project shift issues.
  • Requirements: RedmineX Assets v2.1.7.
2.1.5
  • Updated RedmineX Assets to v2.1.6 for new worktime unit settings.
  • Requirements: RedmineX Assets v2.1.6.
2.1.4
  • Redmine API requests now use headers instead of URL parameters for better security.
  • Fixed multiple filter-related query requests to optimize performance.
  • Requirements: RedmineX Assets v2.1.5.
2.1.3
  • Fixed ArgumentError caused by the Ruby to_h method incompatibility.
  • Requirements: RedmineX Assets v2.1.4.
2.1.2
  • Integration with the latest RedmineX Assets for RedmineX Resources.
  • Adjustments for the Default theme and general styling updates.
  • Requirements: RedmineX Assets v2.1.2.
2.1.1
  • Converted standalone functions in modules to static classes for better code structure.
  • Requirements: RedmineX Assets v2.1.1.
2.1.0
  • User names now respect Redmine's settings for name formatting.
  • Tasks can only be assigned to users with the appropriate roles.
  • Tasks are now read-only for users without editing rights.
  • Project tooltip time calculations removed for improved loading speed.
  • Lightbox can now be closed using the Escape key.
  • Full support for Redmine v5.0.0.
  • Fixed 403 error during project shifts, task priority issues, and subtask filter bugs.
  • Requirements: RedmineX Assets v2.1.0.
2.0.2
  • Export can now be enabled or disable in gantt. This is a workaround for situations where the js export library is unavailable on the dhtmlx servers and it significantly delays gantt loading.
  • If there was no task in the project, the project was not displayed in the gantt at all, because the displayed projects are obtained from the tasks. Now the project is displayed in the local gantt (but not in global).
  • Requirements: RedmineX Assets v2.0.2.
2.0.0
  • Support for individual user or group calendars including:
    • Detailed settings of global calendar and user calendars with the option to select public holidays of the specified country (RedmineX Assets plugin).
    • Display of non-working days (public holidays and vacations) for each task (according to the assigned user).
    • Shift linked tasks according to their individual calendars.
    • Shift projects with respect to the task calendars.
  • Zoom levels reworked:
    • Name of the levels now correspond to the time unit displayed on the timeline.
    • Second timeline unit comes always from the higher zoom level (e.g. week for the 'day' level).
    • Quarter timeline unit added.
  • Support for shared milestones added:
    • Shared milestones are displayed for all projects they are shared with.
    • On the global gantt, a shared milestone can be displayed in multiple projects. In this case, moving one of these milestones will move all the others.
    • New milestone filter added to the 'Filters' box to show all, only open, only closed or selected milestones.
  • Toolbar height fixed when sidebar is closed.
  • Requirements: RedmineX Assets v2.0.0.
1.4.1
  • Toolbar is now smaller (in height) and therefore the gantt window can be larger.
  • RedmineX Gantt is now compatible with the following themes: Default, A1, Abacusmine, Alternate, Boostmine, Circle, Classic, Highrise, Minelab, Purplemine2, Zenmine.
  • Translations error fixed (locale strings were not distributed between RedmineX Gantt and RedmineX Resources correctly - resources didn't work without gantt).
1.4.0
  • Gantt is now split into two plugins.
1.3.2
  • Shared milestones are now displayed in all projects with which they are shared.
  • Displaying of closed milestones can be set in the plugin administration.
  • Scheduling in the grid fixed.
  • Milestone warning fixed when whole project is shifted.
1.3.1
  • Loading of users from the server optimised.
  • Loading of issues from the server optimised.
1.3.0
  • Gantt can be now filtered using Redmine query. Query can be saved and edited using the Redmine modal or loaded from the Redmine sidebar.
  • Projects can be moved along with all its issues and milestones to the future or past.
  • New issues are not crossed out in the grid (opened flag is set for them, when they are created).
  • Only links that connect tasks that are both visible on the chart, will be loaded from the server.
  • Styling issues concerning toolbar and sidebar fixed.
  • User list query optimized.
1.2.2
  • Jquery datepicker error fixed (error 500 if the jquery datepicker translation file was not available).
1.2.1
  • Jquery datepicker error fixed (error 500 if the jquery datepicker translation file was not available).
1.2.0
  • Different style of closed tasks (crossed out) in the grid.
  • Slow loading of tasks from the server.
1.2.0
  • Parent task of a task can be changed within the tasks project using lightbox.
  • Parent milestone of a task can be changed within the tasks project using lightbox.
  • Collapse all/Expand all buttons added (to expand/collapse all items in the grid).
  • Grid items with children now show number of subitems (next to the name).
  • If there are unsaved changes on gantt, user receives warning before he/she leaves the page.
  • All dates on gantt are now in the same format as in Redmine (they respect the settings in Redmine).
  • If the tasks end date gets after its milestones effective date, a warning is displayed.
  • Assignee selection is now via select2 select box and the items (assignees) in the box are hiearchized (Group -> User).
1.1.1
  • Link to the gantt documentation fixed.
1.1.0
  • Full support of derived parent tasks.
  • Major style upgrade.
  • Move to task and select task when task is clicked.
  • Number of tasks displayed in the grid.
  • Full support of PG DB.
  • SQL queries rewritten in AREL.
  • Task can be assigned in the lightbox, including author.
1.0.1
  • User in a different timezone could encounter saving error (end date is before start date).
  • Priority ids were incorrectly saved and after reload of gantt, some tasks could not be saved.
  • Scroll to today function fixed (after gantt is loaded, position is set as near to today date as possible.
1.0.0
  • First version of standalone RedmineX Gantt plugin.

Changelog

  • Changelog Overview
    • UX Upgrade
    • Gantt Chart
RedmineX Logo

RedmineX is operated by Projectino s.r.o.

Europe, Prague
Světova 523/1, 180 00 Prague 8, Czechia


North America, New York
WeWork, 85 Broad Street, New York, NY 10004, USA


Asia, Hong Kong
WeWork, 46/F, Lee Garden One, 33 Hysan Avenue, Causeway Bay, Hong Kong

GoPay VISA & MasterCard Paypal

Credentials

Company reg. no.: 09829202​
VAT ID: CZ09829202​
IBAN: CZ5608000000002039288223
BIC/SWIFT: GIBACZPX
Youtube
LinkedIN
Facebook

Resources

  • Redmine Blog
  • Redmine Knowledge Base
  • Terms & Conditions
  • GDPR - Request Data
  • Data Processing
  • Client Testimonials
  • FAQ
  • Plugin Installation
  • Plugin Update
  • Plugin Uninstallation
  • Documentation
  • Changelog
  • Redmine Kickstarter
  • Authors

We Are An Alternative To

  • Redmine Alternative
  • Basecamp Alternative
  • JIRA Alternative
  • Trello Alternative
  • Redmine Online Demo
  • Redmine Theme
  • Project Management Software Comparison
  • MS Project Alternative
  • Redmine vs Openproject
  • Redmine vs Asana
  • Redmine vs Trac
  • Youtrack vs Redmine

© 2025 RedmineX - stress-free projects

Denis Novak

Support

Having trouble with a plugin or Redmine?

Anna Jarošová

Onboarding

Need a demo or ask a pre-sale question?

Michal Staněk

Technical

Having tech or licensing questions?

Cron Job Starts