Alexander Meindl
db8f09d79a
Fix import for latest redmine changes
2022-07-24 15:01:56 +02:00
Alexander Meindl
852f1f04af
rubocop update
2022-06-27 09:08:53 +02:00
Alexander Meindl
ae0fe6bfbf
project is not always required for entities
2022-06-17 19:44:14 +02:00
Alexander Meindl
c57abd2a0b
use table_name for dashboard role
2022-06-17 13:26:18 +02:00
Alexander Meindl
aeba93eb14
provide notes filter
2022-06-13 07:42:26 +02:00
Alexander Meindl
fba4415dde
add strip_split and to_list to core_ext
2022-06-08 20:01:59 +02:00
Alexander Meindl
1afd461542
add canned_responses for plugin check
2022-06-01 17:31:21 +02:00
Alexander Meindl
55312e4fa5
Cleanups and provide more mailer functionality
2022-05-30 19:15:10 +02:00
Alexander Meindl
5c362483ea
refactor dashboard model permissions
2022-05-20 23:26:42 +02:00
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
3388c6d072
Ruby 2.7 updates
2022-04-20 20:50:44 +02:00
Alexander Meindl
81e7b69ac7
allow multiple permission for dashboard blocks
2022-04-19 12:51:37 +02:00
Alexander Meindl
6b07bd50cd
D3 7.4.1 update, drop windows detection and use redmine method, cleanup translations
2022-04-03 14:35:06 +02:00
Alexander Meindl
9879e0fcfb
provide sql_aggr_condition for plugin usage
2022-04-02 15:50:50 +02:00
Alexander Meindl
25827be2cf
Redmine 5 only work and fix icon-expanded class
2022-03-30 18:05:59 +02:00
Alexander Meindl
a8a2565ba9
Cleanup LiveSearch integration
2022-03-14 18:42:32 +01:00
Alexander Meindl
aa611dd975
restore cache for query_count and disable rubocop false positive warning
2022-03-13 09:02:30 +01:00
Alexander Meindl
049a5a8b43
allow min 1 for max_live_search_results and add limit to objects_scope if search_string is defined
2022-03-13 08:38:59 +01:00
Alexander Meindl
9d628dc357
always use select2 with initialize_methods
2022-02-26 17:39:59 +01:00
Alexander Meindl
e53e10c115
rename filter type watcher to user_with_me
2022-02-01 20:31:33 +01:00
Alexander Meindl
f24e36fbc7
Allow me for watcher
2022-01-30 16:01:06 +01:00
Alexander Meindl
224dc02361
Working on grouped_users for auto_completes
2022-01-30 14:21:43 +01:00
Alexander Meindl
2ed2716944
fix some n+1 problems, use bulk for migration and refactored Gemfile for testing
2022-01-13 18:03:29 +01:00
Alexander Meindl
520eb8241c
Fix bool vars for system infos
2022-01-08 19:33:24 +01:00
Alexander Meindl
79b4586ed4
use redmine configuration for configuration variables to show on info
2022-01-08 19:14:58 +01:00
Alexander Meindl
5ba172e835
Use upper letters for debug infos
2022-01-08 17:05:14 +01:00
Alexander Meindl
73306691f4
Add debug infos on information page, if env is set
2022-01-08 17:02:58 +01:00
Alexander Meindl
c6fddf00bd
try to fix tests for redmine 4.1
2022-01-02 12:01:59 +01:00
Alexander Meindl
1063885dce
available_column_names with only_groupable and only_totalable
2022-01-02 08:21:43 +01:00
Alexander Meindl
3b3a29efec
Provide global test for query columns
2022-01-01 18:24:42 +01:00
Alexander Meindl
6622afead3
Provide search methods for queries
2021-12-26 18:04:52 +01:00
Alexander Meindl
5e58ceccba
revert validation and add exclude rubocop rule
2021-12-26 08:17:22 +01:00
Alexander Meindl
862ec391c6
Fix not required validator error
2021-12-26 06:18:11 +01:00
Alexander Meindl
e664b1defb
Fix rubocop offense
2021-12-26 05:57:23 +01:00
Alexander Meindl
10547fceec
Increase allowed feed block to 20 - all blocks are async and no problem on server side
2021-12-17 07:16:45 +01:00
Alexander Meindl
9685886a43
Fixed project default dashboard, if project system dashboard is defined
2021-12-15 15:09:38 +01:00
Alexander Meindl
cdf18cdbb4
Use redmine_plugin_kit for plugin loading
2021-12-07 18:51:09 +01:00
Alexander Meindl
ec0379492c
support ignore_autoload if Rails > 6
2021-12-02 16:10:22 +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
248bce1be5
Better comment for ActiveSupport.on_load
2021-12-01 17:07:37 +01:00
Alexander Meindl
8ef1f75869
Add yaml_config_load to AdditionalsLoader
2021-11-27 11:59:21 +01:00
Alexander Meindl
28c68d5210
Fix patch loader for plugins, which gemified
2021-11-27 09:00:31 +01:00
Alexander Meindl
ad2d4b7f1f
Introduce AddionalsLoader, refactor plugin loading
2021-11-27 08:01:01 +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
c9ea96263b
use shorter unique key to solve problems on some file systems, which to not support file names, which are longer then 256 characters
2021-09-25 13:49:13 +02:00
Alexander Meindl
c6825cb2d5
remove debugging infos
2021-09-20 16:16:08 +02:00
Alexander Meindl
9bf3eef553
Mermaid and d3 updated. Plugin methods to check installation. Do not allow project modules, if there are disabled
2021-09-20 12:44:10 +02:00
Alexander Meindl
ae0e5cc100
better solution to overwrite available_project_modules
2021-09-18 14:47:56 +02:00