Project

General

Profile

Activity

From 2019-11-05 to 2019-11-07

2019-11-07

21:53 Feature #32240: Add download buttons in Files columns of the issues list
In my opinion, there are too many icons in the listing which make the "Files" column more obvious than the other colu... Marius BĂLTEANU
06:07 Feature #32240: Add download buttons in Files columns of the issues list
Go MAEDA wrote:
> If the column has download buttons, you can reduce an extra one click.
Added download buttons t...
Yuichi HARADA
16:04 Defect #32434 (Closed): Serve redmine.org over https
Holger Just
11:12 Defect #32434 (Closed): Serve redmine.org over https
For a secure web we should server everything over https. Stefan Husch
09:33 Defect #32176: Emails are not getting triggered
We have configured the details in Configuration.yml file but we are getting below error message:
An error occurred...
Prashant Chavan
09:14 Defect #32314: Notification for "Only for things I watch or I'm involed in" not works
I have updated the previous message, because, after further investigation it seem that the magic number is 30.
To ...
pasquale [:dedalus]
08:22 Feature #32433 (New): feature: option for CustomField to update the values by some of roles and different default value for different project
if there is option of the Administration, do define some of the roles to have the permission to define the Value/Def... Taine Woo
07:33 Defect #32430 (Needs feedback): Can't delete project in Redmine 4.0.3
@redmine.easy_settings@ table is not part of the Redmine core, please try without any plugin. Marius BĂLTEANU
05:47 Defect #32430: Can't delete project in Redmine 4.0.3
Environment:
Redmine 4.0.3
Ruby: 2.3.8
Rails :5.2.2.1
Database : MySQL2
Plugin
redmine_dmsf
redmine_issues...
Cheng-Hui PENG
05:28 Defect #32430 (Closed): Can't delete project in Redmine 4.0.3
Hi All,
i login redmine as administrator, then go to admininstraion/projects --> select status(closed) --> then clic...
Cheng-Hui PENG
07:31 Patch #32432: Avoid class name overlap that causes TypeError on `rake test:system test`
Please use textile formatting instead of markdown. Marius BĂLTEANU
07:30 Patch #32432 (Closed): Avoid class name overlap that causes TypeError on `rake test:system test`
Running test via `rake test:system test` errs with TypeError because some test class names are overlapping.... Akira Matsuda
06:42 Patch #32431 (Closed): Invalid association IssueCustomField#issue_custom_values
This "hm:t :issue_custom_values" association has been defined since the "Initial commit" at 6b7650e2f03156ea1e3985b30... Akira Matsuda

2019-11-06

22:39 Defect #32420 (Needs feedback): Issue redirect after login not working
Please try without any plugin installed. Marius BĂLTEANU
22:38 Defect #31695: Convert HTML links to Textile/Markdown links when creating an issue from an email
Go MAEDA wrote:
> Marius BALTEANU wrote:
> > The current implementation fails with the following error if the link ...
Marius BĂLTEANU
22:34 Feature #30346: Add "Target Version" to the list of "Available columns" in "Spent time" Tab
Here it is. Marius BĂLTEANU
15:56 Feature #32426 (New): Search from journal for specific value of specific field during specific period
Currently the query filter set can only search the last value of the fields of issues.
And the filter "Updated" can ...
Taine Woo
15:33 Feature #9787 (Closed): Get issue history
With the issues REST API, you can add @include=journals@ to get all (visible) journals of the issue. Holger Just
15:19 Defect #32176 (Needs feedback): Emails are not getting triggered
In order for notification mails to be send, you need to make sure that:
* you have enabled notification mails for ...
Holger Just
15:04 Defect #32382: Unreliable User mention feature with PostgreSQL
Instead of @User.visible.where(:login => name, :type => 'User').first@, we should probably use @User.visible.find_by_... Holger Just
09:09 Defect #32382: Unreliable User mention feature with PostgreSQL
Yes, it's more or less correct. Strictly speaking, we cannot make a link to a user account that has uppercase charac... Kenta Kogumasaka
04:58 Defect #32382: Unreliable User mention feature with PostgreSQL
Kenta Kogumasaka wrote:
> I don't think we've installed any plugin such as https://www.redmine.org/plugins/redmine-m...
Go MAEDA
14:53 Feature #32406 (Closed): [ISSUE RELATIONS] Add several relations at a time
Holger Just
10:02 Feature #32424: CommonMark Markdown Text Formatting
I really, really like the proposed patch, especially for the HTML Pipeline gem that can help us a lot to improve the ... Marius BĂLTEANU
09:27 Feature #32424 (Closed): CommonMark Markdown Text Formatting
This patch introduces a new text formatting named _CommonMark Markdown (GitHub Flavored)_. It is based on "CommonMark... Jens Krämer
07:43 Defect #32422: Textile indentation does not work in the preview tab
Indentation is now visible in the following patch.... Yuichi HARADA
07:37 Defect #32422 (Closed): Textile indentation does not work in the preview tab
I entered the following textile in the issue description field and confirmed to the preview, but I can't show the par... Yuichi HARADA

2019-11-05

23:15 Defect #32420 (Needs feedback): Issue redirect after login not working
I am seeing issues with redirects after login. When I go to an issue URL while logged out I expect to be redirected t... James Kurczodyna
23:00 Defect #31695: Convert HTML links to Textile/Markdown links when creating an issue from an email
Marius BALTEANU wrote:
> The current implementation fails with the following error if the link doesn't contain the @...
Go MAEDA
13:39 Defect #32416: Visual editor preview "No route matches"
One of the plug-ins may have caused an error. Third-party plugins sometimes break Redmine.
At least a plugin named...
Go MAEDA
13:31 Defect #32416 (Closed): Visual editor preview "No route matches"
Hi,
When I write a page (wiki, knowledge base, etc) with visual editor, I can see everything.
But once I saved it...
Xavier ANDRE
11:42 Feature #32414 (New): When user add\change the password, provide a visual password strength checker
This to show to user the security of the password provided.
pasquale [:dedalus]
11:36 Defect #32411 (Closed): How to just send notifications, but not email?
Please use forums for questions, especially "how to" questions. Issues are used to report a bug, suggesting a new fea... Go MAEDA
09:08 Defect #32411 (Closed): How to just send notifications, but not email?
i just want to receive the red button notifications, and i don't want to send an email to me. how to do that? can you... xiaoming yang
11:27 Feature #11530: Support hooks in mailer
Sorry... I added one more cosmetic fix... Kouhei Sutou
10:49 Feature #11530: Support hooks in mailer
I added more hooks to `app/views/mailer/issue_edit*`:... Kouhei Sutou
08:46 Feature #11530: Support hooks in mailer
I've updated the patch for r18899. Kouhei Sutou
09:41 Defect #32412 (New): Redmine::Utils::relative_url_root in in environment.rb does not redirect links
As topic. When redmine is run with an relative url through apache, the relative_url_root does not redirect the links ... Tuomas Huuki
07:48 Feature #30346: Add "Target Version" to the list of "Available columns" in "Spent time" Tab
Marius BALTEANU wrote:
> Here is a patch for this feature. Test results "here":https://gitlab.com/redmine-org/redmin...
Marius BĂLTEANU
01:54 Defect #32088: Redmine crashes in attempt to install Redmine Mylyn Connector
Michael Petzoldt wrote:
> Go MAEDA wrote:
> > Please contact the author of the plugin. Perhaps the plugin does not ...
Go MAEDA
 

Also available in: Atom