Activity
From 2015-06-18 to 2015-06-20
2015-06-20
-
14:31 Feature #2069: Wiki syntax to link to files in the files-module
- +1
-
13:49 Feature #19364: Images and Thumbnail are not interpreted in table while exporting PDF
- This problem (image with width case only) fixed by rbpdf 1.18.6.
please bundle update. -
13:49 Defect #19095: PDF is broken on iOS
- This problem fixed by rbpdf 1.18.6.
please bundle update. -
13:48 Defect #20118: Missing row in PDF if issue description contains '<'-character
- This problem fixed by rbpdf 1.18.6.
please bundle update. -
13:41 Defect #20118: Missing row in PDF if issue description contains '<'-character
- I have created issue.
https://github.com/naitoh/rbpdf/issues/16 -
10:22 Defect #11678 (Closed): MySQL locks and Redmine collapsing
- This is fixed by #6579 on version:3.0.0.
But there are new problems of MySQL 5.6 and 5.7 (#17460, #19344). -
10:16 Defect #8143: Problem to update subtask
- @ go2null wrote:
> it occurs with large parent-child hierarchies
This is fixed by #6579 on version:3.0.0.
But th... -
09:02 Defect #12377: Custom (issue) fields are not saved on new issue
- Confirming this.
-
06:59 Feature #17438: Support embedding images/files in issue description
- Testing the advice in comment 1, I didn't realise that was supported.
Edit: Eg to display the image attached, I en... -
06:25 Feature #19652: Ruby 2.2 support of Redmine 2.6 (Rails 3.2)
- JPL, could you add Ruby 2.2 to CI Server?
2015-06-19
-
23:01 Defect #20120 (Closed): Username can not be validated when creating an account
-
15:48 Defect #20120 (Resolved): Username can not be validated when creating an account
- Felix has been right, the issue has been fixed in Redmine CRM 4.0.1
-
22:57 Patch #19825 (Closed): Russian translation update
- Committed, thanks!
-
22:54 Patch #20035 (Closed): Italian translation update
- Committed, thanks!
-
22:52 Patch #19994 (Closed): Traditional Chinese translation (to r14294)
- Superseeded by #20037.
-
22:51 Patch #20037 (Closed): Traditional Chinese translation (to r14300)
- Committed, thanks!
-
22:49 Patch #19991 (Closed): Japanese translation change
- Committed, thanks!
-
22:48 Patch #20130 (Closed): Bulgarian translation change
- Committed, thanks!
-
12:23 Patch #20130: Bulgarian translation change
- Great. Thanks for this work.
-
22:44 Feature #19851 (Closed): Sudo mode: Require password re-entry for sensitive actions (optional)
- The patch and a few changes are committed.
-
13:41 Feature #19289: Exclude attachments from incoming emails based on file content or file hash
- This code works perfectly for me in Redmine 3.0 on Windows.
I implemented the MD5-check.
require 'digest... -
12:22 Feature #20134 (Closed): Issues from open projects on my page issue list - addition filter on issue list 'my open projects'
- I just wrote a plugin -> https://github.com/efigence/redmine_override_my_issues, which overrides My page view and sho...
-
11:37 Feature #1102: Shortcut for assigning an issue to me
- There's that: http://www.redmine.org/plugins/issue_hot_buttons
But it doesn't work on Redmine 3.X. -
11:20 Defect #19924: Adding subtask takes very long
- Right, I did forget about the scoping under the root issue.
I have attached the log showing 3 operations: show the ... -
09:36 Feature #9139: Use favicon for redmine.org
- +1
I (still?) don't see a favicon on redmine.org. -
06:02 Feature #20132 (Closed): Can't find defination of "new_project_issue_path", "new_issue_path" and "edit_issue_path"
- These are "dynamic path helpers":http://guides.rubyonrails.org/routing.html#path-and-url-helpers created by the Rails...
-
05:43 Feature #20132 (Closed): Can't find defination of "new_project_issue_path", "new_issue_path" and "edit_issue_path"
- Hi everyone,
I want to know how it works inside the select tag "status_id" in the "create new issue". However, whe... -
05:48 Defect #19904: There is no option "Move issue" in Roles and permission menu
- Wim DePreter wrote:
> Moving issues is now defined in Workflow - Field permissions (#3521).
> If field project is r... -
04:30 Defect #19904 (New): There is no option "Move issue" in Roles and permission menu
2015-06-18
-
21:56 Defect #19924 (Needs feedback): Adding subtask takes very long
- The nested set model for Redmine issues is scoped under each root. So adding a subtask updates the issues that are un...
-
20:52 Defect #19924: Adding subtask takes very long
- After some research, it seems that the reason why it takes so long is "The Nested Set Model":http://mikehillyer.com/a...
-
20:35 Feature #20129: Filter by subtasks to some level of depth
- Here is the SQL for "subtasks_depth" filter:...
-
18:40 Feature #20129 (New): Filter by subtasks to some level of depth
- With respect to #6118, the only option that seems to be missing under "subtasks" is ability to show issue hierarchy d...
-
20:21 Defect #668: Date input fields don't respect date format settings
- I created a jquery plugin to solve this problem:
"jQuery Binding Format":https://github.com/leandrogehlen/jquery-bin... -
20:15 Patch #20130 (Closed): Bulgarian translation change
- Translated miscelaneous labels; corrected several already translated labels
-
17:42 Defect #20127 (Closed): The description column in the issues table is too short (MySQL)
- The @description@ column in the +issues+ table has a data type of @TEXT@, which has a limit of 65k. We recommend chan...
-
17:37 Feature #19886: Raise wiki edits comments limit to 1024
- Yes, you are correct. We did. Can that field be made longer by default? The length of 255 characters is rather short ...
-
08:09 Feature #19886 (Needs feedback): Raise wiki edits comments limit to 1024
- "comments" of "wiki_content_versions" is defined as 255.
source:tags/3.0.3/db/migrate/029_create_wiki_contents.rb#L1... -
17:37 Feature #19885: Raise time entries comments limit to 1024
- Yes, you are correct. We did. Can that field be made longer by default? The length of 255 characters is rather short ...
-
08:02 Feature #19885 (Needs feedback): Raise time entries comments limit to 1024
- "comments" of "time_entries" is defined as 255.
source:tags/3.0.3/db/migrate/032_create_time_entries.rb#L8
I thin... -
17:24 Feature #10417: Add repository to project
- +1 for that one.
I now have a script that creates the Redmine project associated to my SVN repo, and I need a way to... -
16:21 Feature #6118: Filter by parent task or subtasks
- Sebastian Paluch wrote:
> The only option that seems to be missing under "subtasks" is ability to show issue hierarc... -
10:50 Feature #6118: Filter by parent task or subtasks
- That is great, no more plugins!
The only option that seems to be missing under "subtasks" is ability to show issue... -
15:22 Feature #20126 (New): Index by date: Show the current a revision number and add a link to show the diff
- A little but simple to realize improvement:
When you go to the wiki and click the _Index by date_ link you could s... -
15:22 Defect #20125 (Resolved): Settings page broken, after upgrade
- Solved the problem with applying new configuration files (settings.yml is old)
-
15:16 Defect #20125 (Closed): Settings page broken, after upgrade
- Hello,
I was upgraded redmine to the latest version.
When i try to go to /settings page, its gives 500 internal err... -
14:21 Defect #20034: Custom queries cannot be edit after creation
- I'm the manager of the project, so I've the high level permissions on it. Please note that the problem is visible on ...
-
13:33 Defect #20034: Custom queries cannot be edit after creation
- I tried it on my redmine but could not reproduce it. Maybe the user has different permissions in the projects? You co...
-
11:04 Defect #20034: Custom queries cannot be edit after creation
- Hi,
someone took a look to this bug?
Thanks -
13:22 Defect #20120: Username can not be validated when creating an account
- It seems the developers of the plugin are aware of a problem, for example their CRM Plugin has been updated and fixes...
-
09:21 Defect #20120: Username can not be validated when creating an account
- This specific issue seems to be related to the @redmine_contacts@ plugin, as without everything seems to work as expe...
-
05:28 Defect #20120: Username can not be validated when creating an account
- C. R. wrote:
> When trying to register a new account, the username can not be validated, [...]
Felix Schäfer wrot... -
11:35 Patch #20124: Query option, The sql for field to allow groups option.
- The advantage of this patch, is that I do not need to alias the sql_for_field method in my plugin!
I am also open f... -
09:25 Patch #20124 (New): Query option, The sql for field to allow groups option.
- The simple commit help abundantly and allow us to grouping the custom queries.
When the available filters is added w... -
11:26 Feature #16621: Ability to filter issues blocked by any/no open issues
- Awesome! How is the process of merging this patch into master?
Having this patch merged would simplify my deployment... -
08:49 Defect #20123 (Closed): Can't sort by multiple fields when sorting by parent
- It seems that the issue sort order set when creating custom query does not work when "Parent task" is involved.
Take... -
08:39 Defect #20119: REST API: setting project_id in issue not accepted in Redmine 3.0.3
- Thank you for this hint. I assume the change will be permanent and the calls to the api have to be changed to the "ne...
-
07:00 Defect #20119: REST API: setting project_id in issue not accepted in Redmine 3.0.3
- Please see #19276.
-
08:32 Defect #19276: Creating new issues with invalid project_id should return 422 instead of 403 error
- Note: the documentation still states ...
-
06:03 Defect #20068: [Gemfile] Wrong bundler syntaxis used in platforms declaration for tzinfo-data gem
- Toshi MARUYAMA wrote in message#47555:
> "platforms:" is valid Ruby 1.9 hash syntax.
Ah, you are right indeed. Th... -
05:53 Defect #19880 (New): Incorrect syntax for links in Markdown
-
02:52 Defect #19976 (Needs feedback): Redmine can't work with 3000 projects
- Could you share the changes?
It will probably benefit many Redmine users. -
00:37 Defect #19976 (Resolved): Redmine can't work with 3000 projects
- We make changes to redmine core and resolve issue.
Also available in: Atom