Project

General

Profile

Search

Results (18020)

Help: Change status due to subversion integration not working
Hello, I just tried to use the integration with subversion to set the status of the issue to 'resolved' with 100% done. But it doesn't work. Redmine makes the link with the corresponding issue so that's not the problem. I think I don't use the right syntax : the issue keyword is configured as 'Issue#' and the fixing keywords is configured as ' ... herefore I put the following in comment : Issue# 107 resolved Blabla am I right ? If y ... roblem ? Regards Christophe Absil 2009-05-27 16:56
Help: RE: email notifications regarding news items, documents uploading etc
Looks like this is being tracked as an issue here: #2549. 2009-05-27 16:41
Help: Scrum plugin queries.
I have installed scrum plugin, issue_grouping and story decomposition. I have fol ... d ? 4. Scrum plugin just changed the old issue into product backlog and new issue into sprint backlog. isn't? Redmine detai ... nd sprint backlog which is fully implemented. 2009-05-27 14:37
Plugins: RE: Code Review Plugin
How can i delete a code review task assigned ... ose records are wrongly created due to some issue in the early version of the code review plug ... "Cache-Control"=>"no-cache"} </pre> 2009-05-27 14:32
Help: RE: recive email to create issues
You could try using the internal name for you ... efore the information tags? > here is the issue-text > > Project: test-projekt-demo > Tr ... So, I also created a private Uncategorised Issues project, which I set as the default to receive issues, if the project is incorrectly specified. ... s=Neu priority=Normal *project=uncategorised-issues* move_on_success=INBOX.read move_on_failure ... edmineReceivingEmails]]. Cheers, Jamie. 2009-05-27 03:06
Help: Subversion Authentication Through Redmine
Hi, I know this has been asked before, but no ... che. Everything is configured, except for 3 issues (probably all related): h1. Problems ... going around in circles. Cheers, Jamie. 2009-05-27 02:50
Plugins: RE: Problem with redmine-charts plugin (with trunk)
Any update on this issue? 2009-05-26 20:11
Help: RE: To-Do List Manager with Redmine
I was just thinking this would be a great fea ... that don't really need to be tracked as full issues. I'm not sure where it would live in the ... at plugin is great for prioritizing existing issues and seeing what a user needs to do next. ... useful for the daily overview type of screen. 2009-05-26 19:25
Open discussion: RE: Issues Relationship
My plugin, Schedules, can do this. You tell i ... nd it will calculate start and due dates for issues (and the end date for the version too). 2009-05-26 19:08
Open discussion: Issues Relationship
Hi, I used the search and tryed myself, bu ... tickets.. Thanks for any help, da didi 2009-05-26 17:50
Help: RE: New to redmine - simple_ci setup
nevermind, I was adding an 'Issue' custom field. Rather I should have added 'Project' custom field. I got it. 2009-05-26 17:41
Help: RE: Link to an issue with status & summary from wiki syntax?
cpctc X wrote: > From other posts, it looks ... ake a subdirectory like: REDMINE/lib/plugins/issue_description_macro, then put init.rb in there ... de that works well on my Redmine instance 2009-05-26 17:38
Help: RE: Where to start with performance analysis?
Eric Davis wrote: > You should sign up for s ... free plan will let to track down performance issues. > Thanks, I'll take a look, but I'm g ... he tool will be at diagnosing that. m. 2009-05-26 17:24
Help: RE: Link to an issue with status & summary from wiki syntax?
Thank you! That is the perfect example code. ... ake a subdirectory like: REDMINE/lib/plugins/issue_description_macro, then put init.rb in there ... rels or anything to make it start showing up? 2009-05-26 17:16
Open discussion: RE: You should commit db/schema.rb in the repo!
OK, as long as the code for your models does ... your models change. However this is more an issue for larger projects. In the current edge ... ions, just be sure to test the process often. 2009-05-26 17:02
Open discussion: RE: You should commit db/schema.rb in the repo!
Giorgio Gonnella wrote: > the more migration ... database > and the greater likelihood for issues As I said, migrations are required for u ... account). You won't find them in schema.rb. 2009-05-26 16:46
Help: RE: Link to an issue with status & summary from wiki syntax?
Or even: <pre><code class="Ruby"> require ' ... :WikiFormatting::Macros.register do desc "Issues List Description Macro" macro :IssuesList do |obj, args| args, options = ext ... args, :parent) if args.size >= 1 Issue.find(args).collect{|issue| link_to_issue(issue) + ": #{issue.project} - #{issue.subject} / #{issue.status}" } * "<br>" else raise ' ... guments.' end end end </code></pre> 2009-05-26 16:08
Help: RE: Link to an issue with status & summary from wiki syntax?
You can easily implement this as wiki macros, for example {{IssueDetails(<issue_id>)}} within a simple plugin. init.rb: ... :WikiFormatting::Macros.register do desc "Issue Description Macro" macro :IssueDetails do |obj, args| args, options = e ... args, :parent) if args.size == 1 issue = Issue.find args.first "#{issue.id} - #{issue.project} - #{issue.subject} / #{issue.status}" else raise 'No or bad arguments.' end end end </code></pre> 2009-05-26 15:50
Help: Link to an issue with status & summary from wiki syntax?
I am familiar with the syntax #123 to link to an issue. Is there any wiki syntax that would let me extract fields from the issue? For example: * "#123" : "#123.Project" ... trates new custom wiki formatting? Thanks. 2009-05-26 15:00
Open discussion: RE: You should commit db/schema.rb in the repo!
Of course you need also migrations. (Me stupi ... wer it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. 2009-05-26 13:33
Plugins: RE: Ticket grouping plugin
!subissues_03_2.png! 2009-05-26 10:58
Plugins: RE: Ticket grouping plugin
New version 0.1.1: * Added some compatibility with trunk version (issues grouping does not work well yet) * Added ability to view & add subissues in issue details !subissues_03.png! * Plugin now work in development mode (without classes caching) 2009-05-26 10:55
Help: RE: Can i hide a issue from other users
Hey i have developed two plug in that i am de ... roblem.Once the plugin is added i faced that issue.I had never faced it when deploying 0.8.1 or ... Can anyone help me out with this........... 2009-05-26 08:53
Plugins: RE: Graphs plugin
One issue solved: The conditions don't work because th ... phrase _visible_ (or: get only projects and issues that are visible to the current user) - is ... two graphs look different for every project! 2009-05-26 01:20
Plugins: Redmine Squeejee theme - v.0.2.0 released
I've just uploaded a new release of the [[The ... anything else. Though, please *do not* open issues here at @www.redmine.org@ regarding this th ... elopment" output Regards, Mischa. 2009-05-25 23:52
(16376-16400/18020)