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...
-
21:55 Feature #7979: Automatically show attached images in-line
- Yes, we also need this feature urgently!
-
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
-
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....
-
18:16 Feature #8043 (Closed): Standard values for Count breakdown
- Not the right tracker.
-
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 ... -
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.
-
18:04 Feature #7873 (Closed): Issue identifier
- Same as #5765.
-
18:04 Feature #8039 (Closed): Start issues from 1 per project
- Same as #5765.
-
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.
-
14:33 Defect #8038 (Resolved): Associated Revisions OL/LI items are not styled properly in issue view
- Introduced in r3898 and fixed in r5300.
-
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.
-
11:17 Feature #5483: Change subtask view
- +1
-
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.
-
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... -
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... -
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... -
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... -
01:00 Defect #8049: Git: fetch_changesets not updating project's repository
- Try "git log --all" or "gitk --all" on your bare repository.
-
00:56 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
- This is redmine issue tracker.
You should use redmine forum. -
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...
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... -
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...
-
03:21 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
-
03:21 Defect #8049: Git: fetch_changesets not updating project's repository
- > ...
-
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...
-
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 .
-
02:58 Defect #8049 (Reopened): Git: fetch_changesets not updating project's repository
-
02:57 Defect #8049: Git: fetch_changesets not updating project's repository
- Um, it *is* a bare repo:...
-
02:56 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
- Yes. You need to use bare repository.
-
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?
-
02:47 Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
- Duplicate of #7146.
-
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...
-
17:19 Defect #8044 (Closed): Atom feeds use internal IP instead of dns name set in settings
-
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... -
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 ...
-
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 ... -
16:41 Patch #7820: Traditional Chinese language file (to r5072)
- * Translations Added
** label_additional_workflow_transitions_for_author, label_additional_workflow_transitions_for_... -
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... -
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 ?
-
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.
-
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... -
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,... -
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... -
02:52 Patch #7446 (Closed): Patch for bulk-edit of parent-id
-
02:42 Defect #8048 (Closed): test
- Please use the "demo site":http://demo.redmine.org for testing purposes.
テストはデモサイトでやってください。 -
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...
2011-04-01
-
23:58 Defect #8048 (Closed): test
-
22:50 Patch #7446 (Resolved): Patch for bulk-edit of parent-id
- Resolved by #5831 in Revision 5224. Target version is 1.2.0.
-
22:43 Patch #7444: Patch for improved issue edit permissions
- Yes, 80% done because there are no tests written for this patch.
-
21:43 Feature #8047: Gantt - Hide versions with no tasks
- Similar to defect #6419.
-
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...
-
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... -
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.
-
19:32 Defect #7920: Attempted to update a stale object when copying a project
- Actually, not totally fixed.
-
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... -
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.
-
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
... -
20:27 Feature #4830: Android client for redmine
- Pieter Pabst wrote:
> Pavel Samokha wrote:
> > Hello, guys. I finally returned to RedMinerDroid development - you c... -
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... -
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... -
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...
-
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 ...
-
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... -
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... -
18:58 Defect #8029: List of users for adding to a group may be empty if 100 first users have been added
- Niiiice =)
-
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.
-
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 :-)
-
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) -
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.
-
18:30 Feature #8045 (New): Support git notes for logging time
- An example:...
-
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... -
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. -
17:10 Defect #7794 (Reopened): Internal server error on formatting an issue as a PDF in Japanese
-
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. -
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... -
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...
-
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.
-
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... -
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...
-
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!
-
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... -
11:28 Feature #7873: Issue identifier
- +1 for this
-
11:22 Feature #8041 (Closed): [QA01 changes to Test Case UC-ADM-001
- Please use http://demo.redmine.org for testing purposes.
-
10:58 Feature #8041 (Closed): [QA01 changes to Test Case UC-ADM-001
- [QA01 changes to Test Case UC-ADM-001
-
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...
-
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...
-
04:44 Defect #8035 (Closed): Builds failures on r5267
- I fixed.
I mistook commit log in r5269. Sorry.
Also available in: Atom