Search
Results (12675)
- Feature #16383 (Closed): Custom field // a LIST with values by projects
- Dear all, is it possible to define a custo ... oject or make the field a text.. a nightmare)
- Defect #16382 (New): RTL issues when Arabic and Latin Characters are mixed
- When displaying fields containing mixed latin ... ht To Left language. This is a well known issue: http://www.w3.org/TR/WCAG20-TECHS/H34 h ... /International/articles/inline-bidi-markup/
- Patch #16380 (Closed): Traditional Chinese translation (to r12982)
- * added: label_issue_assigned_to_updated * changed: all 指派 was changed to 分派 for uniform translation
- Defect #16379 (Closed): Undefined method `each' for nil:NilClass on search for watchers to add
- Not selecting an user, when 'Searching for users to add' on a New Issue, and clicking on *Add* instead of *Cancel* r ... no user is selected. That seems to be cause.
- Defect #16377 (New): GANTT issues export to PDF
- In tab GANTT when export gantt chart to PDF, subject of issues write subject(issue.subject) but not id(issue_id). I solved this by changing /lib/redmine/helpers/gantt.rb, in def subject_for_issue and then change: pdf_subject(options,"#{issue.id} #{issue.subject}") But i had to do this allways aft ... s good for all users. Thanks, João Mendes
- Patch #16375 (Closed): Enhanced helper method (project_tree_options_for_select)
- Developing new plugins, I would like to use t ... cted' tag, but the 'disabled' tag is missing.
- Feature #16373 (Closed): TextFormatting help for Markdown formatting
- Just recently became a Redmine user/administr ... sql2 Redmine plugins: no plugin installed
- Defect #16369 (Closed): Problem running on Tomcat
- We have used Redmine for several years now wi ... th time (just a few hours use) and accessing issues results randomly in Internal error 500. Th ... password: "***" encoding: utf8 </pre>
- Defect #16366 (Closed): Issue ends up in an invalid state of a specified tracker
- When using two trackers (default 'bug' and ex ... ) assume the following scenario: - create 'issue1' in tracker 'bug2' - set state of 'bug2' to 'waitForConfirmation' - set 'issue1' tracker to 'bug' and save it - 'issue1'is now using the 'bug' tracker and in the ' ... anymore in order to restore this, revert 'issue1'to 'bug2', set state to a supported state a ... tion Database adapter Mysql2
- Patch #16364 (New): Issue workflow doesn't force status transition though workflow is defined so
- Please refer the recent discussion on #13560 also.
- Defect #16363 (Closed): Spent time in list view is not the same as in single ticket view
- I have a project tracker, with multiple child issues inside. We report the time in the child tic ... ets (as it is displayed in single mode view).
- Feature #16362 (Closed): Option to send email on "Assignee updated"
- !notifications-settings.png! It will be ve ... end notifications on assignee change, under "Issue updated" section. When "Issue updated" is selected, Redmine mailing is too ... sers claimed it was spamming too much. When "Issue updated" is not selected, the new assignee d ... teresting "70% to 80% progess" changes quiet.
- Defect #16353 (Closed): Regexp bug in Journal ... andling when quoting existing journal entries
- I have stumbled upon a very nasty bug with jo ... 622 +0900 @@ -66,7 +66,7 @@ text = @issue.description end # Replaces pre b ... ound </code></pre> and it seems to fix the issue. How to reproduce/check (it "works" in ev ... 0m0.018s user 0m0.014s sys 0m0.004s </pre>
- Feature #16351 (Closed): Option to set default member for uncategorized issues
- Currently, one can set a default person for t ... By adding default assignee for uncategorized issues, there is much more consistency in this feature.
- Defect #16339 (Closed): Email notification of author does not work
- I'm running Redmine 2.3.2.stable.12119 Som ... The expected behaviour is, the author of an issue is receiving a notification the moment he is creating the issue or every time he/she is updating the issue. Unfortunately this is not working for my R ... ided by Redmine. I would appreciate any help.
- Defect #16338 (Closed): Can't choose an issue of a different project when updating time entries
- When changing a ticket ID of a time tracker e ... o another valid ticket Screenshot attached
- Defect #16335 (Closed): exporting issue as pdf --> text out of box
- Hello, I had the problem that long issue text pass over the box when I export an issue as pdf. Applying Patch #14466 solved the ... g problem: When I want to export very! long issue text. The text is totally out of box and an ... shown on the next page. Look attachment: issue 554 is exported correctly issue 555 is exported incorrectly Thank you
- Defect #16329 (Confirmed): right click on an issue ignore fields permissions
- From the issues list view, a right click on an issue let me change the tracker type of this issue, whereas when editing this issue I have no choice to change this Tracker type ... racker, it's a very big risk of loosing data.
- Feature #16326 (Closed): Custom queries, buttons to move column to top and bottom
- !column_top_bottom.png!
- Feature #16324 (New): Wiki export as docx file.
- It is very nice that we have markdown in Redm ... ible that we can export as DOCX using pandoc.
- Patch #16320 (Closed): Turkish typo fix
- https://github.com/redmine/redmine/pull/29 ... tipi label_workflow: İş akışı label_issue_status: İş durumu - label_issue_status_plural: İş durumuları + label_issue_status_plural: İş durumları label_issue_status_new: Yeni durum label_issue_category: İş kategorisi label_issue_category_plural: İş kategorileri </code></pre>
- Feature #16314 (Closed): Redirect back is overheated
- Take a look at these code lines: source:tr ... s never satisfied. I did not find an usage.
- Patch #16313 (Closed): Allow to link to an anchor of the current wikipage
- Currently, it is not possible to link to an a ... ink with custom text: @[[#Anchor|Link Text]]@
- Feature #16309 (Closed): Add a concept of role-based permission to trackers
- I have a need for limiting access to trackers ... anager role could report a new "Dev Request" issue but not an "Infra Change" - but only a Sysadmin or Manager role could report an "Infra Change" issue but not a "Dev Request" So far, there is ... r validity check at every level (override on IssuesController), instead of just making a JavaScript popup alert (still needing an override on Issues views to limit which trackers will be displ ... wing problem : - Basically, I am overriding IssuesController and more specifically, build_new_issue_from_params and update_issue_from_params. In order to do stuff properly i ... ugly code block : <pre><code="diff"> - @issue.tracker ||= @project.trackers.find((params[:issue] && params[:issue...
- Defect #16303 (New): Start and End dates get reset during update of issue and issues children