Giter Site home page Giter Site logo

redmine_time_tracker's People

Contributors

ahmadgaber avatar mahkhaled avatar mostafaelganainy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

mahkhaled bigadev

redmine_time_tracker's Issues

time_tracker/charts is not working

Started GET "/time_tracker/charts?period=current_week" for unknown at 2013-10-11 14:22:55 +0200
Processing by TimeTrackerController#charts as HTML
  Parameters: {"period"=>"current_week"}
  Current user: rboumart (id=4)
Completed 500 Internal Server Error in 9ms

NameError (undefined local variable or method `retrieve_date_range' for #<TimeTrackerController:0xba90e88>):
  plugins/redmine_time_tracker/app/controllers/time_tracker_controller.rb:63:in `charts'
  actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13) lib/active_support/callbacks.rb:469:in `_run__387266752__process_action__126375372__callbacks'
  activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'

rake time_tracker:load_default_data is not working

redmine 2.3.3 with postgres

/plugins# RAILS_ENV=production rake time_tracker:load_default_data
(in /opt/redmine-2.3)
Connecting to database specified by database.yml
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LANG is de_DE.UTF-8
svn: warning: please check that your locale name is correct
Starting redmine-mylyn-connector plugin for Redmine
Creating scope :system. Overwriting existing method Enumeration.system.
Starting wiki_external_filter plugin for Redmin
Registering plantuml macro with wiki_external_filter
Registering graphviz macro with wiki_external_filter
Registering ritex macro with wiki_external_filter
Registering video macro with wiki_external_filter
Registering video_url macro with wiki_external_filter
Registering fortune macro with wiki_external_filter
OpenIdAuthentication.store is nil. Using in-memory store.
Creating scope :sorted. Overwriting existing method User.sorted.

Select language: ar, az, bg, bs, ca, ca-fr, cs, da, de, el, en, en-GB, es, et, eu, fa, fi, fr, gl, he, hr, hu, id, it, ja, ko, lt, lv, mk, mn, nl, no, pl, pt, pt-BR, ro, ru, sk, sl, sq, sr, sr-YU, sv, th, tr, uk, vi, zh, zh-TW [en] en
====================================
Error: PG::UndefinedFunction: ERROR:  operator does not exist: timestamp without time zone + double precision
LINE 1: ...PDATE "time_entries" SET spent_to=FLOOR(spent_from+Floor(hou...
                                                             ^
HINT:  No operator matches the given name and argument type(s). You might need to add explicit type casts.
: UPDATE "time_entries" SET spent_to=FLOOR(spent_from+Floor(hours)*10000+ ROUND((hours-FLOOR(hours))*60)*100) WHERE (hours < 24.0 AND hours > 0.0)
Default configuration data was not loaded.

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.