Search
Results (31866)
- 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
- Wiki: PluginIssueDueDate
- h1. Issue Due Date plugin Issue Due Date will set the Issue due dates to the due dates of versions or de ... a Version's due date is changed, all of it's issues with the same due date will also be changed ... "GitHub":http://github.com/edavis10/redmine_issue_due_date/tree/master A forked version for ... itHub":git://github.com/railsformers/redmine_issue_due_date.git. h2. Installation and Setup ... If you would like to convert of the existing issues, backup your database and run the rake task: @rake issue_due_date_plugin:update_due_dates RAILS_ENV=production@ h2. Usage h3. Issue edits When an issue is edited, the plugin will check: * If the issue's due date has been set on the Issue...
- 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 ?
- Defect #3628 (Closed): Wrong local path to attached images in Wiki
- Have recently upgraded to latest (2819) trunk ... n. I am using Rails 2.2.2 and Ruby 1.8.6
- 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
- Defect #3627 (Closed): Can't search for numbers e.g. error codes
- Searching for an error code (e.g. '403') brings you to the issue #403. This error occurs in the current de ... would be better to only get redirected to an issue by entering #<issueid> or issue:<issueid> Regards, Chris
- Feature #3626 (Closed): whining when issue did not get updated for X days
- Hi, I made some kindda plugins that is ran from a cronjob to send alerts to issue owners when their issue has not been updated for X days. It is based ... ithub.com/chantra/redmine_whining/tree/master
- 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.
- Patch #3625 (Closed): Users can't change their issues statuses thru context menu if they don't have "edit issues", "change status"? privileges
- Patch attached
- 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?