Project

General

Profile

Search

Results (18298)

Help: How to add a command to the main menu?
How to add a command to the main menu? Parti ... k to all tasks, http://redmine.mycompany.com/issues next to the projects link, http://redmine.m ... icon too? !redmine-main-menu.jpg! Ivan 2011-05-04 10:58
Help: RE: Unable to upgrade from 1.1.1 to 1.1.3
Looks like: http://www.redmine.org/issues/7516#note-3 2011-05-04 04:23
Help: Make incoming emails from unknown users able to update but not create?
Redmine 1.1.2 stable (Bitnami) I'm trying ... an email from an unknown user to the proper issue id gets appended to the issue. However, we don't want a user email be able to *create* an issue (we don't want to open our system to spam). ... want their response on record in the ticket. 2011-05-03 20:01
Help: Upgrade from Redmine 0.8.4.stable (MySQL) to Latest - Advice needed please
I tried this a while back following the instr ... tables etc.) but in the end there were still issues and I was not able to proceed? What woul ... Bitnami stack. Thanks in advance. Andy 2011-05-03 15:56
Plugins: RE: Knowledgebase Plugin
I'm tempted to add the following in my acts_a ... but I think the best way it to address the issue of what is telling it to use 'articles', if ... still need to tweak to accommodate created_at 2011-05-03 15:41
Help: RE: Syntax Error in database.yml?
Okay . . . figured out what was wrong - I had ... ake aborted! Object is not missing constant Issue! /System/Library/Frameworks/Ruby.framework/ ... ake:19 @ So . . . what's this object? 2011-05-03 12:28
Open discussion: RE: Receiving mail notification per specific status
dedalus - wrote: > Redmine offers various no ... .. I'm sorry: I'm wrong I wanted to write a issue not a forum post 2011-05-03 10:40
Plugins: Example of adding new field to Issue
Hi! Is there some plugin with example of adding new field to Issue (or any redmine's common object)? Thanks, Ilya 2011-05-03 08:06
Help: Please Help - Very Weird "Internal Error"
Hi there, I have Redmine installed in a VPS ... contacted HostGator to get them to solve the issue (they installed Redmine for me) and after th ... (adding a comment, changing status, etc.) an issue from: http://redmine.juanlabs.me/issues/(issue #). I get the following error: *Internal ... get that error when I try to "create" a new issue: http://redmine.juanlabs.me/projects/personal/issues/new... but, the issue is created! I asked them about and said: ... oint, you would probably need to direct this issue to Redmine support, as they would have bette ... Weird thing is that when I'm in the All the Issues Screen: http://redmine.juanlabs.me/issues I can click right click and edit status, c ... tool... any clue that can help me solve this issue... 2011-05-03 04:33
Plugins: RE: ToDo lists plugin
Hi all! Big Redmine fan here--and the Todo ... m: when copying a project, Todos attached to Issues within that project do not get copied as we ... one. Thanks for any hints/ideas/responses. 2011-05-03 01:20
Help: RE: Redmine upgrade breaks old attachments
Ok, figured it out. I was using an ubuntu pa ... files. Setting up the files there fixed the issue. 2011-05-02 23:56
Help: RE: Redmine upgrade breaks old attachments
Sorry, submitted this too early, see http://www.redmine.org/boards/2/topics/23694 for the full issue. Mods, can you delete this one? 2011-05-02 23:39
Help: Redmine upgrade breaks old attachments
I am upgrading redmine from an old version (prior to .8, I believe). I had an issue with member role validation, I commented out ... 359 Any help would be greatly appreciated! 2011-05-02 23:38
Plugins: Redmine Plugin/Rails Engine - Paths ... avascripts in a plugin that is on every page?
Alright so I have a plugin for Redmine (Rails ... way to easily address this seemingly simple issue? 2011-05-02 23:02
Help: RE: Submitting Issues through PHP
For custom field, I found this solution: F ... id'=>1, 'value' => 'Steven, Michael') ); $issue->set ('custom_fields', $customFields); $issue->save();@ For more elements: @$customFie ... 245678454526789012345678901235'), ) ); $issue->set ('custom_fields', $customFields); $issue->save();@ Don't forget to add key 'type' ... t this, I have an Internal error from redMine 2011-05-02 19:09
Open discussion: Receiving mail notification per specific status
Redmine offers various notifications case, but one (most useful) is missing: for example if my issues status could be {unconfirmed, new, close} a ... notifications only when my QA team mark the issue as New, with current redmine release I can't. Currently exists the flag "Issue status updated" but missin "Issue status updated when the status is equals to" ... et one of value unconfirmed, new or closed) 2011-05-02 16:19
Help: default user for read all project
Hi, i need for a group of user that have only permission for read all information about a project (issue, wiki, forum, ecc), but this group of user m ... roject that is created, any suggest ? thanks 2011-05-02 12:11
Open discussion: RE: Modify issues forms
Sure you can, by changing the code of "_attributes.rhtml" under the folder of "\redmin\app\views\issues\". Please email to me if you need my help. ... ertheless one concerns on the display of the issues. I would like modify their presentation. Th ... or guide me? > > Thank you in advance 2011-05-02 02:55
Open discussion: RE: Remove fields from new issue page
Sure you can, by changing the code of "_attributes.rhtml" under the folder of "\redmin\app\views\issues\". Please email to me if you need my help. ... way to change the default layout of the new issue page? Seems there are plugins in the works ... s. > > Thanks in advance for any help. 2011-05-02 02:52
Help: How best to let non-developers "rank" tickets?
Our small developer group has difficulty keep ... I don't really want them able to edit other issue details. Any ideas? 2011-05-01 18:05
Open discussion: How to delete the current user from the watcher list after issue update?
Dear all, I want to delete the current user from the watcher list of one issue automatically after this user updates on this issue. How can I revise the code? Thanks a lot. 2011-05-01 05:25
Open discussion: Disable inclusion of original issue in email updates?
I've searched for this for quite a while, but ... e asking about is how to remove the original issue from being included in the email that is sent out when the issue is updated? Often the original issue is quite big, and the updates are small. Any ideas? Thank you in advance. 2011-04-30 07:11
Help: how can I resolve this problem as upgrade(0.9.x to 1.1.3)
i've upgrade 0.9.x to 1.1.3. But I can't writ ... st to write or to edit a article of wiki and issue, occurs just inernal error < 500 internal se ... .html (500 Internal Server Error) </pre> 2011-04-30 06:17
Open discussion: Is there a way to monkey-patch rails tests from plugins?
Me and my team have been heavily producing pl ... that "enforces" stricter validations to the `Issue` model: `start_date`, `due_date` and `estimated_hours` are required for issues where `leaf?` is true. This monkey-patch ... very plugin, for instance, makes the `create_issue!` method from `IssueNestedSetTest` class to create invalid issues (i.e. lacking the required attributes the p ... forcing): <pre> # Helper that creates an issue with default attributes def create_issue!(attributes={}) Issue.create!({:project_id => 1, :tracker_id => 1, ... module InstanceMethods def create_issue_with_gespro_standards!(attributes={}) ... _now, :estimated_hours => 8) create_issue_without_gespro_standards!(attributes) ... _eval do alias_method_chain :create_... 2011-04-30 04:40
Open discussion: RE: National characters in the wiki
So that could be an issue in VM appliance, what do TKL say ? 2011-04-29 18:01
(11676-11700/18298)