Activity
From 2010-11-20 to 2010-11-22
2010-11-22
-
21:14 Defect #5072: SVN Repository Error when using FastCGI on IIS7
- I had the same problem today. Since I didn't know why it occured, I did this:
* Stop the server
* Delete (actually:... -
19:57 Defect #6935: Upgrading 1.0.1 to 1.0.3
- User Paulo Santos gave me the way that fix my problem:
"It seems you made a new dir to host Redmine 1.0.3, but kep... -
17:46 Feature #6958 (Closed): Query Subtasks
- It would be great to have the possibility to be able to query the subtask of an issue with an interface similar to th...
-
17:20 Defect #6957: Redmine doesn't work with RubyEE + Passenger 3.0.0 + Rails 3.0.3
- They say it should:
http://www.modrails.com/documentation/Users%20guide%20Apache.html#_installing_multiple_ruby_on_r... -
17:14 Defect #6957: Redmine doesn't work with RubyEE + Passenger 3.0.0 + Rails 3.0.3
- Passenger should run the correct rails version if present IIRC, but look it up in the passenger documentation to make...
-
17:04 Defect #6957: Redmine doesn't work with RubyEE + Passenger 3.0.0 + Rails 3.0.3
- Thanks for that.
Any idea how to get it work in a multi-rails environment? Apart from setting up a separate environm... -
16:21 Defect #6957 (Closed): Redmine doesn't work with RubyEE + Passenger 3.0.0 + Rails 3.0.3
- Current redmine stable is rails 2.3.5 only.
-
16:00 Defect #6957 (Closed): Redmine doesn't work with RubyEE + Passenger 3.0.0 + Rails 3.0.3
- I get the following error when switching to it:...
-
16:09 Defect #6457 (Resolved): Edit User group problem
- Great! This patch works out of the box for Redmine 1.0.1. Thanks!
-
15:37 Defect #6549: Notification settings not migrated properly
- I just updated to my svn instalation from svn trunk (Revision: 4425 and read the above comments about using trunk) an...
-
15:24 Patch #4776: Totals for Estimated Time
- Thank you a lot!
What version is the for? TotalEstimatedTime.patch didn't apply to my 1.0.3 (2010-10-31), though s... -
14:44 Feature #1629: Public User Profile
- There are some related tickets/plugins:
http://www.redmine.org/plugins/userprofile
http://www.redmine.org/issues/... -
14:04 Feature #3447: Option to display the issue descriptions on the issues list
- Such functionality is already provided by the [[Plugin_List#Show-Issue-Descriptions|Show Issue Descriptions plugin]].
-
10:51 Feature #3447: Option to display the issue descriptions on the issues list
- +1
We would like to estimate/choose Redmine issues for our sprint planning in a group of people. A preview of the ... -
10:43 Feature #3447: Option to display the issue descriptions on the issues list
- +1
It's quite annoying if I have a meeting and want to discuss some certain issues. I have to print out each sepa... -
12:36 Feature #1263: Dokuwiki importer.
- +1
-
11:08 Defect #6931: German translation contains english texts
- OK - here's my try.
I've translated the texts for the lines in question (the last 12 lines), but left the line men... -
10:55 Patch #2268: Patch to show Total Estimated Time at the bottom of each list of issues.
- Hi Evan,
Can you please share your patch in some way? I'd like to have it very much.
Thanks! -
10:36 Feature #2389: Standard and custom issue fields should have a description/tooltip
- In another bug tracking system I remember (a long time ago) the labels for the fields were optionally hyperlinks to a...
-
10:28 Feature #2389: Standard and custom issue fields should have a description/tooltip
- +1
@Paulo: I agree with this. I also missed descriptions for custom fields. But you are right, there should descri... -
10:15 Defect #6956 (Closed): Back to search results go to first record
- This is the bug:
# perform a search
# goto next page of results
# select a result an click on it
now if you g... -
10:04 Feature #6954 (Closed): Filter from date to date
- It is essential for my work the possibility of filtering issues from date to date using a calendar tooltip.
I will t... -
08:48 Feature #6953 (New): Month view and navigation for calendar on My page
- At the moment calendar block on My page displays only current week.
It would be great to have 2 new features for thi... -
08:26 Defect #6952 (Closed): svn+ssh:// doesn't conect repository
- Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handl... -
03:54 Feature #6889: Set assignee on category change
- Thanks for the reply, and it would be nice if we can add the feature because the testers sometimes forgot to select t...
-
00:48 Patch #6926: Plugins captions for name and descriptions has not i18n support
- Thanks Holger,
I was trying with that solution and I got the patch I attech. No I have plugins with translations a...
2010-11-21
-
15:53 Defect #6931: German translation contains english texts
- These strings should be translated in this file. Translate them if you can and upload translated file here.
-
15:50 Patch #6948 (Resolved): Bulgarian translation
- Commited to svn, thank you.
-
15:50 Patch #6814 (Resolved): Japanese Translation for r4362
- Commited to svn, thank you.
-
15:50 Patch #6804 (Resolved): Bugfix: spelling fixes
- Commited to svn, thank you.
-
15:50 Patch #6783 (Resolved): Swedish Translation for r4352
- Commited to svn, thank you.
-
15:50 Patch #6782 (Resolved): Traditional Chinese language file (to r4352)
- Commited to svn, thank you.
-
15:18 Patch #5117 (Closed): mercurial_adapter should ensure the right LANG environment variable
- Toshi MARUYAMA wrote:
> I update the patch for SVN trunk referring JPL's implementation of r4419(#6860) which uses i... -
02:28 Patch #5117: mercurial_adapter should ensure the right LANG environment variable
- I update the patch for SVN trunk referring JPL's implementation of r4419(#6860) which uses io.read and '\A' regular e...
-
14:13 Patch #6926: Plugins captions for name and descriptions has not i18n support
- You could use something like this:
plugin.description.is_a? Symbol ? l(plugin.description) : plugin.descriptio... -
14:08 Patch #6926: Plugins captions for name and descriptions has not i18n support
- Thanks for reviewing the patch :-)
Yes, you're right, but I think those strings should be able to be translated al... -
13:35 Defect #6895: Wrong Polish translation of "blocks"
- Please attach patch for it.
2010-11-20
-
23:37 Defect #6860: svn: Write error: Broken pipe when browsing repository
- Jean-Philippe Lang wrote:
> Fix committed in r4419.
Thanks a lot!
-
15:08 Defect #6860 (Closed): svn: Write error: Broken pipe when browsing repository
- Fix committed in r4419.
Toshi, I think #gets is ok as long as every lines are read. -
23:07 Defect #6950: ruby script/about doesn't work for me
- Maybe you should put that prominently in the bug reporting instructions, then, for those of us who are not Rails mave...
-
22:59 Defect #6950 (Closed): ruby script/about doesn't work for me
- You always need to specify the correct rails environment (i.e. one that is actually configured). If nothing else is s...
-
22:02 Defect #6950 (Closed): ruby script/about doesn't work for me
- Just trying to report a bug here, but I get this......
-
22:17 Defect #6951 (Closed): Context Menu Broken on Mac
- Tried this with Safari and FireFox. Also tried with IE in a VM, but not sure that's so conclusive. All three were b...
-
19:34 Patch #5117: mercurial_adapter should ensure the right LANG environment variable
- Toshi MARUYAMA wrote:
> > attachment:mercurial_adapter_each_line.patch
>
> It fails.
Hmm, @#each_line => Enume... -
18:50 Patch #5117: mercurial_adapter should ensure the right LANG environment variable
- Yuya Nishihara wrote:
> Toshi MARUYAMA wrote:
> > Unit test fails.
>
> Gee, Ruby 1.8.6 doesn't seem to have Stri... -
17:26 Patch #5117: mercurial_adapter should ensure the right LANG environment variable
- Toshi MARUYAMA wrote:
> Unit test fails.
Gee, Ruby 1.8.6 doesn't seem to have String#lines method, sorry. Could y... -
17:23 Patch #5117: mercurial_adapter should ensure the right LANG environment variable
- I refresh a patch for SVN trunk based on Yuya's hg-version-2010-11-15.patch.
-
16:55 Patch #5117 (Reopened): mercurial_adapter should ensure the right LANG environment variable
- Unit test fails....
-
14:59 Patch #5117 (Closed): mercurial_adapter should ensure the right LANG environment variable
- I've committed hg-version-minimal-2010-11-15.patch in trunk and 1.0-stable as it solves the reported error.
Thanks. -
15:21 Patch #6926: Plugins captions for name and descriptions has not i18n support
- This patch seems to break plugins that do not have translated name and description.
-
14:28 Defect #6949: Parallel versions in a milestone
- Ok, it appears redmine won't yet show the combined completion time of multiple versions in the roadmap.
So, is it up... -
14:02 Defect #6949: Parallel versions in a milestone
- > Being presence of milestone is not in relation to this bug report.
Then your bug report is really unclear.
So p... -
11:33 Defect #6949 (Reopened): Parallel versions in a milestone
- Redmine may not have Milestone feature.
I have already inform you that please don't invalidate this bug report becau... -
10:15 Defect #6949 (Closed): Parallel versions in a milestone
- > Redmine currently shows the estimated milestone completion time as 9 months :(
There is no milestones in Redmine... -
08:57 Defect #6949: Parallel versions in a milestone
- So ... you don't mention your Redmine version or mention what plug-in you're using for Milestones.
Also - I don'... -
08:48 Defect #6949: Parallel versions in a milestone
- I have used Advanced Roadmap plugin to get the Milestone feature in redmine.
But the milestone estimation is done by... -
08:36 Defect #6949 (Closed): Parallel versions in a milestone
- Redmine doesn't not treat multiple versions in a single milestone in parallel order.
This leads to an incorrect esti... -
11:29 Feature #5528 (Closed): Add IRC nick custom field to redmine.org
-
11:26 Defect #6929: new issue from email does not seem to populate DB issue fully
- I can not reproduce. Can you attach the application log generated when receiving such an email with log level set to ...
-
11:15 Defect #6932 (Closed): submitting wrong parent task input creates a 500 error
- Fixed in r4414. Invalid parent id now ignored.
-
10:47 Defect #6943 (Closed): Migration from boolean to varchar fails on PostgreSQL 8.1
- Committed in r4413.
-
10:33 Defect #6944 (Closed): Unable to modify a News since upgrade to 1.0.3.devel
- Fixed in r4412. The stable branch is not affected.
-
00:50 Feature #6945: Add a voting system to help users help admins identify popular features/defects
- Mischa The Evil wrote:
> Alex Bevilacqua wrote:
> > Note that this is a direct request against Feature #2009, which... -
00:42 Feature #6945: Add a voting system to help users help admins identify popular features/defects
- Alex Bevilacqua wrote:
> Note that this is a direct request against Feature #2009, which has a number of votes, but ...
Also available in: Atom