Search
Results (18262)
- Plugins: RE: Code Review Plugin
- Sometimes, a developer requests a review with posting a patch (diff) to the issues. Might it be possible to add diffs there to the nice review too?
- Help: RE: RSS feed not showing more than 15 entries
- Hello, I had the same. Looking, how is cs ... ttps://server.domain.pl/projekt/projects/ppp/issues?format=atom&key=SNLFKiwUZaGtyXyuQMH4tqQYtVP ... ttps://server.domain.pl/projekt/projects/ppp/issues?format=atom Cheers Chris
- Help: RE: import users into redmine from comma delinted text file
- Hi Rene, There are 2 ways to do this. One ... e code I have <pre> require 'csv' # csv issues import for redmine # Will convert a csv into a issues bulkloader into redmine # Column names # ... on # desc <<-END_DESC Bulk loading of issues from a CSV file. Available options: * ... '],'r') do |row| if not firstrow @i = Issue.new @i.project => Project.find_by_name( ... @i.description => row[4] @i.status => IssuesStatus.find_by_id(1) @i.save count + ... e user class and modify my script to match.
- Hi. I have an issue with the Gantt PNG export, where it shows er ... tp://192.168.253.31:88/redmine/projects/ncit/issues/gantt?format=png&month=6&months=20&year=200 ... gantt.rb:218:in `to_image’ /app/controllers/issues_controller.rb:350:in `gantt’ /vendor/rails ... nds.rb:107:in `respond_to’ /app/controllers/issues_controller.rb:348:in `gantt’ /vendor/rails ... c/500.html (500 Internal Server Error) "
- Plugins: RE: Easy to add Google Ads to redmine's sidebar - by plugin ezSidebar
- A little glitch, if you add something to the issue, it moves the edit box below the AdSense, see attachment
- Hi, I am facing a problem in redmine in issue list section.It displays the version of anot ... ect-B with version ver2. When I open the issues of Project-A and move to the version filter ... 7 Redmine 0.8.4
- Help: RE: Associate revision with an issue
- AFAIK there is no other way. In my eyes, it would be useful to link an issue to a revision directly on the issue page. Jens
- It's better to having a "Last Update"(last update date/time /user) column in Watched issues View of My page. So the user can see which issue is update and need to view.
- Suppose I forgot to mention the name of the b ... ny other way to associate a revision with an issue? I just can't find any UI to do this... T ... takes ages and is inconvenient. Any tips?
- Open discussion: RE: Provide an Issue 'Closed Date' in the DB for query purposes
- Sure but then you would have to populate it by hand which is error prone.
- Open discussion: RE: Provide an Issue 'Closed Date' in the DB for query purposes
- You could create a *New Custom Field* (as adm ... chable * Used as Filter * For all Projects.
- We have set up Redmine as our project managem ... his might be accomplished? As a secondary issue, replying to these confirmation emails is no ... ? Thanks for any and all help/suggestions.
- Hello, I'm pretty new to Redmine and ROR. ... separate query tool to get metrics on closed issues (How many closed issues in a given period, how many issues were late, etc) and is finding it hard/impo ... that can be queried against. I did find 2 issues that seem to be related but there doesn't seem to be any traction. http://www.redmine.org/issues/2225 http://www.redmine.org/issues/3197 Is this feature that is fundamental ... s a patch. Thanks again. Jay Graves
- Help: RE: Suddenly adding new issue results with error 500
- My first guess is there is some invalid data on one of your tasks. (most probably the last issue got added) Log-on to your database and fi ... ackup before making any change* We had an issue with some special charter, some one copy & pasted description from word document. HTH..
- Hello, I've troubles with adding new issue - results with error 500. We are using re ... t for a month ago. Today I added about nine issues, but suddenly I can't. *Any help would b ... 287) [i386-freebsd6] <pre> Processing IssuesController#new (for 10.0.0.1 at 2009-06-23 1 ... "=>"Create", "action"=>"new", "controller"=>"issues", "issue"=>{"start_date"=>"2009-06-23", "estimated_ho ... NilClass): /app/models/mailer.rb:38:in `issue_add' /usr/local/lib/ruby/gems/1.8/gems/ ... 83:in `method_missing' /app/controllers/issues_controller.rb:149:in `new' /usr/local/ ... /usr/local/bin/mongrel_rails:19 </pre>
- Plugins: RE: Graphs plugin
- Marios Timotheou wrote: > I have the same issue with this. the graphs come up with black bac ... g/versions/show/35 (Redmine is trunk 2778)
- Help: RE: Customer Facing: Limiting Issue Viewing and/or Limiting Issue Creation
- Hi John, there is already a feature entry for having a "view own issue" permission. Please vote for it! http://www.redmine.org/issues/2653 Thanks, Jens
- Hi, I'm new to Redmine and working my way ... le to limit a user so that they can only see issues they have created, and/or have it so that they can only create issues on one tracker in a project even if multipl ... e have a Project Example, with two trackers, IssueTracker and DevelopmentTracker, I'd like for ... e read/write access to both trackers and any issues they contain. But, I'd also like for ou ... their own limited user) to be able to create issues in IssueTracker, without seeing pretty much anything ... ker, and ideally not even anything else from IssueTracker. Can anyone point me in the right direction? Thanks, T.
- Plugins: RE: Hudson Plugin 0.1.0
- Toshiyuki Ando wrote: > Thanks! > > Jens ... > > !redmine_hudson_add_build_message_to_issue_2.png! Cool! Looks very good. > > > In ... ries, not a big thing :) Thanks, Jens
- Plugins: RE: Hudson Plugin 0.1.0
- Thanks! Jens Goldhammer wrote: > In my ... hot. !redmine_hudson_add_build_message_to_issue_2.png! > In my eyes, the hudson plugin ha ... add changeset to entries, not a big thing :)
- Our company supposes to use Redmine as internal issue tracking system. We have impressed by wide p ... rface but we confront with critical security issue. We have several offices and independent lo ... could not depend from Kerio’s settings :-(
- Plugins: RE: Problem with redmine-charts plugin (with trunk)
- Adding the alias phrase "issues2" fixed the issue for me as well.!! :) I noticed you updated the issue on "GitHub":http://github.com/mszczytowski/redmine_charts/issues#issue/6 as well Thanks a lot Marshall.
- Plugins: RE: Problem with redmine-charts plugin (with trunk)
- I add an alias phrase "as issues2" after "journals.created_on <= ?) group by issues.id)" in line 59 of app/controller/charts_bu ... way though I don't know whether I was correct
- I am running a redmine with Jruby. Some of th ... king fine. I can create new project, add new issue and do all kind of stuff. For the link which ... ne. Anyone has any idea why I am having this issue?
- Plugins: RE: Hudson Plugin 0.1.0
- Hi Toshiyuki Ando, Toshiyuki Ando wrote: ... > > - Your Hudson plugin updates the redmine issue which are solved in a certain build. The commit message in SCM could contain a certain issue number and then you can write that build number to a custom field of the related issue or into a comment of it. > > I think plug ... > > !redmine_hudson_add_build_message_to_issue.png! > > * add build result (success/fail ... ok. What do you think? Thanks, Jens