Activity
From 2019-09-26 to 2019-09-28
2019-09-28
-
23:08 Feature #31353: Replace user related links in the top menu bar with a proper user menu.
- I made some progress and I would like to share two screenshots:
1. Move only user related links under a user dropd... -
19:16 Patch #31147 (Reopened): Add custom styles for all fields
- We should make the disabled fields more obvious using the below patch:...
-
19:08 Patch #31971 (Closed): Change the color of the input field frame when in focus
-
19:08 Patch #31971 (Reopened): Change the color of the input field frame when in focus
- Go Maeda, Mizuki, is there any reason for why you chose to target each type of @input@ instead of using @input@?
... -
18:46 Feature #29482: Query system for Projects page
- Dmitry Makurin wrote:
> According to the "current trunk":http://www.redmine.org/projects/redmine/repository/entry/t... -
18:17
Defect #32167 (Closed): Inconsistent border coloring of UI elements?
- - Table lists (list.table), Boxes (.box) and fieldsets (fieldset) border color is #e4e4e4
- Gantt (table.gantt-table... -
16:22
Patch #32014: Rounded corners on table.list elements
- Go MAEDA wrote:
> I will revert this change because the change caused other changes such as #32165 and #32166 and I ... -
15:48 Patch #32014 (Reopened): Rounded corners on table.list elements
- I will revert this change because the change caused other changes such as #32165 and #32166 and I cannot predict how ...
-
02:07 Patch #32014 (Closed): Rounded corners on table.list elements
- Committed the patch. Thank you for improving Redmine.
-
14:52 Patch #26030: Like issues and news comments, want to specify the display order of the forum's reply.
- Opps, Thank you for checking my patch. I've removed the duplicated @MessageTest@.
-
14:42
Patch #32166 (New): Rounded corners on table.gantt-table
- This patch is a follow up to #32014 to add 3px border-radius to gantt table.
-
14:40
Patch #32165 (Closed): Rounded corners on table.cal
- This patch is a follow up to #32014 to add 3px border-radius to calendar table.
-
14:07 Feature #25540: Unify fields of subtasks and related issues on issue page
- Looks good to me and it's a useful improvement until we make these columns configurable in the admin.
-
13:52 Feature #29752 (Needs feedback): Render Textile and Markdown attachments on the preview page
- The patch looks good to me with one small observation, do you see any problem if we add @'text/textile' => 'textile'...
-
13:41
Patch #32162: Improved progress bars for issues and versions
- I think I like rounded one better :D Maybe 25% border radius would also look quite cool.
We should probably add #320... -
10:51 Patch #32162: Improved progress bars for issues and versions
- Antonio McDeal wrote:
> +1 :D
> Do you think also having rounded corners edition could be good too? ;-)
A 50% bo... -
13:13 Feature #31505: Mark edited journal notes as "Edited"
- Updated to apply cleanly on the current trunk.
-
12:19 Feature #1237: Add support for two-factor authentication
- Go MAEDA wrote:
> Two-factor authentication is becoming a must-have feature nowadays. Thanks to Planio, now there is... -
10:33 Feature #1237 (New): Add support for two-factor authentication
- Two-factor authentication is becoming a must-have feature nowadays. Thanks to Planio, now there is a complete and rea...
-
08:46 Feature #1237: Add support for two-factor authentication
- I have slightly fixed two of the four patches to apply to the latest trunk, r18547. You can add two-factor authentica...
-
04:53 Patch #32145 (Resolved): Update locales for Vietnamese
- Closed
-
04:53 Patch #32163 (Closed): Update locales for Vietnamese
- Update locales for Vietnamese
2019-09-27
-
20:50
Patch #32162: Improved progress bars for issues and versions
- +1 :D
Do you think also having rounded corners edition could be good too? ;-) -
17:58 Patch #32162 (New): Improved progress bars for issues and versions
- This patch implements an improved and more versatile version of the bar graphs shown for version and issue progress.
... -
20:46
Patch #32014: Rounded corners on table.list elements
- Bernhard Rohloff wrote:
> Maybe an additional @overflow: hidden;@ is missing here.
Not that it's a biggie, as our b... -
17:26 Patch #32014: Rounded corners on table.list elements
- Yes, as Antonio wrote, it's necessary to get the border radius and @border-spacing: 0;@ compensates it.
One notice o... -
17:03
Patch #32014: Rounded corners on table.list elements
- Go, roundness with *border-radius* on table elements can't seem to be achieved if *border-collapse: collapse;* is pre...
-
16:45 Patch #32014: Rounded corners on table.list elements
- The patch removes @border-collapse@ property. Do you think it is OK? (sorry if this is a stupid question. I am not a ...
-
18:22 Patch #26122 (Resolved): Implementation of visible conditions with inner join instead of subselect
- no, I agree. Thanks for the feedback, this can be closed.
-
17:34 Patch #26122: Implementation of visible conditions with inner join instead of subselect
- Pavel Rosický wrote:
> Well, it havily depends on what filters and other conditions are used, it isn't easy to measu... -
17:19
Patch #32106: Slightly restyled ajax loading indicator
- If we would still like to keep it in the center as is now, here is the alternative patch which at least removes unnec...
-
11:38 Patch #31598 (Closed): Move the links (All time entries, Import) from Spent time section of the spent time list sidebar under a dropdown
- Committed the patch. Thank you.
-
10:40 Defect #29838: Time logging via commit message does not work when the configured activity has been overridden on the project level
- Removing from 4.1.0 because the test fails.
-
07:18
Defect #32156: No left padding for first level entries in discussion board list
- Adding the fixed one now :)
Edit: actually, I already came up with even better alternative for this, and it could be... -
06:30
Defect #32156: No left padding for first level entries in discussion board list
- Edit: don't review it just yet, I overlooked the parent/child indentation, I will update the patch to fix this, to av...
-
06:07
Defect #32156 (Closed): No left padding for first level entries in discussion board list
- The left padding of the table rows is hard-coded to create a tree structure through indentation. The current solution...
-
03:29 Feature #32123 (Closed): Add "Highlighted code" section in Wiki Syntax Quick Reference
- Committed the patch.
2019-09-26
-
23:35 Feature #29482: Query system for Projects page
- Sebastian Paluch wrote:
> +1
> The only missing function would be ability to filter by custom fields and add/mark f... -
19:01 Feature #4939: List of tasks filtered as OR and not AND
- I've found a simple solution to get _match_ operators implemented in @_query@ plugin.
So container @_query.0.0.5.red... -
18:00 Feature #4939: List of tasks filtered as OR and not AND
- giorgio rossi wrote:
> Thanks for Your work.
>
> Unfortunately the two methods match and not match introduce the ... -
18:12
Patch #32155 (New): Fix the overflow problems in project jump
- Some rounded +menu elements+ in Redmine are missing *overflow:hidden;* parameter, which results in corners of child m...
-
17:54 Defect #9966 (Resolved): Private issue permissions
-
17:54 Defect #10023 (Resolved): Filename of attachments
-
17:31
Patch #32100: Fixed and added roundiness to the "plus" (+) flyout menu and it's child elements
- Due to Bernhard's fix in r18543, I'm attaching the new revision compatible version of this patch.
This patch also ad... -
17:30 Patch #32146: Add more supported mimetypes
- Antonio McDeal wrote:
> I was working on feature to enable file previews + side by side revision comparison of multi... -
10:55 Patch #32146: Add more supported mimetypes
- Antonio McDeal wrote:
> Go MAEDA wrote:
> > Maybe we don't have to add .svg, .webp, .ico, .ogg, .wav, and .flac bec... -
10:40
Patch #32146: Add more supported mimetypes
- Go MAEDA wrote:
> "image/apng" is not a registered media type (https://www.iana.org/assignments/media-types/media-ty... -
10:21
Patch #32146: Add more supported mimetypes
- Go MAEDA wrote:
> Maybe we don't have to add .svg, .webp, .ico, .ogg, .wav, and .flac because mini_mime knows them.
... -
10:08 Patch #32146: Add more supported mimetypes
- "image/apng" is not a registered media type (https://www.iana.org/assignments/media-types/media-types.xhtml). Instead...
-
09:44 Patch #32146: Add more supported mimetypes
- Maybe we don't have to add .svg, .webp, .ico, .ogg, .wav, and .flac because mini_mime knows them....
-
07:41
Patch #32146 (Closed): Add more supported mimetypes
- The patch adds more mime-types which are supported by browsers natively, this is considering that Redmine can now als...
-
17:29 Defect #32154 (New): Value of custom fields will not be copied when copy project with issues included
- Value of custom fields will not be copied when copy project with issues included.
All the values of all the custom f... -
17:27 Defect #32153: Repository browser does not render previews for audio/video files
- Attaching a quick-and-dirty workaround.
-
17:25 Defect #32153 (Closed): Repository browser does not render previews for audio/video files
- #27336 added preview for audio/video files to attachments and repositories, however, audio/video preview for reposito...
-
17:25
Patch #32105: Context menu to match the rest of the flyout styling
- Attaching slightly improved version.
-
16:24 Feature #32029: Replace gantt and calendar tooltips with jquery tooltips
- Antonio McDeal wrote:
> Attaching a very well working patch! :D
>
> P.S. one thing I wasn't very sure about is th... -
14:40
Feature #32029: Replace gantt and calendar tooltips with jquery tooltips
- Attaching a very well working patch! :D
P.S. one thing I wasn't very sure about is the normal way to trigger a jqu... -
15:05 Defect #31549 (Closed): LF line terminators cause misparse of a multi-part email when rdm-mailhandler.rb is invoked from /etc/aliases
- Sylvain Tissot wrote:
> Thanks for your help, I applied the patch in on the latest rdm-mailhandler.rb and tried with... -
12:14 Defect #31549: LF line terminators cause misparse of a multi-part email when rdm-mailhandler.rb is invoked from /etc/aliases
- Hi Go MAEDA,
The LANG environment on the server is en_US.utf8... -
04:40 Defect #31549 (Needs feedback): LF line terminators cause misparse of a multi-part email when rdm-mailhandler.rb is invoked from /etc/aliases
- Sylvain Tissot wrote:
> Using Postfix 3.3.0 alias to forward pipe the attached message using the latest rdm-mailhand... -
14:12 Defect #32149 (New): Project copy failed to copy Issues if Category is set to required: Project#copy_issues: issue #xxx could not be copied: ["Category cannot be blank"]
- Project copy failed to copy Issues if Category is set to required, while Members, Issues and Issue categories are all...
-
11:46 Defect #16058: Watcher is not getting email notification when an issue has been updated
- Yes, same "issue" on my side. The watcher feature does not allow people to see a ticket.
Maybe it's not directly lin... -
11:38 Patch #32013 (Closed): Rounded corners of the main menu
- Bernhard Rohloff wrote:
> I've discovered a little flaw in the patch. It sets the border radius for the items in the... -
09:24
Patch #32013: Rounded corners of the main menu
- Go, would it be possible to commit Bernhard's fix? I tested it, works well ;-)
-
08:54 Patch #32147 (Closed): Bulgarian translation
- Committed the patch. Thank you for your contribution.
-
07:52 Patch #32147 (Closed): Bulgarian translation
- Translated labels related to #31879
-
06:55 Patch #32132: Replace gantt primitives with CSS generated vector primitives
- I've looked at the patch and I think it only 'inlines' the images which are necessary for rendering the gantt chart i...
-
06:19 Patch #32145 (Closed): Update locales for Vietnamese
- Update locales for Vietnamese
-
05:44 Patch #32144 (Closed): Japanese translation update (r18535)
- Committed the patch.
-
05:41 Patch #32144 (Closed): Japanese translation update (r18535)
- Translated label_starts_with and label_ends_with introduced in r18535....
-
05:20 Patch #32143 (Closed): Traditional Chinese translation (to r18538)
- Committed the translation. Thank you for your contribution.
-
04:51 Patch #32143 (Closed): Traditional Chinese translation (to r18538)
- * New tags added
** label_starts_with, label_ends_with
-
04:03 Feature #32123: Add "Highlighted code" section in Wiki Syntax Quick Reference
- This is the patch that updates wiki_syntax_(textile|markdown).html for all languages.
-
03:54 Feature #4124: LDAP integration
- +1
-
02:39 Patch #32142 (New): Send notification when a user is created via LDAP on-the-fly user creation
- Redmine has LDAP on the fly user creation feature (see [[RedmineLDAP#On-the-fly-user-creation]]). After the on-the-fl...
Also available in: Atom