Commit Graph

137 Commits

Author SHA1 Message Date
Alexander Meindl
b4e1f2b67d working on tabler icons integration 2024-10-05 16:33:56 +02:00
Alexander Meindl
886938495f AdditionalsQuery refactored 2024-08-26 19:24:34 +02:00
Alexander Meindl
68a57b04af working on query filters, add some redmine 6 support and rubocop fixes 2024-08-25 19:14:50 +02:00
Alexander Meindl
b94e192a86 drop fall back emoji support and add routing helper class 2024-08-05 20:20:45 +02:00
Alexander Meindl
7739fe4922 Remove priority-low-other and priority-high-other css classes for issue priorities, to solve n+1 query problems 2024-03-10 10:32:03 +01:00
Alexander Meindl
e1338290c6 single_page_limit refactored and tests added 2023-12-15 11:46:01 +01:00
Alexander Meindl
ea46c2bf03 Ruby 3 is required. Add redmine 5.1 to tests 2023-11-05 06:21:43 +01:00
Alexander Meindl
9235602496 rename .to_list to .to_comma_list to fix conflict of https://github.com/alphanodes/additional_tags/issues/56 2023-10-18 10:40:49 +02:00
Alexander Meindl
483eb09c62 Javascript and jquery cleanup 2023-10-13 16:09:34 +02:00
Alexander Meindl
7cf66b50c3 Allow overwrite fixed settings 2023-03-27 20:07:54 +02:00
Alexander Meindl
aacee17b69 Abstraction for per_page_first_limit 2023-03-03 07:28:04 +01:00
Alexander Meindl
b45308c229 Show author of issue on a note - if configured 2023-01-23 10:23:23 +01:00
Alexander Meindl
7c17cf5e0d move ids_from_string to query instance 2023-01-21 10:42:53 +01:00
Alexander Meindl
801e292020 ids_from_string abstracttion 2023-01-21 10:35:52 +01:00
Alexander Meindl
0490390ecf add helper for tab settings support 2023-01-09 17:22:02 +01:00
Alexander Meindl
0282ee8a7a provide my_watched_pages 2022-12-16 19:33:54 +01:00
Alexander Meindl
2b422d85de use Time.current instead of Time.zone.now. Time.zone.now is nil without timezone starting with Rails7 2022-06-29 09:28:17 +02:00
Alexander Meindl
af5834b392 disable emoji_assets, till emoji fallback is available 2022-06-25 13:15:45 +02:00
Alexander Meindl
fba4415dde add strip_split and to_list to core_ext 2022-06-08 20:01:59 +02:00
Alexander Meindl
d86973d0a5 #138 use plugin_assets plugin directory for fallback emojis 2022-06-01 16:27:38 +02:00
Alexander Meindl
d9a6e42f24 Provide entity deliver for mailer 2022-05-26 18:41:01 +02:00
Alexander Meindl
f23d70594f Switch from gemoji to tanuki_emoji 2022-04-10 13:45:24 +02:00
Alexander Meindl
89fbf25e7a add project filter and column for new_issue_message; use css class instead of styles for inline_emojis 2022-04-07 20:19:19 +02:00
Alexander Meindl
391786e90b Add macro button support for common_mark formatter, remove old unmaintained custom_menu_items 2022-04-04 19:00:53 +02:00
Alexander Meindl
e411d3f3d5 remove issue auto watch, because it is a feature of Redmine 5 2022-04-01 20:37:48 +02:00
Alexander Meindl
25827be2cf Redmine 5 only work and fix icon-expanded class 2022-03-30 18:05:59 +02:00
Alexander Meindl
dcd2cdfcfd Working on max live search results 2022-03-12 17:50:45 +01:00
Alexander Meindl
9d628dc357 always use select2 with initialize_methods 2022-02-26 17:39:59 +01:00
Alexander Meindl
612bd9c9e0 Fix with_me for select2 helper 2022-02-01 17:18:08 +01:00
Alexander Meindl
224dc02361 Working on grouped_users for auto_completes 2022-01-30 14:21:43 +01:00
Alexander Meindl
0df0e2684f Use full_url from Additionals 2022-01-04 18:41:34 +01:00
Alexander Meindl
41ebd9aef2 add add_remove_unused_tags_job again, because broken remove_unused_tags from ActsAsTaggableOn 2021-12-29 10:18:07 +01:00
Alexander Meindl
a0ca97a85e add require for redmine_plugin_kit 2021-12-07 19:03:09 +01:00
Alexander Meindl
3e14e90f2d Working on fix PluginBase include 2021-12-07 18:59:17 +01:00
Alexander Meindl
cdf18cdbb4 Use redmine_plugin_kit for plugin loading 2021-12-07 18:51:09 +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
1c23f13ec7 Working on zeitwerk support 2021-11-23 19:16:49 +01:00
Alexander Meindl
80cf3f4685 provide false? for boolean conditions 2021-11-01 17:03:34 +01:00
Alexander Meindl
b710847dc3 Fix rubocop offenses 2021-09-29 15:19:21 +02:00
Alexander Meindl
ae0e5cc100 better solution to overwrite available_project_modules 2021-09-18 14:47:56 +02:00
Alexander Meindl
b11e14f797 add time_zone_correct method 2021-08-25 17:55:16 +02:00
Alexander Meindl
e4553dc2e4 fix rubocop rails offenses 2021-06-21 14:52:57 +02:00
Alexander Meindl
696f4de447 Provide split_ids method and refactor query description 2021-06-13 19:17:30 +02:00
Alexander Meindl
8328491851 Use dynamic columns for export dialog 2021-06-10 13:13:36 +02:00
Alexander Meindl
0580a1da03 Fixing export for tags 2021-04-20 09:53:07 +02:00
Alexander Meindl
07c306fa66 Working on ruby 2.7 updates and warning fixes 2021-04-18 13:34:55 +02:00
Alexander Meindl
7d8d12fd30 Some cosmetics 2021-03-14 17:43:43 +01:00
Alexander Meindl
51b011dff7 remove old incompatible_plugins entries 2021-01-16 21:20:46 +01:00
Alexander Meindl
df94d40b73 provide debug method 2020-12-11 13:35:37 +01:00