Project

General

Profile

Activity

From 2019-10-19 to 2019-10-21

2019-10-21

23:07 Feature #31505: Mark edited journal notes as "Edited"
Updated to apply cleanly on the current trunk. Marius BĂLTEANU
23:05 Feature #29482: Query system for Projects page
Bernhard Rohloff wrote:
> There is a small flaw in the query save form. The labels on the @Display results@ section ...
Marius BĂLTEANU
18:31 Feature #29482 (Reopened): Query system for Projects page
There is a small flaw in the query save form. The labels on the @Display results@ section are overlapping each other.... Bernhard Rohloff
09:33 Feature #29482: Query system for Projects page
Go MAEDA wrote:
> Marius BALTEANU wrote:
> > Please commit the below change in order to prevent a random test failu...
Marius BĂLTEANU
09:21 Feature #29482 (Closed): Query system for Projects page
Marius BALTEANU wrote:
> Please commit the below change in order to prevent a random test failure:
Committed in r...
Go MAEDA
09:11 Feature #29482 (Reopened): Query system for Projects page
Please commit the below change in order to prevent a random test failure:... Marius BĂLTEANU
22:12 Defect #32315: Impossible to validate API key without modifying anything
Try, for example: ... Nathan Cutler
22:09 Defect #32315 (Closed): Impossible to validate API key without modifying anything
AFAICT the Redmine API has no way of validating whether a given API key is valid, short of actually attempting a writ... Nathan Cutler
22:10 Feature #5977: "check status" feature to verify validity of Redmine installation and API access key
Related ticket: #32315 Nathan Cutler
22:07 Feature #5977: "check status" feature to verify validity of Redmine installation and API access key
AFAICT the Redmine API has no way of validating whether a given API key is valid, short of actually attempting a writ... Nathan Cutler
20:26 Feature #27988: Option to configure which trackers can be set as subtasks for each tracker
Hi Marius,
Thank you for the great patch! But I encounter a bug. I have the following setup: Tracker "Parent" has ...
Dong Phan
19:15 Defect #32314 (Closed): Notification for "Only for things I watch or I'm involed in" not works
I have updated my redmine installation from 3.4.2 release to last 4.0.5. After this update, I no longer receive e-mai... pasquale [:dedalus]
17:26 Feature #24766: Custom fields grouping
+1
Vassilis Chryssos
15:47 Feature #32311: Filter Issues by multiple issue_id doesn't support space character or semicolon/dash as the separator
/\A[+-]?\d+(\D[+-]?\d+)*\z/
digit separated by one non-digit
/\A[+-]?\d+(\D*\d+)*\z/
digit separated by any no...
Taine Woo
15:25 Feature #32311: Filter Issues by multiple issue_id doesn't support space character or semicolon/dash as the separator
app/models/query.rb
line 417, replace the "," as "\D" can use any non-numeric characters as separator.
Taine Woo
09:35 Feature #32311: Filter Issues by multiple issue_id doesn't support space character or semicolon/dash as the separator
If the value of the issue_id is "1,2,3" in the filter, the query executes successfully.
If the value of the issue_id...
Taine Woo
09:20 Feature #32311 (New): Filter Issues by multiple issue_id doesn't support space character or semicolon/dash as the separator
Issues -> Filter -> Issue
statement "is", input the filter value as multiple ids, such as "1,2,3".
It only suppor...
Taine Woo
13:57 Defect #25130: support of agglutinative languages like Hungarian/Magyar
Will you ever accept my patches, please?
Greg T wrote:
> When _x_hours_ and _x_days_ are *not* used for a referen...
Greg T
13:32 Patch #32308: Rubocop: Performance/RedundantBlockCall: Use yield instead of block.call.
there are a few other cases Pavel Rosický
08:40 Patch #32308: Rubocop: Performance/RedundantBlockCall: Use yield instead of block.call.
All tests pass: https://gitlab.com/redmine-org/redmine/pipelines/90121225 Marius BĂLTEANU
01:32 Patch #32308: Rubocop: Performance/RedundantBlockCall: Use yield instead of block.call.
Caused by r18777. Go MAEDA
09:53 Feature #32312 (New): Disable auto selecting in top right Project filter
Add configuration point to be able to disable autoswitching project while viewing issue Yury Vashinko
08:24 Defect #32309 (Needs feedback): settings error in 4.0.5.devel.18786
@libs/js/iframe.js@ is not part of Redmine core. Marius BĂLTEANU
06:19 Defect #32309: settings error in 4.0.5.devel.18786
I was not able to reproduce the problem with Redmine 4.0.5.devel.18786.
Could you describe details of how to repro...
Go MAEDA
05:52 Defect #32309 (Closed): settings error in 4.0.5.devel.18786
Hello,
Just get the lastest version from subversion and the settings page is broken....
ChunChang (Nagaharu) Lo
03:19 Feature #32302: Filter projects after bookmarks
The patch works fine and passed all tests.
Marius BALTEANU wrote:
> Here is the patch, I think we can commit it a...
Go MAEDA
02:58 Patch #32297: Remove code for unsupported versions of Rails from open_id_authentication
Setting the target version to 4.1.0. Go MAEDA

2019-10-20

17:25 Patch #32308 (Closed): Rubocop: Performance/RedundantBlockCall: Use yield instead of block.call.
... Marius BĂLTEANU
17:04 Feature #32302: Filter projects after bookmarks
Here is the patch, I think we can commit it as part of #29482 and #31355. Marius BĂLTEANU
01:13 Feature #32302: Filter projects after bookmarks
Since we already have "<< my projects >>" in Project filter, the filter seems the right place to add "<< my bookmarks... Go MAEDA
15:14 Defect #32307 (Closed): AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png fails if ImageMagick convert is not available
To reproduce it, set invalid value to imagemagick_convert_command in configuration.yml and run attachments_controller... Go MAEDA
14:26 Feature #32306 (Closed): Add a link to projects administration page on projects page
This patch adds a link to the projects administration page (/admin/projects) on the projects page in order to improve... Go MAEDA
14:23 Defect #32223: Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by sprockets 4.0.0
Mischa The Evil wrote:
> Pavel Rosický wrote:
> > [...]
>
> How do you generate these numbers? On what system? C...
Pavel Rosický
11:16 Defect #32223: Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by sprockets 4.0.0
Mischa The Evil wrote:
> Go MAEDA wrote:
> > Mischa The Evil wrote:
> > > # Are you sure everything needed by the ...
Go MAEDA
09:56 Defect #32223: Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by sprockets 4.0.0
Pavel Rosický wrote:
> [...]
How do you generate these numbers? On what system? Can you remove @active_storage@ a...
Mischa The Evil
09:21 Defect #32223: Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by sprockets 4.0.0
Go MAEDA your patch improves startup time and memory consumtion.... Pavel Rosický
07:09 Defect #32223: Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by sprockets 4.0.0
Go MAEDA wrote:
> Mischa The Evil wrote:
> > # Are you sure everything needed by the core is indeed loaded with thi...
Mischa The Evil
11:10 Feature #973: Assign different status sets and workflows for separate projects
+1 Luis Blasco
10:52 Patch #32303 (Closed): Japanese translation update (r18784)
Committed the patch. Go MAEDA
02:25 Patch #32303 (Closed): Japanese translation update (r18784)
Translated strings added by #29482.... Go MAEDA
07:29 Defect #32305 (New): Use of notextile tag disables Redmine revision links
As observed [yet] only on redmine.org (see #29482#note-90 and #29482#note-91), comments (in this case issue notes) ha... Mischa The Evil
06:52 Defect #32293: Redmine does not start if optional openid gems are not installed
I don't think that this low priority issue alone justifies dropping OpenID support in Redmine altogether. I think tha... Mischa The Evil
06:35 Feature #29482 (Closed): Query system for Projects page
Mischa The Evil wrote:
> <notextile>@</notextile>Go MAEDA: Can you also remove the remaining @label_show_closed_proj...
Go MAEDA
06:21 Feature #29482 (Reopened): Query system for Projects page
<notextile>@</notextile>Go MAEDA: Can you also remove the remaining @label_show_closed_projects@ strings from the oth... Mischa The Evil

2019-10-19

22:43 Feature #32302 (Closed): Filter projects after bookmarks
I think it will be useful to allow users to filter the projects (#29482) after bookmarks (#31355) and I see two optio... Marius BĂLTEANU
18:27 Feature #24841 (Closed): Hide projects user is only admin but not has assigned any role in the project overview (as it is already done in the project dropdown)
You can filter now the projects list after "my projects":
!{width:60%;border:1px solid grey;}my_projects.png!
Marius BĂLTEANU
14:18 Feature #29482 (Closed): Query system for Projects page
Patches committed, thanks! Jean-Philippe Lang
13:53 Feature #29663: Select a JavaScript library to handle tags
Jean-Philippe, can you help us with a feedback on this? I would like to finish my work on the tags solution for 4.2.0. Marius BĂLTEANU
13:01 Patch #32296: Ignore rubocop offense
Sorry, BUNDLE_DISABLE_EXEC_LOAD was not related with this behavior.
Please execute rubocop command with "--cache f...
Masahiro IUCHI
11:04 Patch #32296: Ignore rubocop offense
Thank you for the feedback. But I still cannot see the warning.... Go MAEDA
10:00 Patch #32296: Ignore rubocop offense
Reproduced it with BUNDLE_DISABLE_EXEC_LOAD=1 when using bundler.... Masahiro IUCHI
05:53 Patch #32296: Ignore rubocop offense
I run RuboCop against r18732 but was not able to reproduce the warning.... Go MAEDA
12:23 Patch #28138 (Closed): Add link to add a new issue on the version page
Committed, thanks. Jean-Philippe Lang
12:13 Patch #25265 (Closed): QueriesController can not handle subclass of IssueQuery
Jean-Philippe Lang
11:18 Patch #32294 (Closed): Update ruby-openid to 2.9.2
Committed, thanks. Jean-Philippe Lang
10:37 Defect #31779 (Closed): Total estimated time column shown even when estimated time field is deactivated
Committed, thanks. Jean-Philippe Lang
10:27 Defect #32300 (Closed): Don't use sprockets 4.0.0 in order to avoid Sprockets::Railtie::ManifestNeededError
sprockets 3.7.2 pinned. Jean-Philippe Lang
10:25 Defect #32300 (Closed): Don't use sprockets 4.0.0 in order to avoid Sprockets::Railtie::ManifestNeededError
Jean-Philippe Lang
05:05 Defect #32223: Disable sprockets to avoid Sprockets::Railtie::ManifestNeededError raised by sprockets 4.0.0
Updated the patch. Just replaced double quotation marks with single quotation marks. Go MAEDA
 

Also available in: Atom