Search
Results (18291)
- Plugins: RE: Release Notes Question
- Best is to contact the plugin author to report the issue.
- 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
- 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[0m [1m[35mIssueCustomField Load (0.0ms)[0m SELECT `custom_ ... om_fields` WHERE `custom_fields`.`type` IN ('IssueCustomField') AND `custom_fields`.`id` = 4 LIMIT 1 [1m[36mIssueCustomField Load (0.0ms)[0m [1mSELECT `cus ... _field_id` WHERE `custom_fields`.`type` IN ('IssueCustomField') AND `custom_fields_projects`.`p ... re can give me some tips. Regards, Justin
- Help: RE: Problems with the Demo Environment
- Please open a new issue, the demo instance should be OK IMHO...
- 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 :)
- 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?
- 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"
- 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
- 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
- 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.
- 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.
- 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.
- 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/
- 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.
- 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.
- 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>
- 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
- 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.
- 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?
- Open discussion: RE: New Issue form - can it be customized
- Read #1091 and please use the search... And read the guide: [[RedmineCustomFields]]!
- 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>
- 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
- 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
- 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
- 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