Commit Graph

112 Commits

Author SHA1 Message Date
Alexander Meindl
e5267e17f6 Fix scope of select2 in projects. Optimize hide role feature: do not call additional queries, if not required. Hide role supports assignee for issues and watchers 2022-04-21 12:11:19 +02:00
Alexander Meindl
25827be2cf Redmine 5 only work and fix icon-expanded class 2022-03-30 18:05:59 +02:00
Alexander Meindl
61f69f812f add controller_issues_edit_after_save hook support #127 2022-03-11 16:43:14 +01:00
Alexander Meindl
a0ca97a85e add require for redmine_plugin_kit 2021-12-07 19:03:09 +01:00
Alexander Meindl
cdf18cdbb4 Use redmine_plugin_kit for plugin loading 2021-12-07 18:51:09 +01:00
Alexander Meindl
93eaf4ace8 Add deface_setup to loader 2021-12-02 11:16:14 +01:00
Alexander Meindl
32f0526211 Use after_plugins_loaded. See https://www.redmine.org/issues/36245 2021-12-02 08:18:43 +01:00
Alexander Meindl
ad2d4b7f1f Introduce AddionalsLoader, refactor plugin loading 2021-11-27 08:01:01 +01:00
Alexander Meindl
ae7ed302d3 require version 2021-11-23 20:30:24 +01:00
Alexander Meindl
1c23f13ec7 Working on zeitwerk support 2021-11-23 19:16:49 +01:00
Alexander Meindl
07c306fa66 Working on ruby 2.7 updates and warning fixes 2021-04-18 13:34:55 +02:00
Alexander Meindl
111149ea7a Working on gemify 2020-11-29 13:17:02 +01:00
Alexander Meindl
cf46389bd8 Do not show assign to me, if assigned_to is disabled 2020-09-28 18:42:12 +02:00
Alexander Meindl
057023af59 version bump to 3.0.0 2020-09-27 13:58:25 +02:00
Alexander Meindl
058e171a53 Log on info for unknown block and do not load user hooks, if hrm is installed 2020-09-16 20:44:14 +02:00
Alexander Meindl
ed9e68a72c Drop wiki and footer header, which required RedCloth3::ALLOWED_TAGS div 2020-09-05 17:12:04 +02:00
Alexander Meindl
9530005860 Fix dashboard visibility. An author of a dashboard can always view his dashboard 2020-08-07 18:10:18 +02:00
Alexander Meindl
bab0a776d6 Rubocop fixes 2020-08-06 08:18:30 +02:00
Alexander Meindl
714e1b3f91 First draft of dashboard integration 2020-07-27 10:49:23 +02:00
Alexander Meindl
55d17b717a Provide journals helper 2020-06-22 10:12:32 +02:00
Alexander Meindl
131eac9af4 Bump release 2020-06-20 15:49:51 +02:00
Alexander Meindl
0980eb7434 Ruby 2.4 or higher is required 2020-04-16 13:00:07 +02:00
Alexander Meindl
b48083cdf1 Loading problem caused by https://www.redmine.org/issues/33290 2020-04-15 14:57:09 +02:00
Alexander Meindl
55ecf4cbd9 Db check required because of broken installation of redmine - caused by query with User.current 2020-04-15 12:38:36 +02:00
Alexander Meindl
2a5fe8b27c Patch integration cleanups 2020-04-12 09:13:59 +02:00
Alexander Meindl
25a4e89098 Try to run plugin setup without db check 2020-03-26 13:41:06 +01:00
Alexander Meindl
ad3772bd90 remove old checks for Redmine 3.4 (which is not supported anymore 2020-03-18 18:41:56 +01:00
Alexander Meindl
e9dcdf12ee Update to fontawesome 5.12.1 2020-02-09 10:25:53 +01:00
Alexander Meindl
b7bfa5ac4e Bumb version to 2.0.23 2020-02-08 17:47:59 +01:00
Alexander Meindl
99a03c734e Drop Redmine 3.4 support, Redmine 4.0 is required 2019-12-22 08:12:08 +01:00
Alexander Meindl
b2772d2286 Fix Rack 2.0.8 or newer error with session.id - session[:session_id] is now used without problems. Rubocop update and standard fixes 2019-12-19 08:28:27 +01:00
Alexander Meindl
5759f37ab7 Set next plugin version for dev 2019-11-22 09:26:46 +01:00
Alexander Meindl
e1ac724d34 Bump version 2019-11-21 15:54:19 +01:00
Alexander Meindl
cd3d1e9054 Try to fix Redmine 3.4 loading problems with ActiveJob 2019-10-13 20:15:53 +02:00
Alexander Meindl
61655e9831 working on travis fix 2019-07-23 13:26:40 +02:00
Alexander Meindl
2a351d64de version bump 2.0.21 2019-07-23 11:07:03 +02:00
Alexander Meindl
ff3b7f52c9 do not set FrozenStringLiteral before Redmine itself use it 2019-05-15 19:54:06 +02:00
Alexander Meindl
7e8b08b961 Working on frozen_string_literal support. Min requirements is ruby 2.3 or newer 2019-05-14 14:43:28 +02:00
Alexander Meindl
195038a0ff Fix mail notification if author changed 2019-04-09 14:46:44 +02:00
Alexander Meindl
b742bbfdba migration_context removed, because problems with depending plugins 2019-03-13 10:48:56 +01:00
Alexander Meindl
0b7c1809fa Use rescue solution of #42 to fix problem with Rails 5 2019-03-13 09:33:16 +01:00
Alexander Meindl
fffdc9e33a use different migration solution for rails 4 and rails 5 #40 2019-03-13 09:09:41 +01:00
Alexander Meindl
2957061ade try to fix migration problem for rails 5 #40 2019-03-13 08:56:31 +01:00
Alexander Meindl
495024021e check database connection #40 2019-03-13 08:13:24 +01:00
Alexander Meindl
57fac45dd7 RAILS_ENV=test for travis #40 2019-03-13 07:57:50 +01:00
Alexander Meindl
f066fc8489 support single process installation rake call #40 2019-03-13 06:05:45 +01:00
Alexander Meindl
68b6c329b9 version bumb 2019-02-10 13:21:28 +01:00
Alexander Meindl
8447431a5d Update to mermaid 8.0.0 2019-01-03 20:38:13 +01:00
Alexander Meindl
e9497ad4d1 version bump 2018-12-30 16:17:40 +01:00
Alexander Meindl
3b6bbee8b5 change to next dev version 2018-12-12 12:26:18 +01:00