Skip to content

Commit 1ba056b

Browse files
committed
2 parents 94499aa + d92db9e commit 1ba056b

File tree

9 files changed

+26
-0
lines changed

9 files changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Redmine view customize plugin
33

44
This a plugin allows you to customize the view for the [Redmine](http://www.redmine.org).
55

6+
Features
7+
------------
8+
9+
By adding JavaScript or CSS to the matched path, a screen is made customizable.
10+
11+
612
Installation
713
------------
814

@@ -13,6 +19,26 @@ Install the plugin in your Redmine plugins directory, clone this repository as `
1319
cd ../
1420
rake redmine:plugins:migrate
1521

22+
Usage
23+
------------
24+
25+
### Setting
26+
27+
1. After you install the Plugin, "View customize" the administrator menu is added.
28+
![Screenshot of admin menu](screenshots/admin.png)
29+
![Screenshot of list](screenshots/list_new.png)
30+
2. Add a new setting.
31+
![Screenshot of new](screenshots/new.png)
32+
3. Path pattern is specified with a regular expression. (ex. /issues/[0-9]+)
33+
If there is a match with the path of the page, the code(JavaScript/StyleSheet) is executed.
34+
![Screenshot of new path pattern](screenshots/new_pathpattern.png)
35+
4. Input code.
36+
![Screenshot of new JavaScript](screenshots/new_javascript.png)
37+
![Screenshot of new StyleSheet](screenshots/new_stylesheet.png)
38+
5. Matches the path, StyleSheet or JavaScrpt is embedded, the screen display is changed.
39+
![Screenshot of view JavaScript](screenshots/view_javascript.png)
40+
![Screenshot of view StyleSheet](screenshots/view_stylesheet.png)
41+
1642
Supported versions
1743
------------------
1844

screenshots/admin.png

23.2 KB
Loading

screenshots/list_new.png

20 KB
Loading

screenshots/new.png

13.3 KB
Loading

screenshots/new_javascript.png

7.05 KB
Loading

screenshots/new_pathpattern.png

3.78 KB
Loading

screenshots/new_stylesheet.png

3.68 KB
Loading

screenshots/view_javascript.png

34.4 KB
Loading

screenshots/view_stylesheet.png

19.9 KB
Loading

0 commit comments

Comments
 (0)