Project

General

Profile

Activity

From 2018-06-04 to 2018-06-06

2018-06-06

14:19 Defect #28125: PNG images on a wiki page don't appear in exported PDF
I noticed this bug in our installation as well. Embedding images in the browser works well, but PDF export results i... T H
12:38 Feature #13919: Mention user on issues and wiki pages using @user with autocomplete
+1 Aleksei Trubnikov
11:33 Feature #28969 (New): Search titles only: make configurable or remember last value
*Orientation*
Redmine 3.3.1.stable searches have a "Search titles only" check box. It is always cleared when a ne...
Charles Atkinson
10:54 Feature #10975: An 'Involved In' filter
The plugin hasn't been maintained in years and isn't compatible to recent Redmine versions, but luckily the necessary... Martin von Wittich
07:20 Defect #28967: could the RESTAPI be used in the plugin with auth again?
without jiangshan song
07:20 Defect #28967 (New): could the RESTAPI be used in the plugin with auth again?
I wrote a plugin.
when I use $.ajax to access some rest api in the plugin, A login dialog is shown even if I have al...
jiangshan song
06:07 Patch #16313 (Closed): Allow to link to an anchor of the current wikipage
Updated wiki help. Go MAEDA

2018-06-05

17:24 Feature #22923: Export Wiki to ODT
I install patch in my Redmine installation. In case of images inside wiki page, in the ODT file the images are missing. filippo mandelli
15:25 Feature #28952: Update User#last_login_on only once per minute
nice catch!
I'm wondering if something like this could be also applied for
verify_session_token - https://github....
Pavel Rosický
10:18 Feature #28952 (Closed): Update User#last_login_on only once per minute
On setups where a lot of logins happen (e.g. when heavily using the API with Basic Auth credentials), access to the@ ... Holger Just
13:53 Defect #28001: API query custom_fields: authorization fails
I have same issue on rm 3.4.5
Fixed after upgrade plugin a_common_libs 2.4.0 to 2.4.3
Vince Mallow
13:37 Patch #3358: Advanced LDAP authentication
Please merge this patch into the repo or create a new patch to implement STARTTLS for LDAP.
Thanks.
Joachim Steinmetz
10:28 Defect #28953 (New): Issue content gets lost if user deletes an attachment
Given is an already existing issue with one or more attachments. A user wants to edit this issue and add a comment, s... André Bachmann
10:10 Defect #28951: Cannot clear category field on copying an Issue
This was working before the upgrade (3.1.0 -> 3.4.5) László Végh
10:08 Defect #28951 (Closed): Cannot clear category field on copying an Issue
If I copy an issue with a non-empty category and clear the category field, the category is still set in the new (copi... László Végh
09:50 Feature #28950 (Closed): Due date redmine
Hi
1.I had already install redmine 3.4.3 version
2.I had already assign issue owner , if after due date , I ne...
James Chen
08:59 Patch #28943: Remove RDoc tags
Sho HASHIMOTO wrote:
> umm... Redmine is already using Yard tags like these. rdoc can't parse normaly. I think suppo...
Go MAEDA
05:11 Patch #28943: Remove RDoc tags
Redmine is not using important rdoc tag like call-seq, include, ...
Maybe, using yard will have only few problems.
...
Sho HASHIMOTO
04:46 Patch #28943: Remove RDoc tags
> Currently, the codebase does not contain any Yard tags.
umm... Redmine is already using Yard tags like these. r...
Sho HASHIMOTO
04:34 Patch #28943: Remove RDoc tags
I can not be sure if we should merge the change.
Currently, the codebase does not contain any Yard tags. And the a...
Go MAEDA
07:21 Patch #26662 (Closed): Add border around issue history to prevent accidental deletion of an issue
Go MAEDA
06:53 Patch #26662: Add border around issue history to prevent accidental deletion of an issue
Committed. Go MAEDA
06:22 Patch #16313: Allow to link to an anchor of the current wikipage
Updated the patch for help files. I hadn't updated wiki_syntax_detailed_textile.html for fr, ru and zh. Go MAEDA
04:01 Feature #28947 (New): Show the existing attachments on the wiki editing page
When attaching a new file on the wiki edit page, the file name is displayed.
However, existing attachments are not d...
Mizuki ISHIKAWA
03:55 Defect #27863: If version is closed or locked subtasks don't get copied
The patch submitted by Marius works fine. Setting target version to 3.4.6. Go MAEDA

2018-06-04

23:32 Defect #28946 (Closed): If assignee is locked subtasks don't get copied
... Marius BĂLTEANU
23:26 Defect #27863: If version is closed or locked subtasks don't get copied
Attached is a small patch that fixes this issue. Marius BĂLTEANU
17:54 Patch #28943 (Closed): Remove RDoc tags
I was removed :nodoc: from *.rb because yard doesn't support :nodoc: and :nodoc: shows in generated html. Sho HASHIMOTO
12:25 Feature #8095: Allow overriding the default text formatting in each project
+1
Valera Moskalev
06:54 Patch #28940: Use Regexp#match? to reduce allocations of MatchData object
Pavel Rosický wrote:
> I will revert lines with Regexp.escape tomorrow,
Done. I am attaching an updated patch.
Go MAEDA
05:42 Patch #28940: Use Regexp#match? to reduce allocations of MatchData object
I have updated match-adapters.patch. The patch does not work due to syntax errors. "@ActiveRecord::Base.connection.co... Go MAEDA
03:22 Patch #28940: Use Regexp#match? to reduce allocations of MatchData object
+1
Redmine uses a lot of match methods.
I think it's wonderful that the test will be 5% faster.
Mizuki ISHIKAWA
03:14 Patch #28940: Use Regexp#match? to reduce allocations of MatchData object
You're right. I will revert lines with Regexp.escape tomorrow, but otherwise it should work. Pavel Rosický
02:55 Patch #28940: Use Regexp#match? to reduce allocations of MatchData object
It is a very interesting patch. But MailHandlerTest fails on my environment (Ruby 2.3).... Go MAEDA
01:24 Patch #28940 (Closed): Use Regexp#match? to reduce allocations of MatchData object
since Rails 5.1+ we can use match? on a regex class safely even on older rubies
https://github.com/rails/rails/blob/...
Pavel Rosický
04:28 Feature #26618 (Closed): Support of default ActiveRecord I18n scopes in LabelledFormBuilder
Committed the patch. Thank you for your contribution. Go MAEDA
03:31 Patch #28939 (Closed): replace regexp with casecmp
Pavel Rosický wrote:
> I used match? insted in
> http://www.redmine.org/issues/28940
Closing this issue because ...
Go MAEDA
02:19 Patch #28939 (Resolved): replace regexp with casecmp
ah, sorry. I totaly forgot about this case. I used match? insted in
http://www.redmine.org/issues/28940
so the be...
Pavel Rosický
01:44 Patch #28939: replace regexp with casecmp
The proposed patch does not work for MySQL adapter because its name is "Mysql2". I think using exact match against ad... Go MAEDA
00:46 Patch #28939 (Closed): replace regexp with casecmp
... Pavel Rosický
 

Also available in: Atom