behigh / redmine_timelog_timer

A simple javascript timer for timelog form
Other
30 stars 21 forks source link

Don't work with redmine 2.1-stable #1

Open pousterlus opened 11 years ago

pousterlus commented 11 years ago

Hello,

I saw that your plugin was listing to be compatible with redmine-2.3 only. I tested it on 2.1-stable, and it doesn't work (404 error). I don't know if it's volontary or not, so I created an issue.

Léo.

behigh commented 11 years ago

404 error only on the translation file. I do not know yet how to solve this problem and to check the translation file exists for current locale.

pousterlus commented 11 years ago

Hello Behigh,

Where are the translation files stored ? I'll manage to add the french locale to solve the problem. Thanks,

Léo.

pousterlus commented 11 years ago

FYI, in the log files I found :

Started GET "/projects/console/time_entries/new" for 10.0.2.101 at 2012-11-22 16:56:21 +0100 Processing by TimelogController#new as HTML Parameters: {"project_id"=>"console"} Current user: leo (id=3) Rendered timelog/_form.html.erb (11.2ms) Rendered timelog/new.html.erb within layouts/base (12.5ms) Missing template, responding with 404

behigh commented 11 years ago

Added check for existence of the transaltion file

behigh commented 11 years ago

I tested only on Redmine version 2.1.3.stable&devel, but this plugin has very little Ruby code

4TT1L4 commented 11 years ago

It also works well with Redmine version 2.1.2.stable.

4TT1L4 commented 11 years ago

pousterlus: First I had the same problem. Please make sure that your plugin is in the "timelog_timer" directory! Moving the plugin into this directory solved this problem for me. (First I used some differently named directory.)

pousterlus commented 11 years ago

Hi TotalBrutal,

You're right, it's now working :) Thanks for the hint !

Léo.

euskal-dh commented 11 years ago

Yep, thanks TotalBrutal.

Now working on Redmine 2.3.2.stable.12037. :-)

mikeploeger commented 9 years ago

This repository is no longer actively maintained.

New working version & actively maintained repository: https://github.com/emovere/redmine_timelog_timer/