Project

General

Profile

Activity

From 2011-04-01 to 2011-04-03

2011-04-03

23:56 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
Are you simply trying to visit http://git.mydomain.com or http://git.mydomain.com/? That won't work: the auth code ex... Antonio García-Domínguez
21:55 Feature #7979: Automatically show attached images in-line
Yes, we also need this feature urgently! Dieter Egert
18:56 Patch #8008: Fix 'rdm-mailhandler --help' not working
Btw, we should use optparse instead for ruby1.9 compatibility: http://redmine.ruby-lang.org/issues/show/2713 Jean-Philippe Lang
18:26 Defect #7969: Redmine dosn't work with sqlite3-ruby 1.3.3
I actually run tests with @sqlite3 1.3.3 x86-mingw32@ and don't have this issue.... Jean-Philippe Lang
18:16 Feature #8043 (Closed): Standard values for Count breakdown
Not the right tracker. Jean-Philippe Lang
18:13 Defect #8028: Migration error under MSSQL 2000
MSSQL is not officially supported (and totally untested) but I'm curious about how Redmine behaves with it.
Did all ...
Jean-Philippe Lang
18:10 Defect #8031 (Closed): Internal Error when Using Rekonq When Updating An Issue
The error is raised by Mongrel. So this is either a mongrel or rekonq issue. Jean-Philippe Lang
18:04 Feature #7873 (Closed): Issue identifier
Same as #5765. Jean-Philippe Lang
18:04 Feature #8039 (Closed): Start issues from 1 per project
Same as #5765. Jean-Philippe Lang
16:31 Revision 5304 (svn): Shorten query[column_names] param name.
Jean-Philippe Lang
16:09 Revision 5303 (svn): Keep issue filter params on sort headers.
Jean-Philippe Lang
16:06 Revision 5302 (svn): Changes pagination links to non-AJAX requests (#5138).
Jean-Philippe Lang
16:01 Revision 5301 (svn): Makes all pagination-like links use #link_to_content_update (#5138).
Jean-Philippe Lang
15:38 Defect #7850: Possible broken JSON REST API
I've just re-checked with current 1.1-stable. GET requests /projects.json or /users/current.json work as expected. Jean-Philippe Lang
14:33 Defect #8038 (Resolved): Associated Revisions OL/LI items are not styled properly in issue view
Introduced in r3898 and fixed in r5300. Jean-Philippe Lang
14:33 Revision 5300 (svn): Removed the changeset-changes class to the commit logs on the issue view (#8038).
Jean-Philippe Lang
14:12 Defect #8011 (Closed): {{toc}} does not display headlines with inline code markup
I can't reproduce with current trunk. I think it was fixed by r4578. Jean-Philippe Lang
14:02 Revision 5299 (svn): Disable unused fields when switching the period type.
Jean-Philippe Lang
14:02 Revision 5298 (svn): Removed hidden project_id and issue_id parameters.
Jean-Philippe Lang
13:55 Revision 5297 (svn): Changed timelogs filters to use non-AJAX requests (#1965).
Jean-Philippe Lang
11:17 Feature #5483: Change subtask view
+1 Amanjit Gill
10:06 Defect #8022 (Closed): undefined method `last' for nil:NilClass in mercurial_adapter.rb:73 (Ruby 1.9.2)
I refactored Mercurial adapter in trunk and I confirmed to pass tests in Ruby 1.9.2. Toshi MARUYAMA
04:47 Revision 5296 (svn): PDF: code clean up lib/redmine/export/pdf.rb.
Toshi MARUYAMA
04:12 Revision 5295 (svn): PDF: fix width calculation of multi byte character in Simplified and Traditional Chinese (#61).
Contributed by Jun NAITOH. Toshi MARUYAMA
03:50 Defect #7146: Git adapter lost commits before 7 days from database latest changeset
Redmine calls "git log --all --since='YYYY-MM-DD'" to fetch new changesets.
at source:1.1.2/lib/redmine/scm/adapters...
Toshi MARUYAMA
03:15 Defect #8049: Git: fetch_changesets not updating project's repository
Yang Zhang wrote:
> Yes, I mentioned "22d ago" and the other ticket is titled "before 7 days," but that doesn't impl...
Toshi MARUYAMA
02:50 Defect #8049: Git: fetch_changesets not updating project's repository
@git log --all@ shows our most recent commits just fine (from yesterday).
Yes, I mentioned "22d ago" and the other...
Yang Zhang
01:14 Defect #8049: Git: fetch_changesets not updating project's repository
Your description "The last known commit was from 22d ago" means known 7 days problem.
If you still have problem, you...
Toshi MARUYAMA
01:00 Defect #8049: Git: fetch_changesets not updating project's repository
Try "git log --all" or "gitk --all" on your bare repository. Toshi MARUYAMA
00:56 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
This is redmine issue tracker.
You should use redmine forum.
Toshi MARUYAMA
02:15 Feature #8050 (Closed): Mightful workflow field enhancement: visible, read only and mandatory
The problem with a bigger workflow is that some of the fields should be only visible at a later status (e.g. status=T... Terence Mill

2011-04-02

23:35 Feature #4830: Android client for redmine
Pavel Samokha wrote:
> Pieter Pabst wrote:
> > Pavel Samokha wrote:
> > > Hello, guys. I finally returned to RedMi...
Pavel Samokha
20:33 Defect #8049 (Reopened): Git: fetch_changesets not updating project's repository
Toshi, that doesn't work - see below, Redmine's still not updating properly. Why do you keep marking this closed? And... Yang Zhang
03:21 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
Toshi MARUYAMA
03:21 Defect #8049: Git: fetch_changesets not updating project's repository
> ... Toshi MARUYAMA
03:14 Defect #8049 (Reopened): Git: fetch_changesets not updating project's repository
Toshi, we are using 1.0.5 (we cannot upgrade), and the code is the same: source:tags/1.0.5/lib/redmine/scm/adapters/g... Yang Zhang
03:06 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
Redmine runs "git branch" at source:tags/1.1.2/lib/redmine/scm/adapters/git_adapter.rb#L38 . Toshi MARUYAMA
02:58 Defect #8049 (Reopened): Git: fetch_changesets not updating project's repository
Yang Zhang
02:57 Defect #8049: Git: fetch_changesets not updating project's repository
Um, it *is* a bare repo:... Yang Zhang
02:56 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
Yes. You need to use bare repository. Toshi MARUYAMA
02:49 Defect #8049 (Reopened): Git: fetch_changesets not updating project's repository
Toshi, we don't have any non-master branches - are you sure this is a duplicate? Yang Zhang
02:47 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
Duplicate of #7146. Toshi MARUYAMA
01:04 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
@rake -f /.../redmine/Rakefile redmine:fetch_changesets RAILS_ENV=production@ no longer seems to be working on my pro... Yang Zhang
17:19 Defect #8044 (Closed): Atom feeds use internal IP instead of dns name set in settings
Etienne Massip
16:59 Defect #8044 (Resolved): Atom feeds use internal IP instead of dns name set in settings
this problem was fixed in #2813
Add the following options in the Reverse Proxy Apache Server (virtual host) config...
Pip Chan
16:52 Defect #8044: Atom feeds use internal IP instead of dns name set in settings
the problem is from "auto_discovery_link_tag", it generates the wrong discovery link since it based on the server ip ... Pip Chan
16:07 Defect #8044: Atom feeds use internal IP instead of dns name set in settings
problem fixed via by modifying the following file
redmine/app/views/common/feed.atom.rxml
change all ":only_path ...
Pip Chan
16:41 Patch #7820: Traditional Chinese language file (to r5072)
* Translations Added
** label_additional_workflow_transitions_for_author, label_additional_workflow_transitions_for_...
ChunChang (Nagaharu) Lo
16:20 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
Hello,
I followed the instructions for smart git http integration and applied 0001-merged-LeeF-s-patch-with-Michae...
Fabrice Estiévenart
14:00 Feature #3096: Lock accounts after X failed attempts
Is this still the only method to lock accounts after failed retries ? Does it work with the current version of redmine ? S Reid
13:49 Feature #8047 (Closed): Gantt - Hide versions with no tasks
I'll close it as duplicate of #6605, a fix has been committed with r5077 for version version:1.2.0. Etienne Massip
13:46 Revision 5294 (svn): Skip a count(*) SQL query.
Jean-Philippe Lang
13:31 Revision 5293 (svn): Do not load projects association in #rolled_up_trackers.
Jean-Philippe Lang
12:18 Revision 5292 (svn): Skip a few count(*) SQL queries on the issue list.
Jean-Philippe Lang
10:01 Revision 5291 (svn): PDF: set enable to use TCPDF UTF-8 on Windows except CJK and Thai (#61).
Contributed by Jun NAITOH. Toshi MARUYAMA
10:01 Revision 5290 (svn): PDF: fix the problem that TCPDF built-in font breaks in the Windows (#61).
This problem occurs because the EOF character string is included in the built-in font.
Contributed by Jun NAITOH.
Toshi MARUYAMA
10:01 Revision 5289 (svn): Fix typo "attachements" in test/integration/issues_test.rb.
Toshi MARUYAMA
09:09 Defect #61: Broken character encoding in pdf export
r5258_chinese.rb.patch corrects the width calculation of multi byte character for chinese.rb.
r5258_chinese.rb.patc...
Jun NAITOH
06:18 Defect #61: Broken character encoding in pdf export
I'm sorry, my correct test environment is the following.
I tested by BitNami(Redmine 1.1.2 + trunk(rfpdf, pdf.rb,...
Jun NAITOH
05:46 Defect #61: Broken character encoding in pdf export
tcpdf_binary.patch fixed the problem that TCPDF built-in font breaks in the Windows environment.
This problem occu...
Jun NAITOH
02:52 Patch #7446 (Closed): Patch for bulk-edit of parent-id
Toshi MARUYAMA
02:42 Defect #8048 (Closed): test
Please use the "demo site":http://demo.redmine.org for testing purposes.
テストはデモサイトでやってください。
Toshi MARUYAMA
02:07 Defect #74: Projects share issue numbers
Apologies for adding to this thread, but I was curious if any resolution were forthcoming? I am currently adapting r... Vincent Polite

2011-04-01

23:58 Defect #8048 (Closed): test
hattori naoki
22:50 Patch #7446 (Resolved): Patch for bulk-edit of parent-id
Resolved by #5831 in Revision 5224. Target version is 1.2.0.
Brian Lindahl
22:43 Patch #7444: Patch for improved issue edit permissions
Yes, 80% done because there are no tests written for this patch. Brian Lindahl
21:43 Feature #8047: Gantt - Hide versions with no tasks
Similar to defect #6419. Cassiano Monteiro
21:42 Feature #8047 (Closed): Gantt - Hide versions with no tasks
Whenever I apply a filter on Gantt, it shows all versions, disregarding if there are issues shown or not. My suggesti... Cassiano Monteiro
21:32 Revision 5288 (svn): Adds an index on users.type for faster retrieval of groups.
Jean-Philippe Lang
21:04 Revision 5287 (svn): No PUT request to get previous/next month.
Jean-Philippe Lang
20:58 Revision 5286 (svn): Limits nested set overhead when destroying an issue without children.
Jean-Philippe Lang
20:47 Defect #1965: Redmine is not Tab Safe
Work done in r5276 to r5280. Same change needs to be done for time entry filters.
Pagination links are still using A...
Jean-Philippe Lang
20:43 Defect #7920: Attempted to update a stale object when copying a project
Finally fixed the error that may occur on deletion in r5285. Jean-Philippe Lang
19:32 Defect #7920: Attempted to update a stale object when copying a project
Actually, not totally fixed. Jean-Philippe Lang
18:28 Defect #7920: Attempted to update a stale object when copying a project
Etienne Massip wrote:
> Just hit a very similar issue :
>
> # following scenario of note 10 in #6320, I got : iss...
Jean-Philippe Lang
11:50 Defect #7920: Attempted to update a stale object when copying a project
In my case, the issue is that you can't destroy a parent issue, period. Etienne Massip
11:44 Defect #7920: Attempted to update a stale object when copying a project
Just hit a very similar issue :
# following scenario of note 10 in #6320, I got : issue 380 parent of 379 and 381
...
Etienne Massip
20:42 Revision 5285 (svn): Fixed: deleting a parent issue may lead to a stale object error (#7920).
Jean-Philippe Lang
20:27 Feature #4830: Android client for redmine
Pieter Pabst wrote:
> Pavel Samokha wrote:
> > Hello, guys. I finally returned to RedMinerDroid development - you c...
Pavel Samokha
17:04 Feature #4830: Android client for redmine
Pavel Samokha wrote:
> Hello, guys. I finally returned to RedMinerDroid development - you can find new alpha on http...
Pieter Pabst
20:19 Feature #8039: Start issues from 1 per project
What would happen when moving issues from one to another project:
Let there be P1 and P2, and there be issue_1 in bo...
Ivan Cenov
08:53 Feature #8039 (Closed): Start issues from 1 per project
Does not seem that anyone reported this feature, however I've started to use Redmine in pretty big company, and we ha... Aleksandar Pavic
19:47 Feature #3816: Allow pasting screenshots from clipboard
I think this is a great idea: intercepting "paste from clipboard" event in the text area and automatically start the ... Alex Last
16:39 Feature #3816: Allow pasting screenshots from clipboard
Hi Alex!
Can you migrate this feature to Skype-similar style? In skype i can press Ctrl + V and image from clipboa...
Il'ya Shakitko
19:47 Feature #8046 (New): request to add the ability to watch a given target version
(using 1.0.4, soon to be 1.2.0)
I would like to be able to watch a target version like I can an issue.
An importa...
Gerry Hawkins
18:58 Defect #8029: List of users for adding to a group may be empty if 100 first users have been added
Niiiice =) Etienne Massip
18:50 Defect #8029: List of users for adding to a group may be empty if 100 first users have been added
User.not_in_group() actually. Jean-Philippe Lang
18:49 Defect #8029 (Closed): List of users for adding to a group may be empty if 100 first users have been added
Just done in r5284 before I saw your update :-) Jean-Philippe Lang
18:37 Defect #8029: List of users for adding to a group may be empty if 100 first users have been added
Can't we add a named scope @User#not_in_group(user_group)@ for correctness ?
(or something like this)
Etienne Massip
18:32 Defect #8029: List of users for adding to a group may be empty if 100 first users have been added
Just type a few letters in the field above the list and the user you want to add will show up. Jean-Philippe Lang
18:47 Revision 5284 (svn): Fixed: list of users for adding to a group may be empty if 100 first users have been added (#8029).
Jean-Philippe Lang
18:30 Feature #8045 (New): Support git notes for logging time
An example:... Jeremy Cowgar
18:26 Revision 5283 (svn): Fixed: bulk destroying parent and child issues raises a stale object error (#7920).
Jean-Philippe Lang
17:57 Defect #8044 (Closed): Atom feeds use internal IP instead of dns name set in settings
here the config
Client -> HTTPS -> Reverse Proxy -> HTTP -> Redmine
where feed url reported right which is
htt...
Pip Chan
17:56 Defect #7794 (Closed): Internal server error on formatting an issue as a PDF in Japanese
Sorry, I could not understand note 5.
I committed r5281 in trunk and r5282 in stable-1.1.
Thanks.
Toshi MARUYAMA
17:10 Defect #7794 (Reopened): Internal server error on formatting an issue as a PDF in Japanese
Toshi MARUYAMA
03:31 Defect #7794 (Closed): Internal server error on formatting an issue as a PDF in Japanese
I have committed r5271 in 1.1-stable.
Thanks.
Toshi MARUYAMA
00:54 Defect #7794 (Reopened): Internal server error on formatting an issue as a PDF in Japanese
When I tested #61 in trunk, now. I found ja-pdf.patch problem.
I retested in Redmine 1.1.2 + ja-pdf.patch.
Tes...
Jun NAITOH
17:54 Revision 5282 (svn): Merged r5281 from trunk.
r5256 in trunk and r5271 in 1.1-stable fixed #7794 completely.
r5253 (r5183) in trunk and r5184 effect the width of t...
Toshi MARUYAMA
17:46 Revision 5281 (svn): PDF: back out r5253 (#7794, #61).
r5256 fixed #7794 completely.
r5253 effects the width of the ASCII character of Japanese PDF.
Contributed by Jun NAI...
Toshi MARUYAMA
17:30 Revision 5280 (svn): Gantt routes with format.
Jean-Philippe Lang
17:00 Revision 5279 (svn): Shortens filter param names.
Jean-Philippe Lang
16:50 Revision 5278 (svn): Keep filter params in 'Per page' links.
Jean-Philippe Lang
16:48 Revision 5277 (svn): Disable unused filter fields so they don't get submitted.
Jean-Philippe Lang
16:34 Revision 5276 (svn): Converted issue filters to non-AJAX GET requests (#1965).
Jean-Philippe Lang
16:02 Revision 5275 (svn): Set native EOL.
Jean-Philippe Lang
16:00 Revision 5274 (svn): Initialize TimeEntry with issue and project for the issue edit form.
Jean-Philippe Lang
15:56 Revision 5273 (svn): Fixes #possible_values_options when given an object with nil project.
Jean-Philippe Lang
15:50 Feature #2096 (Closed): Custom fields referencing system tables (users and versions)
Feature committed in r5272. It was kept simple for 1.2.0, two new custom field formats are now available: User and Ve... Jean-Philippe Lang
15:44 Revision 5272 (svn): Adds User and Version custom field format that can be used to reference a project member or version in custom fields (#2096).
These new field formats are available for project, issue, version and time entry custom fields. Jean-Philippe Lang
14:12 Patch #4905: Redmine.pm: add support for Git's smart HTTP protocol
Thanks Antonio. I was using "patch -p1 < the_patch_file". Using "git apply" worked for me. Julien Mellerin
12:18 Feature #2549: Enable the watching of news
+1!
I want to use it to announce new release/important bug-fixes for all that subscribe for this information as watc...
Stefan Bellus
12:06 Feature #8043 (Closed): Standard values for Count breakdown
When creating counts, enable drop down menus for chosen "Group by" options. In the attached spreadsheet, the Group by... Ervin Duspara
11:34 Defect #6320: Subtasks do not appear under parent task in Issues view
Can't reproduce on trunk :
!subtasks_tree_in_issues_list.PNG!
Etienne Massip
07:08 Defect #6320: Subtasks do not appear under parent task in Issues view
It would appear that it doesn't work in the following situation:
Create Issue #1
Create Issue #2
Create Issue #3...
Ryan H
11:28 Feature #7873: Issue identifier
+1 for this Aleksandar Pavic
11:22 Feature #8041 (Closed): [QA01 changes to Test Case UC-ADM-001
Please use http://demo.redmine.org for testing purposes. Etienne Massip
10:58 Feature #8041 (Closed): [QA01 changes to Test Case UC-ADM-001
[QA01 changes to Test Case UC-ADM-001 cheetah1 test1
10:56 Defect #7856: Change "Update" to "Update/Reply" on issue#show
And by the way, the translation key @button_update@ also used in some other places e.g. in @repository#committers@. S... Dmitry Babenko
07:23 Feature #1517: Cumulative flow diagrams of trackers as some sort of project burn down graph
Hate to resurrect an old issue... This would be an awesomely powerful feature to add to redmine. We're evaluating th... Ryan H
04:44 Defect #8035 (Closed): Builds failures on r5267
I fixed.
I mistook commit log in r5269. Sorry.
Toshi MARUYAMA
03:26 Revision 5271 (svn): PDF: fix the width of the ASCII character of Japanese PDF (#7794).
r5256 in trunk has this change.
So, there is no need to commit in trunk.
Contributed by Jun NAITOH.
Toshi MARUYAMA
02:46 Revision 5270 (svn): Fix test/integration/api_test/users_test.rb fails due to changing en.yml (#8035, #7855).
Toshi MARUYAMA
02:11 Revision 5269 (svn): Fix annotate functional roles_controller_test.rb due fails to changing en.yml (#8035, #7855).
Toshi MARUYAMA
 

Also available in: Atom