Project

General

Profile

Search

Results (18291)

Plugins: RE: Time & Expense 1.5
Great Plugin! Request 1: save workinh hour ... time logs you saved direct to project (empty issues) in redmine. Redmine can't hacnle time log beyond issue noramlly, so this won't be viewable in redmi ... e great you can make a small video too. 2013-06-29 15:32
Plugins: RE: Time & Expense 1.5
Hi Dhanasingh, I found the wk-time plugin ... ow if they are part of your roadmap: 1. The Issues listed in the Timesheet row covers Issues which are not assigned to the person fillin ... I wish there could be a flag to select only "Issues assigned to me", "All Issues". I think both would be needed for differen ... Looking forward for your reply Saurabh 2013-06-29 12:01
Help: Installation issue configuring Apache
Hello. I'm working on installing Redmine on a ... r any instructions on how to move past these issues, and continue on with the installation. Th ... y assistance you can provide! Mitchell 2013-06-28 22:24
Help: filtering issues by subtask status
We use subtasks to create code review tasks. ... of checked in code, please share. Thanks. 2013-06-28 16:18
Open discussion: sub issues - field estimated time is overriden
Hello, we are using the sub issue feature and have a problem with the field _estimated time_. An Example: * you have 2 issues at the same roadmpa ** issue A with an estimated time of 8 hours ** issue B with an estimated time of 12 hours * the ... e the parent of A to B the estimated time of issue B is deleted. Issue B has an estimated time of 8 hours now. For ... uld get a warning at least or something else? 2013-06-28 10:49
Open discussion: Shibboleth Authentication Support
Hi Redminers, I was looking through the issue tracker and found Feature #6856 from 3 years ... if it was available via a plugin? Michael 2013-06-26 12:04
Help: RE: Upgrade from 1.2.1 to 2.3.1 - cannot open issues.
Can anyone help me with this issue? I am still having it and I don't know where to go from here. Thanks, Young Kim 2013-06-25 18:27
Open discussion: RE: No import function = giving up on Redmine
This is a great util! I've installed and t ... instance. I'm trying to import projects and issues from an in-house workflow system. Any p ... Thanks so much for your time and effort! 2013-06-25 17:59
Open discussion: RE: Adding issue category name as css class
I found ittttttt :D #{project.issue_categories.find_by_id(category_id)} final code is as follow > @def css_classes > s = "issue tracker-#{tracker_id} status-#{status_id} #{ ... to_id == User.current.id > s << " #{project.issue_categories.find_by_id(category_id)}" > s > end@ 2013-06-25 17:26
Open discussion: RE: Adding issue category name as css class
ok, I managed to print category ID by using " ... n give me some helping words :) thank you. 2013-06-25 16:55
Open discussion: Adding issue category name as css class
Hello everyone, I have been using redmine ... now and I'd like to add the ability to style issues depending on its category name. I believe t ... r this is the right procedure or not?? in issue.rb > @def css_classes > s = "issue tracker-#{tracker_id} status-#{status_id} #{ ... ajib @edit sorry posted in wrong forum :( 2013-06-25 15:14
Help: RE: Wrong encoding for Bzr repository
Folks, This is too serious issue to me because I don't have any knowledge in ... et help from. Thanks for help in advanced. 2013-06-25 13:48
Help: get multi users' issues, REST API
hi, everyone, I'm working on a third-part ... I got a problem. How can I get multi users' issues? From REST documentation: http://www.redmine.org/projects/redmine/wiki/Rest_Issues I can get one user's issues with: http://redmine.dev/issues.json?assigned_to_id=5 but I can't get multi users' issues with: http://redmine.dev/issues.json?assigned_to_id=5&assigned_to_id=6, or http://redmine.dev/issues.json?assigned_to_id=5,6 My redmine ver ... seems that no any answer at all. Any idea? 2013-06-25 12:10
Help: RE: email sendding problem when update 2.2.3 to 2.3.0
It seems like it's Debian 7 problem. Checked like in thread https://github.com/andris9/Nodemailer/issues/140 and got error like Arch 2013-06-25 10:11
Help: RE: email sendding problem when update 2.2.3 to 2.3.0
I've also have problems with mail since 2.3 ... occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first )@ When @tls: tr ... rotocol)@ Does anybody works with hotmail? 2013-06-25 08:40
Help: the exported PDF Can't display the right layout
dear develpoer of redmine I got a problem when i exporting pdf file of an issue content, a Customized field using "Long text ... please help me to fix this problem ,thanks ! 2013-06-25 04:44
Development: new_project_issue_path
Could someone please explain how this new_project_issue_path() works. I can't find anywhere in the source: <pre> link_to(l(:button_add), new_project_issue_path(issue.project, :issue => attrs)) </pre> Thanks, Zdravko 2013-06-24 15:41
Help: RE: Fetching additional data with REST api
Ok, I found out, that the best way is to modi ... ed to overwrite this file: /app/views/issues/show.api.rsb But there is a problem with ... call_hook(:my_hook, {:api => api, :issue => @issue}) But when I try to use this hook, it doe ... xtra_values do api.new_value :country => @issue.country end if include_in_api_response?('ex ... e hooks in this case? Thank you very much. 2013-06-24 15:09
Help: RE: Issues visible accross all project?!
Jan Niggemann wrote: > Please open a issue in the defect tracker. I've done it, see: http://www.redmine.org/issues/14335 I would be interested in a solutio ... be I could do it manually, if I know how...?! 2013-06-24 11:04
Help: problem installing on windows.
I'm trying to install 2.3 under windows using ... se the exact same version to avoid potential issues. At the time of building this gem, the ... R /c/wamp/www/redmine/v2.3/config (master) $ 2013-06-22 17:40
Open discussion: RE: Run system command when issue is created/has status changed.
Back to this. I'm new to Ruby on Rails so i'm ... aged to do an after_filter implementation in IssuesController: <pre> after_filter :only => [:update] do |controller| logger.info IssueStatus.find(params[:issue][:status_id]).name end </pre> which will print the new status of the issue. Is there any way to do that in a plugin ... eep these modifications outside the original IssuesController implementation, but still with th ... running after the after_filter on :update of issues. Thanks in advance 2013-06-22 06:39
Help: Upgrade from 1.2.1 to 2.3.1 - cannot open issues.
Hello, I am trying to upgrade an existing ... ke it worked except for trying to access any issue area. Here is my about of the 2.3.1 insta ... no plugin installed </pre> When going to issues, here is the apache log output: <pre> N ... b:96:in `disabled_core_fields' app/models/issue_query.rb:182:in `initialize_available_filter ... ciated. Thanks for your time, Young Kim 2013-06-21 21:30
Help: RE: Email problem with 2.3.1
I was able to figure out the problem and it h ... emails were not being sent because of a dns issue with the mail server so no email could be se ... e what log should this have been recorded in? 2013-06-21 18:57
Help: How to increase number of items shown in multiple list
Hi, I have a custom field with "list" type a ... ion list. When I have to use it, in a new issue for example, it only shows 4 items, and I ha ... height of the text area ? Redmine : 2.3.1 2013-06-21 16:10
Help: RE: Issues visible accross all project?!
Yeah, "nested set" is another name for a bina ... don't have enough time ATM... Please open a issue in the defect tracker. 2013-06-21 13:49
(7351-7375/18291)