47 Commits

Author SHA1 Message Date
Klaus Zanders 465db15294 Fix more link usages and specs 2026-02-09 15:08:13 +01:00
Alexander Brandon Coles d373a1b16a Remove unused new message form on Forum show page 2025-11-02 17:35:44 +00:00
Oliver Günther 14192a74c3 Replace confirm with turbo-confirm, method with turbo-method 2025-09-26 09:15:04 +02:00
Henriette Darge d7c006ce82 Update SubHeader implementations to new mobile requirements in version 0.66.1 2025-05-19 15:11:05 +02:00
ulferts 62d988b2b5 Merge remote-tracking branch 'origin/release/15.3' into dev 2025-02-17 10:12:47 +01:00
Tobias Dillmann 81a0c05a58 [#61453] run erb_lint autocorrect on forum view 2025-02-14 11:06:29 +01:00
Tobias Dillmann 9f87c13602 [#61453] show hover card on forum author 2025-02-14 11:05:12 +01: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
Ivan Kuchin 0b1f73ec79 erb_lint auto except rubocop linter 2025-02-11 18:49:19 +01:00
Oliver Günther 6e5193f84d Prevent watcher button from becoming nil
https://community.openproject.org/work_packages/60478
2025-01-13 19:24:26 +01:00
Behrokh Satarnejad bd3fb3e07d Merge branch 'dev' into 53810-update-pageheaders-subheaders-in-the-rails-project-pages 2024-11-17 12:43:21 +01:00
Behrokh Satarnejad 6a953220de update page header in forum and messages pages 2024-11-16 13:06:44 +01:00
Behrokh Satarnejad 989b8b453a update page header in edit forum page 2024-11-12 13:46:41 +01:00
Behrokh Satarnejad 3013dd1492 move header action to subheader in forums 2024-11-12 12:52:45 +01:00
Behrokh Satarnejad e60dd48352 change page header in forum new message page 2024-11-11 08:40:38 +01:00
Behrokh Satarnejad 93a78fa247 change page header in forum index page and change class of watcher link to look same as other primer buttons 2024-11-11 07:37:42 +01:00
Behrokh Satarnejad 2da1820b0c update page header in new forum page 2024-11-05 08:34:30 +01:00
Behrokh Satarnejad ce34cf28ec update page header in forums 2024-11-05 08:29:07 +01:00
Oliver Günther e8b26edbd3 Fix forum upload spec
with turbo: false, the form does not correctly get replaced in the current implementation,
brekaing tests on upload attachment counting.
2024-10-18 10:37:45 +02:00
Oliver Günther 47da171ac1 Provide option to hide highlight on col 2024-08-19 07:34:10 +02:00
Oliver Günther 44412c3006 Replace opHighlightCol with stimulus controller 2024-08-16 19:16:13 +02:00
Ivan Kuchin 4911b8a149 remove years from copyrights (except for COPYRIGHT file) 2024-07-31 15:02:49 +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
Henriette Darge 67dcba6fbe Merge button styles "alt-highlight" and "highlight" together in one "primary" style 2024-03-08 14:10: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
Klaus Zanders 4536ffddc5 Replace allowed_to checks in views 2023-10-27 13:30:46 +02:00
Christophe Bliard ed6e8755cb Fix untranslated strings 2023-09-04 14:28:05 +02:00
Christophe Bliard be88977aa5 [49848] Fix untranslated string 2023-09-04 13:54:32 +02:00
Christophe Bliard 21a696ef9b Update copyright information for 2023 2022-12-30 15:51:26 +01:00
Christophe Bliard bc8d423ec2 update copyright information for 2022 2022-03-01 17:05:59 +01:00
Oliver Günther ccfa29c728 Move license and copyright docs to root, fix names and references 2021-09-02 21:50:46 +02:00
Benjamin Bädorf 87cd178270 Fixed more linting errors (#9452)
* Fixed more linting errors

* Update the selector of the focus directive to opFocus

* Update the selector and BEM class of the focus-within directive

* More linting fixes

* Remove unused directives, merge focus and autofocus directive, remove now empty a11y module

* Some small fixes

* Fix ReorderDeltaBuilder

* Fix failing specs, linting

* Fix a couple of linting errors

* Reenable linting rules for unsafe any

* Reset broken code, update some html coding style
2021-07-20 09:00:42 +00:00
ulferts 6140f4c7e9 update copyright to 2021 (#8925)
Updates the copyright to 2021 for all files that have a copyright. Files in our source code without the copyright header still do not receive one automatically. Additionally, backlisted files are also excluded.

Previously the copyright of chiliproject which references redmine stated a copyright of redmine up to and including 2017 which is not true for the code we have in here. Because of that I changed that to 2013
2021-01-13 17:47:45 +01:00
ulferts 6cce947cbd Chore/rename timestamps (#8765)
* rename timestamps on time entry

* add updated_at filter/order for time entries

* rename on cost entries as well

This will make handling in the cost query easier

* adapt specs

* linting

* adapt project activity

* update references to updated_on

* remove outdated docs/code

* global memberships are just memberships

* rewire global membership creation/update/deletion

* delete no longer required code and patches

* move code to core

* move specs to core

* completely remove global roles in the form of a plugin

* adapt specs

* remove unused methods

* migrate existing data

* adapt membership representer to changed timestamps

* global memberships available via API

* implements created/update_at filters on memberships

* update member on roles being added/removed

* specify default value for created_at

* fix project permission check and validation on members

* adapt membership schema

* adapt usage of sort by on members widget

* support created/updated_on for api sort and filter

* remove outdated model file

* rename timestamps

* allow specifying timestamp column for aaj

* reload column information

* further rename of created_on

* include updated_at into journal creation

* adapt document updated_at calculation

* remove references to JournalVersion
2020-12-03 12:00:19 +01:00
ulferts 27b41a313c replace custom i18n function in views 2020-09-15 07:23:59 +02:00
ulferts b162b35a25 Merge branch 'release/10.5' into dev 2020-04-29 15:43:10 +02:00
bsatarnejad f26c2af84f Remove additional horizontal line in some pages 2020-04-29 09:58:09 +02:00
bsatarnejad 64e406bc7d make cancel buttons consistent 2020-04-23 09:42:12 +02:00
ulferts cf60cca544 use green button on forum 2020-02-11 13:55:09 +01:00
Henriette Dinger bd7f4e4814 Update copyright notice 2020-01-15 11:31:26 +01:00
Henriette Dinger 97a2f8477b Adapt tests to new forum redirects && remove doubled possibility to add a new forum 2019-12-19 15:24:18 +01:00
Henriette Dinger 35cb01b9fe Show forum module although there are no forums 2019-12-19 13:40:53 +01:00
Henriette Dinger 91a459ee20 Add forum management in "Forums" module 2019-12-19 13:12:17 +01:00
Oliver Günther 1dad3d71d7 Fix label
https://community.openproject.com/wp/30042

[ci skip]
2019-04-16 15:52:57 +02:00
Oliver Günther c5994d3b9b Rename Boards to Forums 2019-03-13 16:24:15 +01:00