Activity
From 2017-09-08 to 2017-09-10
2017-09-10
-
17:02 Patch #26869 (Closed): Use number input field instead of text input for Gantt months field
- A small UX improvement is to use a "number input":https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/num...
-
14:19 Feature #3058: Show issue history using tabs
- Andrey Lobanov, thanks for finding and fixing the issue. I reworked your fix a little bit in order to clean up the vi...
-
13:32 Feature #2746: Send out issue priority in the email notification header
- Guys what's left to do here? Can we have X-Redmine-Priority field at least and leave a question if we need standard P...
-
12:18 Defect #25702: Exporting wiki page with specific table to PDF causes 500
- This problem fixed by rbpdf 1.19.3.
please bundle update. -
09:32 Feature #23518: Move action links and edit form above the history when displaying comments in reverse order
- Jean-Philippe Lang wrote:
> Such a change could have heavy consequences for plugins. We need much more requests for ...
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/...
Also available in: Atom