Activity
From 2015-03-15 to 2015-03-17
2015-03-17
-
22:57 Defect #19197: Missing notification if assignee was a group
- Jean-Philippe Lang wrote:
> Deoren Moor wrote:
> > Is this feature separate from the Email Notifications setting?
... -
20:47 Defect #19197: Missing notification if assignee was a group
- Deoren Moor wrote:
> Is this feature separate from the Email Notifications setting?
If this setting (Issue update... -
19:53 Defect #19197: Missing notification if assignee was a group
- Is this feature separate from the Email Notifications setting?...
-
22:03
Defect #19409 (Closed): Cannot install Redmine 3.0.1 on Ubuntu 14.04.2
- Following commands should be self-explanatory:...
-
20:00 Feature #17460: MySQL 5.7 support
- Jean-Philippe Lang wrote:
> Toshi, your patch does not do what it's supposed to.
>
> You may want to write:
>
... -
19:07 Feature #17460: MySQL 5.7 support
- I've isolated the log for a thread that triggers a dead lock. It ends with:...
-
18:53 Feature #17460: MySQL 5.7 support
- Toshi, your patch does not do what it's supposed to.
You may want to write:
root_ids = self.class.where(:id =... -
17:37 Feature #17460: MySQL 5.7 support
- This change passes test half times, but fails half times on my MariaDB 5.5....
-
13:45 Feature #17460: MySQL 5.7 support
- On my CentOS7 mariadb-5.5.41-2.el7_0.x86_64:
clean r14128:... -
16:36 Defect #19406: Cannot set multiple "tasks with precedes/follows relationship" to *all* become child-tasks of some parent
- I suspect this is related to #13654
-
11:57 Defect #19406 (Closed): Cannot set multiple "tasks with precedes/follows relationship" to *all* become child-tasks of some parent
- Hi,
I have 3 tasks where one follows the other:... -
16:23 Feature #6118: Filter by parent task or subtasks
- +1
I am patching production with Felix's patch, I would love it included in next release.
Useful for views of roo... -
15:17 Patch #7528: Fetch small initial set of repository changesets
- Fair enough, but git repos are still read in chunks of 200 - I don't use the rev num, but the number of revisions - i...
-
14:29 Defect #668: Date input fields don't respect date format settings
- +1
-
13:25 Defect #19344: MySQL 5.6: IssueNestedSetConcurrencyTest#test_concurrency : always fails
- This test fails on MariaDB 5.5, too.
On my CentOS7:... -
11:31 Feature #1691: Resources workload
- Any update on this feature ?
-
11:07 Defect #19405 (Closed): Setting config.logger.level in additional_environment.rb has no effect
- Since version 3.0.0 my production log files contain INFO messages and higher, despite setting a Logger level of @::WA...
-
10:52 Defect #19398 (Closed): Failed to get attachment with Chinese filename.
- Alan Liu wrote:
> It caused by Rails 4.2 (https://github.com/rails/rails/issues/19187 has a workaround, but I don't ... -
10:33 Defect #19398 (Reopened): Failed to get attachment with Chinese filename.
- Indeed, webrick has no problem.
But thin & puma do.
Why? webrick doesn't work with Rails 4.2?
(Sorry, I'm not a r... -
10:21 Defect #19398: Failed to get attachment with Chinese filename.
- It caused by Rails 4.2 (https://github.com/rails/rails/issues/19187 has a workaround, but I don't understand yet).
-
02:55 Defect #19398 (Closed): Failed to get attachment with Chinese filename.
- I cannot reproduce on Windows 8.1 Pro with webrick (#19374#note-3).
We cannot support individual web server and envi... -
02:13 Defect #19398 (Reopened): Failed to get attachment with Chinese filename.
- More background information:
* OS: Windows Server 2008 R2 Standard SP1 (Traditional Chinese)
* We do not use bitnam... -
10:09 Defect #8287 (Closed): Polish e-mail due task notifications
- Improved translations have been suggested on #19403. I close this issue as duplicate.
Thanks for reporting this issue. -
09:51 Defect #19403: Mistake in Polish Translation file.
- I made a patch file from the description.
-
08:45 Defect #19403 (Closed): Mistake in Polish Translation file.
- In Polish Translation (config/locale/pl.yml) file there is mistake (at least) in two keys repeated in all recent vers...
-
08:33 Defect #19375: redmine_dmsf install show mini_portile_0.6.0 Could not find
- I resolved:
htdocs 下修改gemfile source http://ruby.taobao.org/
1 bundle update
2 bundle install --no-deployment
... -
02:29 Patch #3962 (Closed): Add a maximum nesting option to the {{child_pages}} macro
- A option @depth@ that controls recursion depth was added by #10789.
I close this issue.
-
01:16 Defect #19400: Possibility of having 2 (or more) repositories with empty identifier
- Maybe I should precise the context : I'm the maintainer of "Redmine Git Hosting":https://github.com/jbox-web/redmine_...
-
00:49 Defect #19400 (Closed): Possibility of having 2 (or more) repositories with empty identifier
- #19260#note-4
> This patch (r14050) introduces the possibility of having 2 (or more) repositories with empty ident... -
01:15 Defect #19260: Non-default identifier-less git repositories are undeletable
-
00:51 Defect #19260: Non-default identifier-less git repositories are undeletable
- Nicolas Rodriguez wrote:
> Hi!
>
> This patch introduces the possibility of having 2 (or more) repositories with ... -
00:37 Defect #19260: Non-default identifier-less git repositories are undeletable
- Hi!
This patch introduces the possibility of having 2 (or more) repositories with empty identifier.
Is this somet... -
01:11 Feature #19350 (Closed): Add version date in issue detail and Gantt
- Thanks for feedback. I am happy to hear that it is useful for you.
I close this feature request. -
00:20 Revision 14128 (svn): add MariaDB 5.5 environment to travis (#17460, #19344, #19395)
-
00:14 Revision 14127 (svn): Merged r14118 from trunk to 2.6-stable
- Gemfile: remove "ffi"
ffi 1.9.7 building error is fixed.
https://github.com/ffi/ffi/issues/414#issuecomment-81405252... -
00:12 Revision 14126 (svn): Merged r14118 from trunk to 3.0-stable
- Gemfile: remove "ffi"
ffi 1.9.7 building error is fixed.
https://github.com/ffi/ffi/issues/414#issuecomment-81405252...
2015-03-16
-
23:48 Defect #19276: Creating new issues with invalid project_id should return 422 instead of 403 error
- Aron Rotteveel wrote:
> That is actually not true. This has always worked. I am also getting 403's after upgrading. ... -
23:31 Defect #19398 (Closed): Failed to get attachment with Chinese filename.
- Duplicate of #19374.
Please contact bitnami team. -
11:00 Defect #19398 (Closed): Failed to get attachment with Chinese filename.
- * No problem to get attachment with ASCII filename.
* Failed to get attachment with Chinese filename. (Internal serv... -
21:39 Defect #19059: Wrong number of issues for a version in the roadmap
- This is not the only case when you can see mismatch.
The number shown will not match listed issues also when subp... -
21:20 Feature #17460: MySQL 5.7 support
- Toshi MARUYAMA wrote:
> #19344 says MySQL 5.6 too.
Indeed, the CI server runs MySQL 5.1.
I had a deeper look a... -
20:09 Redmine 3.0.1 and 2.6.3
- Redmine version:3.0.1 and version:2.6.3 are maintenance releases that fix several issues for 3.0.x and 2.6.x users ([...
-
19:29 Revision 14125 (svn): tagged version 3.0.1
-
19:28 Revision 14124 (svn): tagged version 2.6.3
-
19:26 Revision 14123 (svn): Updates for 2.6.3 release.
-
19:25 Revision 14122 (svn): Merged r14121.
-
19:24 Revision 14121 (svn): Updates for 3.0.1 release.
-
19:20 Defect #19393 (Closed): 403 You are not authorized to access this page.
- Thanks for the feedback.
-
07:54 Defect #19393: 403 You are not authorized to access this page.
- Toshi thanks for replying so fast, and no help required now. It was the permissions error, user group wasn't allowed ...
-
07:33 Defect #19393 (Needs feedback): 403 You are not authorized to access this page.
- See [[Submissions]].
Did you run "rake db:migrate"?
And you need to clear cache. -
06:50 Defect #19393 (Closed): 403 You are not authorized to access this page.
- Hi all,
I have two instances of redmine running right now (1.3.2 and 2.6.2 ) i have restored the backup form 1.3.2... -
19:19 Defect #19396 (Closed): Some services not running normally after stopped
- Please, no support request here in the issue tracker.
-
10:43 Defect #19396 (Closed): Some services not running normally after stopped
- I stopped all services in Bitnami Redmine Stack 2.6.1-0 and start all after 10 second both services redmineThin1 and ...
-
16:30 Defect #13673: Parent issue column includes issue subject (making issue list unworkable wide)
- +1 for config option.
Same here at my company. Actually, since we switched to Redmine, we always saw the parents s... -
15:28 Feature #7900: Restore issue
- +1
-
15:28 Feature #1380: Deleting an issue only marks it as being deleted
- +1
-
14:12 Feature #19350 (Resolved): Add version date in issue detail and Gantt
- Thanks for the tip. Enough for my case
-
10:11 Feature #19395 (New): Support MariaDB
- Dear team:
Could i install MariaDB for redmine using? -
06:10 Revision 14120 (svn): remove trailing white-space from app/models/issue.rb
-
05:55 Revision 14119 (svn): 2.6-stable: fix unit test on Ruby 1.8.7 (#19305)
-
05:42 Revision 14118 (svn): Gemfile: remove "ffi"
- ffi 1.9.6 building error is fixed.
https://github.com/ffi/ffi/issues/414#issuecomment-81405252
2015-03-15
-
21:27 Revision 14117 (svn): Reverts r14115 in trunk.
-
21:26 Revision 14116 (svn): Merged r14115 (#19305).
-
20:56 Revision 14115 (svn): Compatibility with ruby1.8 (#19305).
-
19:47 Defect #19363: "User is invalid" error is returned when adding user to group twice
- I don't have a strong preference on 409 vs. 200 response code. but I don't see a harm in making this operation idempo...
-
19:34 Defect #19363: "User is invalid" error is returned when adding user to group twice
- Alex Last wrote:
> I see I actually tested this with older version before - 2.6.0, not 2.6.2. So I missed that chan... -
19:14 Defect #19305 (Closed): settings: incompatible character encodings: UTF-8 and ASCII-8BIT: yaml generated on ruby 1.8
-
19:13 Revision 14114 (svn): Merged r14112 (#19305).
-
19:13 Revision 14113 (svn): Merged r14112 (#19305).
-
16:20 Defect #19297 (Confirmed): Custom fields with hidden/read-only combination displayed in Issue Edit Form
-
15:38 Revision 14112 (svn): Make sure that settings are unserialized as UTF-8 encoded strings (#19305).
-
15:09 Defect #19354 (Closed): Unexpected milliseconds in JSON time attributes
-
11:00 Defect #19354 (Resolved): Unexpected milliseconds in JSON time attributes
- This change was not intentional, this was changed by Rails 4. So the requested information about the time format woul...
-
15:09 Revision 14111 (svn): Merged r14101 (#19354).
-
15:08 Defect #19348 (Closed): Project name is missing for versions from sub-projects
-
15:08 Revision 14110 (svn): Merged r14108 (#19348).
-
15:06 Revision 14109 (svn): Merged r14108 (#19348).
-
15:05 Revision 14108 (svn): Restored project name as version prefix when different (#19348).
-
11:10 Defect #19313 (Closed): Attached inline images with non-ascii file name can not be seen when text formatting is Markdown
- Yes, Redcarpet is not available with jruby, test is now skipped.
-
11:09 Revision 14107 (svn): Merged r14106 (#19313).
-
11:09 Revision 14106 (svn): Don't run test if Redcarpet is not available (#19313).
-
11:08 Revision 14105 (svn): Redcarpet not available with jruby (#19313).
-
11:03 Defect #19381 (Closed): Wrong syntax for wiki macros in wiki_syntax_detailed.html
- Committed, thanks for the patch.
-
11:03 Revision 14104 (svn): Merged r14102 (#19381).
-
11:02 Revision 14103 (svn): Merged r14102 (#19381).
-
11:02 Revision 14102 (svn): Wrong syntax for wiki macros in wiki_syntax_detailed.html (#19381).
- Patch by Go MAEDA.
-
10:49 Revision 14101 (svn): Don't include milliseconds in JSON API responses (#19354).
Also available in: Atom