Help:Redmine

This page was last modified on 7 August 2011, at 15:05. This page has been accessed 1,934 times.

From RBOSE

Jump to: navigation, search

This extension allows you to include single tasks, a list of tasks or a todo list from our PMS.


Usage

Description Example Result
Single Issue {{#pms: 23 }} #23 Website Layout in IE
List only 'Feature' tracker {{#pms-issues: rbose-servers | Feature }} #40 [Feature] establish a server network by Kebap


#210 [Feature] Update pms. server by nairboon
#211 [Feature] Upgrade Redmine to 1.3.1 by nairboon

List all {{#pms-issues: irc }} #5 [Bug] Fix the mumble-irc bot by Lukas


#13 [Bug] Wiki Bot by vinces
#17 [Feature] Bazaar Notification Bot by vinces
#26 [Feature] IRC Logger by vinces
#27 [Bug] Link finder by vinces
#39 [Bug] Unable to connect server rbose.org port 6677 [Connection refused] by GhettoFish
#68 [Feature] Create documentation about construction of IRC Network by Lukas
#104 [Feature] regular notices about publicly logged channels by Kebap
#109 [Feature] Logfile - UFO's "reports from freenode" look funny (color code?) by Kebap
#125 [Bug] server certificate authenticity by Kebap
#127 [Feature] Add music/media/learning features to IRC by Calyptratus
#160 [Feature] irc.rbose.org and webchat.rbose.org added as "server rotating" adresses by DNS

List only version {{#pms-issues: anarchnet | VERSION | versionid }} #47 [AnarchNet] linux .deb package by nairboon


#171 [AnarchNet] framework for publish / subscribe over the dht by nairboon
#182 [AnarchNet] bootstrap system by nairboon
#186 [AnarchNet] session module by nairboon
#187 [AnarchNet] hello interface by nairboon
#188 [AnarchNet] use boost by nairboon
#206 [AnarchNet] use a flexible logger by nairboon

Todos {{#pms-todos: anarchnet }} [1] evaluate gnunet 0.9.2 by nairboon

[2] evaluate maidsafe HEAD by nairboon
[3] write a node plugin to get updates from parannus by nairboon
[4] confirm with boost 1.47 by nairboon
[5] move db_manager to sqlite plugin by nairboon
[6] checkout more flexible build systems like waf by nairboon
[7] rewrite jsonrpc as async asio service by nairboon
[8] monitor progress of boost.context by nairboon
[9] fix rpc error messages by nairboon
[10] implement interface for obj crud by nairboon
[11] implement interface for diff crud by nairboon
[12] implement interface for snapshot crud by nairboon
[13] bind sharejs to obj layer by nairboon
[14] implement db_manager interface by nairboon
[15] obj get, join diffs by nairboon
[16] use hashtable for kv by nairboon
[17] differentiate between obj and data storage (id/hash) by nairboon
[18] boost.context sysv_macho_i386 by nairboon
[19] add cpack by nairboon
[20] cmake add test flag by nairboon

Projects {{#pms-projects:}} For the result please check Projects page.

Related solutions

Description Example Result
Issue template - allows you easily link to an issue inside pms but does not use this extension; displays the issue's ID within the link without the issue's name. {{Issue|23}} #23


Source

The sourcecode for this extension: launchpad