Plugins Directory » Embedded Video
Author: | Jan Pilz | |
---|---|---|
Website: | https://github.com/cforce/redmine_embedded_video | |
Code repository: | https://github.com/cforce/redmine_embedded_video | |
Registered on: | 2013-02-26 (almost 12 years ago) | |
Current version: | 0.0.3 | |
Compatible with: | Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x | |
User ratings: |
This Plugin allows you to show Video attachements and URLs in Wiki, Tickets etc.
It supports attachements in flv, mp4, Youtube and other URLs
syntax: {{video(<ATTACHEMENT>|<URL>|<YOUTUBE_URL>[,<width>,<height>])}}
Installation notes
Tested redmine 2.1.4 and 2.2.3, with ruby 1.8.7 and ruby 1.9.3.
git clone into redmine to plugins directory
rake redmine:plugins:migrate RAILS_ENV=production
restart redmine
or
- copy redmine_embedded_video-0.0.3.1.tar.bz2 to plugins directory
- tar xjf redmine_embedded_video-0.0.3.1.tar.bz2
- rake redmine:plugins:migrate RAILS_ENV=production
- restart redmine
Changelog
0.0.3 (2013-02-25)
Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x.