Patch #7975
Hook for adding content to the side bar of Wiki page
Status: | Closed | Start date: | 2011-03-23 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Hook requests | |||
Target version: | 4.1.0 |
Description
I believe it can be useful to have an ability to add some content (e.g. Facebook Like button) to the side bar of a Wiki page.
Attached patch adds hook :view_wiki_show_sidebar_top
to the app/views/wiki/_sidebar.rhtml
.
~/app/views/wiki$ patch < _sidebar.rhtml.patch
Associated revisions
Add hook :view_wiki_show_sidebar_bottom (#7975).
Patch by okkez.
History
#1
Updated by Etienne Massip almost 11 years ago
- Category set to Plugin API
#2
Updated by Go MAEDA over 5 years ago
- Category changed from Plugin API to Hook requests
#3
Updated by okkez _ almost 5 years ago
- File add_wiki_sidebar_hooks.patch
added
I want to add some features to wiki sidebar via my plugin.
So I want to add hooks to extend wiki sidebar.
I attach a patch to add hooks to extend wiki sidebar.
This patch can be applied to 3.4-stable branch and current master HEAD.
#4
Updated by Go MAEDA almost 5 years ago
- Target version set to Candidate for next major release
I think it is reasonable to have a new hook :view_wiki_show_sidebar_bottom
as well as the following existing hooks.
:view_issues_sidebar_issues_bottom
:view_issues_sidebar_planning_bottom
:view_issues_sidebar_queries_bottom
:view_projects_show_sidebar_bottom
#5
Updated by Go MAEDA over 3 years ago
- Target version changed from Candidate for next major release to 4.1.0
Since there is no '.*_sideber_.*bottom' hook, I suggest adding only :view_wiki_show_sidebar_bottom
.
#6
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Added :view_wiki_show_sidebar_bottom in r18117. Thank you all for your contribution.