Search
Results (12716)
- Defect #11997 (Closed): Redmine uses the account number password encryption is what format?
- Redmine uses the account number password encr ... ame account number and the password database.
- Feature #11996 (Closed): Module based Email Notification settings
- I'd like to be able to set "only for things i'm involved in" for issues but "for any event on" on wiki pages.
- Patch #11995 (Closed): Japanese translation update (r10515)
- Translated @label_any_issues_in_project@, @label_any_issues_not_in_project@.
- Patch #11994 (Closed): Bulgarian translation (r10515)
- Translated: * label_any_issues_in_project: задачи от проект * label_any_issues_not_in_project: задачи, които не са в проект
- Patch #11992 (Closed): Japanese translation about issue relations improved
- * Translated label_copied_from, label_copied_from. * Improved translations about issue relations.
- Feature #11989 (New): Allow done ratios to be affected by status AND field
- Consider a situation where a defect can be re ... <pre> diff -rupN redmine-2.1.0/app/models/issue.rb redmine-2.1.0-modified/app/models/issue.rb --- redmine-2.1.0/app/models/issue.rb 2012-09-16 06:54:11.000000000 -0600 +++ redmine-2.1.0-modified/app/models/issue.rb 2012-09-28 11:16:32.479809960 -0600 @@ -49,7 +49,7 @@ class Issue < ActiveRecord::Base acts_as_activity_pr ... => :author_id - DONE_RATIO_OPTIONS = %w(issue_field issue_status) + DONE_RATIO_OPTIONS = %w(issue_field issue_status issue_field_and_status) attr_reader :current_journal @@ -494,6 +496,10 @@ class Issue < ActiveRecord::Base def self.use_field_for_done_ratio? Setting.issue_done_ratio == 'issue...
- Feature #11988 (Closed): Display additional attachments in the issue history only
- I think is better put the thumbnails and the ... you attach when edit the description of the issue. And show the thumbnail if this is a image.
- Defect #11987 (Closed): pdf: Broken new line in table
- Advanced tables format, with merged of severa ... abase schema version 20120731164049 *
- Defect #11981 (Closed): Redmine send mail fail when project has too much members
- I had find the reason. The smtp server rejec ... rb codes 2 days but it could not work.
- Defect #11979 (Closed): No validation errors when entering an invalid "Parent task"
- Validation errors should be displayed if the "Parent task" value is non-numeric value.
- Defect #11975 (Closed): Undefined status transitions allowed in workflow (author of issue changes when selecting a new status)
- The modification made back in Revision 5991 a ... ut the fix shouldn't change the author of an issue, thus breaking the transition workflow (and ... e> diff -rupN redmine-2.1.0/app/controllers/issues_controller.rb redmine-2.1.0-modified/app/controllers/issues_controller.rb --- redmine-2.1.0/app/controllers/issues_controller.rb 2012-09-16 06:54:12.0000 ... +++ redmine-2.1.0-modified/app/controllers/issues_controller.rb 2012-09-27 13:51:13.012 ... @ private end end @issue.project = @project + @issue.author = User.current else @issue = @project.issues.visible.find(params[:id]) end @issue.project = @project - @issue.author = User.current # Tracker must be set before custom field values @...
- Feature #11969 (Closed): Subtask display fields
- I would like to have the option to display certain fields in the Issue hierarchy panel. It makes it really clear i ... xt to the field names. So instead of |\6.Issue hierarchy (Add a subtask) | |Bug|#400:|\4.Parent Issue| |>New|Bug|#401:|Child Issue 1|New| &n ... p; | |>New|Bug|#402:|Child Issue 2|New|| |>New|Bug|#403:|Child Issue 3|New|| |>New|Bug|#404:|Child Issue 4|New|| |>New|Bug|#404:|Child Issue 5|New|| |>New|Bug|#404:|Child Issue 6|New|| You would see |\8.Issue hierarchy (Add a subtask) | |Bug|#400:|\2.Parent Issue|Start Date:|Est Hrs:|Status|Pct Complete| |>New|Bug|#401:|Child Issue 1|>.1/1/2012|>.6.0|New| &nb ... p; | |>New|Bug|#402:|Child ...
- Feature #11968 (New): Use Watcher List For Target Versions When List Is Long
- The "Add watcher" feature now provides a sear ... it's a helper...) used for the watchers list?
- Feature #11963 (Closed): Hide the estimated times on issues for certain roles
- Hello, we are successfully using Redmine f ... 9-27_08-54-03.png! !2012-09-27_08-57-41.png!
- Feature #11952 (Resolved): Multiple entries insert in a custom fields list with the REST API
- I am working on a conversion from an old syst ... My XML POST <pre><code class="XML"> <issue> <subject>AN:1 premier test pour une nouvel ... ed_version_id>15</fixed_version_id> <parent_issue_id>0</parent_issue_id> <start_date>2009-08-27</start_date> < ... ue> </custom_field> </custom_fields> </issue></code> </pre> And the resulting paramet ... pter Mysql2 </pre>
- Defect #11946 (New): Mailhandler reply security hole
- I don't know if this is the expected behavior but I recognized that it's possible to reply to an issue of another project than the one specified in ... ubject _"Re:[#123]"_ and 123 is the id of an issue that is not part of project _foo_, anyway th ... I limited that emailadress to project _foo_.
- Feature #11943 (New): New project setting to disallow issue editing unless a valid state transition is allowed
- There should be new project setting that disallows issue editing unless a valid state transition is a ... transition would allow someone to edit a new issue. An in progress -> in progress transition would allow someone to edit an issue in progress. A closed -> closed transition would allow someone to edit a closed issue.... and so on. As mentioned above, a new ... to 'off') maintains backwards compatibility.
- Defect #11942 (New): When tracker field and o ... the user can get 'stuck' when creating a new issue
- Use case: 1) There are internal defects and defects, so that customer issue queries don't show internal defects. 2) Int ... ion is required by the customer, thus, 'edit issues' permission is required. 5) A customer sh ... ct, and is now 'stuck' and has to click 'new issue' again. In other use cases, for example, ... le the creation of the tracker for that role.
- Defect #11941 (Closed): RexexpError when parsing commit log with many #nnnn and ruby1.8
- We have a large commit log that has a bunch o ... n() s.scan(/([\s\(\[,-]|^)((refs|references|issueid|issueid|defectid|defectid|fixes|closes|resolves|fi ... xp matcher: /([\s\(\[,-]|^)((refs|references|issueid|issueid|defectid|defectid|fixes|closes|resolves|fi ... models/changeset.rb:128:in `scan_comment_for_issue_ids' Sep 24 15:38:38 penguin1 app/models/changeset.rb:101:in `scan_for_issues' Sep 24 15:38:38 penguin1 app/models/repos ... .html (500 Internal Server Error) </pre>
- Feature #11940 (Closed): Add "view all projects' issues" link to issues sidebar
- It requires two clicks ("Projects" -> "View all issues") to get all projects' issues. It's too much trouble. Please add a link to view all projects' issues to issues sidebar.
- Feature #11939 (New): Assign issues to Roles (per-project groups)
- See #8841 for use case: ... Sometimes a issue should be assigned to more than one person a ... ... If and when #2964 is changed to allow issue assignment by Role rather than Group, you'll ... your Change Control Board members and assign issues to that Role.
- Feature #11928 (Closed): Update Track by email
- With some system, registered customers can se ... ding emails. Admins will classify email into Issue type, assign to staffs and create a new Issue. Emails will be sent to all concerned people ... n forms* . People will have 2 ways to update issue: on the Redmine or by sending email with sub ... ject, it can add the content of email to the issue. I want this feature very much but I cannot ... email than accessing to the website. Thanks,
- Defect #11927 (Closed): Vietnamese Unicode charater broken when exporting to PDF
- We are using Vietnamese in redmine 2.1 (on Ce ... ut that this bug happend long before and the issue had been closed. Please check the attached ... ee the bug and show me how to fix it. Thanks
- Feature #11919 (Closed): Issues list needs some kind of "last-modified-by" mark.
- It would be useful to have additional column in issues list with some kind of "last-modified-by" field. For example, this would be a color mark (red = "issue was updated by author", green = "issue was updated by assignee", yellow = "issue was updated by someone else"). So, support team member could detect issues that needs his immediate attention in "My page" or particular project's "Issues" list.
- Defect #11918 (Closed): Official git / github mirror of redmine repository is broken
- I don't know who is responsible for the https ... ugh. I hope somebody can get this fixed.