37 Commits

Author SHA1 Message Date
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
Christophe Bliard 9e865b4f7b lint: Run rubocop safe autocorrect
Command is `rubocop --safe --autocorrect app lib lib_static modules spec`
2023-03-09 10:25:57 +01:00
Christophe Bliard 21a696ef9b Update copyright information for 2023 2022-12-30 15:51:26 +01:00
Christophe Bliard a33524ef6d remove ruby magic comment for utf-8
ruby interprets source encoding as utf-8 since 2.0.0, making magic comment redundant and useless
2022-03-10 19:36:58 +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
ulferts 1bdd2ab9ae safe automatic fixes by rubocop (#8994) 2021-02-11 16:02:18 +01: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
Henriette Dinger bd7f4e4814 Update copyright notice 2020-01-15 11:31:26 +01:00
Oliver Günther 3e55430bc4 Fix procfile and references to new linking 2018-06-22 09:59:29 +02:00
Oliver Günther 2ab1a51d7a Link legacy frontends in the same fashion 2018-06-21 14:00:38 +02:00
Oliver Günther c807658205 Dynamically link modules upon precompilation step 2018-06-21 14:00:38 +02:00
Oliver Günther 6ef4211e77 Bump copyright to 2018 (#6171)
[ci skip]
2018-02-12 08:51:12 +01:00
Oliver Günther 7cf11bb689 Update copyright notice 2017-01-10 15:11:43 +01:00
Alex Coles e4591f336d Remove commented redmine:plugins:hook_list task
[ci skip]

Signed-off-by: Alex Coles <alex@alexbcoles.com>
2015-06-11 15:12:20 +02:00
Alex Coles e5da2578d5 Merge branch 'dev' into feature/rails4
Signed-off-by: Alex Coles <alex@alexbcoles.com>

Conflicts:
	.travis.yml
	Gemfile
	Gemfile.lock
	README.md
	app/assets/stylesheets/external.css.sass.erb
	app/assets/stylesheets/legacy/main.css.sass
	app/models/work_package.rb
	config/routes.rb
	lib/tabular_form_builder.rb
	spec/controllers/versions_controller_spec.rb
	spec/exemplars/type_exemplar.rb
	spec/factories/type_factory.rb
	spec/legacy/unit/default_data_spec.rb
	spec/legacy/unit/helpers/application_helper_spec.rb
	spec/legacy/unit/mail_handler_spec.rb
	spec/legacy/unit/project_spec.rb
	spec/legacy/unit/time_entry_activity_spec.rb
	spec/legacy/unit/type_spec.rb
	spec/models/work_package/work_package_validations_spec.rb
	spec/requests/api/v3/render_resource_spec.rb
	test/functional/types_controller_test.rb
	test/test_helper.rb
	test/unit/version_test.rb
2015-05-01 11:39:24 +02:00
Alex Coles e0191e759c Update year in copyright header to 2015
[ci skip]
2015-01-01 00:02:57 +00:00
Alex Coles f35e741387 Merge branch 'dev' into feature/rails4
Signed-off-by: Alex Coles <alex@alexbcoles.com>

Conflicts:
	app/controllers/api/v2/authentication_controller.rb
	app/controllers/api/v2/planning_element_journals_controller.rb
	app/controllers/api/v2/planning_element_type_colors_controller.rb
	app/controllers/api/v2/project_associations_controller.rb
	app/controllers/api/v2/project_types_controller.rb
	app/controllers/api/v2/projects_controller.rb
	app/controllers/api/v2/reported_project_statuses_controller.rb
	app/controllers/api/v2/reportings_controller.rb
	app/controllers/api/v2/timelines_controller.rb
	app/controllers/api/v2/users_controller.rb
	app/controllers/copy_projects_controller.rb
	app/controllers/custom_fields_controller.rb
	app/controllers/projects_controller.rb
	app/controllers/time_entries/reports_controller.rb
	app/controllers/types_controller.rb
	app/controllers/versions_controller.rb
	app/controllers/workflows_controller.rb
	app/helpers/types_helper.rb
	app/models/project.rb
	app/models/query.rb
	app/models/timeline.rb
	app/models/type.rb
	app/models/work_package.rb
	app/models/workflow.rb
	app/services/planning_comparison_service.rb
	config/initializers/10-patches.rb
	config/routes.rb
	db/seeds/production.rb
	features/step_definitions/general_steps.rb
	features/step_definitions/issue_steps.rb
	features/step_definitions/timelines_given_steps.rb
	features/step_definitions/type_steps.rb
	features/step_definitions/work_package_steps.rb
	lib/redmine/default_data/loader.rb
	lib/tasks/ci.rake
	lib/tasks/documentation.rake
	spec/controllers/api/v2/planning_elements_controller_spec.rb
	spec/factories/type_factory.rb
	spec/views/api/v2/custom_fields/index_api_rabl_spec.rb
	spec/views/api/v2/planning_elements/show_api_json_spec.rb
	spec/views/api/v2/projects/show_api_json_spec.rb
2014-11-04 20:50:24 +01:00
Alex Coles b8b26cfcf0 Fix syntax (w/Rubocop) in tasks
Signed-off-by: Alex Coles <alex@alexbcoles.com>
2014-11-03 22:15:13 +01:00
Alex Coles 535b5756c4 Comment SourceAnnotationExtractor in plugins.rake
Signed-off-by: Alex Coles <alex@alexbcoles.com>
2014-09-13 19:07:26 +02:00
Johannes Wollert 8b096975fe updates copyright headers
updates more copyright

more copyright headers
2014-02-27 16:39:51 +01:00
Jens Ulferts 2a61a5b65e removes no longer necessary rake tasks 2013-12-05 13:35:52 +01:00
Philipp Tessenow 444546e2e8 use \A and \z instead of ^ and $ in ruby regexes 2013-10-28 15:07:08 +01:00
Philipp Tessenow a1e67dd460 new copyright header #1903 2013-09-16 17:59:31 +02:00
Jens Ulferts 21459a384f provide every possible file with a short copyright notice
This was done using the rake task: rake copyright:update
2013-06-07 10:49:57 +02:00
Michael Frister 2dd1898e78 Remove db plugin migration code
We now use rake <plugin>:install:migrations.
2013-05-15 16:46:27 +02:00
Martin Linkhorst 31e614987b provide a noop rake task called db:migrate:plugins
this task is used by our chef script, but currently it's not clear how we want to execute migrations that come from plugins. nowadays rails engines copy their migrations to the main app, we should consider doing this as well.

see https://www.openproject.org/issues/145
2012-11-27 16:29:16 +01:00
Tim Felgentreff 9fda344c7e Adapt logic from Redmine 2 for plugin migrations using the ActiveRecord::Migrator 2012-08-03 16:50:52 +02:00
Jens Ulferts 4722e1185f REVIEW: disables require 'source_annotation_extractor' as it breaks rails 3 bootup
* seems to start without the statement but have to reevaluate once plugins are actually used
2012-07-31 10:05:00 +02:00
Holger Just 91070236db Set source encoding to UTF-8 2011-10-29 14:48:03 +02:00
Holger Just 07185fb169 [#436] Remove trailing whitespace 2011-05-30 20:52:25 +02:00
Eric Davis 99507a0391 [#197] Upgrade the copyright in the code files 2011-05-29 13:11:52 -07:00
Jean-Philippe Lang f7acdd1afd Merged hooks branch @ r1785 into trunk.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1786 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-09-05 10:31:06 +00:00