redmine_extensions 0.1.26 → 0.1.27

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 49202931f4c3a05d89f793c947979841d0ef5f4e
4
- data.tar.gz: 922beb61ca9d0a864879b4fbb396cbd4e1cee1ca
3
+ metadata.gz: 451e934cd71d0033f53660ace685eb233fbd3b6b
4
+ data.tar.gz: 9804c4626e6f694cf8409c6c339435400b77ab0a
5
5
  SHA512:
6
- metadata.gz: 541afe7e1b26d5995b266c06fa4d75c292d37aeb80976a5dd4d66a69051f7c2938284524f6b88eeb68619f8bcd8d30d552a628b82123b6646759390fd18a5446
7
- data.tar.gz: 21d487db7682775e685605c607d0745321487f60730e36bf9702ab7634eb04e24335802bba169f0ca9be859c4b35c50db87b816cc3239d2243a5d6cc8bc492ac
6
+ metadata.gz: a42b5bab9106b6adc5506d0ff0f76824ae02a5735dcdb78f7e1c593d0ef60bae341cf147263229e20466c27f1ce6cfc86aaf9e6dc4b877634985f5c75baf78cb
7
+ data.tar.gz: d9dbcb38a805254a8da611e6708fd0b89facc05bb98c31bf22069c424664df31ea3a22cfaa8223d3cc0f78ae555f5a003b98cc16cb8e8800c2f8ca7110be2ded
@@ -2,6 +2,7 @@
2
2
  # it uses a presenter, wich prefixes the settings name by a plugin id automatically
3
3
  class EasySettingsController < ApplicationController
4
4
 
5
+ before_filter :require_admin, only: [:edit, :update]
5
6
  before_filter :find_optional_project
6
7
  before_filter :prepare_presenter
7
8
  before_filter :find_plugin, only: [:edit, :update]
@@ -1,7 +1,7 @@
1
- class <%= model_name %>CustomField < CustomField
2
-
3
- def type_name
4
- :label_<%= @model_name_pluralize_underscored %>
5
- end
6
-
7
- end
1
+ class <%= model_name %>CustomField < CustomField
2
+
3
+ def type_name
4
+ :label_<%= @model_name_pluralize_underscored %>
5
+ end
6
+
7
+ end
@@ -1,5 +1,5 @@
1
- api.array :<%= model_name_pluralize_underscored %>, api_meta(total_count: @entity_count, offset: @offset, limit: @limit) do
2
- @entities.each do |<%= model_name_underscored %>|
3
- render_api_<%= model_name_underscored %>(api, <%= model_name_underscored %>)
4
- end
5
- end
1
+ api.array :<%= model_name_pluralize_underscored %>, api_meta(total_count: @entity_count, offset: @offset, limit: @limit) do
2
+ @entities.each do |<%= model_name_underscored %>|
3
+ render_api_<%= model_name_underscored %>(api, <%= model_name_underscored %>)
4
+ end
5
+ end
@@ -1 +1 @@
1
- <h1><%%= link_to(@<%= model_name_underscored %>.to_s, @<%= model_name_underscored %>_url) %></h1>
1
+ <h1><%%= link_to(@<%= model_name_underscored %>.to_s, @<%= model_name_underscored %>_url) %></h1>
@@ -1,2 +1,2 @@
1
- <%%= @<%= model_name_underscored %>.to_s %>
2
- <%%= @<%= model_name_underscored %>_url %>
1
+ <%%= @<%= model_name_underscored %>.to_s %>
2
+ <%%= @<%= model_name_underscored %>_url %>
@@ -1,2 +1,2 @@
1
- <%%= @<%= model_name_underscored %>.to_s %>
2
- <%%= @<%= model_name_underscored %>_url %>
1
+ <%%= @<%= model_name_underscored %>.to_s %>
2
+ <%%= @<%= model_name_underscored %>_url %>
@@ -1,13 +1,13 @@
1
- <% if project? %>
2
- resources :projects do
3
- resources :<%= model_name_pluralize_underscored %>
4
- end
5
- <% end %>
6
- resources :<%= model_name_pluralize_underscored %> do
7
- collection do
8
- get 'autocomplete'
9
- get 'bulk_edit'
10
- post 'bulk_update'
11
- get 'context_menu'
12
- end
1
+ <% if project? %>
2
+ resources :projects do
3
+ resources :<%= model_name_pluralize_underscored %>
4
+ end
5
+ <% end %>
6
+ resources :<%= model_name_pluralize_underscored %> do
7
+ collection do
8
+ get 'autocomplete'
9
+ get 'bulk_edit'
10
+ post 'bulk_update'
11
+ get 'context_menu'
12
+ end
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module RedmineExtensions
2
- VERSION = '0.1.26'
2
+ VERSION = '0.1.27'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine_extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.26
4
+ version: 0.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Easy Software Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-22 00:00:00.000000000 Z
11
+ date: 2017-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -270,22 +270,22 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
270
  version: '0'
271
271
  requirements: []
272
272
  rubyforge_project:
273
- rubygems_version: 2.6.7
273
+ rubygems_version: 2.5.2
274
274
  signing_key:
275
275
  specification_version: 4
276
276
  summary: Redmine Extensions is set of usefull features for Redmine. Main focus is
277
277
  on development helpers, but many users can find it helpfull
278
278
  test_files:
279
- - spec/factories/easy_queries.rb
280
- - spec/factories/easy_settings.rb
279
+ - spec/presenters/redmine_extensions/easy_setting_presenter_spec.rb
280
+ - spec/rails_helper.rb
281
+ - spec/features/autocomplete_spec.rb
282
+ - spec/models/easy_setting_spec.rb
281
283
  - spec/factories/issues.rb
282
- - spec/factories/projects.rb
283
284
  - spec/factories/time_entries.rb
284
285
  - spec/factories/trackers.rb
286
+ - spec/factories/easy_queries.rb
287
+ - spec/factories/projects.rb
285
288
  - spec/factories/users.rb
286
- - spec/features/autocomplete_spec.rb
287
- - spec/models/easy_setting_spec.rb
288
- - spec/presenters/redmine_extensions/easy_setting_presenter_spec.rb
289
- - spec/rails_helper.rb
290
- - spec/spec_helper.rb
289
+ - spec/factories/easy_settings.rb
291
290
  - spec/support/plugin_generator.rb
291
+ - spec/spec_helper.rb