Project

General

Profile

Search

Results (18298)

Plugins: RE: Incorporating non-billable hours in weekly timesheet plugin
Dhanasingh, We may log time in "Non-Billable ... m field) and also "Hours" field for the same issue.I want a solution in this scenario. Regards, Arun 2012-02-20 05:54
Open discussion: RE: replying to this forum via email
As far as I know, it's all based off config i ... verything through the subject (will have the issue # or forum discussion topic #). Should be able to do it as one cron job and one e-mail account. 2012-02-20 02:59
Help: RE: Redmine + passenger, creating issue -> 500 error
Sure you're not being filtered/blocked/droppe ... network level, and/or try on another network. 2012-02-19 21:56
Help: bundle install problems
Hi, After finishing issue #5638 I have problems installed required gem ... lse encountered such problems? Help please... 2012-02-19 19:15
Plugins: RE: Issue Creation Plugin
After calling `issue.errors.full_messages` , I discovered that I could not save the issue because required custom fields were not set. I added the following code before calling issue.save <pre><code class="Ruby"> issue.custom_values = [ create_custom_value(Cus ... e = value custom_value.customized_type = "Issue" return custom_value end </code></pre> 2012-02-19 15:40
Help: Redmine + passenger, creating issue -> 500 error
fedora 16, redmine + Apache + Passenger Th ... tely many things work well (i can enter, see issues and projects, change settings e.t.c), but when i try to create new issue, server gives me error 500. The server gi ... t to the internet via 3G modem, i can create issue. If i connect to the internet via Ethernet c ... ndleRequest(request_rec*)' (Hooks.cpp:561) @ 2012-02-19 14:13
Open discussion: Problem with issue updates through Atom feeds on redmine 1.0.1.
Using Atom feeds, when we subscribe to a filter in an existing issues and when that issue changes the status or gets updated, it does ... to work or is it this a bug in redmine 1.0.1. 2012-02-19 13:22
Help: RE: How To Update Issue via REST? ADD X-Redmine-API-Key
Update your function. "beforeSend" method is ... "1.0" encoding="UTF-8"?>'; ticketData += '<issue>'; ticketData += '<id>' + ticketId + '</id ... eStatus + '</status_id>'; ticketData += '</issue>'; jQuery.ajax({ type: "PUT", url: r ... low!!! https://YOUR_URL/workflows/edit 2012-02-19 02:42
Plugins: RE: Weekly Timesheet Plugin (wk-time)
Alfredo, I have put in the code for allowing time entries to projects with no issues. this will be part of next release 0.0.7 ... 0.0.7. you already know this. Dhanasingh 2012-02-18 16:06
Help: Redmine features available?
Hello all, I have a team of collegues, whi ... to be tracked. Additionally we have customer issues/incidents we have to manage. An example fo ... * > * project1A > > * component11 > > > * issues > > * component12 > > > * issues > * project1B > > * component13 > > > * issues > > * component14 > > > * issues *customer2* > * project2A > > > * issues ... We are currently using OTRS for the ... w projects available? * support of creating issues and tasks with the corresponding informatio ... lp me out of the dark? best regards, hans 2012-02-18 14:00
Help: Error 404 when post time_entries
Hi everybody, may you can help me with a p ... try> <project name="Test" id="59" /> <issue id="238" /> <user name="tigaroo" id="5" ... ion, but no answer yet) Thanks tigaroo 2012-02-17 20:30
Plugins: Issue Creation Plugin
Hello, I am currently writing a plugin the creates a new issue via a http post request. I am currently Having issues with creating and saving a new issue. I was hoping that someone would point me in ... you in advance <pre><code class="ruby"> issue = Issue.new issue.tracker = Tracker.find_by_name("Bug") issue.subject = params[:subject] issue.description = params[:description] issue.project = Project.find_by_name(params[:project]) issue.start_date = Time.now.localtime.strftime("%Y-%m-%d") issue.priority = IssuePriority.find_by_name("Normal") issue.author = User.find_by_mail("XXX@gmail.com") issue... 2012-02-17 18:51
Plugins: RE: Incorporating non-billable hours in weekly timesheet plugin
Arun, The way we do non billable hours is by ... "Non Billable" and have all the non billable issues within it. Not sure if this will work for you or not. Dhanasingh 2012-02-17 18:14
Help: RE: Mysterious blanket e-mail notifications after upgrading to redmine 1.3
I believe to have root caused my issue... I had moved the instance to another user ... stray e-mails, but it appears solved for now. 2012-02-17 18:09
Plugins: RE: Weekly Timesheet Plugin (wk-time)
yeah, I know :-) it might be easier to just repeat the same project/issue/activity/day entries rather than summing up. ... user on this item. I will what can be done. 2012-02-17 18:09
Plugins: Make a patch inside plugin
Make a patch inside plugin I want make I pat ... ou help me ? This is the code: improve_issues.ini <pre> require 'redmine' require 'b ... ispatcher' Dispatcher.to_prepare :improve_issues do # Patches to the Redmine core. Query ... gin default_columns = Setting.issue_list_default_columns.map(&:to_sym) ... This Is to try to add default columns in the issue list, programmed in the role. These lines ... pre> Adding column status. 2012-02-17 16:23
Help: RE: Which Role to change Issue status
Phew! Complex Software! ;-) Now i got it! http://www.redmine.org/projects/redmine/wiki/RedmineIssueTrackingSetup 2012-02-17 13:22
Help: Which Role to change Issue status
Hello, i'm wondering about the redmine-con ... an't find out, which role is needed to close issues. What i've done: - created a new projec ... ssigned user b to project a with role c, see issue tracking permissions in the attachment - created a new issue Now i can't close the ticket with existin ... Even as admin it's not possible to close the issue. Thank you! Regards, André +++++ ... Database schema version 20110902000000 2012-02-17 13:00
Plugins: RE: Weekly Timesheet Plugin (wk-time)
Maybe you could just add the hours without sh ... be the same. In case of detecting same day, issue and activity, instead of adding a new row, a ... that this is easier to say than to do it :) 2012-02-17 08:25
Help: Problem with POST for time_entries
I'm successfully creating Issues from within my solution (version 1.1). Its ... within a Filemaker database. The creation of issues is going fine but when I use a POST command ... mineURL.com/time_entries.xml <time_entry><issue id="8877"/><activity id="9"/><hours>".5"</ho ... spent_on>"2012-02-15"</spent_on></time_entry> 2012-02-17 01:01
Open discussion: what is the most recent test ... fits are conferred compared with version 1.05
I have version 1.05 whihc I have used for s ... be set up 2. Can the Email header when an issue or event is created be modified to show who ... om the drop down list. Hope this is clear? 2012-02-16 22:56
Help: Cannot delete attachments
Redmine 1.3.1 Mongrel 1.5.0 Added plugins ... cannot delete attachments to wiki pages and issues. Trying to delete an attachment file result ... leted physically the files from files folder. 2012-02-16 21:23
Open discussion: RE: What's the benefit of OpenID module as it is now?
Tom S wrote: > Hi, > > I installed the la ... ers to participate in discussions or open an issue. However, I'm quite disappointed with the cu ... login and I think this is serious usability issue. Not only that user has to provide all data ... at user easily can login through one of them. 2012-02-16 18:59
Plugins: RE: Weekly Timesheet Plugin (wk-time)
Alfredo, How do you want the duplicate entries (same day, same issue and same activity) handled? Can we just sho ... entries also in the timesheet ? Dhanasingh 2012-02-16 18:40
Help: How to hide the parent tasks ?
Hello, Is it possible, when I want to display the list of the issues, to exclude the parent issues ? Thanks. 2012-02-16 14:18
(10051-10075/18298)