Commit Graph

512 Commits

Author SHA1 Message Date
Alexander Meindl
54023e3e95 provide render_label_sum 2022-10-07 13:35:31 +02:00
Alexander Meindl
16ff3e5d67 refactor render, see https://rails-bestpractices.com/posts/2010/12/04/simplify-render-in-views/ 2022-09-18 14:49:32 +02:00
Alexander Meindl
ee1448d077 updated d3plus to 2.0.2 2022-09-06 17:39:28 +02:00
Alexander Meindl
4f366b6078 include sort in visible_journals_with_index 2022-08-24 08:29:24 +02:00
Alexander Meindl
a86b85dcac fix rubocop offenses 2022-08-23 18:49:31 +02:00
Alexander Meindl
e51b812158 add notes_count and provide translation strings 2022-08-23 18:45:21 +02:00
Alexander Meindl
b23f8437aa #144 fix native emoji tag for common mark 2022-07-27 11:20:55 +02:00
Alexander Meindl
aab4ed749a Fix init value for select2 with me mixed with user ids 2022-07-11 15:49:22 +02: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
852f1f04af rubocop update 2022-06-27 09:08:53 +02:00
Alexander Meindl
3c028a247d version bump to 3.0.6 2022-06-25 14:34:52 +02:00
Alexander Meindl
af5834b392 disable emoji_assets, till emoji fallback is available 2022-06-25 13:15:45 +02:00
Alexander Meindl
081097ec4b Skip plugin test, if redmine_sudo is installed 2022-06-22 11:47:28 +02:00
Alexander Meindl
e47c09d938 fix user scope for anonymous user 2022-06-19 08:46:23 +02:00
Alexander Meindl
ea06db2220 Allow assignable_users without project 2022-06-18 16:16:05 +02:00
Alexander Meindl
55962a2eb9 project is not always required for entities - fix 2022-06-17 19:48:19 +02:00
Alexander Meindl
ae0fe6bfbf project is not always required for entities 2022-06-17 19:44:14 +02:00
Alexander Meindl
499ede60c5 add render_author_line to global helper 2022-06-15 09:47:10 +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
69145345c8 Fix auto assign to, which causes a validation error, if issues are allowed to assign for groups 2022-06-09 08:38:46 +02:00
Alexander Meindl
fba4415dde add strip_split and to_list to core_ext 2022-06-08 20:01:59 +02:00
Alexander Meindl
d1137e900c #139 more coding standard fixes and fix logic in template. Prefer unless instead of nil? 2022-06-02 17:09:25 +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
66389b73f4 Add member variable @user for mailer templates 2022-06-01 19:14:26 +02:00
Alexander Meindl
d86973d0a5 #138 use plugin_assets plugin directory for fallback emojis 2022-06-01 16:27:38 +02:00
Alexander Meindl
b779569612 provide notified_users for entity method 2022-05-31 22:19:41 +02:00
Alexander Meindl
55312e4fa5 Cleanups and provide more mailer functionality 2022-05-30 19:15:10 +02:00
Alexander Meindl
d9a6e42f24 Provide entity deliver for mailer 2022-05-26 18:41:01 +02:00
Alexander Meindl
09aeab4324 provide hook view_issue_action_dropdown 2022-05-06 08:12:44 +02:00
Alexander Meindl
727b6f69bb include macro doc in macro description 2022-04-28 15:02:32 +02:00
Alexander Meindl
947904aac8 Fix logic mistake with empty block columns 2022-04-23 10:31:45 +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
79722ca0df use project.assignable_principals instead of project.principals, because this should not depend on issue setting 2022-04-21 16:13:15 +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
b95ac59824 moment and chartjs-adapter-moment is required for matrix 2022-04-16 15:27:52 +02:00
Alexander Meindl
44fa50caac Provide chartjs matrix plugin 2022-04-16 08:14:52 +02:00
Alexander Meindl
67c502c67a Switch to chart.js 3, which is provided by redmine 2022-04-14 14:28:24 +02:00
Alexander Meindl
f23d70594f Switch from gemoji to tanuki_emoji 2022-04-10 13:45:24 +02:00
Alexander Meindl
9ea7947d6b active_new_ticket_message should be only show message if issue module is active 2022-04-08 17:44:58 +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
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
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
5cdba293c9 Fix checksum for wiki-show deface, split template for settings_list_defaults for using isolated totals and remove not required ampersand in projects_controller patch 2022-04-01 09:16:01 +02:00
Alexander Meindl
25827be2cf Redmine 5 only work and fix icon-expanded class 2022-03-30 18:05:59 +02:00
Alexander Meindl
665d56b852 d3 updated 2022-03-29 09:20:58 +02:00
Alexander Meindl
1b445c37bb Fix query list block bug for column sort 2022-03-22 10:32:39 +01:00