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.
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... -
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?
2015-03-15
-
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
-
16:20 Defect #19297 (Confirmed): Custom fields with hidden/read-only combination displayed in Issue Edit Form
-
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:08 Defect #19348 (Closed): Project name is missing for versions from sub-projects
-
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:03 Defect #19381 (Closed): Wrong syntax for wiki macros in wiki_syntax_detailed.html
- Committed, thanks for the patch.
Also available in: Atom