Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.x support #6

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
fc15ba5
Fix typo
Apr 16, 2013
b8dc04a
Support for redmine 2.3.x
Apr 16, 2013
a198661
Removed forgotten legacy rthml
Apr 16, 2013
4484b6f
Removed duplicated migration
Apr 16, 2013
cb1e9b7
using PUT method when editing category
chiastolite Sep 6, 2013
30c0592
fix parameter name for category id
chiastolite Sep 6, 2013
0bf5e91
Merge pull request #1 from chiastolite/fix_term_category_edit
Apr 16, 2014
c930b49
Update README.rdoc
Apr 16, 2014
d1eb83f
Update init.rb
Apr 16, 2014
f0fa005
updating for Redmine 3.0(Rails 4.2)
torutk Mar 21, 2015
4b00211
#1 fixed
torutk Mar 22, 2015
d6a94c0
#2 fixed
torutk Apr 5, 2015
ce7619d
fixed #3 left aligned table contents(<td>)
torutk Aug 2, 2015
39dfdc4
Merge branch 'feature/redmine-3'
torutk Aug 2, 2015
7a1d096
Add the description of 3.0 port, no compatibility to 2.x.
torutk Aug 2, 2015
f93f686
#4 fixed
torutk Aug 31, 2015
0c34628
change version number to 0.9.1
torutk Aug 31, 2015
9dc02d5
add requires_redmine as 3.0.0+
torutk Sep 6, 2015
dbc5635
This closes #5 fix cvs import bug.
torutk Nov 1, 2015
175a376
refs #6 ommit deprecated warning for route
torutk Apr 10, 2016
981fde7
Merge branch 'master' of https://github.com/torutk/redmine_glossary
torutk Apr 10, 2016
03d8258
Fixed edit term_category on Rails4
ykws Nov 2, 2016
7191f2f
Merge pull request #9 from ykws/rails-4
torutk Nov 3, 2016
305ccd1
fix fail to execute test
Jun 29, 2016
61d1261
avoid to link the term which the access user do not have the permissi…
Jun 29, 2016
318d14f
fix delete comfirmation degrade
Jun 29, 2016
e225c05
fix comment
Jun 29, 2016
b9bc798
Update README.rdoc
Jul 4, 2016
f6530c1
refs issue #4 fix getting project method
Sep 6, 2016
44576f6
update whole routes.rb
Sep 18, 2016
7c5cdaf
use scope, change edit method to patch
Sep 18, 2016
031f8a9
fix sintax, add 'glossary/import_csv_exec'
Sep 18, 2016
90a7abb
enable to search
Oct 16, 2016
2c97c1d
[WIP] fix-attachments-permissions
Oct 16, 2016
1a5aaca
Set class attribute to term link
Oct 16, 2016
ddcc694
add unrelease release note
Oct 17, 2016
0b56222
typo
Oct 17, 2016
fde5d9a
revert unnecessary changes
Dec 18, 2016
88675b0
revert test require statement because scafold makes differ code
Dec 18, 2016
1ecb85a
revert project.identifier on erb according to redmine's code
Dec 18, 2016
7446904
revert unnecessary changes
Dec 18, 2016
e11991a
modify code style
knt419 Mar 2, 2018
000c254
fix constname
knt419 Mar 3, 2018
c77ff63
add Gemfile
knt419 Mar 4, 2018
ee5a04c
fix glossary_styles
knt419 Mar 5, 2018
9d149f1
add editorconfig
knt419 Mar 5, 2018
4f947a0
update erb
knt419 Mar 5, 2018
798ffcd
update erb files
knt419 Mar 5, 2018
72fcf65
code clean
knt419 Mar 5, 2018
56138f9
fix routes
fccl-ando Mar 6, 2018
358be02
delete files
knt419 Mar 6, 2018
ec4187a
Merge branch 'master' of github.com:knt419/redmine_glossary
knt419 Mar 6, 2018
47b4b1f
fix term search
fccl-ando Mar 7, 2018
97ed9c1
Solved conflict with redmine_contacts
Mar 15, 2018
ede74f7
Fixed termno macro definition for Redmine 3
Mar 15, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_size = 2
indent_style = space
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# for redmine 3.4.x and newer version
gem 'acts_as_list'
47 changes: 0 additions & 47 deletions README.ja.rdoc

This file was deleted.

30 changes: 9 additions & 21 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,26 @@

This is the Redmine(Project manage system) plug-in which adds the feature of the glossary.

== The Use
Ported to 3.4.x (and tested with 3.4.x only)
It doesn't keep compatibility with 2.x!

== Use Cases

* Management of technical terms in a system analysis phase
* Interlinear translation table
* Translate table from term to data type (class name)
* Management of naming examples in a coding


== Gegging a plugin package

{SourceForge.JP}[http://sourceforge.jp/projects/rp-glossary/releases/]


== Installation and Setup
== Installation and Setup (redmine 3.x)

cf. http://www.redmine.org/wiki/1/Plugins

1. Extends the dawnloaded package in vender/plugins directory.
2. run the following command to upgrade your database.
rake db:migrate_plugins RAILS_ENV=production
1. Put the downloaded package in the /plugins directory.
2. run the following command to upgrade your database.
rake redmine:plugins:migrate RAILS_ENV=production
3. Restart Redmine WEB server.
4. Set permissions of glossary plugin in "Administration" -> "Roles and permissions"
5. Open the setting page of projects you need, check the "Glossray" module
5. Open the setting page of projects you need, check the "Glossary" module
6. If you need, select items to make hidden in plugin setting page.

== Usage
Expand All @@ -34,12 +31,3 @@ Start from "Glossary" item of a project menu.

For the details of the usage, see the following page.
* http://www.r-labs.org/projects/rp-glossary/wiki/UsageEn


== Quesion or Proposal

If you find a bug(Defect) or hava a Proposal, create a new issue.
http://www.r-labs.org/projects/rp-glossary/issues

If you quest about this plugin, write the forum.
http://www.r-labs.org/projects/rp-glossary/boards
Loading