Activity
From 2019-08-25 to 2019-08-27
2019-08-27
-
18:38 Feature #6401: Make Wiki Redirects editable
- +1
-
18:08 Revision 18405 (svn): CodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rb
-
17:42 Patch #31899 (Closed): Improve MailHandler logging for unauthorized attempts
- Committed the patch. Thank you for improving Redmine.
-
09:21 Patch #31899: Improve MailHandler logging for unauthorized attempts
- Slightly updated the patch.
-
17:42 Revision 18404 (svn): Improve MailHandler logging for unauthorized attempts (#31899).
- Patch by Gustavo Regal.
-
13:57 Defect #31957: ActionMailer need to limit how many maximum connections it opens
- Thanks for the quick response.
so far this seems to have fixed it will keep track during the day. -
11:13 Defect #31957: ActionMailer need to limit how many maximum connections it opens
- Could you try again after adding the following lines to config/additional_environment.rb?...
-
10:44 Defect #31957 (New): ActionMailer need to limit how many maximum connections it opens
- Microsoft office 365 smtp server has made some changes that will cause
this error message
Email delivery error: 4... -
13:19 Defect #30467: Footer is not placed at the bottom on pages with little content
- Here is a patch for the base layout to fill the visible space entirely. The footer always sticks to the bottom until ...
-
12:55 Patch #31950 (Closed): Add CSS class to "journal" and "reply" headers
- Committed the patch. Thanks.
-
12:54 Revision 18403 (svn): Add CSS class to "journal" and "reply" headers (#31950).
- Patch by Mizuki ISHIKAWA.
-
12:46 Patch #31954 (Closed): Reject project/version custom field values not visible to user
- Committed two patches as a part of #31925 and #23997. Thanks.
-
09:18 Patch #31954 (Closed): Reject project/version custom field values not visible to user
- This implements #23997#note-16 for project and version custom fields.
For spent time custom fields, I'll add a new... -
12:44 Revision 18402 (svn): Reject version custom field values not visible for the user (#31954, #23997).
- Patch by Marius BALTEANU.
-
12:20 Revision 18401 (svn): Reject project custom field values not visible for the user (#31954, #31925).
- Patch by Marius BALTEANU.
-
11:49 Feature #4221: Force passwords to contain specified character classes
- LGTM. Setting the target version to 4.1.0.
-
09:38 Feature #4221: Force passwords to contain specified character classes
- Thank you Mr. Maeda.
I change a patch and post it again.
* Changed definition of 'special_characters' to the code p... -
11:44 Patch #31958 (Closed): Galician translation update
- Committed the patch. Thank you for your contribution.
-
11:20 Patch #31958 (Closed): Galician translation update
- Added untranslated strings for current trunk.
-
11:43 Revision 18400 (svn): Galician translation update (#31958).
- Patch by Guillermo ML.
-
10:42 Feature #31956 (New): All members of project as watchers
- Hi,
after discussion I post here my idea for patch / plugin / implement to the core.
*IDEA:*
All projects have ... -
09:11 Feature #31953 (New): Show creation date in project overview
- In the administration area, the list of projects exposes the creation date, i.e. this information does already exist ...
-
06:18 Feature #31154 (Reopened): Reject setting RFC non-compliant emission email addresses
- The test sometimes fails:...
-
03:05 Patch #31951 (Closed): German translation update for 4.0-stable
- Committed.
-
02:58 Patch #31951 (Closed): German translation update for 4.0-stable
- Extracted some translated strings from #31256.
Translated by Bernhard Rohloff.... -
03:05 Patch #31256 (Closed): german translation for missing parts
- Committed the patch. Thank you for your contribution!
-
02:59 Revision 18399 (svn): German translation update for 4.0-stable (#31951).
- Contributed by Bernhard Rohloff.
-
01:30 Revision 18398 (svn): German translation update (#31256).
- Patch by Bernhard Rohloff.
2019-08-26
-
17:49 Patch #31256: german translation for missing parts
- I have updated my patch to the latest trunk revision and added translations for the in the meantime added labels.
L... -
14:25 Feature #10525: A new button to hide/show the sidebar
- @go, you can close it if you want.
-
14:24 Feature #10525 (Resolved): A new button to hide/show the sidebar
- Hi,
I close this issue, as the plugin is maintained and referenced here :
http://www.redmine.org/plugins/redmine_... -
09:16 Revision 18397 (svn): Code cleanup: RuboCop: Fix Style/UnneededCondition in app/models/setting.rb
-
08:15 Patch #31950 (Closed): Add CSS class to "journal" and "reply" headers
- There is no class attribute in each header of issues and forum comments.
The attached patch adds a class to the head... -
06:18 Feature #31154 (Closed): Reject setting RFC non-compliant emission email addresses
- Committed the patch. Thank you.
-
06:18 Revision 18396 (svn): Reject setting RFC non-compliant emission email addresses (#31154).
- Patch by Mizuki ISHIKAWA.
-
01:16 Defect #31946: No log message when MailHandler ignored a reply to a nonexistent issue, journal, or message
- Setting the target version to 4.1.0.
2019-08-25
-
23:57 Patch #31941 (Closed): ThemesTest may fail if a third-party theme with a favicon is installed
- Committed.
-
05:40 Patch #31941: ThemesTest may fail if a third-party theme with a favicon is installed
- Setting the target version to 4.1.0.
-
04:27 Patch #31941: ThemesTest may fail if a third-party theme with a favicon is installed
- Removed a hard-coded theme name from the previous patch.
-
23:57 Revision 18395 (svn): ThemesTest may fail if a third-party theme with a favicon is installed (#31941).
- Patch by Go MAEDA.
-
18:15 Revision 18394 (svn): Code cleanup: RuboCop: Fix Style/RedundantReturn in app/models/user.rb
-
17:33 Revision 18393 (svn): RuboCop: Disable Layout/SpaceInsideBlockBraces
-
10:19 Defect #31946: No log message when MailHandler ignored a reply to a nonexistent issue, journal, or message
- Here is a patch to fix this issue.
-
10:16 Defect #31946 (Closed): No log message when MailHandler ignored a reply to a nonexistent issue, journal, or message
- MailHandler silently ignores a reply to a nonexistent issue or reply. It makes troubleshooting really difficult.
-
07:41 Defect #13001 (Closed): Sending Mail on emails hosted on google email app problem.
-
07:04 Revision 18392 (svn): Code cleanup: RuboCop: Fix Lint/UnneededRequireStatement in app/models/wiki_page.rb
-
02:31 Defect #31945 (Closed): Japanese translation for text_no_subject
- Committed.
-
02:25 Defect #31945 (Closed): Japanese translation for text_no_subject
- ...
-
02:26 Revision 18391 (svn): Japanese translation for text_no_subject (#31945).
- Patch by Go MAEDA.
-
02:16 Defect #5820 (Closed): Hard-coded string "no subject" in app/models/mail_handler.rb
- Committed the patch. Thank you for your contribution.
-
02:15 Revision 18390 (svn): Russian translation for text_no_subject (#5820).
- Patch by Roland Discein.
-
02:13 Revision 18389 (svn): Update locales (#5820).
-
02:09 Revision 18388 (svn): Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).
- Patch by Mizuki ISHIKAWA.
Also available in: Atom