Alexander Meindl
ecf1a30a22
add create support for journals controller
2022-06-16 09:45:35 +02:00
Alexander Meindl
3877769c7a
provide allowed_project_ids_for and visible_condition_for for entities
2022-06-14 19:13:17 +02:00
Alexander Meindl
6a199ce07d
add comment support for assert_sorted_equal
2022-06-13 10:43:56 +02:00
Alexander Meindl
fba4415dde
add strip_split and to_list to core_ext
2022-06-08 20:01:59 +02:00
Alexander Meindl
00026c423a
#139 next try to fix fixture problem
2022-06-02 18:11:40 +02:00
Alexander Meindl
40d8a3fce2
#139 try to fix random fixture problem
2022-06-02 17:59:49 +02:00
Alexander Meindl
08ee320e23
#139 fix coding standard and remove none for author patch (because there is always an author)
2022-06-02 16:50:45 +02:00
Makurin
f63eb6885e
Added statistic about issues without assignee to the issue summary.
2022-06-02 13:49:20 +03:00
Alexander Meindl
b19338ba5f
#138 fix tests for changed emoji path
2022-06-01 16:49:50 +02:00
Alexander Meindl
55312e4fa5
Cleanups and provide more mailer functionality
2022-05-30 19:15:10 +02:00
Alexander Meindl
a47be4aa59
add braket to test
2022-05-21 09:05:07 +02:00
Alexander Meindl
5c362483ea
refactor dashboard model permissions
2022-05-20 23:26:42 +02:00
Alexander Meindl
96c2eadfad
Fix spelling error
2022-05-12 18:58:20 +02:00
Alexander Meindl
30b2cb3d03
Allow query_as_hidden_field_tags with block_columns (for PDF). Mermaid updated
2022-04-23 07:16:43 +02:00
Alexander Meindl
d920b0f637
some test cleanups and custom_field_form for entities
2022-04-21 19:44:48 +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
36f2495950
some test tweaks
2022-04-11 16:31:19 +02:00
Alexander Meindl
07cd6db376
rubocop-minitest added
2022-04-11 16:12:56 +02:00
Alexander Meindl
f23d70594f
Switch from gemoji to tanuki_emoji
2022-04-10 13:45:24 +02:00
Alexander Meindl
546d5efb39
assert_select_query_tr with_checkbox support
2022-04-08 08:22:41 +02:00
Alexander Meindl
aaf761ce90
remove active_new_ticket_message column, because project list does not support block columns with redmine vanilla
2022-04-07 20:59:26 +02:00
Alexander Meindl
1ba92b2022
project list does not have block_column class
2022-04-07 20:50:41 +02:00
Alexander Meindl
5d9b3cf946
fix tests
2022-04-07 20:28:31 +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
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
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
d344cf7198
Allow empty entity for crud tests
2022-03-03 19:10:29 +01:00
Alexander Meindl
1c00b41e45
allow more columns with assert_query_sort_order test
2022-02-22 15:24:05 +01:00
Alexander Meindl
467aa066bf
remove principal transform to select2
2022-02-01 20:07:35 +01:00
Alexander Meindl
821c0ded3c
cleanup auto_complete controller: use authors with grouped_users
2022-02-01 17:56:30 +01:00
Alexander Meindl
f24e36fbc7
Allow me for watcher
2022-01-30 16:01:06 +01:00
Alexander Meindl
1000b4987a
grouped_users and grouped_principals without me
2022-01-30 15:30:58 +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
53b21ee310
improved test for destroy project
2022-01-10 18:02:26 +01:00
Alexander Meindl
7f9b26eb53
Try to fix setting in tests
2022-01-10 11:10:47 +01:00
Alexander Meindl
e94011b980
Provide with_plugin_settings as abstraction of with_additionals_settings - for other plugins
2022-01-07 18:57:04 +01:00
Alexander Meindl
984b82006e
provide assert_select_totalable_columns helper for tests and fix assert_query_sort_order for dots in class name
2022-01-02 11:30:11 +01:00
Alexander Meindl
3b3a29efec
Provide global test for query columns
2022-01-01 18:24:42 +01:00
Alexander Meindl
36be37d7dc
add test helper assert_sorted_equal
2021-12-16 15:17:44 +01:00
Alexander Meindl
8cf11cc408
fix fixtures for dashboard tests
2021-12-15 17:44:47 +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
c4bfe5b5fe
Add test for admin info
2021-12-09 07:53:48 +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
80cf3f4685
provide false? for boolean conditions
2021-11-01 17:03:34 +01:00