This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Fri Mar 27 16:12:40 -0700 2009 | |
| |
README | Sat Apr 11 21:54:01 -0700 2009 | |
| |
app/ | Sat Apr 11 21:51:16 -0700 2009 | |
| |
config/ | Sat Apr 11 21:51:16 -0700 2009 | |
| |
init.rb | Sat Apr 11 21:54:01 -0700 2009 | |
| |
lang/ | Mon Jun 29 03:03:20 -0700 2009 |
= Tab Plugin for Redmine
A plugin to allow users to create a new Redmine tab to embed content from an iframe on a per-project base.
== CREDITS ==
- Mischa the Evil for extensive updates and refactoring
- Eric Davis for numerous fixes and new features
== INSTALLATION ==
To install from git:
$ cd {RAILS_ROOT}/vendor/plugins
$ git clone git://github.com/jamtur01/redmine_tab.git
== INSTRUCTIONS ==
This creates a single tab in which you can embed an iframe. You can globally configure the name of the tab in the
Plugins -> Tab Plugin configuration options (default is "Tab Name"). The iframe-links can be configured on a per-project
base using the value of a pre-configured project custom field.
1. You need to go to 'Admin -> Custom fields -> Project' and create a field of the type 'Long text' to hold the
iframe-link.
2. Select the field you've created in the plugin configuration by selecting Plugins -> Tab Plugin and clicking
Configure.
3. Inside your project you will need to add your iframe-link as the value of the field you've selected. For example to
embed Google: <iframe src="http://www.google.com/" style="border: 0" width="800" height="600" frameborder="0"
scrolling="no"></iframe>
4. Then use the project's Modules tab to enable the Tab module for the project.











