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 |
|
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 |
|
ulferts
|
2b2abf864a
|
introduce ProjectRole model
|
2023-10-09 14:34:20 +02:00 |
|
Henriette Darge
|
cbc06610bc
|
Merge remote-tracking branch 'origin/dev' into implementation/49582-build-the-modal-dialog-to-manage-members-of-a-work-package-using-hotwire-+-stimulus
|
2023-09-27 11:32:45 +02:00 |
|
ulferts
|
50cc99bc77
|
allow assigning wp roles now that they are builtin
|
2023-09-22 10:53:37 +02:00 |
|
Aaron Contreras
|
d834dbd93a
|
Set the .givable roles for WorkPackageRoles
|
2023-09-18 16:02:30 -05:00 |
|
Aaron Contreras
|
5aa2642e2e
|
Create WorkPackageRole model
* Executes:
`./bin/rails g model WorkPackageRole --skip-migrations --parent Role`
* Tailors Factory and Model Spec
|
2023-08-31 08:20:31 -05:00 |
|