Project

General

Profile

Search

Results (18202)

Plugins: ScrumAlliance Burndown plugin - No version error
Hi, I just did some tests with v.1.1.3 of ... for the individual project. To solve the issue change line 5 in the file "../vendor/plugins ... ctive_date.nil?) } </pre> HTH, Mischa. 2009-01-28 00:06
Help: assigning issues to muliple members in a poject
hello, i want to assign some issues to multiple members (or everybody) in a pro ... ber. I was hoping that if i would assign the issue to no one it would be issued to everybody in the project, but i am wrong, it doesn't appear in the 'issues assigned to me' ocverview of the project members. 2009-01-27 21:27
Open discussion: RE: Agile methodologies and Redmine
Hi Dan, thanks for the plugins! After some ... png). So, I added manually that field to the Issues table. After that, product backlog view is ... uctions for SA plugins? Thanks! art 2009-01-27 17:22
Open discussion: RE: Percentage done
As a project manager, the percentage done fie ... f the number of hours needed to complete the issue. There is a very good description and jus ... d later add Evidence Based Scheduling Jeff 2009-01-27 06:16
Help: RE: import from bugzilla
I still face a trace just like Deepak. <pr ... lClass /home/bruce/redmine-0.8.0/app/models/issue.rb:127:in `validate_on_create' ... </pre> ... d at the top of @migrate_from_bugzilla.rake@ 2009-01-27 00:37
Help: RE: redmine +svn complete integration : configuration problem
hi jean, after doing some further investig ... eone from the devs could have a look at this issue... cheers, Tim 2009-01-26 21:26
Help: RE: Installation Issues on Dreamhost
It looks like you have to login to your Dream ... have fastcgi enabled for the domain as well. 2009-01-26 19:00
Open discussion: RE: Add a highly visible notice to top of 'new issue' page...
We have the very same need - though we use th ... this message on +one+ of our Project's *@New Issue@* tab. Can this be done? If not, how can ... nfo. Thanks for any help/feedback on this! 2009-01-26 12:13
Open discussion: RE: Hiding overview and activity
I've just added http://www.redmine.org/issues/show/2585 I meantime would also be inter ... karound on this... anyone have some pointers? 2009-01-26 12:06
Open discussion: RE: Hiding overview and activity
Yes - I feel this could/should even be includ ... isplay or not. I propose to add a Feature Issue on this. 2009-01-26 11:56
Open discussion: Add sub category to category
We use Redmine where I work and had a need to add subcategories to categories for issue reporting. We used 0.7.3 and I'm working on ... feature to include in Redmine for the future? 2009-01-26 01:31
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
This is slightly improved UNIX version of the ... end if (commit_log =~ /^(refs|references|IssueID|fixes|closes)\s*#(\d+)/i) issue_number = $2 sql = "SELECT COUNT(*) AS result FROM issues I INNER JOIN issue_statuses S ON S.id = I.status_id WHERE S.is_closed = 0 AND I.id = #{issue_number};" redmine_issue_open = `#{mysql} --database=redmine --user=r ... --skip-column-names`.strip() if (redmine_issue_open.eql?("0")) STDERR.puts("Redmine issue #{issue_number} is not in an open state.") exit ... STDERR.puts("You didn't specify a Redmine issue number on the first line, e.g.: Refs #1 ... sage goes here...") exit(1) end </pre> 2009-01-24 06:29
Plugins: Bulk Time Entry plugin - v0.2.0 released
"Version 0.2.0":https://projects.littlestream ... ests for the next release. Just open a "new issue":https://projects.littlestreamsoftware.com/projects/redmine-bte/issues/new or send me a pull request on "GitHub":h ... bulk_time_entry_plugin/tree/master. Eric 2009-01-24 05:04
Help: RE: Issue editing
As far as I understand your question you have to go to the issue > click the regular update-button > then, wh ... ich makes it possible to "edit" the original issue description and content. Please let me kn ... mean something different... ;wink; Mischa. 2009-01-24 03:23
Help: RE: Issue editing
Except that, as I said above, the user id I am using has the edit issue right and no edit link appears. 2009-01-24 03:09
Help: RE: Issue editing
See http://www.redmine.org/wiki/redmine/RedmineIssues#Editing-an-existing-issue. I guess that will do... :-) 2009-01-24 01:51
Help: Issue editing
I seem unable to find how one edits, as opposed to updates, an issue. I have enabled issue editing for the manager role and I have logg ... I can see no link to an edit feature on the Issues page. 2009-01-23 22:13
Help: RE: Mandatory check for Red Mine issue # during checkin in svn
Hello, I have adapted this script into rub ... pty.") exit(1) end if (commit_log =~ /Issue\s*#(\d+)\s*/) issue_number = $1 redmine_issue_open = `#{mysql} --database=redmine --user=y ... _password -e "SELECT COUNT(*) AS result FROM issues I INNER JOIN issue_statuses S ON S.id = I.status_id WHERE S.is_closed = 0 AND I.id = #{issue_number};" --skip-column-names`.strip() if (redmine_issue_open.eql?("0")) STDERR.puts("Redmine issue #{issue_number} is not in an open state.") exit ... STDERR.puts("You didn't specify a Redmine issue number on the first line, e.g.: Issue #1234 message...") exit(1) end </pre> I guess this would help. Fabrice. 2009-01-23 16:10
Help: RE: redmine +svn complete integration : configuration problem
hi jean i'm having the same issues you had: <pre> svn: Server sent unexpec ... ng any faults... anthing you see so far? 2009-01-23 04:17
Help: RE: Authentication failing
i had the same issue I fixed it by using: apt-get install li ... ibio-socket-ssl-perl and restarting apache 2009-01-23 03:13
Help: RE: Problem for configuration smtp with Gmail
Jean, Not sure if this will help, but I happened across it while trying to figure out my own app issues with gmailing..the article specifically add ... -using-gmail-in-rails-271 Good luck, Greg 2009-01-23 01:20
Open discussion: RE: Bulk Issue Creation
I would also like to see this feature. Jus ... he Rails console for this task? Thank you! 2009-01-22 15:28
Help: Link to a revision in a subproject?
I keep my Issues in the parent project of a bunch of subproj ... ries. Is it possible to make a link in an Issue that references a revision (or a commit) in the repository of a subproject? Thanks. 2009-01-21 17:38
Help: RE: Exchange incoming email help (imap)
Ok so I'm getting really good at replying to my own issues here... ;-) It did work, I guess I mis ... cron job to run the command every so often? 2009-01-21 15:32
Help: SVN Server Error "The entry or revision was not found in the repository."
Hi there, I'm a new user and am having troubl ... and what it's asking me to do to resolve the issue. If it makes any difference I'm using the ... painless. Any help would be most welcome! 2009-01-21 14:50
(17226-17250/18202)