Search
Results (12675)
- Feature #22500 (Closed): Project issues page should allow to filter by all custom fields from subprojects
- The project issue page under "redmine/projects/[ID]/issues" has only core fields and custom fields ena ... ojects are just a grouping projects where no issues can be created, no trackers enabled. But at ... ts has been identified. Related to #22498.
- Defect #22498 (Closed): "View all issues" page should allow to filter by all custom fields
- The all issue page under "/redmine/issues" has only core fields, custom fields are mi ... summary queries. I thought I saw similar issue but could not find it, somehow related is #17664.
- Patch #22496 (Closed): Add text wrap for multiple value list custom fields
- For multiple value list custom fields there is no text wrap when displayed as a column on issue list, this breaks page layout. This should be added to application.css: tr.issue td.subject, tr.issue td.category, td.assigned_to, tr.issue td.string, tr.issue td.text, *tr.issue td.list,* tr.issue td.relations, tr.issue td.parent { white-space: normal; }
- Feature #22491 (New): "Add" button behavior on issue page for Subtasks and Relation is inconsistent
- In case of Subtasks, the "Add" button leads to new issue form, so it creates new issue. In case of Related issues, the "Add" button shows small form to lookup for existing issue number and create relation for it. This i ... # change the Subtasks "Add" button to "New issue", which is, to use <code>label_issue_new</code> in here: <pre> <code class="rub ... a link for adding a new subtask to the given issue def link_to_new_subtask(issue) attrs = { :tracker_id => issue.tracker, :parent_issue_id => issue } link_to(l(:button_add), new_project_issue_path(issue.project, :issue...
- Defect #22484 (Closed): Multiple entries in project activity after single "save" action
- When I cange several fields in issue, say "due date", "Assigned" and add a commen ... g - because I's been taken a single activity.
- Feature #22483 (Closed): Show PDF attachments and repo entries instead of downloading them
- Following up on #22058, I would like to propo ... s taken from http://pdfobject.com/static.html
- Feature #22482 (Closed): Respond with "No pre ... sending the file when no preview is available
- For the sake of consistency, I think, that al ... ng the @../download/..@ and @../raw/..@ URLs.
- Feature #22481 (Closed): Show thumbnails for PDF attachments
- If GhostScript is installed, ImageMagick is a ... t's. But this was not feasible for PDF files.
- Feature #22452 (Closed): Add ability to display last note on issue query
- It would be very useful to display last issue note in the issue query just like it is possible for description.
- Feature #22425 (Closed): Allow "style" tag in Redcarpet Markdown formatter
- There are no means of styling text (such as c ... allow "style" tag to let users decorate text.
- Defect #22424 (Closed): Change Russian translation for default_issue_status_feedback
- I suggest rename default russian translation ... %D0%BD%20%D0%BE%D1%82%D0%BA%D0%BB%D0%B8%D0%BA
- Defect #22408 (Closed): How to get the data of a custom_field from the database
- Let suppose I create a new custom field (is_a ... ue from params. But when I want to create a issue and want to add this issue to my another project applane, then I need t ... d(is_addtoapplane) for that project in which issue is being created, so that check can be performed.
- Defect #22405 (Closed): SQL server: non ASCII filter does not work
- Filter not work with unicode.
- Defect #22404 (Closed): Cannot create new issue if proxy has been set up
- I've set up new Redmine server. And it works ... my friends living in Japan cannot create new issue on my Redmine. Log-in is OK. But when click New issue, input information and press Save, they get ... tion Database adapter Mysql2
- 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.