Activity
From 2013-09-21 to 2013-09-23
2013-09-23
-
22:46 Defect #14939: Wiki link to specific issues failed
- I find out that it is user.groups in app/models/issue.rb that seems "corrupted".
users.groups.map(&:id) returns ei... -
17:52 Defect #14939: Wiki link to specific issues failed
- Actually, the "internal error" occured due to wrong sql request.
The syntax is wrong.
We observed a similar issue... -
22:14 Feature #14945 (Closed): Outlook inline image replace [cid:..] by redmine !inline image!
-
22:12 Patch #14972: French locale update
- ... changes underscore to underscores (plural form).
Native speakers told me they'd rather not use the plural form, ... -
14:17 Patch #14972 (Closed): French locale update
- Some typo errors.
-
19:16 Defect #14621: AJAX call on the issue form resets data entered during the request
- Another option would be to detect the fields that were manually changed by the user during the ajax call and only res...
-
19:10 Defect #14621: AJAX call on the issue form resets data entered during the request
- I see your point but blocking fields would affect user experience for the vast majority of people who don't have this...
-
19:04 Patch #14767: More CSS classes on various fields
- Adding css classes about relations adds too many queries, I'm not in favor of it. Also, @tracker-#{tracker.name.downc...
-
18:55 Feature #14630 (Closed): wiki_syntax.html per language (wiki help localization mechanism)
-
18:54 Feature #3039: Make annotation why you receive a mail from redmine depend on your notification options
- This would require to send many emails for each notification and would really slow down issue updates. I'm afraid it ...
-
16:02 Feature #1828: Default target version for new issues
- +1 Because we'd like to make the target version mandatory for bug reports but set it to the current live version by d...
-
15:59 Feature #11637: Can you create a tree structure in Issue list
- Marcus Fleuti wrote:
> Looking very nice! Is this gonna find its way into the official release?
maybe?! .. if the... -
13:51 Defect #14906 (Resolved): Excessive queries on roles table when show a Issue
- Hi,
I found the "problem". I have selected the option "Allow issue assignment to groups".
After unselected this, ... -
13:17 Feature #14961: Reconsider moving from svn to git & GitHub
- Łukasz Jąder wrote:
> > Git branch is the reffernce to revisions.
> > You need to run "git branch --contains revisi... -
12:56 Feature #14961: Reconsider moving from svn to git & GitHub
- Łukasz Jąder wrote:
> > Have you read our Contributing guide?
> > I cannot understand benefit of moving Github than... -
11:31 Feature #14961: Reconsider moving from svn to git & GitHub
- > Have you read our Contributing guide?
> I cannot understand benefit of moving Github than our Contributing guide.
... -
01:30 Feature #14961: Reconsider moving from svn to git & GitHub
- Łukasz Jąder wrote:
> What do you mean by sample in comment 9 - that you can delete branch with name 'stable'? I don... -
01:19 Feature #14961: Reconsider moving from svn to git & GitHub
- Łukasz Jąder wrote:
> Refering to your comment https://www.chiliproject.org/issues/601#note-32 :
> > pull request i... -
01:10 Feature #14961: Reconsider moving from svn to git & GitHub
- Łukasz Jąder wrote:
> What do you mean by sample in comment 9 - that you can delete branch with name 'stable'? I don... -
12:50 Patch #14971 (Closed): Plugin rollback migration
- The first migration is not rollback-able
with :
@rake redmine:plugins:migrate NAME=<plugin_name> VERSION=<version_n... -
11:20 Defect #11888: No e-mail notification for non-members who are watchers
- For your information, I have developed a plugin that solves the problem, compatible with Redmine 2.3.2: https://githu...
-
10:20 Defect #14874 (Closed): custom field as filter in view ALL issues
- "Here":http://www.redmine.org/boards/2/topics/39402?r=39520#message-39520 is the answer.
-
06:07 Defect #14960 (Resolved): migrate_from_mantis.rake does not import Mantis users, uses too short password
- Fixed as advice. Thank you.
-
05:30 Defect #14969 (New): ActiceSupport::TimeWithZone failed in migrate_from_mantis.rake
- The Redmine installation information as below:
@Information
Redmine 2.3.3.stable
Default administrator accou... -
04:53 Defect #14865: Incoming email raises with attachment depending on the email client
- Redmine uses "mail".
Please feed back to "mail" author.
https://github.com/mikel/mail -
01:51 Patch #2525: Redmine management of Git repositories
- William Van Hevelingen wrote:
> The redmine_git_hosting plugin doesn't look actively maintained...... and doesn't su... -
01:49 Feature #2048: Code Review Module
- Dipan Mehta wrote:
> You can use the "Code Review plugin":http://www.redmine.org/plugins/codereview. It works very w...
2013-09-22
-
18:39 Feature #14961: Reconsider moving from svn to git & GitHub
- Refering to your comment https://www.chiliproject.org/issues/601#note-32 :
> pull request is not suitable for big we... -
18:38 Feature #14961: Reconsider moving from svn to git & GitHub
- What do you mean by sample in comment 9 - that you can delete branch with name 'stable'? I don't get it.
I've read... -
05:53 Feature #14961: Reconsider moving from svn to git & GitHub
- Łukasz Jąder wrote:
> Also many centralized companies buy 'GitHub Enterprise' just because of this feature - the abi... -
05:46 Feature #14961: Reconsider moving from svn to git & GitHub
- Łukasz Jąder wrote:
> At current state GitHub is de facto best way to share an opensource project and involve many p... -
05:37 Feature #14961: Reconsider moving from svn to git & GitHub
- Łukasz Jąder wrote:
> What do you mean by "Git branch is not stable"? Please provide some details.... -
17:43 Defect #14967 (Closed): Search Issues PGSqlError when select multiple ids
- Help me please:
Processing IssuesController#index () [POST]
Parameters: {"controller"=>"issues", "values"=>{"pr... -
15:01 Feature #14966 (New): "Spent Time" report: maximal criteria amount is hard-coded by now, should become configurable
- Sometimes I need to include more than three criteria in report (for example, Project->Issue->Activity->User). I was s...
-
14:25 Defect #14965: QueryColumn::sql_for_field assumes that operators "issue is opened/closed" deal with field named 'status_id' only - not extendable
- Forget to mention: usage of #{queries_table_name} also looks very strange, all other operators use #{db_table} instea...
-
14:20 Defect #14965 (Closed): QueryColumn::sql_for_field assumes that operators "issue is opened/closed" deal with field named 'status_id' only - not extendable
- While trying to add some custom filters I found out that even if you call sql_for_field with specific table and field...
-
12:30 Defect #14964 (Closed): No http(s) support in Subversion in redmine stack
- I have installed Bitname Redmine stack on a CentOS server. When I try to access my subversion server using https, I g...
2013-09-21
-
23:37 Defect #14960: migrate_from_mantis.rake does not import Mantis users, uses too short password
- Mac Chang wrote:
> ...
> ... -
08:15 Defect #14960 (Closed): migrate_from_mantis.rake does not import Mantis users, uses too short password
- I installed Redmine using Bitnami Redmine Stack 2.3.3-0. Redmine is working fine. Below is the information fetch from...
-
23:16 Feature #14937: Code highlighting toolbar button
- Thank you, +1!
-
22:33 Feature #4706 (Closed): Project member filter on timelog details
- Thanks for the feedback.
-
19:25 Feature #14961: Reconsider moving from svn to git & GitHub
- What do you mean by "Git branch is not stable"? Please provide some details.
I think Redmine is wonderfull softwar... -
18:24 Feature #14961: Reconsider moving from svn to git & GitHub
- Git is less functionality than Subversion and Mercurial.
* Git branch is *not stable*.
http://mercurial.selenic.c... -
18:15 Feature #14961 (Reopened): Reconsider moving from svn to git & GitHub
- #11918 closed, so I reopen this issue.
-
18:13 Feature #14961 (Closed): Reconsider moving from svn to git & GitHub
- #11918 has discussions.
As I described https://www.chiliproject.org/issues/601#note-32 ,
pull request is not suit... -
16:11 Feature #14961 (Reopened): Reconsider moving from svn to git & GitHub
- Project could greatly benefit from ease of contributions from Pull Requests.
Issues would be on redmine.org but re... -
16:01 Defect #13904: Redmine does not send e-mails if ssmtp is installed
- I had the same problem running redmine 2.3.3 on Ubuntu Server 12.04. The problem seems to be the '-t' option given to...
-
15:23 Defect #14857 (Closed): Date localization don't take effects over Date Select fields
- Duplicate with #668.
-
13:10 Feature #10873: Additional user format
- Here goes goes a picture as an example
!http://www.redmine.org/attachments/download/10496/Redmine%20duplicate%20na... -
12:59 Feature #10873: Additional user format
- This problem happened to me and I also ended up recreating your solution independently.
The better situation would... -
12:42 Defect #11289: LDAP authentication with group filter issue
- Have you tried running it with manually with ldapsearch? (Assuming you are on *nix)
Also available in: Atom