14 Commits

Author SHA1 Message Date
Ivan Kuchin 4911b8a149 remove years from copyrights (except for COPYRIGHT file) 2024-07-31 15:02:49 +02:00
Henriette Darge 4f2b8d39c2 Replace old icons with Octicons inside the main menu 2024-06-11 12:46:23 +02:00
ulferts 3b2121f733 Revert "Merge remote-tracking branch 'origin/release/13.4' into dev"
This reverts commit 40b2bbeb09, reversing
changes made to b4c6cb17cc.
2024-03-21 11:31:17 +01:00
Ivan Kuchin 7787e457a3 Revert "Merge branch 'dev' into release/13.4"
This reverts commit a901541269, reversing
changes made to e573ca00b7.
2024-03-20 20:19:08 +01:00
Ivan Kuchin 9e4934cd0a change quotes using rubocop --only Style/StringLiterals,Style/QuotedSymbols -a 2024-03-20 18:05:22 +01:00
Oliver Günther dae8e52ac7 Rename gantt charts and place behind work packages 2024-02-07 11:17:15 +01:00
Henriette Darge b69679e96c Remove the feature flag for the separate gantt module 2024-02-01 14:15:03 +01:00
Henriette Darge 3ef79e8166 Refactor gantt sidebar menu to the rails SubmenuComponent 2024-01-24 11:14:37 +01:00
Henriette Darge fd80e3fc10 Add feature flag to hide the separate Gantt module. Therefore some additional changes were made:
* The viewType filter was changed to show both Gantt, and WorkPackagTable in the WorkPackage module.
* When saving a new query, the viewType is set depending on whether a timeline is visible
* When saving an exisiting query, the View is updated accordingly
2024-01-09 15:50:55 +01:00
Christophe Bliard c795874f7f Update copyright year for 2024
command used: `rg -l 'Copyright \(C\) 2012-202\d the OpenProject' | xargs -n 100 sed -i -r 's/Copyright \(C\) 2012-202. the OpenProject/Copyright (C) 2012-2024 the OpenProject/'`
2024-01-02 16:23:54 +01:00
Henriette Darge 1edd5cf122 Enable Gantt within the top menu and the global menu 2023-12-12 08:23:06 +01:00
Henriette Darge dae1754549 Create routes for new gantt module. Therefore the some logic from the WorkPackagesController was extracted into a helper to avoid doubling it 2023-12-01 11:13:17 +01:00
Henriette Darge bea533274c Correctly register the new Gantt module, so that is (de-)selectable in the project settings 2023-12-01 11:13:17 +01:00
Henriette Darge b64cae01b4 Create a separate Gantt module, with an own view identifier and menu node. Currently the module is still redirecting to the work package module. Later it will get it's own routing. 2023-12-01 11:13:17 +01:00