Project

General

Profile

Search

Results (12109)

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 ? 2022-03-15 16:03
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> 2022-03-11 03:41
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 2022-03-09 13:33
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. 2022-03-09 02:23
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> 2022-03-03 22:56
Defect #36718 (Closed): Menu Manager Test randomly fails
Here is another test which fails in some circ ... t.visible(user).ids.sort </code></pre> 2022-02-28 15:00
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 2022-02-28 14:51
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 ... 2022-02-26 23:12
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. 2022-02-25 00:19
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:@. 2022-02-24 23:08
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. 2022-02-24 20:57
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. 2022-02-24 08:56
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! 2022-02-23 22:54
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. 2022-02-23 10:17
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 2022-02-22 11:12
Feature #36679 (Closed): Export a version as changelog text
I suggest a feature to export a version as te ... release * Defect #52: bulgarian language issue * Defect #1426: User model does not allow p ... oject Name to Cross-Project Atom Feed </pre> 2022-02-21 14:21
Defect #36634 (New): Usability: change "are you sure" texts.
The order of confirmation of destructive acti ... elete this wiki and all its content? text_issues_destroy_confirmation: 'Are you sure you want to delete the selected issue(s)?' text_time_entries_destroy_confirmati ... this project and related data. Are you sure?" 2022-02-14 12:36
Defect #36593 (Closed): User without permissi ... ject custom fields cannot create new projects
Hello On a project when a custom field is ma ... https://github.com/redmine/redmine/pull/135 2022-02-09 14:38
Defect #36592 (Closed): Import hangs when "related to" issue could not be created
When importing issues and specifiny a "related to" relationship, the import hangs when the issue refered could not be imported. See the attached example: - Issue ID 3 fails to create (missing Subject) - Issue ID 4 tries to link to issue ID 3 - here the input hangs. 2022-02-09 12:09
Defect #36585 (Closed): Change "Delete" entry in issue context to "Delete issue(s)"
Similarly to #31278, this context entry can b ... mine user did the following: 1. Opened an issue (issue#view) (redmine:3000/issues/40, for example) 2. Added a related issue (41, for example) 3. Decided to delete the ... e more straightforward, for example: "Delete issue(s)? Are you sure?" but who reads popups?) 7. Later, called support (me) asking why the issue disappeared? The problem is not the user ... on that opens the context menu, but "Delete" issue is more destructive than "Delete relation", because you can't rollback deleting an issue. Notice that "Delete relation" though les ... post a patch. Instead i did a grep of label_issues_delete (my sugestion, though it needs trans ... anguages): <pre> app/views/context_menus/issues.html.erb:152: <li><%= context_menu_link l(:label_... 2022-02-08 13:22
Defect #36584 (Closed): Error on creating custom fields using Ruby version 2.7.2
Original taken from here: https://www.redmine ... I installed the 2.6.9 Ruby version and the issue not happened anymore. <pre> Environment: ... ine plugins: no plugin installed </pre> 2022-02-08 08:22
Defect #36580 (Closed): Fix code copying in common browsers
This patch resolves https://www.redmine.org/issues/3382 for: * Chrome-based browsers (empty ... As for Firefox, there are multiple related issues in their bugtracker: * https://bugzilla.mo ... he only solution seems to mimic pre with div. 2022-02-06 18:21
Defect #36574 (Closed): context-menu on task
Hello, context-menu on right click on roadmap's or issues's page can be display in wrong place on Fir ... to be append to a full page DIV. Thanks 2022-02-04 12:21
Defect #36565 (Closed): No title on mouseover event on progress bar
Hello, In progress_bar function (Applicati ... tag <p> by a <span> and it's work. Thanks 2022-02-03 08:30
Defect #36553 (Closed): Attachment icon is not clickable.
Attachment icon is not clickable. Step 1: ... nd click on attachment button is not working. 2022-02-01 15:25
(676-700/12109)