Project

General

Profile

Search

Results (18273)

Plugins: ezFAQ 0.0.2.1 (to be compatible with redmine 0.8.2)
Since some users have report a compatibility issue with redmine 0.8.2 and ezFAQ 0.0.2, I make t ... dmine before 0.8.2, please try ezFAQ 0.0.2. 2009-03-30 17:48
Help: RE: 500 error when accessing issue list
Boudewijn van Liempd wrote: > further more a ... n from trunk. After disabling the plugin the issue no longer exists. Without further info I' ... released) which _should_ solve compatibility issues with current Redmine trunk. I've been doin ... ms with it... If this does not solve your issues please post with some more info (see [[Submissions]])... 2009-03-30 14:55
Help: RE: 500 error when accessing issue list
further more after some searching I fond it h ... n from trunk. After disabling the plugin the issue no longer exists. 2009-03-30 14:14
Open discussion: RE: Hiding overview and activity
After patching one needs to add permission view_issues on administration task to all non-anonymous ... not a bad idea. Regards Jan Alboszta 2009-03-30 13:37
Help: Does redmine create a new sessionfile/sessionrecord for every atom read?
We use RSS/Atom to push awareness about new issues to managers of different teams. On avera ... ernal scripts to clear directory/table? /T 2009-03-30 11:11
Help: RE: 500 error when accessing issue list
I've found that the error only occurs when fi ... rd redmine fields are used it works normally. 2009-03-30 09:24
Help: 500 error when accessing issue list
Hi since upgrading this morning I get interna ... when clicking on pre-defined filters for the issue list. I have no idea where to start looking. the log gives me: Processing IssuesController#index (for xxx.xxx.xxx.xxx at 200 ... >"pp2008", "action"=>"index", "controller"=>"issues"} ArgumentError (wrong number of argum ... .rb:320:in `statement' /app/controllers/issues_controller.rb:59:in `index' /usr/local ... public/500.html (500 Internal Server Error) 2009-03-30 09:09
Plugins: RE: Graphs plugin
Mischa The Evil wrote: > This seems to becom ... trunk at r2641 and have found that both the issuelist-graphs aren't rendered correctly. I've p ... usual about your setup that might be related? 2009-03-30 03:21
Plugins: RE: Graphs plugin
Brad Beattie wrote: > First release attached ... trunk at r2641 and have found that both the issuelist-graphs aren't rendered correctly. I've p ... happen on the current trunk. HTH... 2009-03-30 02:11
Plugins: [Graphs plugin 0.1.0] Issuelist-graphs errors
Hey all, I've tested the Redmine Graphs pl ... trunk at r2641 and have found that both the issuelist-graphs aren't rendered. The following is written to the logs: * Old Issues <pre> Processing GraphsController#old_issues (for 192.168.1.2 at 2009-03-30 01:51:55) [G ... eters: {"project_id"=>"root", "action"=>"old_issues", "controller"=>"graphs"} Rendering template within layouts/base Rendering graphs/old_issues Completed in 123ms (View: 97, DB: 6) | 200 OK [http://redmine.host.tld/projects/root/issues/old] Processing GraphsController#issue_age_graph (for 192.168.1.2 at 2009-03-30 01: ... Parameters: {"project_id"=>"1", "action"=>"issue_age_graph", "controller"=>"graphs"} Typ ... app/controllers/graphs_controller.rb:124:in `... 2009-03-30 02:09
Plugins: Graph Plugin returning black square and sql error
Hello everyone! After i looked at the avai ... > from: sql = "SELECT project_id, COUNT(*) issue_count" (...) > to: sql = "SELECT project_id, COUNT(*) as issue_count" 2. About the second error, is that ... egards. Hugo Marcelino 2009-03-29 18:33
Help: RE: Default index page
Hello Carlo, May be this will help you: "Sin ... /boards/2/topics/3398#message-3412 Put the Issues controller and project id. 2009-03-29 11:02
Open discussion: RE: Show us your themes!
Wynn Netherland wrote: > Awesome work, Misch ... .. Btw: I've also responded to your other issue "here":http://www.redmine.org/boards/1/topics/5072 Kind regards, Mischa 2009-03-29 01:51
Help: RE: How to get tabs to show up in Redmine?
clem johnson wrote: > I've installed redmine ... don't get the tabs e.g.: Overview, Activity, Issues... etc. to show up in the header anywhere? ... ect basis, you can control which tabs appear. 2009-03-28 17:05
Help: How to get tabs to show up in Redmine?
I've installed redmine via the BitNami Redmin ... don't get the tabs e.g.: Overview, Activity, Issues... etc. to show up in the header anywhere? ... to install to get tabs or a config setting? 2009-03-28 16:29
Help: View only issues with status "Assinged" on "My Page" among "Assigned to me issues"
Hello, Is there a way to see only issues that have "Assigned" status on "my page" among "Assigned to me issues"? I need this because we have the next d ... loper has assigned to him about a hundred of issues for the current milestone. Every day a developer accepts several issues to perform, and consequently he needs to se ... or for several next days if a task is large). 2009-03-28 15:35
Plugins: RE: How to update a different table in an issues hook
I did something like this for my Budget plugi ... instead of it's id. Check out the @:helper_issues_show_detail_after_setting@ hook and my Budget plugin's use of that hook in @lib/budget_issue_hook.rb@. Eric 2009-03-28 00:01
Plugins: RE: How to update a different table in an issues hook
Thanks for the input...that worked perfectly... I do have an issue with the History and the emailer in that whe ... I control this by one of the journal hooks? 2009-03-27 21:02
Open discussion: Require built in fields without editing code?
Is it possible to require fields that are def ... the estimated hours and due date fields for issues. If need be I can edit the code to make the ... would be nice to not have to modify the code. 2009-03-27 19:20
Help: mylyn intergration
im running Redmine 0.8.2.stable.2633 on windo ... integration with mylyn in eclipse. all the issues import but unfortunately they appear as clo ... ). is there a way i can possibly update the issue query regular expression to change the status in mylyn? any help would be appreciated. 2009-03-27 05:46
Help: RE: Activity page desn't refresh
Let me be more specific. I have a project with multiple issues. I logged time on a specific issue which can be seen under the "spent time" det ... thing? I assumed that any time logged on an issue would be displayed as recent activity. 2009-03-26 18:49
Help: RE: Activity page desn't refresh
I am now having the same issue, but my redmine version is 0.8.2 stable? 2009-03-26 18:36
Help: RE: Changing a projects status?
Ok so I found that by checking off everything ... under administration that when creating New Issues I am able to see the STatus drop-down - How ... tatus field is static after clicking Update? 2009-03-26 17:18
Plugins: RE: ToDo lists plugin
Chaoqun Zou wrote: > Hi, david > Here is a ... etter to use format_date for date strings as issue's view does. Currently the below line in _to ... a few others). Thanks heaps for the feedback! 2009-03-26 09:54
Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
Sorry the Custom field should not be mandator ... d and make it as optional while creating the issue 2009-03-26 09:53
(16976-17000/18273)