Project

General

Profile

Search

Results (12716)

Feature #17946 (Closed): time entries report should be able to show parent task
The report in /time_entries/report should pro ... y to show the parent task column like in the issue list. It would also be great if it was po ... n't possible to do in an easy way in Redmine. 2014-09-24 16:41
Defect #17944 (Closed): Helper hook doesn't change object attributes
<pre> module RedmineIssueChecklist::Hooks class Hooks < Redmine::Hook::ViewListener def helper_issues_show_detail_after_setting(context={}) ... end end </pre> then check *value* in issues_helper.rb and get nil or something other, but not *'test'* 2014-09-24 14:41
Feature #17932 (Closed): [Feature Request] History Assignee filter
Thank for authors, We use redmine in project ... appear need someone to do, anybody create an issue(aka. ticket) and assign to (person A). 2. ... ns. Can you provide this feature for us? 2014-09-23 05:05
Defect #17931 (Closed): note "Applied in changeset" generated multiple times for the same repo
I have couple sub-projects, but all of them u ... recent upgrade to 2.5.2 scan_changesets_for_issue_ids() treats one changeset as independent ch ... times making this feature annoying/useless. 2014-09-23 01:25
Feature #17919 (Closed): Not seeing List Of Associated Subtasks in a parent Issue
Is there a restful API call where I can view ... w many and which subtasks are assigned to an issue. Please advise if this will be feature th ... can you share how to access this information? 2014-09-19 18:42
Feature #17907 (New): Give 'version' another meaning
Redmine is good for project management. But n ... clearer if this just could have another name. 2014-09-18 08:45
Patch #17902 (Closed): CSV encoding should be UTF-8 in French locale
Default csv encoding is currently set to ISO- ... e set to UTF-8 in locales/fr.yml? Thank you! 2014-09-17 17:29
Patch #17900 (New): Allow change value of the time_entry object via controller_issues_edit_before_save hook from a plugin
At the moment we could not made some modification on time_entry from @controller_issues_edit_before_save@ hook. Because the object ... attribute, so a plugin using the @controller_issues_edit_before_save@ hook could not access to ... . The attached patch make that possible. 2014-09-17 16:34
Defect #17897 (Closed): Emails does not send to assignee if issue's author doesn't have permission to change assignee field
I have issue assignments based on category. (Project - Settings - Issues categories) Because of that i forbided users to change assignee in New Issue: Workflow - Fields permissions - Issue status - New; Assignee = Read-only and Category maded Requered. Then user create new issue it gets assignee according to category. That ... that. If Workflow - Fields permissions - Issue status - New; Assignee I leave blank and User leave blank "Assignee" field in new issue evrything is OK. Issue gets assignee automaticaly and assignee gets ... n't have priority before author's choice and issue may go to wrong user. 2014-09-17 13:41
Defect #17890 (Closed): Making group - add project - subprojects not visible
I got the following issue which I cant seem to solve with our redmine. ... hy this is happening and how to resolved it. 2014-09-16 23:45
Feature #17889 (New): Searches should be twice faster
When we run a search, we can see in the debug log that for each category to look into ( issues, forums, wiki...) there are 2 queries which ... EXEC sp_executesql N'SELECT COUNT(DISTINCT [issues].[id]) FROM ... )))))) and [1m[36mS ... 0m [1mEXEC sp_executesql N'SELECT TOP (11) [issues].id FROM ... )))))) GROUP BY [issues].id, issues.id ORDER BY issues.id DESC'[0m We would have only one query ... 0m [1mEXEC sp_executesql N'SELECT TOP (11) [issues].id, total=COUNT(*) OVER() FROM ... )))))) GROUP BY [issues].id, issues.id ORDER BY issues.id DESC'[0m And that would make searches twice faster. 2014-09-16 18:06
Defect #17888 (Closed): Redmine API :: uploadAttachment issue
Hi, I am trying to use upload attachment A ... attach the same file in redmine without any issues as my attachment file limit is 20MB. Can ... e version is: 2.3.1.stable Thanks Nissar 2014-09-16 15:11
Defect #17887 (Closed): NoMethodError (undefined method `downcase' for nil:NilClass):
When I follow the instructions at http://www. ... app/models/changeset.rb:100:in `scan_for_issues' app/models/repository/git.rb:218:in `sa ... ers/repositories_controller.rb:114:in `show'@ 2014-09-16 14:10
Defect #17885 (Closed): Need to send email to watchers when a new issue created
Need to send email to watchers when a new issue created 2014-09-16 11:38
Defect #17881 (Closed): Javascript error when ... ed filters omitted from the available_filters
Attached to this issue, there is a fix for an issue that can occur if a users defines a query in ... le filters. The attached patch fixes this issue. It ensures that only those filters are atte ... rrent scope. This fixes the Javascript error. 2014-09-15 14:12
Patch #17880 (Closed): Performance issues on Issue model
Issue safe_attribute 'is_private' cause a author l ... d, cuz is not prevent loading if not changed. 2014-09-15 04:17
Feature #17879 (Closed): support deleting attachments
I see page http://www.redmine.org/projects/re ... ps://github.com/taskadapter/redmine-java-api/issues/106) 2014-09-15 01:19
Defect #17852 (Closed): Issue journals should be ordered by created_on, not id
After migration to Redmine form another system, I noticed issue journals were not in the right order. Our m ... or occur in most Redmine installations, this issue could also occur under certain circumstances ... umn -------------------------------- --- issues_controller.rb.ori Sun Jul 6 14:44:08 2014 +++ issues_controller.rb Fri Sep 12 08:05:33 2014 @@ -104,7 +104,7 @@ class IssuesController < ApplicationController end def show - @journals = @issue.journals.includes(:user, :details).reorder("#{Journal.table_name}.id ASC").all + @journals = @issue.journals.includes(:user, :details).reorder(" ... er.current.allowed_to?(:view_private_notes, @issue.project) Journal.preload_journals_deta ... as the migration diff to add the index. 2014-09-12 08:35
Defect #17845 (Closed): Assigning parent task fails when a related issue is yet a sub issue of the new parent task
We're working with parent issues a lot and we're facing an odd bug: Let's imagine the following situation: * Issue @#1@ is the main issue for a feature * Issue @#2@ and @#3@ shall be sub-issues of issue @#1@ * Issue @#2@ and @#3@ shall have a relation to each other (don't question that ;-) Open up issue @#2@ and assign issue @#1@ as parent task. Then add ticket @#3@ a ... Then open up ticket @#3@ and try to assign issue @#1@ as parent task. *This won't work unless I remove the relation between issues @#2@ and @#3@* *Action fails with error _" ... id"_* After removing the relation between issues @#2@ and @#3@ I can assign issue @#1@ as parent task to @#3@. *I would expec ... et has a relation to @#2@ which is yet a sub ... 2014-09-11 18:23
Defect #17843 (Closed): Possible to delete issue even it is disabled in permissions
I disabled delete persmissions in Redmine Per ... still able to delete them Permissions > Issue tracking > Delete issues - unmarked I tested with Developer and M ... single_auth 1.0 </pre> 2014-09-11 11:09
Feature #17842 (Closed): Automatically open issues on project creation
Hello, is there any solution for our probl ... would save us a lot of time. Thanks a lot! 2014-09-11 10:17
Feature #17840 (Closed): Option to send email notification on "Target version updated"
I have a request to add an option to send email notification of Issues Target Version changes. It may be possible ... Thanking you in advance. regards Rakesh 2014-09-11 08:41
Defect #17835 (New): Issue Properties revert to previously set value when submitting ticket update
At times, when an Issue is updated and the Issue Properties (e.g. Priority, % Done, etc.) are ... hen I am able to replicate it, I can see the Issue Properties set to the old value and refreshi ... n I back out of the page then return to that issue it updates properly. I suspect a browser/cache issue but I am uncertain of what changes to adjust ... avoid this. Has anyone else experienced this issues? My environment details is below: <p ... : AgileDwarf 0.0.3 issue_repo_history_merge 0.0.2 redmine_au ... mine_banner 0.0.9 redmine_issue_checklist 2.0.5 redmine_issue_templates 0.0.5 redmine_landing_pa ... redmine_wiki_sql 0.0.1 </pre> 2014-09-11 01:58
Defect #17830 (New): User creation: clear/plaintext password sent via unencrypted email
<pre> henk | I just received an unencrypte ... fying a pgp-key and send the mail encrypted 2014-09-10 13:44
Feature #17829 (New): Filter issues for "Target version changed"
Hello All, I am new to using redmine and I am trying to understand if I filter out how many issues whose "Target Version" has changed after in ... Objective is to understand variance for the issues Targeted Versions and to check how many issues were completed based on initial target Version and how many issues Target Versions were changed and by how muc ... nderstand that there is a log created in the issue - "Target version changed from" in case of ... e-assignment But i am not sure how to filter issues based on this log. Thanking you in advance. Best regards Rakesh 2014-09-10 13:14
(5051-5075/12716)