Giter Site home page Giter Site logo

redmine_ezfaq_plugin's People

Contributors

ansoncat avatar cedricziel avatar furgas avatar novaeye avatar persapiens avatar salashnik avatar zouchaoqun avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

naitoh novaeye

redmine_ezfaq_plugin's Issues

"Updated by" in FAQ entries

The original author not the updater will be shown in the FAQ arcticle

change app/views/ezfaq/show.html.erb

line 15

from
<%= authoring @faq.updated_on, @faq.author, :label => :label_updated_time_by if @faq.created_on != @faq.updated_on %>

to
<%= authoring @faq.updated_on, @faq.updater, :label => :label_updated_time_by if @faq.created_on != @faq.updated_on %>

export to pdf failed in redmine 2.1.6

the log:

Started GET "/redmine/ezfaq/index/test_tasks.pdf" for 10.10.8.33 at Mon Mar 04 18:06:28 +0800 2013
Processing by EzfaqController#index as PDF
Parameters: {"id"=>"test_tasks"}
Current user: wuyan (id=3)
Completed 500 Internal Server Error in 10ms

NameError (uninitialized constant EzfaqController::IFPDF):
plugins/redmine_ezfaq_plugin/app/controllers/ezfaq_controller.rb:235:in faqs_to_pdf' plugins/redmine_ezfaq_plugin/app/controllers/ezfaq_controller.rb:41:inindex'
actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:196:in call' actionpack (3.2.11) lib/action_controller/metal/mime_responds.rb:196:inrespond_to'
plugins/redmine_ezfaq_plugin/app/controllers/ezfaq_controller.rb:39:in index' actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:insend_action'
actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in send_action' actionpack (3.2.11) lib/abstract_controller/base.rb:167:inprocess_action'
actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in process_action' actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:inprocess_action'
activesupport (3.2.11) lib/active_support/callbacks.rb:480:in _run__600142813__process_action__823648728__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:insend'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in __run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in_run_process_action_callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in send' activesupport (3.2.11) lib/active_support/callbacks.rb:81:inrun_callbacks'
actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in process_action' actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:inprocess_action'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in process_action' activesupport (3.2.11) lib/active_support/notifications.rb:123:ininstrument'
activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in instrument' activesupport (3.2.11) lib/active_support/notifications.rb:123:ininstrument'
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in process_action' actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:inprocess_action'
activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in process_action' actionpack (3.2.11) lib/abstract_controller/base.rb:121:inprocess'
actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in process' actionpack (3.2.11) lib/action_controller/metal.rb:203:indispatch'
actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in dispatch' actionpack (3.2.11) lib/action_controller/metal.rb:246:inaction'
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in call' actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:indispatch'
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in call' journey (1.0.4) lib/journey/router.rb:68:incall'
journey (1.0.4) lib/journey/router.rb:56:in each' journey (1.0.4) lib/journey/router.rb:56:incall'
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in call' rack-openid (1.3.1) lib/rack/openid.rb:98:incall'
actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in call' rack (1.4.4) lib/rack/etag.rb:23:incall'
rack (1.4.4) lib/rack/conditionalget.rb:25:in call' actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:incall'
actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in call' actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:incall'
rack (1.4.4) lib/rack/session/abstract/id.rb:210:in context' rack (1.4.4) lib/rack/session/abstract/id.rb:205:incall'
actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in call' activerecord (3.2.11) lib/active_record/query_cache.rb:64:incall'
activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in call' actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:incall'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in _run__1008618978__call__4__callbacks' activesupport (3.2.11) lib/active_support/callbacks.rb:405:insend'
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in __run_callback' activesupport (3.2.11) lib/active_support/callbacks.rb:385:in_run_call_callbacks'
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in send' activesupport (3.2.11) lib/active_support/callbacks.rb:81:inrun_callbacks'
actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in call' actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:incall'
actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in call' actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:incall'
railties (3.2.11) lib/rails/rack/logger.rb:32:in call_app' railties (3.2.11) lib/rails/rack/logger.rb:18:incall'
actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in call' rack (1.4.4) lib/rack/methodoverride.rb:21:incall'
rack (1.4.4) lib/rack/runtime.rb:17:in call' activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:incall'
rack (1.4.4) lib/rack/lock.rb:15:in call' actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:incall'
rack-cache (1.2) lib/rack/cache/context.rb:136:in forward' rack-cache (1.2) lib/rack/cache/context.rb:245:infetch'
rack-cache (1.2) lib/rack/cache/context.rb:185:in lookup' rack-cache (1.2) lib/rack/cache/context.rb:66:incall!'
rack-cache (1.2) lib/rack/cache/context.rb:51:in call' railties (3.2.11) lib/rails/engine.rb:479:incall'
railties (3.2.11) lib/rails/application.rb:223:in call' railties (3.2.11) lib/rails/railtie/configurable.rb:30:insend'
railties (3.2.11) lib/rails/railtie/configurable.rb:30:in method_missing' passenger (3.0.13) lib/phusion_passenger/rack/request_handler.rb:96:inprocess_request'
passenger (3.0.13) lib/phusion_passenger/abstract_request_handler.rb:516:in accept_and_process_next_request' passenger (3.0.13) lib/phusion_passenger/abstract_request_handler.rb:274:inmain_loop'
passenger (3.0.13) lib/phusion_passenger/rack/application_spawner.rb:206:in start_request_handler' passenger (3.0.13) lib/phusion_passenger/rack/application_spawner.rb:171:insend'
passenger (3.0.13) lib/phusion_passenger/rack/application_spawner.rb:171:in handle_spawn_application' passenger (3.0.13) lib/phusion_passenger/utils.rb:479:insafe_fork'
passenger (3.0.13) lib/phusion_passenger/rack/application_spawner.rb:166:in handle_spawn_application' passenger (3.0.13) lib/phusion_passenger/abstract_server.rb:357:insend'
passenger (3.0.13) lib/phusion_passenger/abstract_server.rb:357:in server_main_loop' passenger (3.0.13) lib/phusion_passenger/abstract_server.rb:206:instart_synchronously'
passenger (3.0.13) lib/phusion_passenger/abstract_server.rb:180:in start' passenger (3.0.13) lib/phusion_passenger/rack/application_spawner.rb:129:instart'
passenger (3.0.13) lib/phusion_passenger/spawn_manager.rb:253:in spawn_rack_application' passenger (3.0.13) lib/phusion_passenger/abstract_server_collection.rb:132:inlookup_or_add'
passenger (3.0.13) lib/phusion_passenger/spawn_manager.rb:246:in spawn_rack_application' passenger (3.0.13) lib/phusion_passenger/abstract_server_collection.rb:82:insynchronize'
passenger (3.0.13) lib/phusion_passenger/abstract_server_collection.rb:79:in synchronize' passenger (3.0.13) lib/phusion_passenger/spawn_manager.rb:244:inspawn_rack_application'
passenger (3.0.13) lib/phusion_passenger/spawn_manager.rb:137:in spawn_application' passenger (3.0.13) lib/phusion_passenger/spawn_manager.rb:275:inhandle_spawn_application'
passenger (3.0.13) lib/phusion_passenger/abstract_server.rb:357:in __send__' passenger (3.0.13) lib/phusion_passenger/abstract_server.rb:357:inserver_main_loop'
passenger (3.0.13) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
passenger (3.0.13) helper-scripts/passenger-spawn-server:99

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.