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...
-
12:38 Feature #13919: Mention user on issues and wiki pages using @user with autocomplete
- +1
-
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... -
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...
-
07:20 Defect #28967: could the RESTAPI be used in the plugin with auth again?
- without
-
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... -
06:07 Patch #16313 (Closed): Allow to link to an anchor of the current wikipage
- Updated wiki help.
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.
-
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.... -
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@ ...
-
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 -
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. -
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...
-
10:10 Defect #28951: Cannot clear category field on copying an Issue
- This was working before the upgrade (3.1.0 -> 3.4.5)
-
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...
-
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... -
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... -
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.
... -
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... -
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... -
07:21 Patch #26662 (Closed): Add border around issue history to prevent accidental deletion of an issue
-
06:53 Patch #26662: Add border around issue history to prevent accidental deletion of an issue
- Committed.
-
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.
-
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... -
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.
2018-06-04
-
23:32 Defect #28946 (Closed): If assignee is locked subtasks don't get copied
- ...
-
23:26 Defect #27863: If version is closed or locked subtasks don't get copied
- Attached is a small patch that fixes this issue.
-
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.
-
12:25 Feature #8095: Allow overriding the default text formatting in each project
- +1
-
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. -
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...
-
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. -
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.
-
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)....
-
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/... -
04:28 Feature #26618 (Closed): Support of default ActiveRecord I18n scopes in LabelledFormBuilder
- Committed the patch. Thank you for your contribution.
-
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 ... -
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... -
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...
-
00:46 Patch #28939 (Closed): replace regexp with casecmp
- ...
Also available in: Atom