Activity
From 2016-05-25 to 2016-05-28
2016-05-28
-
13:37 Patch #22911 (Resolved): Error raised when importing issue with Key/Value List custom field
- Committed in r15429 with a test, thanks.
-
13:31 Defect #22912: Selecting a new filter on Activities should not reset the date range
- Committed, thanks.
-
12:01 Feature #6049: Option to search archived projects
- Alex Dergachev wrote:
> Just checked out the Close project feature. It seems really useful, but I personally prefer ...
2016-05-27
-
17:24 Feature #12347: "Calculate the issue done ratio" per project configuration
- +1
-
17:21 Defect #22914 (Closed): Notification mails not send when editing a ticket
-
17:21 Defect #22914: Notification mails not send when editing a ticket
- Please see [[submissions]] and try without plugins if you use plugins.
-
17:17 Defect #22914 (Resolved): Notification mails not send when editing a ticket
- Ok, *megafail*, the problem was the plugin @redmine_mentions@!
-
17:06 Defect #22914: Notification mails not send when editing a ticket
- Some debugging:
In @app/models/journal.rb@ I changed:... -
16:18 Defect #22914 (Closed): Notification mails not send when editing a ticket
- Notification mails are *not send* when *editing a ticket*!
Mails are send on
* test email
* creating a ticket... -
16:59 Feature #22481: Show thumbnails for PDF attachments
- Gregor, I guess you have to update your patch because of this new feature: https://github.com/redmine/redmine/commit/...
-
16:49 Feature #22915: Additional filetypes (tif,tiff) for thumbnails generation
- Oh man, #22481
I've created my patch more than year ago, and only today found time to submit it properly. Anyway, we... -
16:29 Feature #22915 (New): Additional filetypes (tif,tiff) for thumbnails generation
- This patch will allow to generate thumbnails for the first page of pdf/tiff files.
-
15:55 Feature #22913 (Closed): Auto-select fields mapping in Importing
- I hate to select many times in import-mapping.
This patch can auto select by label before you select it. -
15:28 Defect #22912 (Closed): Selecting a new filter on Activities should not reset the date range
- The attached patch will fix this.
-
15:07 Feature #22657: RFE: Add option to display the Watchers list in all email notifications
- Toshi MARUYAMA wrote:
> Deoren Moor wrote:
> > As a workaround, it would be useful to enable the BCC option, but al... -
08:10 Feature #22657: RFE: Add option to display the Watchers list in all email notifications
- Deoren Moor wrote:
> As a workaround, it would be useful to enable the BCC option, but also display in the email not... -
14:04 Patch #22911 (Closed): Error raised when importing issue with Key/Value List custom field
- Import issue with key/value list custom field will throw exception.
The exception is ... -
09:11 Defect #22910 (Closed): Inline(Base64) Images are not shown anyone after update to 3.2.2
- Please contact plugin author.
-
09:07 Defect #22910 (Closed): Inline(Base64) Images are not shown anyone after update to 3.2.2
- I noticed that images inlined/pasted as Base64 (using ckeditor) are not displayed any more (empty src tag in HTML) in...
2016-05-26
-
18:57 Defect #22861: Allow themes to override responsive style sheet.
- A quick fix for you/for now would be to use a "more specific CSS selector":https://css-tricks.com/specifics-on-css-sp...
-
14:34 Defect #22861: Allow themes to override responsive style sheet.
- Mischa The Evil wrote:
> Sébastien,
>
> What Jean-Philippe means is that with your proposed change applied, (exis... -
09:37 Defect #22861: Allow themes to override responsive style sheet.
- May I ask what the point of this would be? What are you trying to accomplish that's not otherwise feasible to do in y...
-
04:40 Defect #22861: Allow themes to override responsive style sheet.
- Sébastien,
What Jean-Philippe means is that with your proposed change applied, (existing) themes without an includ... -
09:02 Defect #3599: resolved issues should fall under closed issues, not under open issues
- Hello everyone, any news about "resolved issues should fall under closed issues, not under open issues" this issue ?
-
07:34 Feature #22810: Request: adding tracker id/name to REST /time_entries response (like we already have project info in responses)
- has anyone seen it ?
-
06:01 Feature #21777 (Closed): Include tmp/sessions/ folder in repository, please?
- Thank you for your feedback.
-
03:33 Feature #21777 (Resolved): Include tmp/sessions/ folder in repository, please?
- Thanks for letting me know about the rake task.
2016-05-25
-
18:09 Defect #22861: Allow themes to override responsive style sheet.
- My code works if the reponsive style sheet is present or not.
*Before*... -
17:32 Feature #3224: Better project list
- Hello Guys. I'm new on this.
As far as I see, is a must to improve the project lists. What can be done is to includ... -
16:20 Feature #22121: Add a quick search of projects in Projects page
- checkout "Projects Show plugin":http://www.redmine.org/plugins/projects_show
-
16:18 Feature #22122: Display Subprojects as a list in the project's Overview tab
- checkout this "Projects Show plugin":http://www.redmine.org/plugins/projects_show
-
16:01 Feature #8138: Assign Priority based on Category
- +1
-
14:12 Defect #22897: Leaving HTML tags in collapse macro instead of showing html_safe formatted text
- Since the content of the collapse block is passed through textile filters, you could achieve the same result using te...
-
13:55 Defect #22897: Leaving HTML tags in collapse macro instead of showing html_safe formatted text
- I see html_safe actually does not do stripping of unsafe HTML tags...
So then probably it should be a feature wit... -
13:29 Defect #22897: Leaving HTML tags in collapse macro instead of showing html_safe formatted text
- I have just tested your patch. Unfortunately this change, makes Redmine subject to XSS attacks. Consider the followin...
-
13:07 Defect #22897 (Closed): Leaving HTML tags in collapse macro instead of showing html_safe formatted text
- If a HTML content like <h1> for example is added to collapse macro, tags are displayed instead of html formatting it:...
-
13:30 Defect #22896 (Closed): Root Domain Provides 403 Forbidden Error
- Duplicate of #22281.
-
12:29 Defect #22896 (Closed): Root Domain Provides 403 Forbidden Error
- If you browse to http://redmine.org/ you will receive a 403 Forbidden error from Apache. If you just prepend the "ww...
-
13:13 Patch #22898 (Closed): !>image.png! generates invalid HTML
- Redmine's RedCloth (current trunk r15425) generates the following HTML:
Input: ... -
11:57 Defect #22894 (Closed): Intercepting Emails
- Please use forum for question.
-
11:06 Defect #22894 (Closed): Intercepting Emails
- Hi !
I try to follow the Rails documentation to intercept email on dev and staging environement
http://guides.ru... -
11:38 Feature #22895 (Closed): Entering issue comments at the same time shouldn't be synced
- Hello in the current Redmine 3.2.2 are issue comments synced.
If one user adds a comment and another user adds a com...
Also available in: Atom