Project

General

Profile

Activity

From 2009-12-19 to 2009-12-21

2009-12-21

21:56 Feature #1554: Private comments in tickets
+1 definately.
This feature would be an awesome addition. Currently we use Redmine for larger projects. Both our d...
Aron Rotteveel
20:49 Feature #4466 (Closed): Read/unread status for issues and forum posts
It is good idea to have per-user read/unread status for forum posts and issues.
When there is issue updates after us...
Alexander Matrosoff
19:49 Feature #4461 (Resolved): Repository download file should be under user permission
Felix Schäfer wrote:
> Stop me if I'm wrong, but what would stop someone from, say, viewing the content of a file, a...
pasquale [:dedalus]
19:33 Feature #4461: Repository download file should be under user permission
Stop me if I'm wrong, but what would stop someone from, say, viewing the content of a file, and in the case of a text... Felix Schäfer
15:56 Feature #4461 (Closed): Repository download file should be under user permission
At this moment, if admin set to show repositories for a project, all user that could see repository, can download fil... pasquale [:dedalus]
19:41 Feature #4465 (Closed): hook controller_issues_new_before_save is missing from issues_controller
I found this issue in version 0.8.7 Emmanuel Fernandez
17:19 Defect #4464 (Closed): Related issue doesn't belong to the same project
Jean-Philippe Lang
17:17 Defect #4464 (Closed): Related issue doesn't belong to the same project
I can't make related a bug that is from a project (A) to another project (B): redmine alert me with "« Related issue ... pasquale [:dedalus]
17:18 Defect #4463 (Closed): When submission of new issue is reject, I lost files information
Jean-Philippe Lang
16:50 Defect #4463 (Closed): When submission of new issue is reject, I lost files information
When submission of new issue don't has success, I lost the files that I have entered for new issue using "add another... pasquale [:dedalus]
16:31 Patch #4409: Remove email body via a delimiter
Sorry to pollute this issue :-/ I omitted to put @'\n'@ back into my last regexps.
It should indeed be @s/^$token\n....
Eric Voisard
15:54 Patch #4409: Remove email body via a delimiter
Little change because '.' doesn't match newlines by default in Perl, and bodies like the following one would not be p... Eric Voisard
15:15 Patch #4409: Remove email body via a delimiter
How about the token having to be on a line by istelf. I don't know in Ruby but in Perl it becomes:... Eric Voisard
10:16 Patch #4409: Remove email body via a delimiter
Eric Davis wrote:
> Felix Schäfer wrote:
> > According to the "signature block":http://en.wikipedia.org/wiki/Signat...
Felix Schäfer
00:36 Patch #4409: Remove email body via a delimiter
Felix Schäfer wrote:
> According to the "signature block":http://en.wikipedia.org/wiki/Signature_block article on Wi...
Eric Davis
16:03 Feature #4462 (New): Per Project Emission Address
It would be wonderful to be able to set an emission address per project, rather than having the universal emissions a... Bellatoris Opacus
13:09 Defect #4460: Quotes in "Version" field
Sorry. "... displays " ... Denis Tomashenko
13:08 Defect #4460 (Closed): Quotes in "Version" field
If there are double quotes in the "Version" field - then on issue page (in select-box) displays """ Denis Tomashenko
12:29 Patch #1404: Raise wiki content page size
Thank you for reviewing my patch, jp. Since that page,
http://www.postgresql.org/docs/7.4/interactive/datatype-ch...
Thomas Lecavelier
12:26 Patch #4459: Korean translation update
!#65 is miss-typed, #465 is correct. Kihyun Yun
12:25 Patch #4459 (Closed): Korean translation update
* base version : 3188, trunk version: 3122
* summary: The following is written in Korean for co-translators.
* ...
Kihyun Yun
10:40 Feature #4457: Support for remote Git repositories via RESTful API
Yes, I know about cron jobs, but it's just not possible for cloud environments like Heroku. Alexey Palazhchenko
10:01 Feature #4457: Support for remote Git repositories via RESTful API
I'm not sure if you'll ever get non-generic SCM adapters in Redmine (and to be honest, I'd rather see such thrid-part... Felix Schäfer
07:51 Feature #4457: Support for remote Git repositories via RESTful API
This would be a great feature. For now I have to work around this with a stupid cronjob that pulls all changes from G... André H.
04:58 Feature #4457 (New): Support for remote Git repositories via RESTful API
It would be cool to implement support for remote Git repositories hosted on services like GitHub and Gitorious via th... Alexey Palazhchenko
10:27 Patch #4458 (Closed): Swedish Translation for r3211
Nicklas Holm
03:42 Defect #4456 (Closed): Wiki pages in search results are referenced by project number, not by project identifier.
Even when redmine is configured to use project identifiers instead of project numbers in URLs for projects (and all s... Xuân Baldauf
03:28 Feature #4455: Mercurial overhaul
Looks good. I'll definitely be giving this a try. Luke Hoersten
01:31 Feature #4455: Mercurial overhaul
* File contents fail
should be:
* File contents fail to be displayed when the work dir has changed from the las...
Peter Fern
01:27 Feature #4455 (Closed): Mercurial overhaul
The current mercurial support in Redmine has a number of issues, that this patch attempts to address:
Features:
* T...
Peter Fern
03:01 Feature #3920: REST API for authentication
Nevermind, we will need HTTP Basic if we want to work with "ActiveResource":http://api.rubyonrails.org/classes/Active... Eric Davis
02:35 Feature #3920: REST API for authentication
I've got the token part of this implemented in a private branch. With it, users will have an API token they can use ... Eric Davis
02:57 Feature #4403: Copy with related task
I wrote a patch that addresses that request
This patch implements what I call "custom copies" which are standard c...
James Bernard
01:31 Defect #3421: Mercurial reads files from working dir instead of changesets
I can't set issue relationships, but the patch is at #4455 Peter Fern
00:55 Patch #3836: Git repository support fails on Windows
The above patch causes num_revisions to always return 2.
I've added a patch that should return the correct number ...
Jack Christensen
00:52 Feature #1214: REST API for Issues
Incidentally, the author of "csv import plugin" recognizes that the plugin does not work: (.
Are there any other met...
Michael Ivanov
00:12 Defect #4449: Spent Time Default Value of 0.0
Ran the following SQL on my MySQL install and Redmine no longer shows 0.0 default value for hours.... ian dees

2009-12-20

23:34 Patch #4409: Remove email body via a delimiter
> I think this is the standard behavior. Most other systems with a similar feature have a section saying "all content... Jean-Philippe Lang
21:43 Patch #4409: Remove email body via a delimiter
Eric Davis wrote:
> Jean-Philippe Lang wrote:
> > * this will remove content after a line that *starts* with the de...
Felix Schäfer
18:46 Patch #4409: Remove email body via a delimiter
Jean-Philippe Lang wrote:
> A few comments:
> * this should be applied to forum replies as well
Agreed.
> * t...
Eric Davis
23:21 Defect #4449: Spent Time Default Value of 0.0
See also issue #3075 which is a side-effect of the underlying issue. It also contains a "fix" for it.
HTH.
Mischa The Evil
16:26 Defect #4449: Spent Time Default Value of 0.0
Sorry, should have read that page more carefully:
DB: MySQL 5.0.51a-3ubuntu5.4
Ruby: ruby 1.8.6 (2007-09-24 patch...
ian dees
23:15 Defect #4454: Related issues - blocks
Needs documentation improvement.
Current references which should be explained properly and gathered in the [[Guide...
Mischa The Evil
18:06 Defect #4454: Related issues - blocks
Thanks, Jean.
ga work
16:14 Defect #4454 (Closed): Related issues - blocks
A blocks B simply means that B can not be closed unless A is closed. Start/due dates are not involved. Jean-Philippe Lang
15:40 Defect #4454 (Closed): Related issues - blocks
Hello Mischa,
I'm a new user with difficulty relating issues. I created an issue t1(start 22 - end 23) and added t...
ga work
23:05 Feature #4403: Copy with related task
Alain V. wrote:
> Jean-Philippe Lang wrote:
> > Do you mean automatically adding a relation between the original is...
Mischa The Evil
12:14 Feature #4403: Copy with related task
Jean-Philippe Lang wrote:
> Do you mean automatically adding a relation between the original issue and the copied is...
Alain V.
10:46 Feature #4403: Copy with related task
Do you mean automatically adding a relation between the original issue and the copied issue, so that the copied issue... Jean-Philippe Lang
21:34 Feature #3920: REST API for authentication
Holger Winkelmann wrote:
> what about API login returns a session token which will be used by further requests ?
...
Eric Davis
20:36 Feature #4028: Ability to navigate to next and previous issue from an open issue
Related Issues:
#4028
#2850
#3337
Nanda P
16:13 Feature #4453 (Closed): Fully implement Textile
Jean-Philippe Lang
12:03 Feature #4453 (Closed): Fully implement Textile
This would be helpful, if not to just be able to resize images, something that has made uploading pictures to redmine... Michael Koch
16:12 Feature #4451 (Closed): Date picker to be internationalized - especially German formatting: 24.12.2009
Jean-Philippe Lang
04:33 Feature #4451 (Closed): Date picker to be internationalized - especially German formatting: 24.12.2009
Date picker to be internationalized - especially German formatting: 24.12.2009
This is normally just a matter of w...
John Waldorff
16:11 Feature #4413 (Closed): Multiple attached files delete/edit in ticket edit form
Jean-Philippe Lang
16:01 Feature #4272: Add or remove columns from the issue list
Thank you Felix - that helped me. Then I will also wait for this new feature.
I was not able to see that this patc...
John Waldorff
11:39 Feature #4272: Add or remove columns from the issue list
John Waldorff wrote:
> Could someone please upload a recent patch file that contains both patches?
John, this has...
Felix Schäfer
06:40 Feature #4272: Add or remove columns from the issue list
This is a great enhancement that I would love to see in the core or as a plugin.
But I cannot apply this one auto...
John Waldorff
14:09 Feature #3301: Add favicon to base layout
+1 from me.
Also it will be neat to allow specify icon in custom theme via some ruby code or template.
Alexey Palazhchenko
12:28 Feature #1536: Using libsvn
I've just tested your plugin and found that @#properties@ uses infinite depth, which is wrong and horribly slow (13s ... Jean-Philippe Lang
11:37 Feature #4432: Custom highlighting for certain user-role comments
I do love the gravatar feature; it's a great improvement.
I still think it would be a really nice addition to enable...
Aron Rotteveel
11:17 Defect #4452 (Closed): public/images/admin.png is deleted but still referenced by public/stylesheets/application.css
Applied in changeset r3203. Jean-Philippe Lang
06:23 Defect #4452 (Closed): public/images/admin.png is deleted but still referenced by public/stylesheets/application.css
This line http://www.redmine.org/projects/redmine/repository/revisions/3183/entry/trunk/public/stylesheets/applicatio... Xuân Baldauf
11:03 Feature #1011: Add voting to tickets
James Turnbull wrote:
> Or just activate the voting plugin on Redmine.
That would be also a good solution, but if...
Kamil .
00:07 Feature #1011: Add voting to tickets
Or just activate the voting plugin on Redmine. James Turnbull
10:43 Feature #4306: Mail handler: logging received emails
Eric Davis wrote:
> +1 I also think the plain text email body should be included as well as any keywords Redmine fou...
Jean-Philippe Lang
06:49 Feature #4015: Make app settings overridable at project level
+1 and agree with Richard. This would be a great feature (and much needed for our project!) Michael Koch

2009-12-19

20:20 Feature #1142: CC list for issues
+1
This is a feature we're looking for too. Sometimes we need to report about an issue to some non-members (e.g. a h...
Eric Voisard
15:10 Patch #4352 (Closed): Traditional Chinese language file (to r3129)
Committed, thanks! Jean-Philippe Lang
08:40 Patch #4352: Traditional Chinese language file (to r3129)
* Tag added
** label_display_used_statuses_only
ChunChang (Nagaharu) Lo
15:08 Feature #2230: Issue creation via email from anyone without a Redmine account using an Inbox project
As of r3195, you can allow anyone to submit emails to a private project.
But the token mechanism to access issues wi...
Jean-Philippe Lang
15:05 Defect #4407 (Closed): Accept emails from anyone on a private project
Fixed in r3195. You can now use a 'no_permission_check' option.
For example:
rdm-mailhandler --unknown_user acc...
Jean-Philippe Lang
14:25 Patch #2971 (Closed): Patch for "My Page" personalization not storing reordered blocks
This should be fixed in r3194. Jean-Philippe Lang
13:06 Patch #1404: Raise wiki content page size
Trying to migrate with a Postgres 8.3 database gives the following error:... Jean-Philippe Lang
10:49 Defect #4449: Spent Time Default Value of 0.0
I can't reproduce with latest trunk (r3191).
Please provide the information requested in [[SubmittingBugs]]. Can a...
Jean-Philippe Lang
04:50 Defect #3421: Mercurial reads files from working dir instead of changesets
Peter Fern wrote:
> Peter Fern wrote:
> > since the cat code currently in trunk works as expected.
>
> Actually,...
Luke Hoersten
04:40 Defect #3421: Mercurial reads files from working dir instead of changesets
Peter Fern wrote:
> since the cat code currently in trunk works as expected.
Actually, the problem was likely tha...
Peter Fern
04:38 Defect #3421: Mercurial reads files from working dir instead of changesets
Luke Hoersten wrote:
> Add a file to your Mercurial, commit, then delete and commit. If you try to view that file th...
Peter Fern
04:27 Defect #3421: Mercurial reads files from working dir instead of changesets
In the mean time, I've added the size method, and a conditional in the model for my upcoming patchset to try the scm.... Peter Fern
04:25 Defect #3421: Mercurial reads files from working dir instead of changesets
Peter Fern wrote:
> I think you'll find that's incorrect, and looking at the patch, it doesn't modify the 'cat' meth...
Luke Hoersten
04:07 Defect #3421: Mercurial reads files from working dir instead of changesets
Can you provide the mercurial plugin here? Peter Fern
03:52 Defect #3421: Mercurial reads files from working dir instead of changesets
Peter Fern wrote:
> Umm, where are you getting this 'hg size' command from?? It doesn't exist on any version I have...
Luke Hoersten
02:04 Defect #3421: Mercurial reads files from working dir instead of changesets
Umm, where are you getting this 'hg size' command from?? It doesn't exist on any version I have access to... Peter Fern
04:39 Patch #4450 (Closed): Simplified Chinese language file zh.yml updated to r3191
Chaoqun Zou
04:15 Defect #3724: Mercurial repositories display revision ID instead of changeset ID
I think you'll find that's incorrect, and looking at the patch, it doesn't modify the 'cat' method in any way other t... Peter Fern
03:54 Defect #3724: Mercurial repositories display revision ID instead of changeset ID
Peter Fern wrote:
> I wouldn't say that - the only thing that doesn't work is file sizes... my patch incorporates br...
Luke Hoersten
02:08 Defect #3724: Mercurial repositories display revision ID instead of changeset ID
I wouldn't say that - the only thing that doesn't work is file sizes... my patch incorporates branch and tag support ... Peter Fern
01:28 Defect #1071: Wiki/News/Documents truncate contents to 64K in MYSQL
IMO 16MB is fine. It becomes a HTML page not an attachment, so 16MB is enough. W Snyder
00:06 Feature #1689: Tab Width
Now, even more cool!
Add the following to @lib/redmine/core_ext/string/conversions.rb@...
Chris Miller
 

Also available in: Atom