159 Commits

Author SHA1 Message Date
OpenProject Actions CI 86f9f2975f update locales from crowdin [ci skip] 2026-06-09 16:08:35 +00:00
Ivan Kuchin e3afba4465 follow yamllint except key ordering 2026-05-26 16:33:15 +02:00
OpenProject Actions CI d5b027b04b update locales from crowdin [ci skip] 2026-05-19 04:31:41 +00:00
OpenProject Actions CI 0e4437def6 update locales from crowdin [ci skip] 2026-05-06 04:21:38 +00:00
OpenProject Actions CI 10937badb2 update locales from crowdin [ci skip] 2026-04-09 11:38:47 +00:00
Dombi Attila c389018b1e Remove es-AR translation 2026-02-16 14:34:07 +02:00
OpenProject Actions CI 82420f0f09 update locales from crowdin [ci skip] 2026-02-16 08:09:09 +00:00
OpenProject Actions CI 5c7c9ecb95 update locales from crowdin [ci skip] 2026-02-15 03:53:21 +00:00
OpenProject Actions CI 9fb06a8ab8 update locales from crowdin [ci skip] 2026-02-06 03:51:00 +00:00
OpenProject Actions CI 22f84cea86 update locales from crowdin [ci skip] 2026-01-30 03:49:34 +00:00
OpenProject Actions CI d656746941 update locales from crowdin [ci skip] 2026-01-29 04:05:06 +00:00
OpenProject Actions CI c3b67188f3 update locales from crowdin [ci skip] 2026-01-17 03:34:48 +00:00
OpenProject Actions CI acad8b4a5c update locales from crowdin [ci skip] 2025-12-01 03:36:46 +00:00
OpenProject Actions CI e2d8c14e41 update locales from crowdin [ci skip] 2025-11-30 03:33:14 +00:00
OpenProject Actions CI ffc874ee28 update locales from crowdin [ci skip] 2025-11-06 03:31:22 +00:00
OpenProject Actions CI e87b33acf1 update locales from crowdin [ci skip] 2025-10-29 03:32:50 +00:00
OpenProject Actions CI f401471a3f update locales from crowdin [ci skip] 2025-08-27 03:25:44 +00:00
OpenProject Actions CI f0cf9d1ae8 update locales from crowdin [ci skip] 2025-08-22 03:22:19 +00:00
ulferts 2b68eb08ad squash migrations below 15.0 2025-07-22 14:54:28 +02:00
OpenProject Actions CI 71a6db3d24 update locales from crowdin [ci skip] 2025-07-11 03:34:19 +00:00
OpenProject Actions CI fb38471a98 update locales from crowdin [ci skip] 2025-07-10 03:32:17 +00:00
OpenProject Actions CI 95bc4f3d56 update locales from crowdin [ci skip] 2025-07-08 07:33:43 +00:00
ulferts 854f2b3c9d attempt to fix flickering spec 2025-07-07 17:23:50 +02:00
OpenProject Actions CI e88842b8fb update locales from crowdin [ci skip] 2025-07-06 03:33:19 +00:00
OpenProject Actions CI 6a4f142fbf update locales from crowdin [ci skip] 2025-07-01 03:39:09 +00:00
OpenProject Actions CI d8497b9a19 update locales from crowdin [ci skip] 2025-06-30 03:32:35 +00:00
OpenProject Actions CI 258af380b4 update locales from crowdin [ci skip] 2025-06-27 03:28:57 +00:00
OpenProject Actions CI 518dac5575 update locales from crowdin [ci skip] 2025-06-26 03:30:30 +00: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
OpenProject Actions CI 22c47086bd update locales from crowdin [ci skip] 2025-05-19 09:33:50 +00:00
OpenProject Actions CI 254699d23a update locales from crowdin [ci skip] 2025-05-07 03:27:56 +00: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
OpenProject Actions CI 910a9c8332 update locales from crowdin [ci skip] 2025-04-26 03:22:08 +00:00
Henriette Darge ee8452282a [63485] Remove show_local_breadcrumb and default_breadcrumb (#18663)
* add a new helper for breadcrumb in wiki page

* set page header in destroy page

* set page header in edit page

* set page header in history and rename and edit parent pages

* change toolbar items into page header items

* add new wiki action to sub header

* remove version edit page which is not in use any more

* add export as a menu item of the header

* fix rubocup errors

* fix failing tests

* replace page header in annotate page

* replace page header in diff page

* add page header in select menu page

* fix rubocup errors

* fix errors on rename test

* fix errors on selecting items from toolbar

* fix errors on tests for child pages

* set correct permission for configure menu item

* replace page header in summary page

* replace page header in summary details page

* edit docs of sub header

* add page header in wiki new page

* remove controller and a route for edit method

* undo changes for docs of sub header

* extract header in show page into a new component

* use helper method in header component

* add wiki module to the breadcrumb

* rename page header component for wiki page

* simplify how lock and lock implemented

* extract sub header

* remove wiki title from header of history page

* fix page header in new page

* use page.find_test_selector in test

* fix failing test for summary page

* fix failing test for wiki child pages

* change the summary test

* use test selector for page header title

* undo changes for activate user in admin

* use test selector in adding editing history test

* use test selector in attachment upload test

* use test selector in child pages tests

* use test selector in wiki menu items tests

* change test selector for breadcrumbs

* extract conditions to show edit button into a method

* extract conditions to show rollback action menu item into a method

* extract conditions to show create button into a method

* fix duplicated code in test

* Remove outdated `show_local_breadcrumb` method which is replaced by the Primer::PageHeader breadcrumb

* Remove `default_breadcrumb` method as it serves no prupose any more

* Remove the old breadcrumb and its hook completely

* remove breadcrumbs path from rename

* fix translations errors in storages

* undo changes on translations

* remove default breadcrumbs in time tracking controller

---------

Co-authored-by: Behrokh Satarnejad <b.satarnejad@openproject.com>
Co-authored-by: Behrokh Satarnejad <62008897+bsatarnejad@users.noreply.github.com>
2025-04-23 10:40:43 +02:00
OpenProject Actions CI b0856f497b update locales from crowdin [ci skip] 2025-04-16 12:37:17 +00:00
OpenProject Actions CI 8dbcd2b0a1 update locales from crowdin [ci skip] 2025-04-10 03:18:57 +00:00
OpenProject Actions CI ad84403fe3 update locales from crowdin [ci skip] 2025-03-14 03:19:43 +00:00
Ivan Kuchin 0f6a12da3a erb_lint auto fix layout 2025-02-11 18:49:20 +01:00
Ivan Kuchin fb715f21b9 erb_lint auto fix quotes 2025-02-11 18:49:19 +01:00
OpenProject Actions CI f99e24bfea update locales from crowdin [ci skip] 2024-12-16 03:20:46 +00:00
OpenProject Actions CI 15beb51c76 update locales from crowdin [ci skip] 2024-12-13 03:22:38 +00:00
Aaron Contreras 64f272ae29 Fix old specs 2024-11-13 06:47:48 -05:00
OpenProject Actions CI 41b89d64f1 update locales from crowdin [ci skip] 2024-11-13 03:10:57 +00:00
OpenProject Actions CI 91517534c5 update locales from crowdin [ci skip] 2024-10-17 03:10:28 +00:00
OpenProject Actions CI 632c7d41f7 update locales from crowdin [ci skip] 2024-09-30 12:29:38 +00:00
Henriette Darge c9533541c7 Merge pull request #16521 from opf/bug/57391-new-split-screen-fixed-width-breaks-layout-when-resizing-the-screen
[57391] New split screen: fixed width breaks layout when resizing the screen
2024-08-28 10:09:01 +02:00
Henriette Darge e28db8c2fb Adapt test to new min-width for Gantt charts 2024-08-28 09:49:27 +02:00
Andrej Sandorf d3b0437ba2 Merge branch 'dev' into feature/48274-work-packages-export-modal-with-settings 2024-08-22 16:05:34 +02:00
OpenProject Actions CI ec0bb10954 update locales from crowdin [ci skip] 2024-08-21 03:09:33 +00:00
Andrej Sandorf e12a8f3dbd Merge branch 'dev' into feature/48274-work-packages-export-modal-with-settings 2024-08-19 09:12:03 +02:00