Search
Results (18215)
- 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.
- Plugins: RE: Problem with redmine-charts plugin (with trunk)
- Any update on this issue?
- 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.
- 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).
- Hi, I used the search and tryed myself, bu ... tickets.. Thanks for any help, da didi
- 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.
- 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
- 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.
- 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?
- 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.
- 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.
- 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>
- 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>
- 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.
- 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.
- Plugins: RE: Ticket grouping plugin
- !subissues_03_2.png!
- 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)
- 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...........
- 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!
- 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.
- Plugins: RE: correct location for language files in redmine plugins
- Whilst I've got someone's attention ;) Curren ... g localisation values (for example renaming 'issue' to 'ticket' and 'version' to 'sprint'. A ... ubmit a pull-request to edavis10 if required?
- Help: RE: 500 error when accessing issue list
- I've experienced the same problem with the same error trace when attempting to filter issues based on a custom field - reproduced on two ... Removing the Question plugin also solved the issue. Question plugin: 0.3.0 Redmine: r2760 and r2630
- Hey all, I am having an issue where when I update a issue ( update is the only thing on for email btw) ... and it is getting to the mail server without issue, and then 15 seconds later it is finishing t ... so, every once in a while, when you update a issue it will throw an error with this Applicat ... osx leopard and it is running through apache.
- Plugins: RE: Graphs plugin
- Brad Beattie wrote: > The graphs plugin is n ... I was choked off at some point. The i18n issue is very easy: just copy the language files t ... e reason. Other condition like this one @["#{IssueStatus.table_name}.is_closed=?", false]@ work ... eter? This is used in @app/views/graphs/old_issues.html.erb@ and since the word _value_ is pri ... 't seem the correct behavior. It looks like _Issues by valueUpdated_ With the described changes the graphs from the issues page doesn't give errors but look the same ... So, if someone can help me to solve the two issues * find an equivalent for @.visible.@ * ma ... of the graphs plugin working with 0.8-stable.
- <pre> About your application's environment ... o format the subject or the mail to create a issue. * i enabled IMAP-Trace (add: *Net::IMAP.de ... ority: Hoch Status: Feedback here is the issue-text </pre> but redmine reads the mail, and moved it to failed but i've no idea why …