7.0.0 open 86% 129 issues (112 closed — 17 open) Related issues Defect #25114: Context menu is mispositioned when `#content` is relatively positioned by themes Actions Defect #38055: Filter operator "doesn't contain" on custom fields ignores issues with no value Actions Defect #38513: Incorrect case of MIME-Version email header field name Actions Defect #41434: CSV import fails on CRLF files when first row has quoted field with newline Actions Defect #42408: Typo in Javascript function name 'toggleExpendCollapseIcon': s//Expend/Expand Actions Defect #43588: Right column in issue view uses splitcontentleft CSS class instead of splitcontentright Actions Defect #43742: Missing #wrapper positioning may increase reflow cost Actions Defect #43838: User mentions using the @login syntax cause performance issues when rendering content on instances with a large number of users. Actions Defect #43876: Text in select, input, and button is clipped due to fixed height when font size is increased Actions Defect #43904: Activities of TimeEntries are not updated when moving the TimeEntry to a different project Actions Defect #43965: "Previous" and "Next" links in changeset view do not match the changeset list order Actions Defect #44029: Wide tables in attachment preview overflow the container border Actions Defect #44126: SVG attachments are displayed as XML source instead of image previews Actions Defect #44152: Custom Fields API does not return visible roles for custom fields other than issue custom fields Actions Feature #2716: User option to automatically add assignee to watchers Actions Feature #4507: Make first and last name field order follow Users display format setting Actions Feature #8959: Preview support for Microsoft Office and LibreOffice Writer files Actions Feature #9432: Default value for the private issue flag Actions Feature #15167: Hide unused Options section in spent time report Actions Feature #22483: Show PDF attachments and repo entries instead of downloading them Actions Feature #27705: Gemify redmine plugins Actions Feature #29664: Webhook triggers in Redmine Actions Feature #31518: Default due date for new issues with configurable offset from today Actions Feature #33868: Prevent adding notes to closed issues Actions Feature #34917: Use "Remove" instead of "Delete" for non-destructive unlink/removal action labels Actions Feature #36933: Halt Redmine boot entirely instead of showing a warning in admin/info when there are pending migrations Actions Feature #37480: CSV export of project memberships Actions Feature #37978: Add a mail notification option for watched objects only Actions Feature #39528: Change mention link color for users without access to view issues Actions Feature #39529: Add tooltips for clarifying non-notifiable user mentions Actions Feature #39882: Highlight selected version on the Roadmap view Actions Feature #42444: Allow use of the CSS text-decoration property in text formatting Actions Feature #43023: IMAP email retrieval via OAuth2 Actions Feature #43085: Scroll to notes section instead of top of edit form when quoting issue content Actions Feature #43205: Update to Rails 8 Actions Feature #43256: Introduce Open Color to unify and standardize CSS colors Actions Feature #43279: Simplify fieldset borders in issue edit form Actions Feature #43352: Provide an option to authenticate in Redmine through an OAuth provider. Actions Feature #43363: Improve error message display in imports view Actions Feature #43381: Improve visibility of error message during file upload Actions Feature #43390: Remove avatars-on / avatars-off classes from body element Actions Feature #43397: Organize Gantt chart code by separating it into views and Stimulus controllers Actions Feature #43484: Detect attachment content type from file contents instead of trusting client-provided values Actions Feature #43506: Declare text direction on HTML element for better RTL/LTR styling support Actions Feature #43515: Improve RTL layouts by removing rtl.css and integrating its overrides into application.css using CSS logical properties Actions Feature #43563: Increase top padding of div#content to improve visual spacing and readability Actions Feature #43569: Adds project to wiki page API response Actions Feature #43575: Clean up box-like UI elements by adjusting borders and padding Actions Feature #43615: Right-align all time-tracking columns in Issues list Actions Feature #43650: Ruby 4.0 support Actions Feature #43658: Add "Color" to the list of default gravatar options Actions Feature #43678: Improve Gantt chart behavior in RTL environments Actions Feature #43700: Improve RTL layout support by replacing physical CSS properties with logical ones in core CSS files Actions Feature #43728: Change calendar today indicator from yellow background to blue date circle Actions Feature #43797: Show file-type icons instead of paperclip icons in attachment lists Actions Feature #43805: Update file-type icons for additional MIME types Actions Feature #43808: Change default admin email to admin@dummy.invalid for clarity Actions Feature #43818: Show warning for closed projects on all project pages not only on Overview Actions Feature #43824: Improve usability and visual appearance by increasing page-side spacing Actions Feature #43825: Preserve checkbox selection in user search dialogs Actions Feature #43836: Unify spacing around section separators on issue details page Actions Feature #43885: Align issue previous/next link styling with pagination buttons Actions Feature #43895: Disable "Use current date as start date for new issues" by default for new installations Actions Feature #43918: Deprecate broken Mantis and Trac migration rake tasks Actions Feature #43937: Redesign the header with a navigation bar and lighter visual weight Actions Feature #43938: Track last usage of API and Atom access keys Actions Feature #43943: AVIF images support Actions Feature #43948: Allow 0:45h time span format input in the hours filter of TimeEntryQuery Actions Feature #43950: Add support for pasting spreadsheet tables as CommonMark/Textile tables in wiki textareas Actions Feature #43957: Improve workflow update performance Actions Feature #43968: Allow 0:45h time span format input in the estimated_hours and spent_time filter of IssueQuery Actions Feature #43969: Add icons to Add links in Subtasks and Related issues sections of the issue view Actions Feature #43978: Export all Wiki pages as ZIP archive Actions Feature #43988: Align sidebar selected link color with the main menu indicator Actions Feature #43996: Add setting to choose users/groups order in assignee dropdown Actions Feature #43997: Add a setting to control whether issue authors are always shown in the assignee list Actions Feature #44013: Add links to groups in the project Settings > Members tab Actions Feature #44015: "Users by group" display option for assignee drop-down Actions Feature #44021: Update "Author / Previous assignee" to "Author / Recent participants" and include the latest note author Actions Feature #44052: Enable sudo mode by default Actions Feature #44061: Support Tab/Shift+Tab indentation of selected textarea lines in CommonMark Markdown Actions Feature #44062: Add an Environment heading to the admin information page Actions Feature #44071: Make context menu width flexible to avoid wrapping labels Actions Feature #44129: Allow relative default values for date format custom fields Actions Feature #44141: Add REST API for forums Actions Feature #44153: Include associated projects in issue custom fields API response Actions Patch #37559: Use meta element instead of javascript object Actions Patch #42737: Replacing html-pipeline with Loofah for HTML Filtering Actions Patch #42762: Improve Git/Mercurial revision graph on the repository page Actions Patch #43084: Add view_issues_edit_top hook to customize the issue editing form Actions Patch #43206: Remove deprecated icon-* classes from stylesheets Actions Patch #43219: Replace legacy loader.gif with SVG icon in autocomplete input Actions Patch #43220: Replace legacy loader.gif with SVG icon in sorter handler Actions Patch #43259: Convert jstoolbar to ES modules and class syntax. Actions Patch #43276: Replace the use of form.text_area with form.textarea Actions Patch #43289: Incorrect comments_count value in News fixture for news_001 Actions Patch #43321: Remove deprecated method ApplicationHelper#render_if_exist Actions Patch #43323: Update RuboCop Performance to 1.26 Actions Patch #43324: Update Rubyzip to 3.3 Actions Patch #43388: Remove CSS hacks for Internet Explorer Actions Patch #43395: Update roadie-rails to 3.4 Actions Patch #43396: Update propshaft to 1.3 Actions Patch #43408: Update Commonmark gem to 2.5 Actions Patch #43429: Remove unused method addable_watcher_users from acts_as_watchable.rb Actions Patch #43437: Update RuboCop to 1.87 Actions Patch #43438: Update RuboCop Rails to 2.34 Actions Patch #43465: Update pg gem to 1.6 Actions Patch #43466: Update sqlite3 gem to 2.9 Actions Patch #43472: Update Mail gem to 2.9 Actions Patch #43594: Update Commonmarker gem to 2.8 Actions Patch #43640: Improve Group Controller – Enable Adding/Removing Multiple Users from Users View Actions Patch #43643: Align the Textile processing approach with CommonMark by using Loofah Actions Patch #43702: Remove unused CSS rules Actions Patch #43745: Move parse_hires_images and parse_inline_attachments to scrubbers Actions Patch #43800: Add local license files under doc/licenses for bundled third-party components Actions Patch #43802: Avoid using non-reserved domain names in examples and tests Actions Patch #43822: Use logical CSS property in CommonMark help examples for RTL support Actions Patch #43845: Remove the Raphael.js dependency by switching to SVG API Actions Patch #43931: Remove .github/PULL_REQUEST_TEMPLATE.md as pull requests are disabled Actions Patch #43934: Optimize `Issue#visible_journals_with_index` preload to skip user email_address when Gravatar is disabled Actions Patch #43981: Update net-ldap to 0.20 Actions Patch #44018: Update Chart.js to 4.5.1 and migrate to ES Modules Actions Patch #44032: Update Trilogy gem to 2.12 Actions Patch #44038: Update Tabler Icons to v3.43.0 Actions Patch #44065: Remove unused i18n keys Actions Patch #44074: ignored and unnecessary scope in twofa token lookup Actions Patch #44111: Improve layout consistency of roadmap, news, and documents index pages Actions Patch #44117: Remove obsolete .hgignore file Actions Patch #44139: Update Rouge to 5.0 Actions
Candidate for next major release open Features that the contributors would like to add in the next major version 0% 232 issues (0 closed — 232 open) Related issues Defect #668: Date input fields don't respect date format settings Actions Defect #1420: LDAP authentication extremely flaky Actions Defect #5933: News don't appear in the parent project Actions Defect #5976: Uniqueness of User model fields is not checked sufficiently Actions Defect #6023: All members are displayed in issue summaries, even if they cannot be assigned Actions Defect #6324: requires_redmine_plugin should defer loading plugins if not all dependencies are met Actions Defect #6523: Sort order doesn't treat german "umlaute" correct in user listing Actions Defect #6969: Less-than sign in issue description and comments are not escaped Actions Defect #7768: improve consistency of terms / language Actions Defect #7819: REST API Populating issue field enumerations + Issue list filters Actions Defect #7845: Pre environment and brackets breaks automatic issue linking Actions Defect #8056: Some fields should be shown LTR even in RTL locales Actions Defect #10721: Loss of attachments while fetching emails from IMAP (GMail) Actions Defect #13522: Private field is shown as required Actions Defect #13762: SCM auto status change bypassses roles and permissions Actions Defect #14038: Ordered/unordered lists inside table cell are mangled Actions Defect #15676: "Latest" revisions on repository view is confused Actions Defect #17071: Adding Watchers UX Is Not Clean Actions Defect #17830: User creation: clear/plaintext password sent via unencrypted email Actions Defect #19861: Activities "save" and "reset"of project setting have no effect if required "activities" custom filed exist Actions Defect #24979: Email "keyword" lines deleted even if the sender doesn't have permission to edit that field Actions Defect #25130: support of agglutinative languages like Hungarian/Magyar Actions Defect #25867: Assignable users should respect database collation Actions Defect #26023: Category filter only shows categories of current project Actions Defect #28033: Unable to turn off "For all projects" flag of custom queries Actions Defect #28409: Total estimated time value not visible when tracker has estimate time field disabled Actions Defect #30099: Multiple blank lines in pre tags are not preserved in Textile Actions Defect #31010: The query visibility option "To me only" actually behaves as "To the owner only" Actions Defect #31550: Project "Version" view's "Wiki page" field is still shown, although "Wiki" module is disabled on the project Actions Defect #31637: CSV and PDF export don't respect Time span format Actions Defect #32168: Allow issue id with "#" prefix for the value of issue ids filter Actions Defect #32183: Notification sub-events for "Issue updated" does not cover all events which consist its parent Actions Defect #32664: Adding an empty reply to a forum message does not show any error Actions Defect #33257: Bulk edit for time entries does not support User filed Actions Defect #33415: Issue#closable? doesn't handle the case of issues with open subtask(s) ánd being blocked by other open issue(s) Actions Defect #33458: The display of Forums tab of the project settings is broken Actions Defect #33829: Fix Atom feed for issues to correctly use the updated time for "updated" element instead of the created time Actions Defect #33912: Sorting of multiple columns including Date column does not work Actions Defect #34068: Missing blank option on persisted records Actions Defect #34922: Reload whole time entries form on project change Actions Defect #35557: Fix position when rendering custom field enumerations Actions Defect #35726: Time Formatting does not apply to CSV exports Actions Defect #36059: Fulltext search in timelog comments Actions Defect #36444: Validation error message when no trackers are assigned to a project is confusing Actions Defect #37962: Missing where cause for allowed_to_condition Actions Defect #40100: User ordering by name is incorrect for french language Actions Defect #42517: Add tooltip using stimulus Actions Feature #202: Textilization of Documents, News and Timelog-entry comments Actions Feature #664: User can choose what page he want's to be Start page Actions Feature #724: change "versions" to "milestones" Actions Feature #1151: Open Links in New-Window Actions Feature #1226: query results on wiki pages Actions Feature #1232: Referencing and fixing issues in commit messages Actions Feature #1233: change default homepage to My page Actions Feature #1339: Comments on revisions Actions Feature #1342: Global versions roadmap Actions Feature #1448: Add tags to issues Actions Feature #1543: Setting permissions for viewing the Activity page. Actions Feature #1739: Add ability to change issue author Actions Feature #1767: Make spent time - & project custom fields configurable/switchable per project Actions Feature #1853: Make Projects truly independent of each other Actions Feature #2047: Add SVG support, like images Actions Feature #2477: mail reminder for watchers Actions Feature #2595: Issue report for all projects Actions Feature #2687: different estimated time units hours<>days per tracker type Actions Feature #2722: New user notification Actions Feature #2848: Sort time entries by name, not ID Actions Feature #3035: Reminder at start-date Actions Feature #3088: Estimated hours field able to hide role based Actions Feature #3143: Add an 'Add Note' function to issue, to avoid optimistic-lock of issue' update when user just want to add a note Actions Feature #3300: Default project for user Actions Feature #3527: Activity List should wiki parse summaries Actions Feature #3547: Wiki include macro: add ability to include single section Actions Feature #4015: Make app settings overridable at project level Actions Feature #4138: Add spent time comments in search Actions Feature #4687: Add copy project permission Actions Feature #4741: Improve Bazaar repositories error message in case to use shared repository Actions Feature #5284: "% done" should provide data in text form too Actions Feature #5325: Add Parent Task to 'Group Results By' drop down Actions Feature #5840: Live lookup of the existing issues based on the keywords entered in the title for new issue Actions Feature #5901: REST API to expose the Redmine version Actions Feature #6501: Be able to choose the details to show in the Roadmap section Actions Feature #6914: Allow reporter to opt out from receiving email updates Actions Feature #6984: Configure order/position and visbility of tabs in menu Actions Feature #7342: Default "Everyone" / "Authenticated Users" group for all users Actions Feature #7402: REST API - Enumerations Actions Feature #7667: Hierarchy columns should not be nullables Actions Feature #8058: Separation of content language from UI language Actions Feature #8488: Create an 'Involve' mechanism to private issues Actions Feature #8879: Update option for documents and files Actions Feature #8915: Use *.exe (e.g. hg.exe) for SCM command on Windows Actions Feature #9226: Add new issue status to all workflows by default Actions Feature #9992: Ability to filter issue subtasks in issue form Actions Feature #10248: Specific text instead of addresses to the Redmine internal links Actions Feature #11313: Automatic closing of resolved issues Actions Feature #11530: Support hooks in mailer Actions Feature #11543: Sort attachments by name Actions Feature #11698: Ability to configure additional groups of keywords with extra features in commit messages Actions Feature #12297: Render Readme.txt in repository Actions Feature #12355: Being able to close blocking and blocked issues in one bulk update operation Actions Feature #12762: Add option to calculate done ratio with the data from time tracking Actions Feature #12816: Filter issues by progress state Actions Feature #12869: Notificaion if ticket-creation failed Actions Feature #13088: CDN support to jquery/ui lib Actions Feature #13182: Activity page should display changes of the defined versions Actions Feature #13244: Restrict log time for old days Actions Feature #13315: Bulk edit for version list view Actions Feature #14418: Copy inner issues relations along with issues Actions Feature #14508: Workflow administration screen - loss of overview when working with many statuses Actions Feature #15348: "Issues can be assigned to this group" Actions Feature #15760: JS response support for #render_error Actions Feature #15900: Add to Issues List column of the attachment icon Actions Feature #16098: On relation change/add notification setting Actions Feature #17599: Allow users to edit issues without adding notes. Actions Feature #17607: More than one ContextMenu on single page Actions Feature #20289: Add category-id to issue's CSS classes when present Actions Feature #20310: Ability to switch date format (from relative into absolute) in issue notes titles Actions Feature #20812: Highlight overdue issues and private issues in issue list Actions Feature #22915: Additional filetypes (tif,tiff) for thumbnails generation Actions Feature #23894: Expose repository through REST API Actions Feature #24089: Call to Action (CTA) and improved conversion for registration Actions Feature #24198: Setting for subtasks optionally follow the project change of the parent Actions Feature #24266: Receiving email by mail_handler.rb does not trigger corresponding events Actions Feature #24277: Introducing Remaining Time field as method to track the remaining time to complete an issue Actions Feature #24763: Force SSL when Setting.protocol is "https" Actions Feature #25198: Add rank in search result as data attribute Actions Feature #25808: Allow import issues and time entries on multiple projects (map Project field to a column from CSV) Actions Feature #26525: Add ability to configure the number of weeks to display on Calendar block in My Page Actions Feature #26642: Support of ActiveRecord i18n scope in query filters Actions Feature #26680: Show default assignee when creating new issue Actions Feature #27313: More custom queries on My page Actions Feature #27831: ATOM Feed for repository changes Actions Feature #27988: Option to configure which trackers can be set as subtasks for each tracker Actions Feature #28412: Reject plugin same ID with registered one Actions Feature #29470: Possibility to mark tracker as "Subtask only" Actions Feature #30112: Option to stop sending reminders on non-working days Actions Feature #30471: Move "Default columns" checkbox on the query edit page from "Options" to "Columns" fieldset Actions Feature #30822: Show Gravatar icons in email notifications Actions Feature #30893: Show "Updated issues" on the profile page Actions Feature #31353: Replace user related links in the top menu bar with a proper user menu. Actions Feature #31538: Allow a plugin to be installed in the directory different from the plugin id Actions Feature #31631: Add links to child pages to wiki page Actions Feature #32029: Replace gantt and calendar tooltips with jquery tooltips Actions Feature #32030: Show Gravatar icons in the Members tab in the project setting Actions Feature #32085: Allow newline as a separator in "Allowed extensions", "Disallowed extensions", "Exclude attachments by name" field in Administration Actions Feature #32545: Plugin API for adding a new notification Actions Feature #32856: Bar charts in the spent time report Actions Feature #33018: Add an ability to attach and embed a file to "Image" button in the Wiki toolbar Actions Feature #33071: Prevent accidental deletion of contents with sudo mode Actions Feature #33425: Auto complete wiki macros Actions Feature #33641: Show badges that indicate author in issue journal, news comments, and forum replies Actions Feature #33730: Add new issue links for each version to the version list page Actions Feature #34040: Include all notes in issue list csv Actions Feature #34070: Allow setting a grace period when forcing 2FA Actions Feature #34861: Bulk delete news attachments Actions Feature #34862: Bulk delete forum attachments Actions Feature #35035: Refactor text formatting to HTML::Pipeline Actions Feature #35221: Show public badge on project's overview page when the project is public Actions Feature #35281: [Meta] (Issues) Custom (and Standard) Fields Grouping and Positioning Actions Feature #35657: Spent time ratio column and filter Actions Feature #35797: Don't show issues without spent time on the issues list with 0.00/0:00 spent time values Actions Feature #36162: Add notification reason to the email instead of the default static email footer Actions Feature #37169: Update sanitization rules to allow footnotes markup to match the original structure Actions Feature #37973: Enable to display watches count on issues list Actions Feature #39130: Common Formatting - Check tasklist item without editing function Actions Feature #39723: Add 'Assigned to You' Tag in Email Subjects for Personal Assignments Actions Feature #40411: The watch button/link should show if the issue is watched by group Actions Feature #40489: `copyTextToClipboard` to make it easy to see that you have copied to the clipboard Actions Feature #42604: Enable commonmark spoiler extension Actions Feature #43680: Improve subprojects list display on project overview Actions Feature #43703: Update jQuery to 4.0.0 Actions Feature #43859: Default Query for Time Entries (Time Tracking), similar to Issues and Projects Actions Feature #43959: add wikitoolbar on custom field on other types than issue Actions Patch #1671: Show a breakdown of estimated/spent/remaining time for a version Actions Patch #2931: Templating for description of new tickets by Tracker Actions Patch #3358: Advanced LDAP authentication Actions Patch #6722: Add a summary to projects Actions Patch #7456: Gantt filters Actions Patch #8831: CSS class for issues due today in the issue list Actions Patch #12730: Fix sorting and PDF output of Gantt diagram & start date calculation and grouping Actions Patch #12850: User profile : Link to project in mail notifications by project selection Actions Patch #13413: Let users choose how many days in advance they want to receive issue due date reminders via email Actions Patch #13665: atom available on wiki page footer Actions Patch #16069: Allow configuration of API limit instead of hardcoding at 100 Actions Patch #18059: Activity when issue change assigned to. Actions Patch #18326: Show associated revisions in issue list query column Actions Patch #18419: Copy news along with the project Actions Patch #20121: Respect working days configuration when sending reminder emails Actions Patch #22291: Link Category in the issue page to all open issues from that project with the same category Actions Patch #24623: Implements CRUD permissions and restrictions to issue attachments Actions Patch #26030: Like issues and news comments, want to specify the display order of the forum's reply. Actions Patch #26122: Implementation of visible conditions with inner join instead of subselect Actions Patch #27678: Make "Check all / Uncheck all" link noticeable Actions Patch #28025: Access project jump box with hotkey Actions Patch #28861: Add a date item to the context menu Actions Patch #29184: Add home to the application menu Actions Patch #29830: Issue CSV export options: checkboxes have no effect for columns activated in query Actions Patch #30026: macros and textile at pdf export in custom field Actions Patch #30071: Show parent projects when filtering in the project jump box Actions Patch #30262: Show 'Add filter' dropdown menu as button beneath the filters Actions Patch #30730: [Revision view] Place link to add a related issue next to the heading Actions Patch #30739: Project Custom Fields configuration : split by tracker Actions Patch #31076: Issues CSV / PDF export via ActiveJob Actions Patch #31224: My page, add Time Entry queries Actions Patch #31385: Formating toolbar : new color tools Actions Patch #31987: Add rake task which synchronize all revisions in repositories related with all active projects Actions Patch #32016: Rounded corners on roadmap's progress bar Actions Patch #32099: Fix inconsistent gap sizes on My page Actions Patch #32166: Rounded corners on table.gantt-table Actions Patch #32405: Updating sq translation Actions Patch #33211: Include block columns (ex: Description, Last notes) in CSV export when option "All columns" is selected Actions Patch #33431: Better performance for Time entries without issue and activity filters Actions Patch #34426: Issue Categories sortable Actions Patch #35268: Issue.acts_as_searchable columns option cleanup Actions Patch #35373: Improve project deletion warning text Actions Patch #36742: Scroll to top button Actions Patch #37600: Cache attachments and thumbnails in web browsers Actions Patch #37664: Preload all stylesheets and JavaScripts Actions Patch #38732: Adjusting elements position on Issue Edit View Actions Patch #38740: Enhanced collapsing/expanding functionalities for Gantt Chart Actions Patch #38796: Improved display of tracker selection area in custom field settings Actions Patch #40499: Replace deprecated `document.execCommand` with Clipboard API in copyTextToClipboard function Actions Patch #41094: Migrate System Tests from Selenium to Playwright Actions Patch #41827: Increase maximum size for custom field name Actions Patch #42521: Reimplement modal dialog with Stimulus Actions Patch #42599: Update database versions on CI Actions Patch #42847: Improve clarity of mail option labels in en.yml Actions Patch #43641: Make the issues list header sticky on vertical scroll Actions Patch #43710: Moves wiki image mime types to meta tag Actions Patch #43917: Add Any Searchable Text as a Default Filter Actions Patch #44169: Refactor context menus controller to namespaced sub-controllers Actions Patch #44186: Restrict the length of attachment file extensions Actions
Candidate for next minor release open Fixes that the contributors would like to add in the next minor version 0% 55 issues (0 closed — 55 open) Related issues Defect #1013: Custom queries can be saved under same name Actions Defect #2493: Subversion: Error message for some of view differences Actions Defect #2638: LDAP authentication should allow username to contain space(s) Actions Defect #4472: Escape <code> tag Actions Defect #5994: Creating new issue via email submission strips attached emails Actions Defect #6857: git references leaking from subproject to project Actions Defect #6868: migrate_from_trac and trac 0.12 Actions Defect #7293: Activity page displays wrong status of modified issues Actions Defect #8055: Links ending with curly brackets are not correctly interpreted Actions Defect #8603: Query 'without subprojects' cannot be created Actions Defect #9080: Shared versions not shown when upload a file Actions Defect #10528: Error with rake redmine:email:receive_imap and cram-md5 Actions Defect #10532: migrate_from_mantis script fails with missing table name Actions Defect #12146: Required (list-, user- or version) custom field "fixed version" with Multiple values allows nil value during status transition Actions Defect #13723: Collapse doesn't work with section edit link Actions Defect #18914: Slow rendering pages with many small macros Actions Defect #19174: db migrate error from old version to 2.6 Actions Defect #23341: Markdown Table formatting breaks with redmine wiki links Actions Defect #26090: Dutch (NL) translation: some small issues found during review of r16029 for #24407 Actions Defect #28322: Commit messages referencing issues should stop at line breaks Actions Defect #29694: Some buttons in wiki toolbar are hidden in responsive layout Actions Defect #29695: Duplicated assignee option when selecting a category with default assignee Actions Defect #29855: add_working_days returns wrong date Actions Defect #30371: Textile formatter generates broken link if a URL is followed by a tag Actions Defect #33432: Rendering of Macros with (empty) text parameter different in preview and non preview mode Actions Defect #33673: Calendar View / The right side of the tooltip is cut off Actions Defect #34046: Escaping symbols in task subject can broke export to Gantt (PNG) Actions Defect #34108: "Is duplicate of" and "Has duplicate" issue relations can be a circular reference Actions Defect #40856: random failing integration test for plugin routes in 5.1.3 Actions Defect #41502: Custom field values for versions are not copied when copying a project that includes versions Actions Defect #41726: Allow plugin assets to be loaded from app/assets Actions Defect #43730: Redmine generates invalid HTML when there are multiple `collapse` macros in one paragraph in Textile Actions Defect #44165: Basic authentication challenge is sent for API key authentication failures Actions Feature #2770: Display of inline attached images in email notification Actions Feature #4519: Target version pulldown should sort in descending order Actions Feature #6687: Making an issue a subtask leads to loss of issue-property values Actions Feature #9851: Equalize the way how available shared versions are differentiated in target version drop-downs Actions Feature #13715: show SCM identifier (repository) in associated revisions Actions Feature #29034: Option to collapse/expand issue sections Actions Feature #30986: New toolbar button to insert wiki macros Actions Feature #41731: Prevent Redmine startup if themes remain in deprecated public/themes directory Actions Feature #43261: Add border-bottom to issue history to avoid accidental issue deletion Actions Feature #43632: Show a message when recent_pages macro does not return any page Actions Patch #1021: Patch for #1013 (uniqueness-validation of custom query name within user-scope) Actions Patch #5764: migrate_from_trac does not support trac 0.12 Actions Patch #8222: Setting model should use Rails.cache instead of class variable Actions Patch #13400: Calculate %done based on estimated and logged time Actions Patch #13612: Members roles : display group of role Actions Patch #15906: Create a default forum by default Actions Patch #22798: fetching of Git changesets sometimes fails due to non existant revisions in prev_db_heads Actions Patch #26104: Quick jump to issue only if searching for issues Actions Patch #28618: Datepicker is called incorrectly Actions Patch #29885: Fix 403 error while adding new watchers when selected issues in context_menu from different projects Actions Patch #36182: Show notifications for all Redmine users Actions Patch #41954: Update extract_fixtures task with configurable output directory Actions
Unplanned backlogs open Features that the core contributors of Redmine would like to add in a future version 5% 18 issues (0 closed — 18 open) Related issues Defect #5357: Git: SCM revisions ordered by date/time (should be reverse commit order) Actions Defect #6609: % Done for Parent Tasks [2] Actions Defect #6662: JavaScript is not minified for production use Actions Defect #6725: Acronyms don't work for Russian language Actions Feature #559: Workflow Enhancements Actions Feature #643: Issue description templates Actions Feature #938: Add default Activity value per user Actions Feature #1536: Using libsvn Actions Feature #1953: Due date calculation based on developer's estimations Actions Feature #2069: Wiki syntax to link to files in the files-module Actions Feature #3912: Add support for AND's and OR's in search Actions Feature #5492: Issues should implement acts_as_ferret Actions Feature #6701: Split the Enumerations admin panel to separate panels Actions Feature #6846: Add VIM-like keyboard shortcuts Actions Feature #25357: "Raw view" of a file in repository Actions Feature #25773: Add more custom fields types to criteria in time entries report Actions Feature #31472: Add file upload when editing documents Actions Patch #13927: Reduce coupling between plugins and the "plugins/" directory Actions