Oliver Günther
14192a74c3
Replace confirm with turbo-confirm, method with turbo-method
2025-09-26 09:15:04 +02:00
Ivan Kuchin
4911b8a149
remove years from copyrights (except for COPYRIGHT file)
2024-07-31 15:02:49 +02:00
Christophe Bliard
4b5292de3f
[49409] Update UI to allow marking a status as excluded from totals
...
The column headers of the statuses page have a shorter text to fit a
reasonable page width.
2024-05-17 17:00:12 +02:00
Christophe Bliard
8cb50dbdde
Always show % Complete column in statuses administration
...
It has been there since the initial addition of status based mode in
4fe14e71c2 .
Also remove the possibility to set an empty/unset % Complete for
statuses.
2024-04-08 10:04:57 +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
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
Christophe Bliard
a9049c0866
[48470] Fix rendering of statuses page
...
https://community.openproject.org/wp/48470
2023-06-09 11:20:55 +02:00
Dombi Attila
804462f00c
Remove including helpers in ViewComponents, use the #helpers method instead ( #12709 )
...
* Remove including helpers in ViewComponents, and use the #helpers method instead
2023-05-30 06:43:37 +02:00
Dombi Attila
51e6bdeb47
[ #47015 ] Replace Statuses::TableCell by ViewComponent
...
https://community.openproject.org/work_packages/47015
2023-05-23 15:31:44 +03:00