Code Monkey home page Code Monkey logo

redmine_process_frameworks's People

Contributors

devaroop avatar geron-cn avatar ma-ku avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ma-ku gantir

redmine_process_frameworks's Issues

htacess password

This plugin after enabling asks for a username and password as an htaccess protected site would. There is no where that setting I have done manually. Could there be any possible debug and fix for this?

Thanks in advance.

Support of rails 3.0

With a redmine version 2.2.0 on rails 3.X I got this error.

ActionView::Template::Error (undefined method link_to_remote' for #<#<Class:0x7ff3b9141d38>:0x7ff3b8838a98>): 22: <% else %> 23: <li class= "Closed"> 24: <%= check_box_tag :"activity_#{activity.id}","yes",true %> 25: <%= link_my_remote activity %> 26: <ul> 27: <% @actions.each do |action| %> 28: <% @tasks = action.pf_tasks %> plugins/redmine_process_frameworks/app/helpers/init_select_helper.rb:4:inlink_my_remote'
plugins/redmine_process_frameworks/app/views/init_select/select_activities.html.erb:25:in `_plugins_redmine_process_frameworks_app_views_init_select_select_activities_html_erb__1055766792_70342374682400'

Seems that a rail method change its name.

Example File.

I have process framework installed but am not quite sure how to create the code for the xml file needed. I was wondering if you had an example or test file I would use. Also when I try to create the process under admin, I cant choose version, issue or sub without generating errors upon activation. Thanks in advance

rails3 plugins uninitialized constant ActionDispatch::Routing::Routes.

~/workspace/Ruby/redmine-2.0.3$ rake redmine:plugins:migrate
An error occurred while loading the routes definition of redmine_process_frameworks plugin (/home/geron/workspace/Ruby/redmine-2.0.3/plugins/
redmine_process_frameworks/config/routes.rb): uninitialized constant ActionDispatch::Routing::Routes.

Missing import_templates

Greetings!

I think that in the last version its missing the file

libs/taks/import_templates.rake

I've successfully loaded the inital commit imported the plugin ( rake db:migrate_plugins RAILS_ENV=production ) and got this:

root@angelos:/opt/redmine# rake ProcessFramework:import_templates RAILS_ENV=production
Please install RDoc 2.4.2+ to generate documentation.
import model:

需求工程推荐模板


succeed!
import file: /opt/redmine/vendor/plugins/redmine_process_frameworks/lib/tasks/../templates/SREP.xml succeed!
imort /opt/redmine/vendor/plugins/redmine_process_frameworks/lib/tasks/../templates/SREP.xmlis done!
import model:

需求工程推荐模板


succeed!
import file: /opt/redmine/vendor/plugins/redmine_process_frameworks/lib/tasks/../templates/需求工程.xml succeed!
imort /opt/redmine/vendor/plugins/redmine_process_frameworks/lib/tasks/../templates/需求工程.xmlis done!
import is done!

Which I believe loaded everything needed, however when opening the "Process Framework" tab i get an error:

ActionView::TemplateError (No route matches {:controller=>"init_select", :project_id=>#<Project id: 36, name: "Test", description: "", homepage: "", is_public: false, parent_id: nil, created_on: "2012-05-16 10:24:35", updated_on: "2012-05-16 10:24:35", identifier: "test", status: 1, lft: 65, rgt: 66, if_config_pf: false, model_id: nil>, :action=>"import_process_framework"}) on line #3 of vendor/plugins/redmine_process_frameworks/app/views/init_select/select_models.html.erb:
1: <%= stylesheet_link_tag "/plugin_assets/redmine_process_frameworks/stylesheets/model_attribute.css" %>
2:


3: <% form_tag({:controller => "init_select", :action => "import_process_framework", :project_id => @project},
4: {:multipart => true} ) do %>
5: <%= file_field_tag "xml_file" %>
6: <%= submit_tag "#{l(:label_import_process_framework)}" %>

vendor/plugins/redmine_process_frameworks/app/views/init_select/select_models.html.erb:3
vendor/plugins/redmine_process_frameworks/app/controllers/init_select_controller.rb:22:in `select_models'
/usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:92:in `process_request'
/usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:418:in `start_request_handler'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:358:in `handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:in `safe_fork'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:354:in `handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:163:in `start'
/usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:213:in `start'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:262:in `spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:126:in `lookup_or_add'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:256:in `spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:80:in `synchronize'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:255:in `spawn_rails_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:154:in `spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:in `handle_spawn_application'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `__send__'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in `main_loop'
/usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in `start_synchronously'
/usr/lib/phusion_passenger/passenger-spawn-server:61

Rendering /opt/redmine/public/500.html (500 Internal Server Error)

Any ideas?

This is on Redmine 1.4.2 over Debian 6.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.