23 Commits

Author SHA1 Message Date
ulferts 2b68eb08ad squash migrations below 15.0 2025-07-22 14:54:28 +02:00
ulferts 854f2b3c9d attempt to fix flickering spec 2025-07-07 17:23:50 +02:00
Behrokh Satarnejad 8565925b17 [64112] Create an angular breadcrumb as placeholder for the toggle button (#19229)
* create a breadcrumbs angular component

* change the styles of breadcrumbs component so it look like other breadcrumbs

* add breadcrumbs component to the partition query space component

* add breadcrumbs to boards

* add breadcrumbs to team planners and calendar

* add breadcrumbs to ifc viewer and wps and gantt pages

* add feature specs for modules that have breadcrumbs component

* add mobile view for breadcrumbs component

* fix mobile styles in bcf module

* remove margin-bottom from breadcrumb mobile since it has some space from toolbar title

* add a section for active breadcrumb

* move breadcrumb items for gantt and wp to a separate method

* fix urls for work packages and gantt pages when there is no project selected

* use only op- classes

* use existing translations and use capybara accessible selectors

* change gantt translation key

* fix failing test in boards

* add section header of side bar menu to the breadcrumb last item

* change css BEM styles and change the projectWorkPackages path to workPackages path

* undo css changes in bcf view

* fix failing tests

* change target of anchors

* Use real space instead of a margin so that screen readers can read it out correctly

---------

Co-authored-by: Henriette Darge <h.darge@openproject.com>
2025-06-25 15:27:21 +02:00
Christophe Bliard 3f06127c04 [63351] Replace "Add follower" by "Add successor"
https://community.openproject.org/wp/63351

In the Gantt module, when right-clicking a work package, the menu was
proposing "Add follower". The current terminology is "successor" instead
of "follower", so the menu item has been updated to reflect that.
2025-05-05 16:21:19 +02:00
Aaron Contreras 64f272ae29 Fix old specs 2024-11-13 06:47:48 -05:00
Henriette Darge e28db8c2fb Adapt test to new min-width for Gantt charts 2024-08-28 09:49:27 +02:00
Ivan Kuchin 4911b8a149 remove years from copyrights (except for COPYRIGHT file) 2024-07-31 15:02:49 +02:00
Ivan Kuchin 0b87ed9b6a remove newlines from context descriptions 2024-07-29 19:27:17 +02:00
Henriette Darge 896dd8e7da Merge obsolete "sidebar.sass" and "sidemenu.sass" files into one new "submenu_component.sass" and harmonize the selectors 2024-07-11 15:29:49 +02:00
Henriette Darge ee37ae08fa Adapt tests to new rails based submenu of the workpackages module 2024-07-03 13:26:25 +02:00
Henriette Darge 0b50a4d639 Use test_selector instead of style classes 2024-05-17 17:31:21 +03: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
Christophe Bliard 1e2cb02170 [53027] Fix broken atom feed for Gantt charts 2024-03-04 12:01:52 +01:00
Henriette Darge 034c19263a Show non-project queries on the global Gantt menu only 2024-02-13 12:32:19 +01:00
Henriette Darge b69679e96c Remove the feature flag for the separate gantt module 2024-02-01 14:15:03 +01:00
Henriette Darge 0b1bd23a97 Reload the sidemenu when a query is updated, created or deleted 2024-01-29 08:30:41 +01:00
Henriette Darge 58ae8b7ebb Add three default queries for the Gantt module 2024-01-25 14:22:46 +01:00
Henriette Darge 8befe5f797 Move timeline specs to new gantt module in code 2024-01-19 07:36:30 +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 37f8ee8f42 Migrate all queries with enabled timeline to the View "gantt" so that they are shown in the new gantt module 2023-12-07 16:32:29 +01:00
Henriette Darge a763059113 Add basic tests for the gantt module 2023-12-01 11:13:17 +01:00