Features
Version 13 (J. Simmons, 12/02/2012 01:54 pm) → Version 14/16 (J. Simmons, 12/02/2012 01:55 pm)
h1. Features
* *"First class sub-projects":http://www.redmine.org/projects/redmine/wiki/RedmineProjectOverview:* Projects in *ODE* may be organized into sub-projects which have all of the features and customization of top-level projects. Use sub-projects to organize your development team along functional lines (software, electronics, mechanical design, etc) so individual teams can internally communicate while still being visible to the entire project.
* *Full set of per-project features:* Projects (and sub-projects) have all the key features you expect in a project management tool
** *"Issue tracking":http://www.redmine.org/projects/redmine/wiki/RedmineIssues:* Track bugs, support issues, etc using the built in issue tracker
** *"Time tracking":http://www.redmine.org/projects/redmine/wiki/RedmineTimeTracking:* Add time spent to issues and then use the Activity tab to report on the time spent
** *"News":http://www.redmine.org/projects/redmine/wiki/RedmineNews:* Update your community using a blog-like news feed
** *"Files":http://www.redmine.org/projects/redmine/wiki/RedmineFiles:* Distribute release builds of your documentation and software
** *"Wiki":http://www.redmine.org/projects/redmine/wiki/RedmineWikis:* Collaboratively develop project documentation
** *"Repositories":http://www.redmine.org/projects/redmine/wiki/RedmineRepository:* Store source code and other version controlled files in "SVN":http://subversion.apache.org/ ("Git":http://git-scm.com/ coming soon)
** *"DMSF":http://www.redmine.org/plugins/dmsf:* Document management system for project files beyond source code, includes versioning and drag-and-drop interface
** *"Forums":http://www.redmine.org/projects/redmine/wiki/RedmineForums:* Hold public discussions on your project on topics such as design and support
** *"Roadmap":http://www.redmine.org/projects/redmine/wiki/RedmineRoadmap:* Publish version based release schedule with list of version related issues
** *"Calendar":http://www.redmine.org/projects/redmine/wiki/RedmineCalendar:* View due dates for issues and releases on a monthly calendar
** *"Gantt Chart":http://www.redmine.org/projects/redmine/wiki/RedmineGantt:* View issues based in a Gantt chart based on release schedule from the Roadmap
* *"Consistent Wiki-like syntax":http://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting:* *ODE* uses its Wiki syntax throughout the site, meaning you can markup issue descriptions, project descriptions, and any other text field in *ODE* using the same syntax as in *ODE* Wikis. *ODE* also includes some additional markups in its Wiki syntax
** *Embed "YouTube":https://opendesignengine.net/projects/ode/wiki/Features#Embed-YouTube-Videos and "Vimeo":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Vimeo-Videos videos*
** *Embed "Chipin":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Chipin-Badge, "Pledgie":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Pledgie-Badge, "Kickstarter":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Kickstarter-Badge, "Kickstarter":https://opendesignengine.net/projects/ode/wiki/Features/edit#Embed-Kickstarter-Badge, and "Paypal":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Paypal-Buttons "Paypal":https://opendesignengine.net/projects/ode/wiki/Features/edit#Embed-Paypal-Buttons Badges/Buttons*
** *"Embed issue details":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Issue-Details*
h2. Embed YouTube Videos
@{ {youtube(fciwFk0IfF8)} }@ (without the spaces) =>
{{youtube(fciwFk0IfF8)}}
"Full Documentation":http://projects.plural.cc/projects/redmine-youtube
h2. Embed Vimeo Videos
@{ {vimeo(33510073)} }@ (without the spaces) =>
{{vimeo(33510073)}}
h2. Embed Chipin Badge
@{ {chipin(629674dab8396747)} }@ (without the spaces) =>
{{chipin(629674dab8396747)}}
h2. Embed Pledgie Badge
@{ {pledgie(9822)} }@ (without the spaces) =>
{{pledgie(9822)}}
h2. Embed Kickstarter Badge
@{ {kickstarter(*account name*,*project name or url path*)} }@ (without the spaces) =>
_examples:_
@{ {kickstarter(fallmedia,Alphabet Apparel)} }@
@{ {kickstarter(fallmedia,alphabet-apparel)} }@
{{kickstarter(fallmedia,Alphabet Apparel)}}
h2. Embed Paypal Buttons
h3. PayPal Button Types
@{ {paypal_donate(*button id*)} }@ (without the spaces) =>
{{paypal_donate(D39Q5TE3RQUX2)}}
*OR*
@{ {paypal_buynow(*button id*)} }@ (without the spaces) =>
{{paypal_buynow(D39Q5TE3RQUX2)}}
*OR*
@{ {paypal_cart(*button id*)} }@ (without the spaces) =>
{{paypal_cart(D39Q5TE3RQUX2)}}
*button id* is generated from "PayPal":https://www.paypal.com/us/cgi-bin/webscr?cmd=_singleitem-intro-outside
_example where *7T7Z7DHEDQA6L* becomes our button id_
<pre>
<form>
...
<input type="hidden" name="hosted_button_id" value="7T7Z7DHEDQA6L">
...
</form>
</pre>
h2. Embed Issue Details
@{ {issue_details(35} }@ (without the spaces) =>
{{issue_details(35)}}
"Full Documentation":http://www.redmine.org/projects/redmine/wiki/PluginWikiIssueDetails
* *"First class sub-projects":http://www.redmine.org/projects/redmine/wiki/RedmineProjectOverview:* Projects in *ODE* may be organized into sub-projects which have all of the features and customization of top-level projects. Use sub-projects to organize your development team along functional lines (software, electronics, mechanical design, etc) so individual teams can internally communicate while still being visible to the entire project.
* *Full set of per-project features:* Projects (and sub-projects) have all the key features you expect in a project management tool
** *"Issue tracking":http://www.redmine.org/projects/redmine/wiki/RedmineIssues:* Track bugs, support issues, etc using the built in issue tracker
** *"Time tracking":http://www.redmine.org/projects/redmine/wiki/RedmineTimeTracking:* Add time spent to issues and then use the Activity tab to report on the time spent
** *"News":http://www.redmine.org/projects/redmine/wiki/RedmineNews:* Update your community using a blog-like news feed
** *"Files":http://www.redmine.org/projects/redmine/wiki/RedmineFiles:* Distribute release builds of your documentation and software
** *"Wiki":http://www.redmine.org/projects/redmine/wiki/RedmineWikis:* Collaboratively develop project documentation
** *"Repositories":http://www.redmine.org/projects/redmine/wiki/RedmineRepository:* Store source code and other version controlled files in "SVN":http://subversion.apache.org/ ("Git":http://git-scm.com/ coming soon)
** *"DMSF":http://www.redmine.org/plugins/dmsf:* Document management system for project files beyond source code, includes versioning and drag-and-drop interface
** *"Forums":http://www.redmine.org/projects/redmine/wiki/RedmineForums:* Hold public discussions on your project on topics such as design and support
** *"Roadmap":http://www.redmine.org/projects/redmine/wiki/RedmineRoadmap:* Publish version based release schedule with list of version related issues
** *"Calendar":http://www.redmine.org/projects/redmine/wiki/RedmineCalendar:* View due dates for issues and releases on a monthly calendar
** *"Gantt Chart":http://www.redmine.org/projects/redmine/wiki/RedmineGantt:* View issues based in a Gantt chart based on release schedule from the Roadmap
* *"Consistent Wiki-like syntax":http://www.redmine.org/projects/redmine/wiki/RedmineTextFormatting:* *ODE* uses its Wiki syntax throughout the site, meaning you can markup issue descriptions, project descriptions, and any other text field in *ODE* using the same syntax as in *ODE* Wikis. *ODE* also includes some additional markups in its Wiki syntax
** *Embed "YouTube":https://opendesignengine.net/projects/ode/wiki/Features#Embed-YouTube-Videos and "Vimeo":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Vimeo-Videos videos*
** *Embed "Chipin":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Chipin-Badge, "Pledgie":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Pledgie-Badge, "Kickstarter":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Kickstarter-Badge, "Kickstarter":https://opendesignengine.net/projects/ode/wiki/Features/edit#Embed-Kickstarter-Badge, and "Paypal":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Paypal-Buttons "Paypal":https://opendesignengine.net/projects/ode/wiki/Features/edit#Embed-Paypal-Buttons Badges/Buttons*
** *"Embed issue details":https://opendesignengine.net/projects/ode/wiki/Features#Embed-Issue-Details*
h2. Embed YouTube Videos
@{ {youtube(fciwFk0IfF8)} }@ (without the spaces) =>
{{youtube(fciwFk0IfF8)}}
"Full Documentation":http://projects.plural.cc/projects/redmine-youtube
h2. Embed Vimeo Videos
@{ {vimeo(33510073)} }@ (without the spaces) =>
{{vimeo(33510073)}}
h2. Embed Chipin Badge
@{ {chipin(629674dab8396747)} }@ (without the spaces) =>
{{chipin(629674dab8396747)}}
h2. Embed Pledgie Badge
@{ {pledgie(9822)} }@ (without the spaces) =>
{{pledgie(9822)}}
h2. Embed Kickstarter Badge
@{ {kickstarter(*account name*,*project name or url path*)} }@ (without the spaces) =>
_examples:_
@{ {kickstarter(fallmedia,Alphabet Apparel)} }@
@{ {kickstarter(fallmedia,alphabet-apparel)} }@
{{kickstarter(fallmedia,Alphabet Apparel)}}
h2. Embed Paypal Buttons
h3. PayPal Button Types
@{ {paypal_donate(*button id*)} }@ (without the spaces) =>
{{paypal_donate(D39Q5TE3RQUX2)}}
*OR*
@{ {paypal_buynow(*button id*)} }@ (without the spaces) =>
{{paypal_buynow(D39Q5TE3RQUX2)}}
*OR*
@{ {paypal_cart(*button id*)} }@ (without the spaces) =>
{{paypal_cart(D39Q5TE3RQUX2)}}
*button id* is generated from "PayPal":https://www.paypal.com/us/cgi-bin/webscr?cmd=_singleitem-intro-outside
_example where *7T7Z7DHEDQA6L* becomes our button id_
<pre>
<form>
...
<input type="hidden" name="hosted_button_id" value="7T7Z7DHEDQA6L">
...
</form>
</pre>
h2. Embed Issue Details
@{ {issue_details(35} }@ (without the spaces) =>
{{issue_details(35)}}
"Full Documentation":http://www.redmine.org/projects/redmine/wiki/PluginWikiIssueDetails