Backlinks from Redmine issues to wiki - redmine

Is there a plugin for backlinking from issues to wiki or documentation in Redmine?
For example:
1. Create a wiki page
2. Add an issue link in the wiki content: "#123"
3. View the issue #123 - you could see the Wiki page referenced under the issue including the page title
The closest I have found so far is probably this macro (haven't tested yet):
https://github.com/Yrwein/redmine_backlinks

Related

How to include relative link in rmarkdown / distill

I have a web site using rmarkdown and distill, and want to include a link to another page on the site.
I tried:
Some content on this topic and pointers to relevant literature will be provided under
![_Learning More_ for Chapter 7](learning_more.html).
But when I build the site, I get an image of the page, not a standard hyperlink. What is wrong?

How to add custom menu in Sitecore menu list

i want to add my custom application name in Sitecore Start Menu List, i'm following this article :
Adding Application Shortcut
it saying use Core database i'm using this, i couldn't find Layout studio, can any sitecore developer suggest me how to find this and finish my job. Thanks in advance.
I think the instructions you've linked to there are out of date. I've not seen that bit of UI in recent releases of Sitecore.
Working in Sitecore 6.6 I've successfully made custom applications using these instructions:
http://sdn.sitecore.net/Articles/Customizing%20Sitecore%20Client/Adding%20an%20Application%20Shortcut/Creating%20an%20Application.aspx
But beware the issue that I've blogged about here. The recent revisions of Sitecore subtly break the configuration defined above, and you have to manually edit out a file extension to make everything work:
https://jermdavis.wordpress.com/2014/10/20/a-gotcha-with-custom-applications/
-- Edited to add --
Based on the "it doesn't work in 7.5" comment below, I've tried these instructions on a test instance of Sitecore 7.5 rev 141003. It seems 7.5 behaves slightly differently - but I can still make it work.
Create the item under /sitecore/content/Applications using the external link button for the "Application" field. With raw values displayed, it should look something like:
And then create your application shortcut under /sitecore/content/Documents and settings/All users/Start menu using an internal link for the Application field. I found this still added the '.aspx' extension mentioned in my blog post, but I also found that editing it out again didn't work - it reappeared as soon as I hit save. I needed to edit out the extension from the link data using the Raw Values view in order to get the data shown below:
With those things set up, refreshing the page caused the test item to appear on my start menu:
Hopefully that works for you too?
-- Further edited to add --
New blog post covering this problem in Sitecore 7.5:
https://jermdavis.wordpress.com/2015/01/19/gotchas-with-custom-apps-v2/
Which version of Sitecore are you using? The Layout Studio is probably one of the least features in Sitecore, and personally not something I have ever used.
Instead you should create the the layout in Visual Studio - which then means your layout can be added to your Source Control System. Then follow the instructions in the link in Jeremy's answer.
If you do need to access the Layout Studio for some reason you can find it under: Sitecore menu > Development Tools > Developer Center. From there you can create new files/open existing files.

Save keywords / meta title in Mezzanine

I've recently started tampering with Mezzanine and I am trying to add 2 new fields to the Blog Post admin -- keywords, and meta title.
I did it by editing my admin.py file and adding the following:
from mezzanine.blog.admin import BlogPostAdmin
from mezzanine.generic.models import Keyword, AssignedKeyword
BlogPostAdmin.fieldsets[0][1]["fields"].extend(["keywords"])
BlogPostAdmin.fieldsets[0][1]["fields"].extend(["_meta_title"])
admin.site.register(Keyword)
admin.site.register(AssignedKeyword)
I see the fields in the blog post manager, but when I edit them specific to a blog post, they don't save to that post. However, if I am adding keywords, the keywords get saved to the overall site keywords (generic_keyword table).
Is there any way to make them also update the blog post such that _meta_title and keywords_string gets updated in blog_blogpost? Thanks for any help.
EDIT: After looking into this further, it doesn't seem that I need to do anything to get the "Meta Data" section to be expandable. However, in my copy, it cannot be expanded. Is there any particular reason for this?
The answer above is a bit incomplete, and will be misleading for anyone who comes across the same problem.
My guess is that at some point you copied the admin's base_site.html template into your project, from an older version of Mezzanine. You've then later upgraded to a newer version of Mezzanine, which refers to an upgraded version of chosen - you can see the commit from 3 months ago here where that occurred here: https://github.com/stephenmcd/mezzanine/commit/f4e33282eaac44ef8ebbadb9b0157d910c67973a
If anyone experiences this issue, check your javascript console. In my case, for whatever reason, the Admin section was trying to load mezzanine/chosen/chosen-0.9.12.jquery.js which doesn't exist. I edited blog/templates/admin/base_site.html and updated it to mezzanine/chosen/chosen.jquery.js and the Meta Data section became expandable/collapsible again.

Trac wiki subpage linking

I have Trac wiki page with multiple subpages like
(wiki:)Rootpage/More info/Details/Details on details
I need to create links on the last subpage on this path. If I put it
[[Rootpage/More info/Details/Details on details]]
Trac suggests me to create new page, even thought it regognizes the page with same/similar name. My typing is correct.
I get a red link when I add / in front of the link like
[[/Rootpage/More info/Details/Details on details]]
but when clicking it,it causes not found -error. Confusing. Can anyone help me fix this?
The answer turned out to be hard to see whitespaces on page names.

Joom!Fish issiue:Not showing all the translated articles in frontend

hello everyonei have a multilangual site with joomla 2.5.9 and Joom!Fish 2.5.1The problem is that Joom!Fish is not showing all the articles in the frontend and thats not only for the translated ones but for that in the original language to.This is the site and the menu is a category blog with the option tho show 20 articles but it doesn't show and i have more than 20 in there
Is this still an issue? If yes, are all your joomfish plugins published and ordered as they should be, also native joomla languagefilter plugin and module need to be disabled