Project

General

Profile

Search

Results (18210)

Help: RE: How to get tabs to show up in Redmine?
clem johnson wrote: > I've installed redmine ... don't get the tabs e.g.: Overview, Activity, Issues... etc. to show up in the header anywhere? ... ect basis, you can control which tabs appear. 2009-03-28 17:05
Help: How to get tabs to show up in Redmine?
I've installed redmine via the BitNami Redmin ... don't get the tabs e.g.: Overview, Activity, Issues... etc. to show up in the header anywhere? ... to install to get tabs or a config setting? 2009-03-28 16:29
Help: View only issues with status "Assinged" on "My Page" among "Assigned to me issues"
Hello, Is there a way to see only issues that have "Assigned" status on "my page" among "Assigned to me issues"? I need this because we have the next d ... loper has assigned to him about a hundred of issues for the current milestone. Every day a developer accepts several issues to perform, and consequently he needs to se ... or for several next days if a task is large). 2009-03-28 15:35
Plugins: RE: How to update a different table in an issues hook
I did something like this for my Budget plugi ... instead of it's id. Check out the @:helper_issues_show_detail_after_setting@ hook and my Budget plugin's use of that hook in @lib/budget_issue_hook.rb@. Eric 2009-03-28 00:01
Plugins: RE: How to update a different table in an issues hook
Thanks for the input...that worked perfectly... I do have an issue with the History and the emailer in that whe ... I control this by one of the journal hooks? 2009-03-27 21:02
Open discussion: Require built in fields without editing code?
Is it possible to require fields that are def ... the estimated hours and due date fields for issues. If need be I can edit the code to make the ... would be nice to not have to modify the code. 2009-03-27 19:20
Help: mylyn intergration
im running Redmine 0.8.2.stable.2633 on windo ... integration with mylyn in eclipse. all the issues import but unfortunately they appear as clo ... ). is there a way i can possibly update the issue query regular expression to change the status in mylyn? any help would be appreciated. 2009-03-27 05:46
Help: RE: Activity page desn't refresh
Let me be more specific. I have a project with multiple issues. I logged time on a specific issue which can be seen under the "spent time" det ... thing? I assumed that any time logged on an issue would be displayed as recent activity. 2009-03-26 18:49
Help: RE: Activity page desn't refresh
I am now having the same issue, but my redmine version is 0.8.2 stable? 2009-03-26 18:36
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? 2009-03-26 17:18
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! 2009-03-26 09:54
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 2009-03-26 09:53
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 2009-03-26 09:52
Open discussion: Patch for Redmine to persist form state when adding multiple issues
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. 2009-03-26 05:00
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... 2009-03-26 04:01
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 2009-03-26 03:46
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... 2009-03-25 19:42
Plugins: How to update a different table in an issues hook
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...) 2009-03-25 19:35
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) 2009-03-25 16:00
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 =) 2009-03-25 06:54
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 2009-03-24 22:39
Plugins: Redmine Customer plugin v 0.2.0 released
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 2009-03-24 19:55
Plugins: Schedules 0.3.0 released
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! 2009-03-24 19:06
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 2009-03-24 18:15
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. 2009-03-24 15:20
(16926-16950/18210)