Commit Graph

6 Commits

Author SHA1 Message Date
Ivan Kuchin 4911b8a149 remove years from copyrights (except for COPYRIGHT file) 2024-07-31 15:02:49 +02:00
Dominic Bräunlein 158bb3f444 [#52916] URI prefix lost on adding storage button when
https://community.openproject.org/work_packages/52916
2024-02-26 11:27:49 +01:00
Kabiru Mwenja a84e26640b chore[Op#51021]: delegate url_helpers to Rails.application.routes
In view components, the controller context is not always available
specifically when unit testing view components. Similar to the `helpers`
delegation that forwards to action view, introduce similar functionality
for url_helpers.
2024-01-19 15:28:17 +03: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 4646373ebf Fix bug when passing nil or false value to ApplicationComponent.new options 2023-07-06 17:15:35 +02:00
Kabiru Mwenja d11800427c chore(View Components): Rename base class to ApplicationComponent 2023-06-22 18:16:32 +03:00