Search
Results (12636)
- Defect #29038 (Closed): Thumbnail macro cause ... file not found and broken filename and link
- Wiki's thumbnail macro seemed to break attach ... ot_found.png, size=320)}} * case 2 On an issue page attached an image file with description ... , size=320)}} Case 1 is affected to wiki, issue , news, and forum. Case 2 is affected to issue, forum. Environment is <pre> Environmen ... </pre> * Redmine trunk has same behavior.
- Defect #29036 (Closed): "Assigned to" filter on the issues page works only on second attempt
- Redmine version 3.4.6.stable ... ily reproduced on https://bugs.ruby-lang.org/issues You should clean all filters and then add "Assigned to" filter. </select> tag gonna be empty.
- Feature #29034 (New): Option to collapse/expand issue sections
- In #29027, I've proposed to add an collapse/expand feature to issue sections. Below there are 2 proposals: ... order: 1px solid grey;}with_attributes.png!
- Patch #29033 (Closed): Move attachments to their own section in issue page
- I would like to move attachments to their own section in issue page from 2 reasons: - to implement a colla ... eature - they are not always related to the issue description Before: !{width:50%; border: ... width:50%; border: 1px solid grey;}after.png!
- Defect #29032 (Closed): Files and attachements uploads failing
- I cannot uplod Files to issues and into Files module in project. There is ... iews: 6.5ms | ActiveRecord: 36.8ms) @ In Issues module > The file is stored as expected but ... , what to check? Many thanks for any clue.
- Defect #29028 (Closed): Redmine generates not ... ll therefore often be rejected or quarantined
- I am one of the email administrators for my e ... rantined or rejected. I recently filed an issue about Ruby at https://bugs.ruby-lang.org/. I ... esulting from the notifications about my new issue that were emailed out. This is because Redmi ... ser's spam folder) or rejected, whenever the issue author's email domain has as quarantine or r ... nowadays publish and enforce DMARC policies.
- Feature #29027 (New): Add more structure to the issues view by using tabs
- I've tested the patch series in #3058 on the ... urther with the idea of tabbed views for the issues content. In my opinion, it would be great to rework the whole issue page and convert it to a tabbed view. There ... ng advantages: * Faster switching between issue history and details * Less scrolling needed ... eded to access the latest information on the issue. The sections 'Subtasks' and 'Related issues' could move to their own tabs, too. !issues_details_tab.png! --- !issue_time_tab.png!
- Defect #29023 (New): Can't see subtask created in a issue
- Hi. Im making a migration from Redmine 2.6 to ... .4 and I have this situation. In an existent issue I created a new subtask succesfully but I ca ... en them, neither the subtask, nor the parent issue. But when I create a new Issue and a new subtask there is no problem. ... e plugins: no plugin installed </pre>
- Defect #28967 (New): could the RESTAPI be used in the plugin with auth again?
- I wrote a plugin. when I use $.ajax to acces ... for the RESTAPI to use the current user auth?
- Defect #28953 (New): Issue content gets lost if user deletes an attachment
- Given is an already existing issue with one or more attachments. A user wants to edit this issue and add a comment, so he clicks "Edit". While editing and adding the issue's text, he notices an unwanted attachment in the issue head (in the yellow box on top of an issue) - so he clicks the small trash bin icon rig ... changes are gone because Redmine reloads the issue page! And it doesn't even warn the user that all of his changes will get lost.* To resolve this issue, I suggest a solution similar to when a user ... browser tab while there is still an unsaved issue edit. Here the user gets asked if he really ... o confirmed this with an older Redmine 2.6.2.
- Feature #28952 (Closed): Update User#last_login_on only once per minute
- On setups where a lot of logins happen (e.g. ... g the @last_login_on@ column once per minute.
- Defect #28951 (Closed): Cannot clear category field on copying an Issue
- If I copy an issue with a non-empty category and clear the cate ... he category is still set in the new (copied) issue. <pre> Environment: Redmine version ... 1.4.6 DB: mysql 5.6.39 </pre>
- Feature #28950 (Closed): Due date redmine
- Hi 1.I had already install redmine 3.4.3 version 2.I had already assign issue owner , if after due date , I need to e-mail alert next owner How can I do ?
- Feature #28947 (New): Show the existing attachments on the wiki editing page
- When attaching a new file on the wiki edit pa ... name.png!). ex) !{width: 30%}example.png!
- Defect #28946 (Closed): If assignee is locked subtasks don't get copied
- <pre> Could not copy subtask #2 while copyin ... alidation errors: Assignee is invalid </pre>
- Patch #28943 (Closed): Remove RDoc tags
- I was removed :nodoc: from *.rb because yard ... :nodoc: and :nodoc: shows in generated html.
- Patch #28940 (Closed): Use Regexp#match? to reduce allocations of MatchData object
- since Rails 5.1+ we can use match? on a regex ... nly on ruby 2.4+ https://bugs.ruby-lang.org/issues/8110 <pre> require 'benchmark/ips' Ben ... wer </pre> *rake test* is about 5% faster
- Patch #28939 (Closed): replace regexp with casecmp
- <pre> require 'benchmark/ips' Benchmark.ips ... match: 2222223.1 i/s - 1.90x slower </pre>
- Patch #28934 (Closed): Support migration context for plugins
- https://github.com/rails/rails/commit/a2827ec ... 14#diff-8d3c44120f7b67ff79e2fbe6a40d0ad6L1005
- Defect #28931 (Closed): Unreachable code in QueriesControllerTest#test_bulk_copy_to_another_project
- this test probably never acually worked <pre> Issue.order('id DESC').limit(issues.size) </pre> issues.size was zero in rails < 5.2, it tests noth ... 713afefd3140421d1ced7abbdc so I removed it
- Feature #28924 (Closed): Issues filter: Adding a <<Nobody>> special entry to the user list
- Sometimes it would be useful to have a specia ... <<Nobody>> in the user list, when filtering issues. The use case is the following: A user wants to filter issues, that are assigned to him OR are assigned to nobody, so that he can find issues to work on. Currently he can only filter fo ... as an additional user. So he has to open the issue list two times with different filters. Th ... nk your for considering this feature request.
- Defect #28919 (Closed): Cannot update issue when removing locked users to watchers list
- Steps to reproduce (in my case with Redmine 3.4.4) : * create user 'bob' * create issue #1 * add 'bob' to watcher list * lock 'bob ... mment Result is 'watchers is invalid' and issue cannot be updated. Workaround : * unlock ... nt Summary : don't remove locked users to issue's watcher list, it's currently buggy.
- Feature #28913 (Closed): Watcher Changes tracked in History
- Would like Redmine to track when watchers are ... a part of journal entries, it might have to.
- Defect #28896 (Closed): When access the http://ip:3000, it shows the 'Redmine 500 error'
- Hi, team, After starting Redmine by comman ... redmine. Could anyone help to solve this issue?
- Defect #28879 (Closed): Download of Task
- Dear Team We were using Redmin, under some ... highly appreciated Regards Kishore