-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c459f9
commit b5d483c
Showing
28 changed files
with
64 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,8 @@ | |
## 4.0.0 | ||
|
||
- Support for Redmine 6 | ||
- Redmine 5 support dropped | ||
- Gemify support dropped | ||
|
||
## 3.4.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
# frozen_string_literal: true | ||
|
||
module WikiEdit | ||
if Additionals.redmine6? | ||
Deface::Override.new virtual_path: 'wiki/edit', | ||
name: 'wiki-edit', | ||
insert_before: 'fieldset', | ||
original: '8c202edfea8a0a74e4c3c0c4ae53e129b1d2b1ee', | ||
partial: 'hooks/view_wiki_form_bottom' | ||
else | ||
Deface::Override.new virtual_path: 'wiki/edit', | ||
name: 'wiki-edit', | ||
insert_before: 'fieldset', | ||
original: 'ededb6cfd5adfe8a9723d00ce0ee23575c7cc44c', | ||
partial: 'hooks/view_wiki_form_bottom' | ||
end | ||
Deface::Override.new virtual_path: 'wiki/edit', | ||
name: 'wiki-edit', | ||
insert_before: 'fieldset', | ||
original: '8c202edfea8a0a74e4c3c0c4ae53e129b1d2b1ee', | ||
partial: 'hooks/view_wiki_form_bottom' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
# frozen_string_literal: true | ||
|
||
module WikiShow | ||
if Redmine::VERSION.to_s < '5.1' | ||
Deface::Override.new virtual_path: 'wiki/show', | ||
name: 'wiki-show', | ||
sequence: 1, | ||
insert_before: 'p.wiki-update-info', | ||
original: 'd9f52aa98f1cb335314570d3f5403690f1b29145', | ||
partial: 'hooks/view_wiki_show_bottom' | ||
else | ||
Deface::Override.new virtual_path: 'wiki/show', | ||
name: 'wiki-show', | ||
sequence: 1, | ||
insert_before: 'p.wiki-update-info', | ||
original: '39c0ff8f0b6a468264526af5046c3c6db7e94997', | ||
partial: 'hooks/view_wiki_show_bottom' | ||
end | ||
Deface::Override.new virtual_path: 'wiki/show', | ||
name: 'wiki-show', | ||
sequence: 1, | ||
insert_before: 'p.wiki-update-info', | ||
original: '39c0ff8f0b6a468264526af5046c3c6db7e94997', | ||
partial: 'hooks/view_wiki_show_bottom' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.