Activity
From 2012-08-27 to 2012-08-29
2012-08-29
-
23:53 Plugins: RE: Writing plugins compatible with both Redmine 1.x and 2.x - some tips
- In a different thread someone adviced me: The problem was in the constructor of my controller class.
At the old Re... -
13:05 Plugins: RE: Writing plugins compatible with both Redmine 1.x and 2.x - some tips
- Thank You for this great guide. It helped me a lot when porting my plugin from 1.3 to 2.0. But I still have one big p...
-
23:00 Help: RE: mongrel.log very big
- Open it with some type <file>|more command?
-
21:30 Help: RE: mongrel.log very big
- up
-
21:10
Plugins: RE: XLS export plugin
- Hi,
I run redmine 1.3.2 on CentOs via apache//passenger
I use the 2.1 release of the plugin. When i click on exp... - Hello everyone I don't know if this subject was already answer but I want to make a procedure to backup my redmine we...
-
19:07 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Leo L wrote:
> But I just can't figure out why ChiliProject is working fine, as it just based on redmine (the gantt.... -
17:46 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Hi,
I erased the redmine directory and dropped the mysql databases and user.
I removed all the rubygem-* installe... -
18:24 Help: RE: can not start redmine 2.02
- Hi
I've resolved this problem with this procedure. In my case, I use a debian distribution.
* remove thin scrip... - error:
http://42.121.81.24:8080/... -
17:05 Plugins: RE: Porting plugin: No redmine at all!
- You're overriding @ApplicationController#initialize@ without calling superclass constructor.
-
14:38 Plugins: RE: Porting plugin: No redmine at all!
- For the convenience, I am also adding a few fragments into text:
*init.rb*... -
14:28 Plugins: RE: Porting plugin: No redmine at all!
- BTW: I also tried one of the plugins which are said to be compatible with 2.0. And yes it works.
-
14:27 Plugins: RE: Porting plugin: No redmine at all!
- No problem - see attached - it is complete this time...
-
13:49 Plugins: RE: Porting plugin: No redmine at all!
- Without any code, it's hard to tell =)
- Hello,
I spend more than 18 hours on attempts to port my existing Redmine plugins from 1.3 to 2.0. I was able to f... -
16:58 Help: RE: anyone has met this issue?
- You should only have to do that after the upgrade and then be good to go.
Slightly off topic, but how does your l... -
11:44 Help: RE: anyone has met this issue?
- Hi @all!
Etienne Massip wrote:
> From "Rails guide":http://edgeguides.rubyonrails.org/command_line.html:
>
> [... -
09:11 Help: RE: anyone has met this issue?
- From "Rails guide":http://edgeguides.rubyonrails.org/command_line.html:...
-
03:34 Help: RE: anyone has met this issue?
At present, we think maybe some configuration of the cache caused it. but I have not found how to fix it.
I ran ...-
16:14 Development: RE: In a comment of a revision: No link to issue
- William, thanks a lot!
Thanks to your help, I was able to make the changes in less than half an hour. Do you think t... - Hi,
I wrote plugins for Mozilla and Chrome and I want connected them to Redmine. It's impossible using XHR because A... -
15:11 Development: RE: REST API doesn't work
- I'm sorry for not closing the thread, my problem was because of using older version of redmine that wasn't support RE...
-
15:08 Development: RE: REST API doesn't work
- Hello,
I am using REST API with Python 2.7 and it is working with passanger - can you show your code? -
14:26 Help: RE: Debian Redmine 1.4.4: Issue Assignee List Includes Only Creator
- So for the record. Completely dumping the database (sqlite3 .dump), creating a new db from scratch, and reloading the...
-
13:59 Help: RE: Security Problem
- I have the same problem.
I'm running two Redmine 1.4.4 instances on the same machine, and when I login in one of ... -
12:02 Open discussion: RE: Gmail autoresponder spamming our tickets
- I was wondering if it would be an idea to look at the full headers in the emails which are triggering the unwanted re...
-
10:33 Plugins: RE: Help with creating a simple wrapper, anyone?
- Steven,
As I cannot reach ultragreen.net (non loading) could you possibly share your copy of the plugin?
Thank ... -
10:22 Plugins: RE: Help with creating a simple wrapper, anyone?
- Hi,Mauro
I used it in my redmine 2.0.3 and it works well.
Or you can try to find wrapper plugin for you. and I'... -
10:10 Plugins: RE: Help with creating a simple wrapper, anyone?
- Thank you Steven for the swift reply.
redmine_top_bar_links is exactly how I got inspired, unfortunately ultragree... -
07:05 Plugins: RE: Help with creating a simple wrapper, anyone?
- there's a simple plugin maybe used by you.
redmine_top_bar_links - Hello,
I have a few web apps that I would like to wrap inside redmine. Believing it was quite an easy task I embarke... - Hello,
We want to share issue reports with our customers, which the "Export PDF" function helps with (when viewing... - I have a plugin compatible with redmine 1.2 and I want to migrate to 2.x, I have a problem with the function labelle...
2012-08-28
-
19:56 Help: RE: Subtasks change priorities/dealines of parent task?
- Hi Arnost,
take a look at issue #5490, that adresses the exact same problem (which I also mention to be quite anno... -
18:06 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Leo L wrote:
> I installed Ruby and Rails via the FreeBSD ports system.
> I assume this ruby/rails system is fine i... -
18:03 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- With the improved patch, it results indeed differently :
@Started GET "/projects/console/issues/gantt" for 10.0.2.... -
18:02 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- I installed Ruby and Rails via the FreeBSD ports system.
I assume this ruby/rails system is fine if ChiliProject's i... -
17:59 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Would be better, sorry:...
-
17:48 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- How did you install Ruby and Rails?
-
17:47 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Last debug action?...
-
17:46 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Because it's @@date_from >> @months@ itself which is faulty and not the subsequent substraction.
-
17:28 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Thanks for all your efforts.
Unfortunately, I have replaced your first proposition by your second, but nothing's new... -
17:01 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- I must say I have no clue how a @Date >> Fixnum@ could give a boolean except with some hidden crazy patch.
Could y... -
16:28 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Etienne,
In my gantt.rb, I have now :
@68 @date_from = Date.civil(@year_from, @month_from, 1)
69 A... -
16:03 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Could you just add the following line just before line #69 (@@date_to = (@date_from >> @months) - 1@) of @gantt.rb@?
... -
15:06 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Hi again,
Some news about my concern.
I removed completely the redmine directory, then I reinstalled it from SVN ... - Hi, we use redmine for SPIP dev on http://core.spip.org/ and we have a question about issue creation form.
We have... - I have followed [[RedmineInstall|this]] step to install plugin in newly installed redmine .
I have simply installe... -
14:25 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Nice catch, forgot about this cache!
-
13:12 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- I found the directory @Redmine\tmp\cache@ which I cleared. Then I cleared my browser cache and now it all works fine....
-
12:47 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- I've been doing some more research and it seems to me that rack has cached the wrong file and thereby is the server r...
-
09:16 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- I did some additional tests and it seems there's a problem with the domain
If I visit http://127.0.0.1/javascripts... -
08:58 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Etienne Massip wrote:
> Måns Andersson wrote:
> What do you mean, how do you check this?
I clear my browser cach... -
08:57 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Måns Andersson wrote:
> Yes, the web server is serving the prototype.js file instead of the application.js file loca... -
07:20 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Same problems without plugins.
Even the application.css file is now served as the prototype.js file some times. -
07:14 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- I'm disabling the plugin as we speak.
Yes, the web server is serving the prototype.js file instead of the applicat... - Hi,
it is possible to send an svn commit if the user closes a version. We want to automatically build a stable ver... - I want to hook up my Redmine with LDAP. However, I have many local accounts that have the same username as the one fr...
- Any idea how to protect agains autoresponders?
Vacation responders are falling back to redmine thru email reply func... -
08:46 Open discussion: RE: Is there a way to restrict the fetch changeset process to a specific project? (from within a subversion hook)
- You can also use @wget@ and the sys URL and specify project by passing an extra id parameter, see [[RedmineRepositori...
- Hi All,
I try to install redmine on window 7 64bit platform.
But I cannot connect to mysql, the error message is ... -
04:19 Plugins: RE: Embedded plugin doxygen layout
- I seem to be having a similar issue, if not the same issue now (Redmine 2.0.3.stable and Redmine Embedded Documentati...
- It would be nifty to have "updated by" as a default column on the issue list, where the field is automatically popula...
-
01:11 Help: RE: dispatch.fcgi idles
- Hi,
I couldnt fix this, so if the .fcgi file comes from the redmine-developers (and not from the gentoo portage-ma... -
01:00 Help: RE: can not start redmine 2.02
- Hi,
I have a fresh installed redmine with stuff-todo plugin and have the same error.
To me it looks like that t...
2012-08-27
-
20:11 Open discussion: RE: Is there a way to restrict the fetch changeset process to a specific project? (from within a subversion hook)
- I may have figured out a way to do this..
simply run:
redmine/script/runner "Project.find('..projname..').repos... -
16:36 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Thank you for your time.
There is my gantt.rb file.
--
Léo L. -
16:25 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- No clue. Could you please post your @/lib/redmine/helpers/gantt.rb@ here?
-
15:26 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- I tried this one out : redmine_resource_allocation-0.1b.
When I restarted the server, I couldn't access redmine at a... -
14:55 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- It could, what plugin was it?
-
14:23 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Hi Etienne,
Yeah, just after completing the redmine installation, I tried to install one plugin just to see how it... -
11:54 Help: RE: Strange "NoMethodError" and "500 - Internal error" when accessing Gantt tab
- Did you have a plugin installed at some point of time?
-
16:09 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- You can try with no plugin if it helps.
Are you saying that your browser uses an @application.js@ file different t... -
15:32 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Yes, Redmine Wiki Extensions (https://bitbucket.org/haru_iida/redmine_wiki_extensions/downloads)
I am also using t... -
15:13 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Any plugin installed?
-
15:00 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Etienne Massip wrote:
> Try cleaning your browser cache or refresh the page using CTL+F5 / CTL+R?
Already tried t... -
14:58 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Måns Andersson wrote:
> (...) although the appliacation.js in the javascripts directory is the correct one (or at le... -
14:57 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- So that could be an outdated local browser cache version of .js?
Try cleaning your browser cache or refresh the pa... -
14:54 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- I'm not using Apache. Just running puma barebones as a service ( http://www.redmine.org/projects/redmine/wiki/HowTo_r...
-
14:53 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- You might be serving static content with Apache via a Location directive pointing to the old asset path?
-
13:58 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Yes, upgraded from 1.3.x. No the application.js is wrong apparently. I get served the prototype.js file there too alt...
-
13:45 Help: RE: Can't delete attachments / Can't add multiple attachments and more - 2.0.3 + puma
- Not sure it is related to Puma; did you upgrade from a previous version of RM and are you sure that your application....
- Hi
I'm using Redmine 2.0.3 stable with the puma server (http://puma.io) on windows. It all seemed to work the first ... - Hi,
I've emerged (I'm using gentoo) redmine-1.4.3, I guess I have configured everything.. with the webrick stuff ... - Hello, I'm in trouble in Gantt, looked at the log and the following message is displayed:...
- Hi,
in our Redmine 1.3.0 installation email notifications are working perfectly fine with one exception:
When som... -
10:30 Help: RE: Repository Tab: Error 404
- Greetings
I was having same issue with apache.
Finally solved problem after fight several days.
Please note th... -
10:27 Help: RE: svn+ssh with ssh public key not working
- Greetings
I was having same issue with apache.
Finally solved problem after fight several days.
Please note th... - Appreciate if anyone can help me with this, I am running redmine 2.0.3 and configured to receive email using
gmail. ... -
07:29 Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
- _ok, how many custom fields do you have on the spent time entity ?
because thats what get displayed on the timesheet... -
02:26 Help: RE: Gentoo 'emerge --config "=www-apps/redmine-1.4.3"' compile error
- Update:
moved the /var/lib/redmine folder, unmerged redmine and re-emerged it again. Now --config works again, but...
Also available in: Atom