Project

General

Profile

Search

Results (18291)

Plugins: RE: Release Notes Question
Best is to contact the plugin author to report the issue. 2013-03-07 02:52
Help: Intermittent email notifications
Hi, we're dealing with intermittent email notifications whereby News and some Issues don't get to watchers even though they're i ... are set for the correct actions (e.g. News, Issues etc.) Q. Are there any log files (or s ... have checked the defects for relevant email issues but found nothing relating to redmine 2.0.3. Thanks...Andy 2013-03-07 02:04
Help: new & copied projects appear nested under the wrong sub-project... cannot rebuild projects
Hey guys, We have an ongoing issue where any new projects or copied projects ne ... oria Web Site - Corporate", "homepage"=>"", "issue_custom_field_ids"=>["4", ""], "description"= ... d_modules`.`project_id` = 68 IssueCustomField Load (0.0ms) SELECT `custom_ ... om_fields` WHERE `custom_fields`.`type` IN ('IssueCustomField') AND `custom_fields`.`id` = 4 LIMIT 1 IssueCustomField Load (0.0ms) SELECT `cus ... _field_id` WHERE `custom_fields`.`type` IN ('IssueCustomField') AND `custom_fields_projects`.`p ... re can give me some tips. Regards, Justin 2013-03-07 00:32
Help: RE: Problems with the Demo Environment
Please open a new issue, the demo instance should be OK IMHO... 2013-03-06 21:47
Help: RE: Redmine database migration 0.8 => 2.0 failing
Hello, I'm facing the same problem, and li ... roblem with rails, gems, i18m, compatibility issues... so after 2 days I gave up and took the d ... </pre> Then I tried again and it Works :) 2013-03-06 15:09
Open discussion: Subproject version as an issue of parent project - is it possible?
Hello Is it possible to have subproject version as an issue of a parent project? For example: Proj ... there should be A and B displayed and on the issue list of A there should be version of B. If the version of B is closed, the issue should be closed as well. Is it possible? 2013-03-06 10:11
Help: RE: How to edit redmine code for notification mail don't have plain text contents
Solved. In /var/www/redmine/app/views/mailer At files: document_added.html.erb issue_edit.html.erb _issue.html.erb message_posted.html.erb news_comm ... .erb Remove lines have text "textilizable" 2013-03-05 09:56
Help: RE: "Issues" on personal demo site (m.redmine.org) gives error 500
*Resolved* OK, the page is running again. Ye ... e projects like "redmine" possible. Thomas 2013-03-05 09:45
Help: Problems with the Demo Environment
Hello! I have got an account in the Demo env ... t... For example when I try to: - Set an Issue priority in the admin - Internal error - Vi ... ity" in a project - Internal error - Click "Issues" in a project - 500 An error occurred while ... ine really will do it for us. Regards Palle 2013-03-05 09:42
Help: RE: Problem installing Redmine 2.2
Thanks to you two for your replies. I don't t ... . Hopefully those two solutions will get the issue solved. Thanks again. 2013-03-04 18:28
Help: "Issues" on personal demo site (m.redmine.org) gives error 500
I am using a demo site gilai.m.redmine.org and it worked well until today as clicking on the tab "issues" results in a error 500 (see screen shots): !issues.png! !error500.png! I also tried the "issues" tab in another projet and I have the same problem. 2013-03-04 14:47
Help: RE: Problem installing Redmine 2.2
Todd A wrote: > I've been trying to Install ... . > > [...] > > Has anyone run into an issue like this or might know what I can do to fix ... use RVM, they have a page dedicated to that issue: https://rvm.io/packages/iconv/ That seem ... grading to a supported ruby version at first. 2013-03-03 00:28
Help: RE: Problem installing Redmine 2.2
You seem to use RVM, they have a page dedicated to that issue: https://rvm.io/packages/iconv/ 2013-03-02 23:19
Help: RE: Redmine 2.1 Issues - 404. Trouble
I had the same issue with Redmine 2.3.0.devel I took Kris' adv ... estarting redmine. It may be a compatibility issue with the latest Redmine. Just thought I woul ... on in case anyone else has the same conflict. 2013-03-02 21:14
Plugins: RE: Agile Dwarf project management plugin released
Was there ever a solution to the above issue with the run charts not displaying anything? I have the same issue and I'm thinking it might be some sort of configuration I don't have set correctly. 2013-03-01 21:21
Help: Problem installing Redmine 2.2
I've been trying to Install Redmine on a bran ... fixes have worked. Has anyone run into an issue like this or might know what I can do to fix ... from script/about:4:in `<main>' </pre> 2013-03-01 20:48
Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
Razi, thats what this setting ( "Include Previous Week's Closed Issues") does. if this check box is turned on in the plugin configuration page, it will bring all the issues. By default it is unchecked, so it will bring only open issues. Dhanasingh 2013-02-28 10:50
Help: RE: After upgrade to 2.2.3dev all issues rows became red
On the database the issues do have all the priorities available. That does look normal. 2013-02-27 20:22
Help: RE: After upgrade to 2.2.3dev all issues rows became red
I successfully migrated from 1.4.3 to 2.2. and don't have this issue. I guess it has something to do with the pr ... ets have if you look at them in the database? 2013-02-27 18:50
Open discussion: RE: New Issue form - can it be customized
Read #1091 and please use the search... And read the guide: [[RedmineCustomFields]]! 2013-02-27 18:38
Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
hmm..., I'll play around with it. Running the first query returns all our issues (20k+), while the second returns about 15 b ... d in 103842ms (View: 103659, DB: 20) </pre> 2013-02-27 14:51
Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
Razi, It will get all the open issues for a project (row) and any issues closed in the last week. Dhanasingh 2013-02-27 13:38
Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
Razi, It will only the issues which are shown in the dropdown. In the ... the wktime_controller and method set_visible_issues(entry) In version 1.0, the code for retrieving issue is in edit_issues2.rhtml if Setting.plugin_redmine_wktime['wktime_closed_issue_ind'].to_i == 1 allIssues = Issue.find_all_by_project_id(entry.nil? ? (@logtim ... d) : entry.project_id) else allIssues = Issue.find_all_by_project_id(entry.nil? ? (@logtim ... id) : entry.project_id, :conditions => ["#{IssueStatus.table_name}.is_closed = ? OR #{Issue.table_name}.updated_on >= ?", false, @mon], :include => :status) end Dhanasingh 2013-02-27 13:33
Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
Jaiprakash, yeah, it seems like the permissi ... n the next release. In your case how many issues do you get in your dropdown ? is it also in the order of 100s ? Dhanasingh 2013-02-27 12:47
Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
Dhansingh, Could you explain the flow behi ... query being executed. Is it looking for all issues that the user has a time entry for in the last week? or is it all open issues + issues closed in the last week? It almost seems like the query includes *all* issues in the project - at least in some clause - ... ormance seems related to the number of total issues in the project Thanks a lot for your assistance, -razi 2013-02-27 12:37
(7901-7925/18291)