Search
Results (18280)
- 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
- I am trying to have issues that do not have a target version to be last on the list of issues. It use to behave that way in 1.3. Could someone give me a clue on what I should do?
- Open discussion: RE: Redmine as CMS
- I still have some issues with menus and first run. If you are intere ... end me email to support at redminecrm dot com
- Help: RE: After upgrade to 2.2.3dev all issues rows became red
- I've been having this problem for a while now ... the update from 2.0.3 to 2.1.0 when all the issues went red. I'm now using 2.2.3 (stable) and it's still not back to normal. Even new issues instantly become red. !red-issues.png! It looks like this. The brighter ro ... have and resolve this problem? Thanks! —f
- Plugins: RE: Weekly Timesheet Plugin (wk-time) 1.0
- Dhanasingh, I want to point out some odd b ... erformance problem . My project have abt 20k issue ,takes quiet a bit of time to load . redm ... ==> fedora 15 Regards, Jaiprakash
- Open discussion: RE: Need a little help with general setup and usage..
- I was having the same trouble finding out how ... thing else: Administration -> Settings -> Issue Tracking Select the "Allow issue assignment to groups" checkbox. J Mitchel ... ividual users in "techs" but not "Techs".
- Can the New Issue form be customized to remove fields and add ... ers? or is this non customizable? Thank you.
- Open discussion: RE: can we add/specify icons to trackers like bug,feature etc ?
- There is no way to do it. I just added feature request. http://www.redmine.org/issues/13297
- Open discussion: RE: Software Requirements & Specifications, Test Plan, Tracability and Report
- Checkout "redmine_impasse":https://github.com ... but the project needs developers to get the issues done. Fork and pull your ideas and extentions!
- Help: RE: creating tickets from emails
- Got a solution, a very dirty hack with the ba ... sender's email address in the newly created issue, no formatting but does the job. replace r ... hed file to get the sender's email id in the issue body. the patch is as below <pre> # Creates a new issue def receive_issue project = target_project # check p ... uthorizedAction unless user.allowed_to?(:add_issues, project) end issue = Issue.new(:author => user, :project => project) issue.safe_attributes = issue_attributes_from_keywords(issue) issue.safe_attributes = {'custom_field_values' => custom_field_values_from_keywords(issue)} issue.subject = cleaned_up_subject if ...
- Hi "bishma":/users/72068 , tx for ur plugi ... in/network Is there a online repository,issue tracker for this codce already? Would be great you open a github repo. I found cross plugin issues with plugin "Q&A Plugin":http://redminecrm. ... name the model,controller,views entities to "issuequestions" or stgh similar so both can work at the same time. In fact the question is for issues only, so it would match also from my undertsanding. Tx for your contributions.
- Help: RE: Inconsistent starting day of the week between issues and spent time
- Chao Huang wrote: > When on @/issues@ and filter by due date "this week", the we ... ay_)? It looks like one of the two (either @/issues@ "This week" filter or the one on @/time_entries@) is ignoring this setting. Please open an issue for this, with the required info (see [[Submissions]]).