Quantcast
Channel: Redmine: Jean-Baptiste Barth
Browsing latest articles
Browse All 100 View Live

Redmine - Defect #1401: Related e-mail notifications aren't threaded

Gaurav Pandey wrote:Related messages are still not getting threaded in Microsoft Outlook 2010 and 2013. Microsoft Outlook 2010 and 2013 thread emails based on thread-topic and thread-index email...

View Article



Redmine - Patch #17717: Password/Email address change should invalidate...

Looks good, and I confirm tests pass! There's just a little typo in the comment but nothing serious.I'd like to have details by Jean-Philippe about how we deal with that kind of security improvements:...

View Article

Redmine - Patch #17796: Expire all other sessions on password change

Good practice I think. Same as #17717, I'd like to have some guidance about how we deal with that kind of patch. I didn't test this one but I'll review it and test it when I know what to do.

View Article

Redmine - Patch #8222 (Needs feedback): Setting model should use Rails.cache...

There's at list one possible gotcha with this: Rails.cache defaults to a file backend which leads to potential problems if permissions are not set correctly, or, say, the production server disk is full...

View Article

Redmine - Help: RE: Sending email - getaddrinfo: Name or service not known

If you have this exact message, it's a sure sign your redmine instance cannot lookup the DNS name you gave it. You may want to test out nslookup <the-server> in the same conditions as the redmine...

View Article


Redmine - Revision 13367 (svn): Mark private notes more clearly (#16240).

Contributed by Jan Schulz-Hofen.

View Article

Redmine - Patch #16240 (Closed): Private notes should be marked more clearly

Actually I don't suggest we switch to "my" design directly, I was just wondering if we should push the design change further. Anyway you're right I'm already on a theme slightly different from the...

View Article

Redmine - Help: RE: inline images in project overview

When you're in the file module, you should be able to click on the image and open it in a new tab. Copy/paste that exact same URL between two exclamation marks and it should be good.

View Article


Redmine - Feature #14440 (Closed): Role to create New user

Closing as duplicate of #7842.

View Article


Redmine - Feature #12449 (Closed): Role/permission to make new users

Closing as duplicate of #7842.

View Article

Redmine - Feature #7842: Creation new users by non-admin user

I confirm this is still not possible in current redmine versions. It may not be really difficult to implement on the logic side, but I don't really know how to deal with that in the UI. For now "users...

View Article

Redmine - Feature #8545: "get projects" REST API response should handle...

The field is already accessible for a specific project for a long time (GET /projects/:id) but in the projects list (GET /projects) it's only on the svn trunk for now. It will be included in Redmine...

View Article

Redmine - Patch #15906: Create a default forum by default

jan jan: I was thinking about giving a shorter description with the same key, but it feels weird / not polished. :(Ebrahim Mohammadi: obviously we all love the fact that Redmine has many available...

View Article


Redmine - Defect #1401: Related e-mail notifications aren't threaded

Thanks Toshi, I let you take care of that then :)

View Article

Redmine - Feature #17814 (Needs feedback): Scrum reporting and Functionality

As you noted there are already a bunch of plugins that do this and do this very well (redmine_scrum or redmine_backlogs for instance).IMHO adding it in redmine core would add too much maintenance...

View Article


Redmine - Feature #6497: Request for a view_projects_index_contextual hook

An other option is to use deface to hook into views rendering, I do it in most of my plugins and it works well as long as css selectors are stable, which is the case in general.

View Article

Redmine - Help: RE: Sending email - getaddrinfo: Name or service not known

You have to configure a DNS server. If you're on Linux it's usually in "/etc/resolv.conf", you can put there "nameserver 8.8.8.8" (google public name servers). If you're in a school/enterprise network...

View Article


Redmine - Help: RE: Wiki/Textile: Column width of a table

It's not textile, it's HTML / your browser : if you have standard columns with no "colspan"s they all have the same width vertically. As far as I know you cannot do complicated things like colspan (=...

View Article

Redmine - Defect #17823: Internal Error - An error occurred on the page you...

Please read SubmittingBugs and give us the requested informations. Especially you should find a detailed error in your log files.

View Article

Redmine - Defect #17830: User creation: clear/plaintext password sent via...

Taking it as salvor == me :) Any comment welcome.

View Article

Redmine - Help: RE: New Issue Status not showing

Database upgrade should work but you should always have a backup in case there's a problem. Your version is very very old and we cannot garantee there won't be any problem during the upgrade. So take a...

View Article


Redmine - Plugins: RE: Plugin: Single Authentication (SSO)

I think you should contact plugin author to discuss that kind of things... And if he doesn't answer, maybe find an other plugin or hire somebody to develop your own ? Good luck

View Article


Redmine - Defect #17823 (Needs feedback): Internal Error - An error occurred...

Unfortunately this log file doesn't contain any line corresponding to a request, so that might not be the good one. Maybe you have other log files in your "log/" directory, or maybe redmine cannot log...

View Article

Redmine - Help: RE: Wiki/Textile: Column width of a table

Thanks Clemens.Robert: I guess you didn't understand me. I was saying that the fact the following html code doesn't display different column widths is not textile "fault": <table> <tr>...

View Article

Redmine - Help: RE: Multiple Plugins that Override Core Views

There's no easy answer, but basically full views overriding is a single-shot idea, and there's no easy workaround. I think it should be discouraged when developing serious plugins. One solution would...

View Article


Redmine - Feature #14435: Issue Summary Edit Feature

Did you notice some fields are already directly editable through the contextual menu ? In issue lists, you can right click on an issue line (outside links, on a blank space) and you will have a...

View Article

Redmine - Open discussion: RE: Name already taken in custom fields

Unfortunately no, this is not possible. My personal workaround is to create custom fields with a prefix depending on the target project.

View Article

Redmine - Defect #17826 (Needs feedback): PDF export fails if there is U+FFFD...

Can you try to reproduce: 1/ on redmine 2.5.2 with ruby 1.9.3, 2/ on current trunk ? Anyway the stack trace would be helpful (I have access to this through our common instance but not other...

View Article

Redmine - Defect #17828: Could not find gem 'mocha (~> 1.0.0) ruby'

Thanks for the detailed bug report! Unfortunately I don't reproduce on my setup easily, but I'll try harder in the next few days.Just an idea: maybe you have a .bundle/config file that tells bundler to...

View Article



Redmine - Defect #17839 (Closed): what's the problem? C:\>gem install bundler

You may have a DNS problem on this server, try "nslookup rubygems.org" it should work. I suggest you ask that question on the forum, the bugtracker is normally reserved for bug with Redmine and this is...

View Article

Redmine - Feature #17840 (Needs feedback): Option to send email notification...

Just so you know, enabling "Issue updated" will email you on every issue update, including modification of "Target version". If I misunderstood your request please explain what you want with more details.

View Article

Redmine - Feature #17842 (Closed): Automatically open issues on project creation

There's no solution for that in Redmine core and I don't see it a near future. You can probably make some scripting with the Rest_Api, I already do that at work to automate the creation of issues on...

View Article

Redmine - Feature #17840: Option to send email notification on "Target...

Ok I understand the request. It's not implemented for now but it may be something great in the future. If you need this quickly, maybe you can develop a plugin to do that, it's not really complicated...

View Article


Redmine - Revision 13378 (svn): Include new standard macros in wiki syntax...

Contributed by Felix Schäfer.

View Article

Redmine - Patch #17847 (Closed): Wiki extended help macros do not reflect...

Jan: no problem, just note that I cannot guarantee I'll see it in 2 hours ;)Felix: thanks for the patch! Committed in r13378 with fr translation.

View Article

Redmine - Patch #17705: MailHandler should ignore bogus issue strings...

No problem merging that as long as it has some more tests for failing strings we introduce... and for good ones too, as I can't find tests in test/unit/mail_handler_test.rb. Maybe it's time to refactor...

View Article


Redmine - Patch #13413: Let users choose how many days in advance they want...

I think that's not a good default value, as it may break existing behaviour for current users of this feature, and they will have a hard time figuring out what happens. Now the number of days is fixed...

View Article


Redmine - Feature #7017: Add watchers from To and Cc fields in issue replies

Can anybody explain me this patch like I'm 5 ? What's the current behaviour, and what's the new proposed one ?It would add "to/cc" persons in an incoming email as watchers of the issue automatically ??

View Article

Redmine - Feature #17763: Ability to render multiple partials with view hook

Isn't it easier to add a "parent" partial that groups the other ones you'd want to render ? Maybe you can explain why this is needed.Plus we need to have some tests if we ever want to merge this in.

View Article

Redmine - Patch #17705: MailHandler should ignore bogus issue strings...

Here we go!

View Article

Redmine - Defect #17828: Could not find gem 'mocha (~> 1.0.0) ruby'

You should probably remove Gemfile.lock before running commands if it's present.Here's the Gemfile.lock I get when running a bundle install. I noticed that for me, should-matchers doesn't depend on...

View Article


Redmine - Revision 13396 (svn): Invalidate security tokens on password or...

Contributed by Jan Schulz-Hofen.

View Article

Redmine - Patch #17717 (Closed): Password/Email address change should...

Committed it in r13396.

View Article


Redmine - Plugins: RE: Redmine reminder plug-in error

You're posting to the wrong forum, if you have an error in a specific plugin you should contact the plugin author directly.

View Article

Redmine - Revision 13411 (svn): Add a constraint on "shoulda-matchers"...

This helps bundler find its dependencies in case shoulda-matchers v1.4.2 isalready installed. In such a case bundler breaks while it shouldn't.

View Article


Redmine - Defect #17828 (Closed): Could not find gem 'mocha (~> 1.0.0) ruby'

Nice! As this issue pops up from time to time, I added a constraint in the Gemfile to help bundler find its way through ou dependencies chain. See r13411. As it's a minor problem with the "test" gems,...

View Article

Redmine - Revision 13412 (svn): Expire other sessions on password change...

Contributed by Jan Schulz-Hofen.

View Article

Redmine - Patch #17796 (Closed): Expire all other sessions on password change

Added in r13412 with the column name requested by Jean-Philippe, and a minor typo fixed in the test. Thanks!

View Article

Redmine - Defect #17881: Javascript error when displaying a saved query with...

No problem merging that, seems reasonable, but I don't reproduce the problem on my 2.5.2 instance. Say I have a project with id 1, I define a query on the cross-projects issue page with a condition on...

View Article


Redmine - Defect #12510: Issues PDF export: Spent time/Float-values aren't...

I do :) First I'll try to add some tests to this part of the code but no pb I'll merge it after.

View Article

Browsing latest articles
Browse All 100 View Live


Latest Images