Activity
From 2019-03-14 to 2019-03-16
2019-03-16
-
16:03 Revision 17978 (svn): Enable frozen_string_literal for some files under test directory (#26561).
-
10:37 Revision 17977 (svn): Enable frozen_string_literal for some files under app and lib directory (#26561).
-
09:32 Feature #20497: Markdown formatting supporting HTML
- Some time ago I've made a plugin to add a macro for that purpose as proposed in message#56105-56105. The syntax is qu...
-
09:16 Defect #26691 (Closed): N + 1 queries when rendering the Gantt
-
07:27 Patch #31034 (Closed): Remove encoding magic comments
- Committed.
-
06:21 Patch #31034 (Closed): Remove encoding magic comments
- The magic comment "encoding: utf-8" is no longer necessary. It was necessary only in Ruby 1.9 in which default script...
-
07:26 Revision 17976 (svn): Remove unnecessary encoding magic comment (#31034).
- The default script encoding is UTF-8 in Ruby 2.0 or later.
Patch by Go MAEDA. -
05:43 Revision 17975 (svn): Fix RDMwriteFormattedCell destroying an argument (#26561).
- Patch by Pavel Rosický.
-
03:20 Revision 17974 (svn): Fix that methods in Redmine::CodesetUtil destroy the original string (#26561).
2019-03-15
-
20:04 Feature #20497: Markdown formatting supporting HTML
- This has been mentioned in others issues pointing at this one, but my #1 reason for wanting HTML would currently be t...
-
15:44 Defect #29625: application.css imported by themes not covered by cache control versioning
- +1
I think this information should be known more.
-
14:55 Feature #10264: Add a check/uncheck all button to search
- My recommendation is to deliver this in version:"4.0.3" (is not such a big change).
-
14:51 Feature #10264: Add a check/uncheck all button to search
- Alexander Meindl wrote:
> This issue shows target version 4.0.2 and "changelog":https://www.redmine.org/projects/red... -
13:20 Feature #10264: Add a check/uncheck all button to search
- This issue shows target version 4.0.2 and "changelog":https://www.redmine.org/projects/redmine/wiki/Changelog_4_0 sho...
-
12:52 Feature #12796 (Closed): Display user's groups on profile
- I understand the issue. The request was about viewing its own groups so a safer solution is to display the groups for...
-
10:27 Feature #12796: Display user's groups on profile
- Hinako Tajima wrote:
> The patch written by Marius BALTEANU shows all the groups which the user belongs appears on t... -
00:47 Feature #12796: Display user's groups on profile
- The patch written by Marius BALTEANU shows all the groups which the user belongs appears on the user's profile page, ...
-
12:49 Revision 17973 (svn): Display user's groups on profile (#12796).
- Only for admins or when viewing its own profile.
-
12:04 Feature #29725 (Closed): Show recent documents first when sorting documents by date
- Committed, thanks.
-
11:51 Revision 17972 (svn): Show recent documents first (#29725).
- Patch by Yuichi HARADA.
-
11:45 Feature #442 (Closed): Add a description for trackers
- Feature committed, thank you Marius for your patches.
-
11:44 Revision 17971 (svn): Adds label_trackers_description and label_open_trackers_description i18n strings (#442).
-
11:38 Revision 17970 (svn): Add a description for trackers (#442).
- Patch by Marius BALTEANU.
-
11:23 Feature #31032: Display details about inheritance when editing a member roles
- Nice addition!
-
11:11 Feature #31032 (Closed): Display details about inheritance when editing a member roles
-
11:09 Feature #31032 (Closed): Display details about inheritance when editing a member roles
- Inherited roles of project members cannot be edited, they can be inherited from the parent projet or from the belongi...
-
11:11 Revision 17969 (svn): Adds label_inherited_from_parent_project and label_inherited_from_group i18n strings (#31032).
-
11:09 Revision 17968 (svn): Display details about inheritance when editing a member roles (#31032).
-
10:50 Revision 17967 (svn): Merged r17966 to 4.0-stable (#31030).
-
10:49 Revision 17966 (svn): PluginRequirementError is now raised instead of PluginNotFound (#31030).
-
10:45 Defect #29209 (Closed): Long text custom fields don't accept values longer than 64KB if backend database is MySQL
- Fixed in r17965.
-
10:45 Revision 17965 (svn): Long text custom fields don't accept values longer than 64KB if backend database is MySQL (#29209).
-
10:37 Defect #28502 (Closed): Support issue[assigned_to_id]=me when prefilling issues
- Committed, thanks!
-
10:37 Revision 17964 (svn): Support issue[assigned_to_id]=me when prefilling issues (#28502).
- Patch by Mizuki ISHIKAWA.
-
10:30 Defect #27101 (Closed): Project identifier model constraint doesn't match with text_project_identifier_info and JS-generated identifiers
- Thanks for pointing this out. I've updated the information messages that were obviously wrong.
OTOH, I think it's OK... -
10:26 Revision 17963 (svn): Reverts r11130 and r11132 (#9225).
-
10:16 Defect #26691: N + 1 queries when rendering the Gantt
- jwjw yy wrote:
> Rails 4.2.7.1
> 20000 issues in the database
> When rendering the GanttsController.show action, i... -
10:09 Defect #30988: Preformatted text overflows the preview area
- The proposed patch is not enough, it only fixes the issue in the notes block.
The description is also affected, pl... -
10:00 Defect #30988: Preformatted text overflows the preview area
- Marius BALTEANU wrote:
> Go MAEDA wrote:
> > Marius, could you review this fix?
>
> Looking right now, maybe we ... -
09:53 Defect #30988: Preformatted text overflows the preview area
- Go MAEDA wrote:
> Marius, could you review this fix?
Looking right now, maybe we can include the fix for this iss... -
03:30 Defect #30988: Preformatted text overflows the preview area
- Marius, could you review this fix?
-
09:54 Defect #30850 (Resolved): Unified diff link broken on specific file/revision diff view
- Fix committed in r17962 by restoring @:format => false@ just like it was in 3.4.
This was changed when upgrading to ... -
09:22 Defect #30850: Unified diff link broken on specific file/revision diff view
- Mizuki ISHIKAWA wrote:
> By changing to the following, the diff format is allowed.
>
> [...]
This change doesn... -
09:51 Revision 17962 (svn): Unified diff link broken on specific file/revision diff view (#30850).
-
09:01 Patch #31030 (Closed): Include plugin name in the exception when the plugin required by requires_redmine_plugin is not found
- Committed, thanks.
-
04:25 Patch #31030: Include plugin name in the exception when the plugin required by requires_redmine_plugin is not found
- Setting the target version to 4.0.3.
-
03:27 Patch #31030: Include plugin name in the exception when the plugin required by requires_redmine_plugin is not found
- I think it should catch only PluginNotFound exception....
-
09:01 Revision 17961 (svn): Merged r17960 to 4.0-stable (#31030).
-
09:01 Revision 17960 (svn): Include plugin name in the exception when the plugin required by requires_redmine_plugin is not found (#31030).
- Patch by Jérôme BATAILLE and Go MAEDA.
-
08:59 Defect #30753 (Closed): Plugins auto_load and eager_load paths
- Committed, thanks.
-
08:58 Revision 17959 (svn): Merged r17958 to 4.0-stable (#30753).
-
08:58 Revision 17958 (svn): Add plugin lib directory to rails autoload paths (#30753).
-
08:54 Defect #26836 (Closed): Filtering issues via context menu should not reset selected columns
- Patch committed, thanks. I made a slight change after that in order not to manually parse the back_url.
-
08:54 Revision 17957 (svn): Merged r17955 and r17956 to 4.0-stable (#26836).
-
08:52 Revision 17956 (svn): Send columns as a param to context menu instead of parsing back_url (#26836).
-
08:50 Revision 17955 (svn): Filtering issues via context menu should not reset selected columns (#26836).
- Patch by Vincent Robert.
-
08:38 Defect #30872 (Closed): Copyright is outdated
- Updated to 2019.
-
08:38 Revision 17954 (svn): Merged r17952 to 3.4-stable (#30872).
-
08:37 Revision 17953 (svn): Merged r17952 to 4.0-stable (#30872).
-
08:35 Revision 17952 (svn): Update footer copyright to 2019 (#30872).
-
08:30 Defect #29055 (Closed): Searching for issue number with REST API redirects to issue HTML page
- Fix committed, thanks. Test moved to the API tests.
-
08:30 Revision 17951 (svn): Merged r17949 to 3.4-stable (#29055).
-
08:29 Revision 17950 (svn): Merged r17949 to 4.0-stable (#29055).
-
08:28 Revision 17949 (svn): Searching for issue number with REST API redirects to issue HTML page (#29055).
- Patch by Go MAEDA.
-
04:14 Patch #31022 (Closed): Always use HTTPS when accessing gravatar.com
- Committed.
-
04:14 Revision 17948 (svn): Always use HTTPS when accessing gravatar.com (#31022).
- Patch by Go MAEDA.
-
02:32 Revision 17947 (svn): Add "frozen_string_literal: false" for all files (#26561).
- This will be changed to true in the future.
2019-03-14
-
16:06 Patch #31030: Include plugin name in the exception when the plugin required by requires_redmine_plugin is not found
- Here is the patch.
-
16:03 Patch #31030 (Closed): Include plugin name in the exception when the plugin required by requires_redmine_plugin is not found
- The exception is :...
-
14:33 Patch #4502 (Closed): New date filter operators: tomorrow, next week, next month
-
09:28 Defect #31028: Get 200 response even when specifying an id value that does not exist.
- I checked again with Redmine 4.0.2.
I got 422 response when specifying an id value that does not exist in 'priority_... -
08:46 Defect #31028: Get 200 response even when specifying an id value that does not exist.
- #19276 may also be related
-
08:43 Defect #31028 (New): Get 200 response even when specifying an id value that does not exist.
- At Redmine 4.0.1,
I get 422 response when specifying an id value that does not exist in 'assigned_to_id'
However I ... -
08:09 Patch #31022: Always use HTTPS when accessing gravatar.com
- This updated patch is frozen string literals ready....
-
07:28 Revision 17946 (svn): Remove trailing whitespaces from lib/plugins/gravatar/lib/gravatar.rb
-
06:19 Feature #30975: New My page block: Updated issues
- Added a "Updated issues" block to the My page.
I attached a patch.
!{width:50%;border:1px solid #ccc;}updated_iss... -
05:44 Defect #30925: Concerns about the credit in the footer of Redmine
- This issue was owned by @Max J.@ from the Discord chat. I have no clue why he deleted his account...
-
00:42 Defect #30925 (Closed): Concerns about the credit in the footer of Redmine
- I am closing this issue because the person who requested this change deleted his own account.
-
03:50 Defect #30988: Preformatted text overflows the preview area
- The following changes solves this problem....
-
01:49 Feature #31026 (Closed): Upgrade to Rails 5.2.2.1
- Thank you for sharing the news. I have upgraded the Rails version in each branch.
-
01:44 Feature #31027 (Closed): Upgrade to Rails 4.2.11.1
- Committed.
-
00:24 Feature #31027 (Closed): Upgrade to Rails 4.2.11.1
- Copied from #31026.
---
https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
>... -
01:44 Revision 17945 (svn): Upgrade to Rails 4.2.11.1 (#31027).
-
01:24 Revision 17944 (svn): Merged r17943 from trunk to 4.0-stable (#31026).
-
01:21 Revision 17943 (svn): Upgrade to Rails 5.2.2.1 (#31026).
Also available in: Atom