Search
Results (18202)
- Help: RE: Activity page desn't refresh
- I am now having the same issue, but my redmine version is 0.8.2 stable?
- Help: RE: Changing a projects status?
- Ok so I found that by checking off everything ... under administration that when creating New Issues I am able to see the STatus drop-down - How ... tatus field is static after clicking Update?
- Plugins: RE: ToDo lists plugin
- Chaoqun Zou wrote: > Hi, david > Here is a ... etter to use format_date for date strings as issue's view does. Currently the below line in _to ... a few others). Thanks heaps for the feedback!
- Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
- Sorry the Custom field should not be mandator ... d and make it as optional while creating the issue
- Help: RE: IMAP connects okay but no insertion into Redmine (ideas?)
- Please check one thing.There is a option in A ... tom Fields".You can create custom fields for issues,projects ,users etc.Check that if u r using any Issue Custom field and also r u making that custom field as mandatory while creating the issue. Just remove the mandatory consition for the issue custom field if any custom field is there.Be ... ld also.Otherwise Model validation fails and Issue wont be created .Right now the issue creation by email facility what redmine prov ... elds So just remove the custom fields for issues and try runing the rake task once again.I think this will solve the problem for u Mr Doug Bromley
- When creating multiple issues in Redmine, I wanted that "save and continue" to persist some of the form states for the next issue. To do it, I made this little patch that enables a new issue to inspire itself on another issue. I’ve tested the patch against the stable ... e-to-persist-form-state-when-adding-multiple-issues Regards.
- Plugins: RE: How to update a different table in an issues hook
- Jason: There's two steps you'll need: h ... r the user input This would use the @view_issues_form_details_bottom@. You are really close ... o the form, it's getting associated with the issue when posted (as @params[:issue][:foo_id]@). What you would probably want t ... s as: # # params[:foo][:id] # def view_issues_form_details_bottom(context = {}) return ... a is sent, you need to associate it with the issue. The @:controller_issues_edit_before_save@ is perfect for that. Jus ... <pre><code class="ruby"> def controller_issues_edit_before_save(context = {}) # Create ... ext[:params][:foo] # Add the foo to the issue context[:issue].foos << foo return '' end </code></pre ... f you Foos don't save automatically with the issue...
- Plugins: RE: Storing in a new table or adding a column...
- Depends on your data, I've done both (add col ... Worked fine until I related Deliverables to Issues, then several places of Redmine failed because MySQL didn't know which 'subject' field to use: Issues or Deliverables. Eric
- Plugins: RE: How to update a different table in an issues hook
- Please note that I could have easily added a field to the issues table called 'foo_number' and be done with my issue. In this plugin, an issue can be associated with multiple issues from the other issue tracker...
- I am trying to write a plugin that when a user updates an issue they have an additional text field called "F ... ng this one (thanks Eric). I have the *view_issues_show_details_bottom* hook working properly but I can't figure out how to get the *view_issues_form_details_bottom* hook to work. I have a foos table which has a field called "foo_number" and issues belongs_to foo. How do I in the *view_issues_show_details_bottom* hook display the corre ... ng which is wrong because it will update the issues table foo_id with the actual foo number and ... can do. This plugin allows the user to link issues to another issue tracker software (Jira, etc...)
- Plugins: RE: ToDo lists plugin
- Hi, david Here is a Simplified Chinese local ... etter to use format_date for date strings as issue's view does. Currently the below line in _to ... refresh the page by browser's refresh button)
- Open discussion: RE: default 'Assigned to:' without categories
- I have done it, theat way: In ../app/models/issue.rb add string "self.assigned_to ||= User ... for new records only self.status ||= IssueStatus.default self.priority ||= Enume ... for new records only self.status ||= IssueStatus.default self.priority ||= Enume ... It is not "oldschool" way, but it works =)
- Open discussion: RE: Agile methodologies and Redmine
- Hi, Is it possible to have the one burndo ... ield instead of the version? My team pick issues from different redmine projects every sprin ... ojects have different versions, we group the issues within the same sprint using a custom field ... s that possible? Cheers, André Carlucci
- I've just uploaded a new release of the "Redm ... treamsoftware.com/projects/redmine-customers/issues is open to the public and you are welcome t ... sts and patches for the next version. Eric
- Attached is the latest iteration of the Sched ... calculate the start date / due date for each issue in a version based on project member availab ... ware.com/projects/redmine-schedules/. Thanks!
- Open discussion: RE: redmine.org version?
- It's a branch of the trunk at least. You can tell by the url format: * 0.8.x branch => /issues/show/3040 * trunk branch => /issues/3040 Eric
- Help: RE: hide possibility in a new issue as assign
- I would also bee very interested in such a fu ... to forbit a role to assign a ticket to user.
- Help: RE: hide possibility in a new issue as assign
- I was interested in this as well, but also co ... assign". btw, running 0.8.2.stable.2594 ;)
- I have set up Redmine, Apache2, Subversion an ... blic projects from within Redmine without an issue. *The one thing left that I can't do is bro ... advance for reading this and helping! Tide
- Hello, I have recently discovered Redmine ... ted a new tracker "ChangeLog" holding closed issues that mainly contain a specific category (Ho ... real-time. My problem is that only a few issue attributes, such as priority, status, catego ... ike to add either a start or end date so the issues will populate the calendar. Also, although ... bility to specify the the description of the issue using a "Description: <words>" line, it does ... ution to my problem if I could only set more issue attributes at creation. Or, if you have ... opment Database adapter mysql
- Open discussion: RE: How to contribute
- Enderson Maia wrote: > I wanna help more, bu ... more information to collaborate on the right issues. > > About the issues, what are the priorities ? Depending on ... e, it might be easier to not worry about the issues yet. Here's one process that I'm advising ... de says. # Once you have a test, open a new issue for it and attach the patch # Then people w ... into the flow of it and will be able to spot issues that you can handle. Work on these the sam ... n the method documentation. Eric Eric
- Plugins: RE: Ticket grouping plugin
- Andrew Chaika wrote: > Eric, as I understand ... be to add the patches/plugins to an existing issue or to create a new issue using the Patch tracker. Then we can review ... about applying the code to the core. Eric
- Help: RE: unable to add tasks in redmine
- Hello Eric, I have used the production env ... date the core tables and plugin tables. The issue is fixed now. Thanks a tonne Eric !. Regards, Gokul
- Help: RE: Dyanmic IP / URL repository
- I'm having a similar issue, with the relocation of an svn repo. I had t ... ppreciate any hints of how to acomplish this.
- Plugins: RE: Ticket grouping plugin
- Eric, as I understand the purpose of rails pl ... ications of main project code. I think that issues grouping and queries grouping in sidebar ar ... trunk version)? PS Sorry for my ugly english