Project

General

Profile

Activity

From 2017-12-05 to 2017-12-07

2017-12-07

21:41 Feature #27758 (Closed): Adds preview option to the wiki toolbar
I'm working on a patch that adds the Preview functionality to the wiki toolbar. I find it more friendly to have the p... Marius BĂLTEANU
21:10 Defect #20987: "h3(#my_anchor). My title" does not work
I can't find this change in changelog or issues to explain why this change was made and how to transion to the new he... yac yac
20:30 Feature #8241: Advanced notification: per user, per project configurable schedule, event filter and notification format
+1 Would be unbelievable helpful and increase productivity. Moritz Scholz
15:28 Revision 17077 (svn): add copyright header to test/unit/lib/redmine/helpers/url_test.rb (#12510)
Toshi MARUYAMA
14:37 Defect #27728 (Resolved): Internal wiki anchors with "name" are deprecated and don't work with last Chrome versions
This is getting weirder and weirder... Just upgraded to the newly-published Chrome 63, the links work. I'll check Chr... Mattia Gentilini
12:32 Defect #27728: Internal wiki anchors with "name" are deprecated and don't work with last Chrome versions
> Testing this with both Chrome stable (currently version 62) and Chrome Canary (currently version 65) in macOS, ever... Mattia Gentilini
13:42 Patch #27678: Make "Check all / Uncheck all" link noticeable
I think this patch makes UI more intuitive. I have used Redmine for over 10 years but I knew last month that the chec... Go MAEDA
13:22 Revision 17076 (svn): Merged r17062 from trunk to 3.2-stable (#27516)
mercurial: work around faulty parsing of early command options
Use -sVALUE and --long=VALUE instead of "-s VALUE" an...
Toshi MARUYAMA
13:22 Revision 17075 (svn): Merged r17061 from trunk to 3.2-stable (#27516)
mercurial: separate command options and positional arguments with "--"
We don't have much problems here thanks to hg...
Toshi MARUYAMA
13:22 Revision 17074 (svn): Merged r17060 from trunk to 3.2-stable (#27516)
mercurial: reject malicious command argument
We've got a security report from the Phabricator team, which basically ...
Toshi MARUYAMA
13:22 Revision 17073 (svn): Merged r16421 from trunk to 3.2-stable.
set "warning = false" for "rake test:scm:units" and "rake test:scm:functionals" Toshi MARUYAMA
13:19 Revision 17072 (svn): Merged r17062 from trunk to 3.3-stable (#27516)
mercurial: work around faulty parsing of early command options
Use -sVALUE and --long=VALUE instead of "-s VALUE" an...
Toshi MARUYAMA
13:19 Revision 17071 (svn): Merged r17061 from trunk to 3.3-stable (#27516)
mercurial: separate command options and positional arguments with "--"
We don't have much problems here thanks to hg...
Toshi MARUYAMA
13:19 Revision 17070 (svn): Merged r17060 from trunk to 3.3-stable (#27516)
mercurial: reject malicious command argument
We've got a security report from the Phabricator team, which basically ...
Toshi MARUYAMA
13:19 Revision 17069 (svn): Merged r16421 from trunk to 3.3-stable.
set "warning = false" for "rake test:scm:units" and "rake test:scm:functionals" Toshi MARUYAMA
13:16 Revision 17068 (svn): Merged r17062 from trunk to 3.4-stable (#27516)
mercurial: work around faulty parsing of early command options
Use -sVALUE and --long=VALUE instead of "-s VALUE" an...
Toshi MARUYAMA
13:15 Revision 17067 (svn): Merged r17061 from trunk to 3.4-stable (#27516)
mercurial: separate command options and positional arguments with "--"
We don't have much problems here thanks to hg...
Toshi MARUYAMA
13:15 Revision 17066 (svn): Merged r17060 from trunk to 3.4-stable (#27516)
mercurial: reject malicious command argument
We've got a security report from the Phabricator team, which basically ...
Toshi MARUYAMA
13:05 Defect #27753 (Closed): Couldn't add watcher to an existing issue
Your log says "GET "/watchers/new.html".
It should be "GET "/watchers/new".
Toshi MARUYAMA
12:02 Defect #27753 (Reopened): Couldn't add watcher to an existing issue
Sorry but i just dont get it.
I think from this line below, the issue is in Redmine? Webserver only try to proxy any...
David Setiawan
11:57 Defect #27753 (Closed): Couldn't add watcher to an existing issue
It is your web server setting problem.... Toshi MARUYAMA
11:27 Defect #27753 (Closed): Couldn't add watcher to an existing issue
Hi all,
I need some help on why i couldn't add a watcher to an existing issue.
Below are the log from upon the er...
David Setiawan
13:03 Revision 17065 (svn): code clean up IssuesPdfHelperTest (#12510)
* remove extra empty lines
* remove trailing white space
* replace tab to two spaces
Toshi MARUYAMA
13:02 Defect #27754: Strip whitespace from email addresses on lost password page
Sometimes users say "Lost password page is not working". I understood the reason by seeing this patch!
Setting tar...
Go MAEDA
12:26 Defect #27754: Strip whitespace from email addresses on lost password page
The attached patch provides a test and strips whitespace from the entered email address. Felix Schäfer
12:25 Defect #27754 (Closed): Strip whitespace from email addresses on lost password page
Sometimes people will not notice that they copied and pasted or inadvertently entered a whitespace when entering thei... Felix Schäfer
12:50 Revision 17064 (svn): svn propset svn:eol-style native test/unit/lib/redmine/helpers/url_test.rb (#27114)
Toshi MARUYAMA
12:46 Revision 17063 (svn): svn propset svn:eol-style native test/unit/lib/redmine/export/pdf/issues_pdf_test.rb (#12510)
Toshi MARUYAMA
12:38 Revision 17062 (svn): mercurial: work around faulty parsing of early command options (#27516)
Use -sVALUE and --long=VALUE instead of "-s VALUE" and "--long VALUE"
respectively.
Contributed by Yuya Nishihara.
Toshi MARUYAMA
12:38 Revision 17061 (svn): mercurial: separate command options and positional arguments with "--" (#27516)
We don't have much problems here thanks to hgtarget(path) and CGI.escape(),
which prepends a repository path and enco...
Toshi MARUYAMA
12:38 Revision 17060 (svn): mercurial: reject malicious command argument (#27516)
We've got a security report from the Phabricator team, which basically says
--config and --debugger arguments can be ...
Toshi MARUYAMA
10:44 Defect #27752 (Needs feedback): NoMethodError while creating an issue
Please see [[submissions]]. Toshi MARUYAMA
09:58 Defect #27752 (Closed): NoMethodError while creating an issue
Hello
Could you please help me, because I have an error when I want to create a bug on Redmine :...
Anonymous
10:41 Feature #27751 (Closed): redmine upgrade 2.0.3 to 3.4.2
Toshi MARUYAMA
10:37 Feature #27751: redmine upgrade 2.0.3 to 3.4.2
This exact steps depend on your server configuration, but there are some general instructions in [[RedmineUpgrade]].
...
Gregor Schmidt
09:14 Feature #27751 (Closed): redmine upgrade 2.0.3 to 3.4.2
i am currently used redmine 2.0.3 how to upgrade 3.4.2 with data base
it it
08:09 Feature #5515: user select default issue query
+1 Ilya Prokazov
08:09 Feature #7360: Issue custom query: default query per instance, project and user
+1 Ilya Prokazov
02:59 Feature #22960 (Closed): Add "EXTRA NOTIFICATION DESTINY" in Issues Statuses
Closing as a duplicate of #1707. Go MAEDA

2017-12-06

21:24 Defect #27691: Issue created from mail_handler with description empty from
ran irb rdm-mailhandler.rb... Jessie Lee
00:15 Defect #27691: Issue created from mail_handler with description empty from
encountering same parsing bug with extended utf-8 characters. same discovery as comment 1.
When set to unknown_us...
Jessie Lee
15:31 Defect #12510 (Closed): Issues PDF export: Spent time/Float-values aren't rounded to 2 digits
Committed in the trunk (r17059). Thank you. Go MAEDA
14:32 Defect #12510: Issues PDF export: Spent time/Float-values aren't rounded to 2 digits
It should be fine now. Marius BĂLTEANU
13:30 Defect #12510: Issues PDF export: Spent time/Float-values aren't rounded to 2 digits
Marius, thank you for adding a test. But I encountered the following error. Could you look into it?... Go MAEDA
07:43 Defect #12510: Issues PDF export: Spent time/Float-values aren't rounded to 2 digits
I had a typo in my previous patch.
Maybe we can deliver this fix earlier than Redmine 4.
Marius BĂLTEANU
00:30 Defect #12510: Issues PDF export: Spent time/Float-values aren't rounded to 2 digits
Thanks Holger and Marius. Mischa The Evil
15:25 Revision 17059 (svn): Fix: Round floats to 2 digits when rendering an issue list to PDF (#12510).
Patch by Holger Just and Marius BALTEANU. Go MAEDA
14:32 Patch #27663: Same relates relation can be created twice
Thanks a lot.
I am very sorry for breaking the test suite. I hope this did not cause too much trouble. I'll make ...
Gregor Schmidt
14:28 Patch #27663 (Closed): Same relates relation can be created twice
Committed in the trunk and merged to stable branches. Thank you. Go MAEDA
14:24 Revision 17058 (svn): Merged r17056 to 3.3-stable (#27663).
Go MAEDA
14:23 Revision 17057 (svn): Merged r17056 to 3.4-stable (#27663).
Go MAEDA
10:31 Defect #27728: Internal wiki anchors with "name" are deprecated and don't work with last Chrome versions
Testing this with both Chrome stable (currently version 62) and Chrome Canary (currently version 65) in macOS, everyt... Holger Just
10:01 Revision 17056 (svn): Disallow creating inverse relates issue relations (#27663).
Patch by Gregor Schmidt. Go MAEDA
06:05 Feature #27731: Allow users to view and comment on their own issues, even if moved into a project where they don't have access.
Would it be possible to link an issue to multiple projects instead?
That way you could link the issue to the relevan...
Richard Hector

2017-12-05

23:20 Defect #12510: Issues PDF export: Spent time/Float-values aren't rounded to 2 digits
Mischa The Evil wrote:
> We might want some test coverage added if there isn't any yet, as Jean-Baptiste already sug...
Marius BĂLTEANU
08:54 Defect #12510: Issues PDF export: Spent time/Float-values aren't rounded to 2 digits
We might want some test coverage added if there isn't any yet, as Jean-Baptiste already suggested. Mischa The Evil
15:10 Feature #27731 (New): Allow users to view and comment on their own issues, even if moved into a project where they don't have access.
In the Administration section you can say that "Non-Members" have the permission to view issues in projects they are ... Michel Albert
13:02 Defect #26085: Subtasks are not assigning to correct parent
Hello,
Redmine 3.3.3. Same issue and reproduced ok.
1. Created a level 1 issue. "100", task @#8396@
2. Create ...
Vitaly Maslov
12:47 Defect #27728: Internal wiki anchors with "name" are deprecated and don't work with last Chrome versions
I'm using version 3.3.0 Mattia Gentilini
12:13 Defect #27728 (Closed): Internal wiki anchors with "name" are deprecated and don't work with last Chrome versions
When I create a heading in a Redmine wiki page, it is rendered as such:... Mattia Gentilini
09:35 Defect #27356: Confusing statements concerning fixed versions on Security Advisories wiki page
Gregor Schmidt wrote:
> Thank you so much for your research. In your proposed update, the third entry convers CVE-20...
Mischa The Evil
08:26 Feature #21662: Search in issue assigned dropdown list
The screenshots look nice indeed. However, in my view[1] there are some issues with this patch series in its current ... Mischa The Evil
01:30 Feature #21662: Search in issue assigned dropdown list
I changed the patch because the layout was corrupted as shown below on the specific browser(e.g. chrome, IE).
Layo...
Tomomi Yuzuriha
 

Also available in: Atom