Activity
From 2017-09-09 to 2017-09-11
2017-09-11
-
12:57 Feature #3058: Show issue history using tabs
- This looks great, thanks for all your hard work on this. Hopefully it can be incorporated soon.
-
04:47 Defect #26880 (Closed): Cannot clear all watchers when copying an issue
- We can select/deselect watchers when we create an issue by copying existing issue (#10460).
But if you deselect *...
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...
Also available in: Atom