Project

General

Profile

Search

Results (12675)

Feature #17977 (Closed): Auto-update for issue priority when updating status from Review/Testing to Backlog
Hi: I am trying to find a method to allow priority of issues to be updated automatically where status is ... . So for example, we have four statuses for issues: backlog, WIP, review, done. WIP follows an iterative methodology so that when the issue arrives in Review for UAT purposes, and a bu ... ltaneous and automatic update is made to the issue priority, for example, normal to high. Thanks. 2014-09-27 17:32
Patch #17973 (Closed): Portuguese jQuery Datepicker translation file
Portuguese Translation (pt-PT) file for the Date Picker. 2014-09-27 01:11
Feature #17972 (New): Ability to use a parent task to create a known set of sub tasks
We have been using redmine to track server up ... ed to track the status of whatever my parent issue is tracking. I envision it as a check mar ... nd up with a pretty exploded list of tickets. 2014-09-26 21:19
Patch #17971 (New): Issue tables : highlight issues of level 0
Make the font of the subkect bigger Css : <pre><code class="css"> .issues td.subject { font-weight:bold; } .issues tr[class*='idnt-'] td.subject { font-weight:normal; } </code></pre> 2014-09-26 16:57
Defect #17970 (Closed): Wiki PDF export doesn't render macros
This is something bugging me for quite some t ... to PDF. This is also related to another issue/feature request I have: #17238. There the sa ... the PDF export, but for the search function. 2014-09-26 11:34
Feature #17962 (Closed): Filterable versions ... (target version and custom version fields on issues)
We need to be able to filter the version drop ... versions. There would be a custom field for issues where you can either select the release or ... ter by a custom version field. In the custom issue field with type version you need to be able ... ich we use to filter, but that is kinda ugly. 2014-09-25 15:53
Defect #17959 (Closed): Issue notes not previewed when project is changed
Hi there, I've tested a bug which seems re ... create 2 projects, allow a user to switch an issue between both projects * create a ticket in ... est regards, Daniel Best regards, Daniel 2014-09-25 11:37
Defect #17957 (Closed): Update of issue checklist delete and insert data again
Hi, I have started using issue_checklists plugin and it is simple and great feature addition to Issue. While testing i noticed that, while updating the issue, when i check/uncheck the checklist item, it is deleting all checklists for that issue and reinserting again. Why is this so? 2014-09-25 09:31
Defect #17954 (Closed): /time_entries/new can't derive project from issue
If you use the /time_entries/new link to log ... rm displays with both a Project field and an Issue field. The Project field defaults to the ... ber of that Project. If the use enters an Issue Number belonging to a different Project and press Create they get an "Issue is invalid" error message. The user needs to change the Project to the correct value for the Issue in order for the time entry to be saved succ ... st didn't have a default value * if a valid Issue is chosed (and if the previous item has been ... ct is blank) the Project is derived from the Issue automatically * ideally, the Project select ... 't show Projects the user isn't a member of 2014-09-25 06:28
Patch #17947 (New): Mirror relation
Several posts on the forum are about the need of mirroring issues, ie auto updating the status of related issue. This is an attempt to achieve this result ... .5 series. Files to be patched : app/models/issue.rb app/models/issue_relation.rb config/locales/fr.yml (ok, for french people....) 2014-09-24 17:49
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
(5001-5025/12675)