Activity
From 2018-07-29 to 2018-07-31
2018-07-31
-
23:54 Patch #29305 (Closed): Use Hash#each_key instead of Hash#keys.each
- @Hash#each_key@ is faster than @Hash#keys.each@ because it does not allocate a new array when iterating keys. See htt...
-
08:20 Defect #29291: NoMethodError: undefined method `migrate' for Redmine::Plugin::Migrator:Class
- Pavel Rosický wrote:
> #28934
Yes, I thought that is duplicated of #28934, but I wanted to confirm first that is ... -
02:21 Patch #29299: Use Enumerable#sort_by instead of Enumerable#sort
- Updated the patch. Replaced more @sort@ methods.
2018-07-30
-
21:05 Defect #29300 (Confirmed): New issue can't select read-only tracker
- I have 2 trackers, default and read-only
1/ go to New issue
2/ select the read-only tracker (the field disappears a... -
18:01 Patch #29299 (Closed): Use Enumerable#sort_by instead of Enumerable#sort
- According to "Fast Ruby":https://github.com/JuanitoFatas/fast-ruby, @Enumerable#sort_by@ is much faster than @Enumera...
-
12:59 Defect #29291: NoMethodError: undefined method `migrate' for Redmine::Plugin::Migrator:Class
- #28934
-
08:12 Defect #29291 (Needs feedback): NoMethodError: undefined method `migrate' for Redmine::Plugin::Migrator:Class
- Please see [[submissions]] before.
-
06:07 Defect #29291 (Closed): NoMethodError: undefined method `migrate' for Redmine::Plugin::Migrator:Class
- Run command:...
-
12:09 Feature #22122 (Closed): Display Subprojects as a list in the project's Overview tab
- Closing as a duplicate of #8383.
-
08:22 Feature #27176: Add label to custom fields
- +1
also the labels could be in this way easier internationalized. But the major requirement is to have a long human ... -
07:06 Patch #28861: Add a date item to the context menu
- Thank you for much feedback.
I attached a patch to change label from "Date" to "Start date / Due date".
I set lab... -
03:58 Patch #29216: Replace the searchbox label in the header with a placeholder
- +1
Bernhard Rohloff wrote:
> Go MAEDA wrote:
> > ... After applying the patch, there will be no way to go to the...
2018-07-29
-
17:55 Defect #8546 (Closed): Can't Delete Project - StaleObjectError
- Since Redmine 1.2.0 is too old, I am closing this issue. Please open a new issue the problem still persists in the la...
-
17:53 Feature #7979 (Closed): Automatically show attached images in-line
- In Redmine 3.4, you can insert markups to display inline images by drag-and-drop. Please see #26071.
-
13:48 Feature #22122: Display Subprojects as a list in the project's Overview tab
- I proposed a patch series in #29289 with which this could be achieved by CSS modifications only.
-
11:27 Feature #22122: Display Subprojects as a list in the project's Overview tab
- +1
I agree to the proposal for changing the subprojects section to an unordered list although I don't think it's n... -
13:44 Patch #29289 (Closed): Wrap subprojects in the overview section with an unordered list to improve customisation
- The proposed patches wrap the subprojects inside an unordered list but preserves the original view.
The intention be... -
09:27 Revision 17456 (svn): Add a missing fixture (#2471).
-
07:45 Revision 17455 (svn): Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).
-
03:25 Patch #26747 (New): Use find_by instead of where.first to remove unnecessary sorting
- Toshi MARUYAMA wrote:
> jwjw yy wrote:
> > sicne where.first will issue query with order by primary key which is ac...
Also available in: Atom