Search
Results (12483)
- Patch #22401 (Closed): Notify the user of missing attachments
- Under certain (rare) circumstances it may happen that, when an issue or other container is saved, added attachme ... dation error to the container in this case.
- Feature #22399 (Closed): Edit project of time entries
- It is currently possible to edit the issue of a time entry, but not the project if the time entry was entered for a project.
- Defect #22392 (Closed): 403 for redmine.org without www
- Hello. So, something was configurated wrong ... g - works, http://redmine.org - 403 Forbidden
- Feature #22381 (Closed): Require password reset on initial setup for default admin account
- To improve the security of a fresh Redmine in ... ied during the initial @rake db:migrate@ run.
- Patch #22376 (Closed): Change Japanese translation for label_issue_watchers
- While the definition for label_issue_watchers in en.yml is "Watchers", it is translated as "チケットのウォッチャー" (Watchers of the issue) in ja.yml. I think it is verbose, it would be better to change it to "ウォッチャー".
- Feature #22368 (Closed): Ability to add private comments from the issue bulk edit page
- It is currently not possible to add private comments from the issue bulk edit page, is this by design? If not it would be nice if this was possible.
- Feature #22358 (New): Make custom target version sortable and orderable
- Make custom target version sortable and order ... 0 sprints / versions then while creating new issue, target version shows long list of 20 versio ... ng of versions will address this problem.
- Patch #22356 (Closed): Add support for updating attachments over REST API
- Adds the support for updating issue attachments over REST-API * granted permiss ... added format.api response for REST-API calls
- Defect #22355 (Closed): trackers can't be imported on issues
- When i import CSV file, trackers can't be imported on issues
- Defect #22354 (Closed): Sort criteria defined ... queries are not applied when exporting to CSV
- How to reproduce: 1. Create a query: name ... ry name "order_by_id_asc" in the side bar of issues list screen. Issues are listed in *ascending* order of id. 3. ... file. Ascending order of id is expected, but issues are listed in *descending* order of id.
- Feature #22352 (New): Manage customer fields of plugins
- Redmine plugins sometimes add new fields in Redmine (in issues or other part of Redmine). It's obviously p ... ral plugins to use the same custom field too.
- Patch #22345 (Closed): Trackers that have parent_issue_id in their disabled_core_fields should not be selectable for new child issues
- When the user views an issue and clicks the link to add a new child issue, and the project has some trackers where the @parent_issue_id@ field is disabled, the resulting new issue form for the child issue still presented those trackers for the user to choose from. In case the tracker of the parent issue has @parent_issue_id@ disabled itself, a new child issue would even have that tracker pre-selected th ... from "Planio":https://plan.io/redmine-hosting
- Defect #22342 (Closed): When copying issues to a different project, subtasks /w custom fields not copied over
- My environment: <pre> Environment: Redmi ... Originally discussed here: message#49431
- Defect #22335 (Closed): Images with non-ASCII file names are not shown in PDF
- Images with non-ASCII file names are not show ... mbedded image "shrine.jpg" and "神社.jpg" in a issue description. But "神社.jpg" (an image with non ... in exported PDF. !defect-description.jpg!
- Feature #22332 (New): wiki id & parent_id in GET on api
- I am using the API to add and modify wiki art ... of the parent wiki via the api. This is an issue when programatically trying to add wiki arti ... GET response for the Wiki: - id - parent_id
- Defect #22331 (Closed): bundler error: Ruby 1.9.3 = "mime-types-data requires Ruby version >= 2.0."
- Error message encountered when running @bundl ... on and then run the applicable upgrade steps.
- Feature #22327 (Closed): Sort Projects by status and custom field values
- Having worked with Redmine for a while, I now ... t. Nevertheless, while I can search / filter issues by their custom fields, it cannot do the sa ... ntain it. (Sadly I do not know ruby at all).
- Defect #22323 (Closed): Markdown newline rendering broken
- As per the "specs":https://daringfireball.net ... tent with this in wiki formatting. In GitHub issues a single line break also triggers a rendere ... ndered text as well thus breaking the format.
- Patch #22320 (Closed): Respect user's timezone when comparing / parsing Dates
- This patch replaces all occurrences of @Date. ... A test case illustrating the problem using @Issue#overdue?@ as an example is included. The ... manipulation changes in @Query#date_clause@.
- Patch #22319 (Closed): Fix German "error_invalid_csv_file_or_settings" typo
- From #22134: <pre><code class="diff"> === ... ein Fehler aufgetreten permission_import_issues: Tickets importieren label_import_issues: Tickets importieren </code></pre>
- Defect #22316 (Closed): Deleteing subtask clears start date in parent task
- Steps to reproduce: 1. Create task with star ... arent task. Checked with the demo, so the issue occurs in all versions.
- Patch #22315 (Closed): Change English translation for field_effective_date: "Date" to "Due date"
- The word "Date" is ambiguous. It requires adv ... he term is changed to "Due Date". Related issues: #14680, #15180#note-5
- Defect #22311 (Closed): links to new issues with Tracker Id does not work anymore...
- I have historic wiki page that have links to allow users to open new issues on several different trackers. I'm not sur ... stable@ and the links always sends me to new issue the default tracker ("Defect") The links ... at: http://www.mysite.org/projects/[project]/issues/new?tracker_id=[trackerid] This ... mine_improved_searchbox 0.0.3 redmine_issue_checklist 2.0.8 redmine_issue_templates 0.1.0 redmine_latex_math ... usability 2.0.0 </pre>
- Patch #22309 (Closed): Add styles for blockquote in email notifications
- This patch adds styles for blockquote element of email notifications. blockquote in issues and issue journals have styles like the following. To ... ification-before.png! *After (styles like issues are applied):* !mail-notification-after.png!
- Patch #22308 (Closed): delete attachments over REST API