Skip to content

Commit

Permalink
Update for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Sep 29, 2014
1 parent 6e01ea4 commit 5378d8f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Individually per user customizable dashboard for MantisBT bug boxes and custom v

This plugin provides a nice overview of everything that goes on in Mantis. It is a must-have.

It has these features:
Following features are implemented:

- complete jQuery Interface
- Classic Mode or Filter-Used Mode
Expand All @@ -19,7 +19,7 @@ It has these features:
Current Version
-------

0.6.0
0.7.0

Dependencies
------------
Expand All @@ -43,6 +43,7 @@ __B) with custom boxes:__
- create own boxes by naming and choosing a custom filter
- customizable visibility per bug box & project
- customizable position per bug box & project (via jQueryUI sortable)
- customizable number of shown issues per bug box

Boxes which are created under *"All Projects"* are available for all projects. Boxes created in a certain project are just available in this project. Initial boxes are assigned to all projects.

Expand All @@ -51,7 +52,7 @@ Installation

1. Download the files and place the folder `Dashboard` in the directory `plugins/` of your Mantis installation.
2. With administrator privileges, go to the page *"Manage"* / *"Manage Plugins"*
3. In the list *"Available Plugins"*, you should see *"Dashboard 0.6.0"*: click the install link for the plugin.
3. In the list *"Available Plugins"*, you should see *"Dashboard 0.7.0"*: click the install link for the plugin.

The Dashboard is now available under the *"Dashboard"* menu entry and is set as the default home page. *"Main"* and *"My View"* menu items are removed by the Dashboard plugin.

Expand All @@ -62,7 +63,7 @@ You can choose between using the **Classic Mode** and the **Custom Filter-Used M

1. After installation, the plugin should appear in the "*Installed Plugins*" list: click on the name to manage the configuration.
2. You see a simple switch between *Default Boxes* and *Custom Boxes*.
3. For *Custom Boxes* you can add initial boxes. These are displayed, if a user has no boxes created in his Dashboard, yet.
3. For *Custom Boxes* you can add initial boxes. They are displayed, if a user has no boxes created in his Dashboard, yet.
4. After submitting the settings, you can use the Dashboard page with the specified boxes.

As default configuration the plugin uses the *Custom Filter-Used Mode*.
Expand Down Expand Up @@ -94,4 +95,4 @@ Contributing
2. Create your feature branch from develop branch (`git checkout -b my-new-feature develop`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
5. Create new Pull Request

0 comments on commit 5378d8f

Please sign in to comment.