Activity
From 2017-08-14 to 2017-08-16
2017-08-16
-
22:49 Defect #26708: Diff formatting results empty lines if they contains HTML tags
- Live example:...
-
22:48 Defect #26708 (Closed): Diff formatting results empty lines if they contains HTML tags
- h2. Steps to reproduce:
In issue description write something like (need to remove space in @< /pre>@):... -
18:28 Defect #26705 (Closed): Unable to download file if custom field is not defined as visible to any users
- Even if my user account has all available roles (and is also an administrator), i am not able to download custom fiel...
-
17:30 Defect #26702: Getting an internal error when I tried to open up a project.
- Just want to apologize.... The database was "initialized" with an earlier version of Redmine. There were so many th...
-
09:01 Defect #26702 (Closed): Getting an internal error when I tried to open up a project.
- Check your schema_migrations table.
-
12:35 Defect #26544: SQL-Error occurs sometimes when clicking on "calendar" tab
- I am also having this issue: https://www.screencast.com/t/J1ajHPH6fnP...
-
10:29 Patch #26703 (Closed): German translations in 3.4-stable
- Hi,
I'm missing some German translations in 3.4.2.
I've made the translations.
Attached is a patch for con... -
04:56 Patch #26682 (New): URL-escape the ! character in generated markup for dropped uploads
- I have tested the updated patch (#26682#note-3). Now it works fine in both Markdown and Textile.
Thank you for updat... -
02:55 Patch #26655: Additional icon for contextmenu
- FYI:
"Mastodon":https://github.com/tootsuite/mastodon (social network server) uses horizontal three dots button for ...
2017-08-15
-
23:39 Defect #26702: Getting an internal error when I tried to open up a project.
- This is strange... The "projects" table has the following columns: name, description, homepage, is_public, parent_id...
-
23:09 Defect #26702 (Needs feedback): Getting an internal error when I tried to open up a project.
- Make sure projects table has default_assigned_to_id column.
-
22:40 Defect #26702 (Reopened): Getting an internal error when I tried to open up a project.
- This is not an upgrade from an earlier release of Redmine...
I installed Redmine 3.4.1; it was working and it stop... -
22:04 Defect #26702 (Closed): Getting an internal error when I tried to open up a project.
- See #26485.
-
21:01 Defect #26702 (Closed): Getting an internal error when I tried to open up a project.
- Currently, if I logged on as regular user to my redmine installation of 3.4.1; I can see the list of projects, but wh...
-
21:48 Defect #26544: SQL-Error occurs sometimes when clicking on "calendar" tab
- I cannot reproduce on my CentOS 7 and Redmine 3.4.2....
-
18:18 Defect #26691: N + 1 queries when rendering the Gantt
- Another thing is that, if the issue is updated, then the GanttsController.index action page needs to be refresh, whic...
-
17:56 Defect #26691: N + 1 queries when rendering the Gantt
- If there is only problem, then some updated issue can be applied to project with the update of issue, such as:
<pr... -
07:20 Defect #26691 (New): N + 1 queries when rendering the Gantt
- Thank you for providing the patch.
It is interesting but IMHO, the cache should be invalidated when an issue or a ... -
06:12 Defect #26691: N + 1 queries when rendering the Gantt
- here is the patch, what I have done is to calculate the start date and due date in a group queries....
-
04:05 Defect #26691 (Needs feedback): N + 1 queries when rendering the Gantt
- Thank you for pointing out the problem and sharing your work.
Could you provide a patch file instead of @project.rb@... -
03:27 Defect #26691 (Closed): N + 1 queries when rendering the Gantt
- Rails 4.2.7.1
20000 issues in the database
When rendering the GanttsController.show action, it will issue a lot of ... -
17:52 Defect #26699: Anonymous user should have their icon
- Updated tests.
-
17:01 Defect #26699 (Closed): Anonymous user should have their icon
- @ApplicationHelper#avatar@ method returns blank string instead of @img@ tag for the anonymous user. The behavior caus...
-
14:03 Patch #26655: Additional icon for contextmenu
- I am attaching an updated patch, that sets correct colspan when grouping issue lists.
-
12:11 Patch #26682: URL-escape the ! character in generated markup for dropped uploads
- Thank you for the review Maeda-san. I had a look at the Markdown generation but completely missed the parenthesis. I...
-
05:05 Patch #26682 (Needs feedback): URL-escape the ! character in generated markup for dropped uploads
- '(' and ')' have to be escaped for Markdown formatter.
Holger, would you update the patch to escape those characters... -
04:34 Patch #26682: URL-escape the ! character in generated markup for dropped uploads
- Confirmed the problem. Setting target version to 3.4.3.
Thank you for sharing the patch.
*Before:*
!{width: 280p... -
11:08 Defect #26508: excel have wrong column name at custom field
- Randa Bustami wrote:
> thank you for your feedback , but what is the relation between plugins and the custom fields ... -
08:06 Feature #26409: Show assignee on gantt
- Go MAEDA wrote:
> Marius BALTEANU wrote:
> > 1. the patch doesn't apply cleanly on the current trunk (r16948).
>
... -
02:34 Feature #26409: Show assignee on gantt
- Marius BALTEANU wrote:
> 1. the patch doesn't apply cleanly on the current trunk (r16948).
The patch depends on a... -
02:20 Patch #26689: Add title to author's and assignee's icon
- Marius BALTEANU wrote:
> I'm thinking that adding a title to that icons could help users to understand better the fu...
2017-08-14
-
22:51 Patch #26655: Additional icon for contextmenu
- Marius BALTEANU wrote:
> From my knowledge, the drag and drop handlers have a green arrow as icon.
You are right,... -
22:33 Patch #26655: Additional icon for contextmenu
- Felix Schäfer wrote:
> Marius BALTEANU wrote:
> > It looks good also with a vertical three dotted icon.
>
> Thi... -
22:17 Patch #26655: Additional icon for contextmenu
- Marius BALTEANU wrote:
> It looks good also with a vertical three dotted icon.
This would be confusing as the ve... -
22:01 Patch #26655: Additional icon for contextmenu
- Very nice feature, especially that it will make the context menu available on the mobile.
It looks good also with... -
22:48 Patch #26689 (Closed): Add title to author's and assignee's icon
- After the release of Redmine 3.4.2 in our company, we received some complains regarding the author and assignee icons...
-
22:13 Feature #26409: Show assignee on gantt
- I've tested the patch and I've two observations:
1. the patch doesn't apply cleanly on the current trunk (r16948).
... -
17:01 Patch #26685 (New): Check of child classes of all levels is added for Redmine::SubclassFactory::ClassMethods
- SubQuery < Query
NewSubQuery < SubQuery
And I will see "Undefined method new for nil class" -
15:52 Feature #26677: HTTP code 401 on login failure
- This is not what I obtain with other services (e.g. with Jenkins CI instances), where a 401 code is returned, and pre...
-
15:42 Feature #26677: HTTP code 401 on login failure
- The 401 status code is specifically used for Basic or Digest authentication. It has no value when using form authenti...
-
14:05 Feature #26677 (Closed): HTTP code 401 on login failure
- When purposely causing a login error on Redmine, I can see (using web inspector and/or logfiles) that the HTTP return...
-
15:46 Feature #23119: Hook for deleted issues
- You can already use the basic ActiveRecord callbacks on the @Issue@ model, which include @before_destroy@ and @after_...
-
15:44 Defect #26681 (Closed): disk_filename of attachment when issue is created via mail
-
15:34 Defect #26681: disk_filename of attachment when issue is created via mail
- As you can see in the code, we are using the original filename, as long as it follows some strict rules (i.e. only co...
-
15:25 Defect #26681 (Closed): disk_filename of attachment when issue is created via mail
- Hello,
when an issue with attachment is created via mail, the disk_filename of this attachment get created with an... -
15:39 Defect #26679 (Needs feedback): Edit Journal - Can't verify CSRF token authenticity
-
15:37 Defect #26679: Edit Journal - Can't verify CSRF token authenticity
- See [[Submissions]]. What exactly are you doing when the error occurs? Please at least show the log entries.
How a... -
14:52 Defect #26679 (Closed): Edit Journal - Can't verify CSRF token authenticity
- From View: 402 - Invalid form authenticity token.
Possible solution:
add: config/application.rb
config.action_co... -
15:26 Patch #26682 (Closed): URL-escape the ! character in generated markup for dropped uploads
- In #26071, we introduced the ability to just drag an image into a textbox and have Redmine generate the correct image...
-
14:55 Feature #26680 (New): Show default assignee when creating new issue
- With new redmine version, 3.4, a default assignee can be specified (which is great).
However, contrary to a stipul... -
14:32 Defect #26678 (Closed): Custom field required not work with 3.4.2
- I cannot reproduce.
Please use forum for question. -
14:17 Defect #26678 (Closed): Custom field required not work with 3.4.2
- I created a custom field and setup in the workflow as required during some status and not worked.
But Setting defau... -
14:29 Defect #26665: comment button in wiki editing page not work
- I had thought this comment is like "comment_form from this plugin":https://www.r-labs.org/projects/r-labs/wiki/Wiki_E...
-
08:34 Defect #26665 (Closed): comment button in wiki editing page not work
- You can see "comment" in wiki history.
https://www.redmine.org/projects/redmine/wiki/Overview/history -
07:39 Defect #26665: comment button in wiki editing page not work
- After inputting test like below
!{width:500px}inputting.png!
I got nothing like below
!{width:500px}submitted.png! -
12:09 Feature #4511: Allow adding user groups as watchers for issues
- Stephane Lapie wrote:
> The fix is committed to my github.
Stephane, thanks for your efforts.
> I suppose th... -
11:38 Patch #26674 (Closed): Add CSS classes to column headers of issues and timelogs list
- For now there no any chances to style table headers for several columns becouse there no any css classes (it just <th...
-
07:58 Patch #26671 (Closed): Use the new pagination style in gantt
- This patch applies the new pagination style introduced by #21258.
I think it would be better to use this style in g... -
03:17 Feature #26648: Show transparency grid when previewing images
- Let's deliver this feature in 4.1.0.
Also available in: Atom