Project

General

Profile

Actions

Feature #1845

closed

Add New Wiki formatting Item

Added by Shih-Yuan Lee over 15 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Documentation
Target version:
-
Start date:
2008-09-03
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

The "Links to others resources" of http://www.redmine.org/help/wiki_syntax_detailed.html
Suggest to add the following.
  • News:
    • Redmine 0.7.3 released (link to news with id 17)
    • news:Greetings (link to the news with title "Greetings")
    • news:"Some news" (double quotes can be used when news title contains spaces)

Files

application_helper.rb.patch (2.38 KB) application_helper.rb.patch Rex McConnell, 2010-02-25 02:18

Related issues

Related to Redmine - Feature #9600: Wiki links for news and forumsClosedJean-Philippe Lang2011-11-18

Actions
Related to Redmine - Feature #13497: Document all available Redmine links properlyClosedMischa The Evil

Actions
Actions #1

Updated by Karl Heinz Marbaise over 15 years ago

  • Category set to Wiki
Actions #2

Updated by Rex McConnell about 14 years ago

DISCLAIMER: Firstly, I have only been using Redmine for a month now. Secondly, I have never touched Ruby before.

Attached is a patch I made for redmine/app/helpers/application_helper.rb that implements wiki links for "News" resources. I am not sure if it is 100% complete and/or accurate, but it seems to be working flawlessly on v0.9.0.

I hope it helps others looking to make wiki links to their news. :)

Actions #3

Updated by Mischa The Evil over 12 years ago

  • Category changed from Wiki to Documentation
  • Assignee set to Mischa The Evil

Superseded by #9600, implemented with r7840 for Redmine 1.3.0. This commit remains to be documented though.

# forum
forum#2                          => link to forum with ID 2
forum:Discussion                 => link to forum with name 'Discussion'

# news
news#1                           => link to news item with ID 1
news:"eCookbook first release !" => link to news item with name 'eCookbook first release !'
Actions #4

Updated by Mischa The Evil over 10 years ago

  • Status changed from New to Closed

Mischa The Evil wrote:

[...] This commit remains to be documented though. [...]

Documentation added to RedmineTextFormatting. The inclusion of this documentation in source:/trunk/public/help/en/wiki_syntax_detailed.html will follow via issue #13497.

Actions #5

Updated by Mischa The Evil over 10 years ago

  • Related to Feature #13497: Document all available Redmine links properly added
Actions

Also available in: Atom PDF