Project

General

Profile

Activity

From 2008-12-01 to 2008-12-03

2008-12-03

23:38 Feature #436: Add agile features (like formerly provided by XPlanner) to Redmine
Markus, you are correct, that Redmine is not Agile-specific. The problem with using XPlanner and Rally is that they l... Elliot Lee
08:57 Feature #436: Add agile features (like formerly provided by XPlanner) to Redmine
XPlanner and Rally are specific software for managing agile prozesses. Redmine is not. But most of your ideas could b... Markus Knittig
22:58 Feature #2272: Redmine on Oracle Database - Windows Installation
I've not mentioned it on the text above...
But the purpose of this topic is to provide the necessary information t...
Rodrigo Mesquita
22:46 Feature #2272 (Closed): Redmine on Oracle Database - Windows Installation
Hi folks!
This time i won't bother you with another problem to make Redmine compatible with Oracle.
I finally fin...
Rodrigo Mesquita
21:57 Feature #461: Support bulk updating of custom fields
+1
We use Redmine in the same way as Ewan above. Multiple users have asked me why they cannot bulk edit the sprin...
Robert Hatfield
19:22 Feature #2271 (Closed): base href for passenger sub-URI deployment
The usefulness of this feature arises in the following *scenario*:
You deploy redmine using "mod_rails a.k.a. Phusio...
Keith Cascio
18:48 Defect #2270 (Resolved): Redirect problem with redmine and apache mod_proxy
Problem solved i added RequestHeader set X_FORWARDED_PROTO 'https' in the ssl vhost of apache and it works !
Dont r...
thomas r
17:57 Defect #2270 (Closed): Redirect problem with redmine and apache mod_proxy
Hi,
I have a problem with redmine when using mod_proxy in front of it:
mod_proxy -> apache with redmine
in f...
thomas r
18:22 Feature #339: perforce SCM support
Karim Trott wrote:
> As Perforce and P4Ruby has been released on rubyforge, does this raise the probalitiy for Perfo...
Karl Pietrzak
11:11 Feature #2269 (Resolved): Default issue start date should become configurable.
samir djouadi
05:30 Feature #2269 (Closed): Default issue start date should become configurable.
Currently, the start date field of new issue is fixed as today.
(in issues_controller.rb, def new, )
My company h...
Kihyun Yun
08:59 Feature #2096: Custom fields referencing system tables (users and versions)
Jean-Baptiste Barth wrote:
> Didn't try your patch, but someone told me about this feature yesterday ; I'm wondering...
Adriano Crestani Campos
05:00 Feature #973: Assign different status sets and workflows for separate projects
Thomas Pihl wrote:
> I use a very crude homemade "fix/patch" to work around this. I create different statuses and wo...
Harry Yamamoto
04:55 Feature #1561: Totals for estimated/spent time and numeric custom fields on the issue list
Patch filed here: #2268 Ewan Makepeace
03:47 Feature #1561: Totals for estimated/spent time and numeric custom fields on the issue list
Ewan Makepeace wrote:
> We ended up coding a simple total for estimated time of visible issues (see attached). If th...
Ewan Makepeace
03:47 Feature #1561: Totals for estimated/spent time and numeric custom fields on the issue list
We ended up coding a simple total for estimated time of visible issues (see attached). If there is interest will uplo... Ewan Makepeace
04:55 Patch #2268 (Closed): Patch to show Total Estimated Time at the bottom of each list of issues.
Provides a total of estimated time for all the issues in a list, like this:
!http://www.redmine.org/attachments/1207...
Ewan Makepeace
03:43 Defect #1965: Redmine is not Tab Safe
This is the one that bit me but I often see cases where Redmine gives the 'wrong' results because I am moving between... Ewan Makepeace
00:14 Feature #887 (Closed): Disable HTML email
Feature added in r1932. Jean-Philippe Lang
00:08 Feature #818 (Closed): Fulltext search include content of files
Closing duplicate ticket. Jean-Philippe Lang

2008-12-02

23:37 Feature #2244: protection, apache + mod_rails a.k.a. phusion passenger
Eric Davis wrote:
> ... outside the document root, thus not exposed ...
You're right Eric. I didn't realize Pass...
Keith Cascio
07:59 Feature #2244: protection, apache + mod_rails a.k.a. phusion passenger
According to the Passenger documents, you should link only the public directory to be in the web root. This would ma... Eric Davis
23:17 Defect #2248: Problem on Date after editing an Issue
Guys,
I identified the problem. The conversion of dates on issues history at the issues_show screen.
To avoid thi...
Rodrigo Mesquita
22:56 Feature #2096: Custom fields referencing system tables (users and versions)
Didn't try your patch, but someone told me about this feature yesterday ; I'm wondering if it would be difficult to a... Jean-Baptiste Barth
10:39 Feature #2096: Custom fields referencing system tables (users and versions)
Here is the patch that adds a "User List" custom field. I'm setting this issue to 90% done, I think the other 10% wou... Adriano Crestani Campos
07:16 Feature #2096: Custom fields referencing system tables (users and versions)
Adriano Crestani Campos wrote:
> Hans Yoon wrote:
> > I want to add custom field, which is named as "Tester".
> > ...
Kihyun Yun
22:51 Feature #2228: Multilevel upload dirs to accomodate 1000's of files
Richard, project identifier, tracker... shouldn't be used because issues can be moved between projects, trackers... H... Jean-Philippe Lang
22:47 Patch #2265: Revert a specific plugin migrations
My proposal wasn't very beautiful.. Sorry for the double post. Jean-Baptiste Barth
15:20 Patch #2265 (Closed): Revert a specific plugin migrations
There's a topic on the forum "here":http://www.redmine.org/boards/2/topics/show/2820 where the person asks how to rev... Jean-Baptiste Barth
21:57 Feature #436: Add agile features (like formerly provided by XPlanner) to Redmine
Elliot Lee wrote:
> Here are some specific changes in Redmine that would make it easier to use for Agile processes, ...
Elliot Lee
21:11 Feature #436: Add agile features (like formerly provided by XPlanner) to Redmine
Here are some specific changes in Redmine that would make it easier to use for Agile processes, without disrupting th... Elliot Lee
18:54 Defect #2263 (Closed): files update error
Duplicates #2008 Jean-Philippe Lang
07:37 Defect #2263 (Closed): files update error
when i update a file in files list,also my file is bigger than 5M,but no body prompt. 王 欢
18:53 Defect #2264 (Closed): md5 incorrect on Windows
This should be fixed in r2085. Jean-Philippe Lang
14:50 Defect #2264 (Closed): md5 incorrect on Windows
md5 calculated incorrect for files, that contains "\r\n" on Windows platform.
line:
self.digest = Digest::MD5...
Yaroslav Matsera
18:26 Patch #2267 (Closed): Use CSS for setting width of table cells in progress bars
Patch committed in r2084.
Thanks for pointing out this problem.
Jean-Philippe Lang
17:50 Patch #2267 (Closed): Use CSS for setting width of table cells in progress bars
While creating a theme for my Redmine installation, I ran into an issue with the progress bars - for example on the R... Jakob Skjerning
18:14 Defect #2257 (Closed): Project activity partially broken by new user activity code
Indeed, it's fixed. Jean-Philippe Lang
18:13 Defect #2266 (Closed): PGError after svn up to 2082 && add plugin 'Customer'
The problem was not related to the plugin but r2066.
It's fixed in r2083.
Note that current trunk, you shouldn't ...
Jean-Philippe Lang
16:14 Defect #2266 (Closed): PGError after svn up to 2082 && add plugin 'Customer'
Hello world.
My hands_motions:
svn up
Status against revision: 2082
ruby script/plugin install http://svn.r...
Serge Kosse
09:29 Patch #2262: Korean translation patch (r2082)
After posting this patch, I 've tested most of redmine functions.
I've found the points to improve.
* failed to q...
Kihyun Yun
07:13 Patch #2262 (Closed): Korean translation patch (r2082)
* lanaguage file based on r2082
* New features of this translation;
** 이슈 -> 일감
** watcher -> 일감지킴이
** 노트 -> 덧글...
Kihyun Yun
04:24 Feature #2245: Receiving an email, 'Watch' based on To or CC address of the email
I'm not sure the suggestion is right approach.
As you pointed out, the weakpoint is duplicated notification. But str...
youngseok yi
02:35 Patch #2261 (Closed): Traditional Chinese language file (to r2082)
* Added tags: *label_user_activity*
ChunChang (Nagaharu) Lo

2008-12-01

22:24 Patch #2250: pt-br language patch on r2079
Azamat Hackimov wrote:
> You don't need set version - this is developers' choice :). Fixed.
In fact, I don't need...
Alexandre da Silva
16:58 Patch #2250 (Closed): pt-br language patch on r2079
You don't need set version - this is developers' choice :). Fixed. Azamat Hackimov
12:20 Patch #2250: pt-br language patch on r2079
I can see I have no permission anymore to change the version and category... and I forgot to put the version target :... Alexandre da Silva
12:17 Patch #2250 (Closed): pt-br language patch on r2079
Here is the patch for last addition to language file.
Regards,
Alexandre
Alexandre da Silva
21:18 Feature #2258 (Closed): Email reminder subject does not include the # of days
When email reminders go out via the rake task, the message body contains the # of issues and the # of days that were ... Robert Chady
18:42 Defect #2257 (Resolved): Project activity partially broken by new user activity code
dup of #2251 -- fixed in r2082. Jack Christensen
18:34 Defect #2257 (Closed): Project activity partially broken by new user activity code
The form on the side bar to filter activity by by issues or wiki edits was broken by r2067. It always submits a user_... Jack Christensen
18:34 Feature #2245: Receiving an email, 'Watch' based on To or CC address of the email
I did it this way because watchers have already received the original email (the one that created the issue).
But wa...
Jean-Philippe Lang
17:03 Feature #2245: Receiving an email, 'Watch' based on To or CC address of the email
It works as expected! 100%.
I'm totally satisfied with current implementation. thanks for this feature :)
Using ...
youngseok yi
18:24 Defect #2251 (Closed): Error 404 when "Apply" clicked on activity page
It was broken by r2067. It's fixed in r2082. Jean-Philippe Lang
13:00 Defect #2251 (Closed): Error 404 when "Apply" clicked on activity page
Error 404 when "Apply" clicked on activity page, because user_id is empty.... Denis Tomashenko
17:00 Patch #2254 (Closed): Polish translation for r2067
Azamat Hackimov
16:58 Patch #2254: Polish translation for r2067
Updated, thank you. Azamat Hackimov
13:48 Patch #2254 (Closed): Polish translation for r2067
one-line translation Leszek Ciesielski
16:59 Patch #2249 (Closed): Simplified Chinese lang file updated to r2068
Updated. Thank you! Azamat Hackimov
16:59 Patch #2252 (Closed): Hungarian language file updated to r2079
Updated, thank you. Azamat Hackimov
13:22 Patch #2252 (Closed): Hungarian language file updated to r2079
Hungarian language file updated to r2079 Gábor Takács
16:53 Patch #2253 (Closed): Updates brazilian portuguese translation
Patch for pt-br already created. Thank you anyway. Azamat Hackimov
13:42 Patch #2253 (Closed): Updates brazilian portuguese translation
Removes strange chars at end of line and translate label_user_activity. Rodrigo Rosenfeld Rosas
15:18 Feature #2255: Repository commits in subprojects won't reference tickets in parent projects
Patch is in #2256 for anyone interested. Kenneth Hoxworth
15:15 Feature #2255 (Closed): Repository commits in subprojects won't reference tickets in parent projects
We have one large projects that contains a number of smaller sub-projects that each have their own git repository. We... Kenneth Hoxworth
15:17 Patch #2256 (Closed): Allow commit messages to refer to issues in project ancestor tree, not just project
Patch to provide functionality described in #2255. Patch is against revision 2056. Kenneth Hoxworth
14:01 Defect #2234: Firefox: Cut's off on large differential
This same issues occurs on the "Overall Activity" if there is a lot of activity.
It works in IE but not Firefox.
Curtis Stewart
00:27 Feature #1803: Allow custom issue fields as column in issues overview
+1 Vasia Pupkin
 

Also available in: Atom