Skip to content

Commit

Permalink
updated to 0.1.1;check redmine compitable
Browse files Browse the repository at this point in the history
  • Loading branch information
zouchaoqun committed Apr 7, 2009
1 parent 18c725d commit 4dfbef8
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 31 deletions.
54 changes: 24 additions & 30 deletions README
@@ -1,27 +1,16 @@
== ezLibrarian plugin 0.1.0
=== ezLibrarian plugin 0.1.1

Book shelf and device room management plugin for redmine.
Books and devices are not categorized by projects (that means every project's ezlibrarian page will display the same book/device list)
ONLY compatible with Redmine 0.8.3 or last devel.

== Changelog

version 0.1.0:
1. Add device room management functions.
2. Compitable with redmine devel after r2493 and rails 2.2.2.

version 0.0.2:
1. Change the holder history page to use gravatar user icon.
2. Add localization strings to plugin module name and permission name.
3. Some minor bug fix.

== IMPORTANT UPDATE NOTE!

Version 0.1.0 need rails 2.2.2 and redmine devel after r2493.
Please DO NOT update to version 0.1.0 if you are not using redmine devel.

== Update note

See http://www.redmine.org/wiki/redmine/RedmineUpgrade
=== Feature
1. Designed for using in company's book shelf and device room management.
2. You can input the book(device)'s info to the system and view them later.
3. It can record the user who is holding the book(device).
4. Every holder change will be recorded.
5. User can write reviews for the book(device).
6. Note: the books(devices) are not categorized by project.

=== Plugin installation

Expand All @@ -30,21 +19,26 @@ See http://www.redmine.org/wiki/redmine/RedmineUpgrade

2. Migrate plugin:
rake db:migrate_plugins
If you are updating from a old version, see http://www.redmine.org/wiki/redmine/RedmineUpgrade

3. Start Redmine

Installed plugins are listed on 'Admin -> Plugin' screen.

=== Feature
1. Designed for using in company's book shelf and device room management.
2. You can input the book(device)'s info to the system and view them later.
3. It can record the user who is holding the book(device).
4. Every holder change will be recorded too.
5. User can write reviews for the book(device).
6. Note: the books(devices) are not categorized by project.
== Changelog

version 0.1.1
1. Check for redmine's compitable.

version 0.1.0:
1. Add device room management functions.
2. Compitable with redmine devel after r2493 and rails 2.2.2.

version 0.0.2:
1. Change the holder history page to use gravatar user icon.
2. Add localization strings to plugin module name and permission name.
3. Some minor bug fix.

=== Contact info

Homepage -> http://218.107.133.32:5000/projects/show/ezwork powered by redmine
Email -> zouchaoqun@gmail.com
Homepage -> http://218.107.133.32:5000/projects/ezwork powered by redmine
Email -> zouchaoqun@gmail.com
4 changes: 3 additions & 1 deletion init.rb
Expand Up @@ -21,7 +21,9 @@
name 'Redmine ezLibrarian plugin'
author 'Zou Chaoqun'
description 'This is a simple book shelf and device room management plugin for Redmine'
version '0.1.0'
version '0.1.1'
url 'http://218.107.133.32:5000/projects/ezwork'
author_url 'mailto:zouchaoqun@gmail.com'

project_module :ezlibrarian do
permission :view_treasures, {:treasures => [:index, :index_of_devices, :show_book, :show_device, :add_review, :show_holder_change_histories]}, :require => :member
Expand Down

0 comments on commit 4dfbef8

Please sign in to comment.