Search
Results (12430)
- Feature #36848 (New): API allow display "watchers" when listing several issues
- Hello The Redmine API allow listing "watchers" when returning an issue("/issues/{id}.json?include[]=watchers"), but not when listing several issues("/issues.json?include[]=watchers"). We propose this ... /redmine/pull/136). Thank you for your help.
- Patch #36827 (Closed): User Department Required in CSV export
- While exporting CSV from issues, and select ALL fields to export, the user' ... , but cant map department to user department.
- Patch #36824 (Closed): Allow to filter issues by its version status with shared versions
- Right now, when filtering issues by the status if its assigned version, the ... ersions is restricted to the projects of the issue query (i.e. the current project plus potentially selected su bprojects). The fixed version of an issue within the project sceope however can be sha ... ated projects which are not in the scope for issues for the query (e.g. from any project with t ... he search for eligible versions to also show issues with a version from different projects.
- Feature #36823 (Closed): Allow to import time entries for issues in different projects
- As it is now, the time entry import only allo ... es can only be imported for already existing issues (which in turn already belong to a project) ... or time entries that are not attached to any issue. The attached patch that was extracted fr ... ne-hosting allows to import time entries for issues across different projects. This is achieved ... ser-selected project for those rows where an issue id is present, letting the existing logic in ... ct id. This is somewhat related to #25808.
- Patch #36817 (Closed): copyImageFromClipboard ... the page and may conflict with other plugins
- Hello, The function copyImageFromClipboard ... t as shown in image3 We managed to fix this issue, by replace the line `var inputEl = $('inp ... :file.filedrop');` Thank you for your help
- Patch #36815 (Closed): Traditional Chinese translation (to r21486)
- * New tags added ** label_auto_watch_on, label_auto_watch_on_issue_contributed_to
- Defect #36814 (Closed): Can't login in after upgrading to rev. 21486
- Hello, I previously enabled 2fa with Googl ... 2fa without logging into Redmine? thanks.
- Defect #36794 (New): Issue copying ignores workflow rules
- @Issue.copy@ ignores rules defined by workflow for status @New@ (new issue form). A simple example. Let's say we have an issue: Project: eCookBook Tracker: Bug Status ... with given role presses the Copy button. New issue form is shown, as expected by workflow there ... or status @New@ 4. Log as @jsmith@ and copy issue#1 5. There is no @Float field@ on form 6. Save the issue and see that @Float field@ was copied
- Defect #36772 (Needs feedback): Private notes are visible for users when the option isn't activated
- Hi, We have created users where the option ... an see the private notes... Can't find an issue regarding this problem, so I've created this one :) This are the issue tracking settings: !settings.png! The role setting regarding issues is: role[issues_visibility] : default (all non private issues) This is the used configuration: <pre> ... em Redmine plugins: issue_recurring 1.6 </pre> I ho ... e questions, let me know :) Thanks so far!
- Defect #36766 (Closed): Database migration from Redmine 0.8.7 or earlier fails
- After import mysqldump from the old environme ... log MySQL Community Edition (GPL) </pre>
- Feature #36765 (Closed): Connect email office 365 with REDMINE
- Hello, i'd like to be guided to connect an email with REDMINE. Can you help me ?
- Defect #36753 (Closed): Mysql2::Error: Table ... _addresses` when update from 2.6.0 to 4.2.4
- <pre> ➜ redmine-4.2.4 rails db:rollback RA ... s) ============== == 20141029181824 RemoveIssueStatusesIsDefault: migrating ===================== -- remove_column(:issue_statuses, :is_default) -> 0.0254s == 20141029181824 RemoveIssueStatusesIsDefault: migrated (0.0255s) ======= ... k with --trace) ➜ redmine-4.2.4 </pre>
- Patch #36742 (New): Scroll to top button
- As title says the patch adds a small button t ... s is very handy for long pages e.g. index of issues/news/wikis or issue with a lot of changes. Patch was extracted from plugin https://bitbucket.org/dkuk/usability
- Feature #36739 (New): Copy issue without notification on old issue
- When I create a new issue by copying an old one, it doesn't change the ... to stay as it is for the new one, of course.
- Feature #36728 (Closed): Reintroduce lazy loading of i18n files
- this change restores a removed optimization https://www.redmine.org/issues/31384 see https://github.com/ruby-i18n/i ... def available_locales </code> </pre>
- Defect #36718 (Closed): Menu Manager Test randomly fails
- Here is another test which fails in some circ ... t.visible(user).ids.sort </code></pre>
- Patch #36716 (Closed): IssuesControllerTest randomly fails
- Hi Please find below a patch to fix this tes ... re><code class="diff"> +++ /test/functional/issues_controller_test.rb @@ -7884,7 +7884,7 @@ class IssuesControllerTest < Redmine::ControllerTest end copy = Issue.order(:id => :desc).first assert_equal ... ds.sort end </code></pre> Thank you
- Feature #36711 (New): Various features for MailHandler
- Hi, For my local redmine instance (4.0 ... part: something that allows to answer to an issue without knowing the issue number. One of my initial goal was to be ... mine. It works, but all messages creates new issues (either for new problems, but also for noti ... problem). So, redmine was having lots of issues, and manual work was required if we want to close issue correctly. I was difficult to do more thi ... annot imagine icinga to look for the correct issue number (and I would not even know how to do ... the dispatch_to_default, before creating an issue, I first check if a) the custom field is set b) and an issue is opened with the custom field set to this ... conditions are present, I add a reply to the issue (instead of creating a new issue) On redmine part, there is just an option ... (host/service) are added to the same redmine ...
- Defect #36703 (Closed): 4.2.4 and 4.1.6 downloads urls have changed
- The normal download location for releases htt ... files can be uploaded to the normal location.
- Feature #36702 (New): Inline autocomplete for versions
- In addition to issues, users and wiki pages autocompletes, I thin ... an use at least as triggers @!@ or even @v:@.
- Feature #36701 (Closed): Update Chart.js to 3.7.1
- Redmine is now using 2.8.0 which was released ... Rails UJS making them harder to upgrade.
- Feature #36699 (Closed): Change the text of the user link when converting @user notation to html
- #13919 added the Mention feature to Redmine. ... g it may break the display of wiki pages and issues. Please let me know what you think.
- Feature #36695 (Closed): Add check in Redmine ... f default queue adapter is used in production
- Using the default queue adapter (@:async@) in ... .html). Since #26791, there were multiple issues reported caused by the default queue adapte ... !{border: 1px solid grey;}.redmine_info.png!
- Feature #36691 (Closed): Background job and dedicated status for project deletion
- Due to the deletion of dependent objects (issues etc) and child projects, project deletion ... oject can still be accessed for examination.
- Defect #36686 (Closed): Allow pasting screenshots from clipboard in documents
- Hello, I'm using Redmine every day at work ... Do you know if there is a solution about it