Activity
From 2017-09-07 to 2017-09-09
2017-09-09
-
14:52 Defect #26863 (Closed): file: issue_query.rb function:sql_for_issue_id_field line: ids = value.first.to_s.scan(/\d+/).map(&:to_i) should the first to be deleted?
- source:tags/3.4.2/test/unit/query_test.rb#L277...
-
10:41 Defect #26863: file: issue_query.rb function:sql_for_issue_id_field line: ids = value.first.to_s.scan(/\d+/).map(&:to_i) should the first to be deleted?
- I changed "ids = value.first.to_s.scan(/\d+/).map(&:to_i)" to "ids = value.to_s.scan(/\d+/).map(&:to_i)"
it seems ... -
08:19 Defect #26863 (Closed): file: issue_query.rb function:sql_for_issue_id_field line: ids = value.first.to_s.scan(/\d+/).map(&:to_i) should the first to be deleted?
- I'm writing a redmine plugin using: IssueQuery
where when I want to use :
myquery.add_filter("issue_id" , "=", ["12... -
05:32 Defect #26858 (Closed): Exporting issues to csv/pdf has garbage characters.
- This is FAQ.
Please use forum for question. -
03:22 Defect #26858: Exporting issues to csv/pdf has garbage characters.
- john calizar wrote:
> I exported the list of issues to csv or pdf and the japanese characters are displayed as garba... -
04:16 Feature #23518: Move action links and edit form above the history when displaying comments in reverse order
- +1
-
03:17 Feature #26861 (Closed): Display Issue Edit form Position according to comments chronological order
- Stephane Evr wrote:
> To me, it would make more sense that the Edit page shows above the latest comment, so there is...
2017-09-08
-
16:15 Defect #26853: Fix hardcoded project-index width for webkit and mozilla browsers
- Please add descriptions to projects and check this page on hight resolution(1080p for example), and you will see the ...
-
13:09 Feature #26861 (Closed): Display Issue Edit form Position according to comments chronological order
- So I've set up my Redmine to display issue comments in reverse chronological order.
I have an issue with hundreds ... -
12:49 Feature #7239: Allow some users to add / edit time entries on behalf of other users
- +1 for this request
-
12:27 Defect #26858 (Closed): Exporting issues to csv/pdf has garbage characters.
- I exported the list of issues to csv or pdf and the japanese characters are displayed as garbage.
The subject is i... -
09:53 Defect #17096: Issue emails cannot be threaded by some mailers due to inconsistent Message-ID and References field
- I think that adding consistent Message-Id and References filed will be easier if per user notification sending is imp...
-
06:29 Defect #26857 (Closed): Fix for CVE-2015-9251 in JQuery 1.11.1
- _Public_ message on Redmine forums: message#53605
Github issue on jQuery: https://github.com/jquery/jquery/issues/...
2017-09-07
-
19:26 Feature #26654: while creating issue from email - add watcher from mail from/cc
- And Redmine 1.3.2 is too old.
-
19:24 Feature #26654 (Needs feedback): while creating issue from email - add watcher from mail from/cc
- You can add watchers from anonymous user if anonymous user has add_issue_watchers permission.
See r16963. -
18:05 Defect #26853 (Needs feedback): Fix hardcoded project-index width for webkit and mozilla browsers
- Please explain why you need your change.
And your change breaks project list on multiple columns introduced by r1591... -
13:56 Defect #26853 (Closed): Fix hardcoded project-index width for webkit and mozilla browsers
-
09:52 Defect #26785 (Confirmed): Wrong columns after CSV export
- I have confirmed the problem in trunk and 3.4-stable.
-
07:26 Defect #26730 (Closed): Context Menu is broken on 3.4.2
Also available in: Atom