Search
Results (18261)
- Open discussion: RE: How to contribute
- Anton Nepomnyaschih wrote: > But I concern a ... Any code contributions should be sent to the issue tracker, either as an attachment to an existing issue or a new "Patch" issue. Right now, we really need some people to help triage the issues list. Like review patches to see if they a ... atest trunk, if they have tests, etc. Eric
- Open discussion: RE: Helping to fix issues
- Chris Grieger wrote: > I'm new here and looked through some of the Issues/Defects which i could fix. Is it allowed to post a Patch to an issue which has already been assigned to someone e ... ge case for Patch12". When I'm reviewing an issue, I'll look at most of the patches and pick the best parts out of each one to submit. Eric
- Plugins: RE: Stuff ToDo - What's recommended to do next
- Rene Kockisch wrote: > thanks for your help. ... d, https://projects.littlestreamsoftware.com/issues/2177. I don't use the plugin that often, s ... ideas on how to make it more useful. Eric
- Plugins: RE: HoptoadServer Plugin (automatically creates issues from exceptions in your app)
- Jan Schulz-Hofen wrote: > Hi Eric, thanks fo ... the time to sit down and code it yet. Eric
- Plugins: RE: Trying to add acts_as_list to Issue
- Fixed by adding this to init.rb <pre> require 'dispatcher' Dispatcher.to_prepare do Issue.send(:include, Backlogs::IssuePatch) end </pre>
- I've uploaded the first public release of the [[PluginIssueDueDate|Redmine Issue Due Date plugin]]. The details of this rele ... tp://theadmin.org/articles/2009/7/19/redmine-issue-due-date-plugin. This plugin was released in response to the requests on issue #1505. If you need help, my "Redmine bug ... ttlestreamsoftware.com/projects/redmine-misc/issues is open to the public and you are welcome t ... s and patches for the next version. Eric
- I am trying 0.8.4. I created two related issues, say A and B. And I also set A precedes B. If I changed the finish date so that issue A finished later, the start date of issue B would be updated accordinging, which is the expected behaviour. But if I made issue A finished earlier, the start date of issue B would not be changed. Is it a bug or intended?
- Open discussion: RE: Site feedback (0.8.5 Roadmap)
- Ahha! thank you for the reply. I posted here ... want to make multiple entries in the various issues, and could not find the reason for it mentioned anywhere. Confusion cleared up.
- Open discussion: RE: Site feedback (0.8.5 Roadmap)
- Steve Diver wrote: > I was just browsing the 0.8.5 roadmap open issues, and noticed that several of them are marke ... o your question here: http://www.redmine.org/issues/3536#note-3.
- I was just browsing the 0.8.5 roadmap open issues, and noticed that several of them are marke ... w.redmine.org/versions/show/11 Examples: Issue #3536 Issue #3561
- Plugins: RE: Issue Vote Plugin
- I concur, voting for closed issues can be unwanted. I have just experienced a conflict while replying to an issue. It seems that a vote is counted as an updat ... the way, and we are using it to good effect.
- Plugins: RE: Trying to add acts_as_list to Issue
- Hmmm...I take that back. Sometimes it works, sometimes it doesn't. What gives?
- Plugins: RE: Trying to add acts_as_list to Issue
- ummm...sorry about that. I was missing <pr ... , but I'm just happy it works. What's it for?
- I'm experimenting with plugins and tried to f ... The one thing I wanted to do is to make the Issue act as a list (acts_as_list). Here's what I ... ' # Patches to the Redmine core require 'issue_patch' ... </pre> In lib/issue_patch.rb <pre> require_dependency 'issue' module IssuePatch def self.included(base) # :nodoc: ... odule InstanceMethods end end Issue.send(:include, IssuePatch) </pre> I try this out in script/console with Issue.find(:first).insert_at and it works like a c ... <pre> undefined method `insert_at' for #<Issue:0x401b568> </pre> What am I missing? :-)
- Open discussion: RE: Helping to fix issues
- Chris Grieger wrote: > There are a lot of en ... ly to the latest code. Regards, Mischa.
- Plugins: RE: Ticket grouping plugin
- The code in _app/views/issues/_add_subissue.rhtml_ for 'Add subissue': <pre> .tabular label { width: 75 ... delete these lines and wait for official fix.
- Plugins: RE: Ticket grouping plugin
- Markus Knittig wrote: > Erik Dannenberg wrot ... I have the same problem too with this group issue plugin... on the production server. when i ... So, what's happening when i edit and save an issue ? The journal is created after saving the issue, but twice ???? Why ?
- Hi , am implementing one feature in redmine. in that am saving record in issues table. after_initialize callback is used in Issue model. due to this while saving new record, ... re any code in redmine to skip the callbacks.
- Open discussion: RE: Helping to fix issues
- Thank you for your reply. There are a lot ... in the current trunk? Regards, Chris
- Good morning, Under the administration pan ... ntroller.rb as a reference point, by my main issue comes from not knowing how to cycle through ... I'd certainly appreciate any help with this.
- We're not going to use some issue fields like % of complete, estimated time e ... ow if you have any ideas of making this fix.
- It's a big issue by my opinion. Are there any easy fixes?
- If anyone felt annoyed because of the constan ... ’re not doing anything i.e. only reported an issue a long time ago) then I think we have a nice ... ks to the source code http://www.redmine.org/issues/3616) The path can be downloaded form gi ... to-limit-the-amount-of-notification-emails/
- Open discussion: RE: Date format on new issue form
- This has been reported as issue #668. Mischa.
- Open discussion: RE: Helping to fix issues
- Chris Grieger wrote: > I'm new here and looked through some of the Issues/Defects which i could fix. Great, thanks ... rote: > Is it allowed to post a Patch to an issue which has already been assigned to someone e ... ication can prevent double work. I'd post an issue-journal asking the current status from the a ... [[submissions]] Kind regards, Mischa.