Project

General

Profile

Search

Results (18291)

Help: Handling multiple projects together
Hi Is it possible to handle multiple projects together with redmine? I would like to list issues from two seperate projects together in the same issue list and share the same gantt diagram. Thanks, Hubi 2013-09-22 18:32
Help: Sometimes I get 404 error
My configuration is very similar to that desc ... .20.1 - - [20/Sep/2013:17:07:36 +0300] "GET /issues.xml?offset=0&limit=500&assigned_to_id=3 HTT ... ppreciate any hints with this matter. Ivan 2013-09-20 16:26
Help: RE: Redmine 2.3.1 Issue list edit
I fix problem with two Sort by # columns in /app/models/issue_query.rb I edited line: QueryColumn.new(:id, :sortable => "#{Issue.table_name}.id", :default_order => 'desc', : ... to: QueryColumn.new(:id, :sortable => "#{Issue.table_name}.id", :default_order => 'desc'), 2013-09-20 11:15
Plugins: RE: Querying on Custom Fields
Think I got it: having the issue record: issue.custom_field_values.each do |cf| cf.custo ... ow to access the custom field name and value) 2013-09-19 12:33
Help: Redmine 2.3.1 Issue list edit
Hello, my English is bad. I have a problem with Issue list. I have two columns with Sort by # and ... o scroll horizontally. How can I fix this? 2013-09-19 11:26
Open discussion: Redmine 2.3.1 Issue list edit
Hello, my English is bad. I have a problem with Issue list. I have two columns with Sort by # and ... o scroll horizontally. How can I fix this? 2013-09-19 11:23
Plugins: RE: redmine_time_tracking plugin: Booking could not be added!
https://github.com/hicknhack-software/redmine_time_tracker/issues/100 2013-09-19 05:45
Help: transferring from Redmine 1.2 to 2.3 on new bitnami server
Hi, I am in the midst of moving from Redmi ... projects are visible, but most pages such as issue list no longer work. What should have I d ... things? Easier to tweak, or start over? 2013-09-18 22:57
Plugins: Usersnap Plugin: Add Screenshots to tickets directly in your Browser
Hello! I'm happy to annouce the first rele ... p helps you to communicate effectively about issues and share feedback between developers, cust ... ect/redmine Have a nice day, Gregor 2013-09-18 10:46
Help: RE: Issue notes are not visible
I noticed that for the admin user, the issue notes are visible whereas for a non admin user the issue notes are not visible. This problem was not ... possible that while an user was updating the issue and simultaneously the admin was changing th ... , but is there any other ways of fixing this issue? I am using Redmine 1.3.2 stable version. Any help is appreciated! 2013-09-18 09:26
Development: Enhancement to reminder email rake task (patch attached)
I have enhanced the rake task that send reminder messages to allow more control over which issues will be notified about. Feel free to integ ... did not add any. see #14400 for a related issue. 2013-09-18 06:39
Plugins: Querying on Custom Fields
What is the Rails way of retrieving the custom fields, name and values, from an issue? 2013-09-17 21:33
Help: RE: Error 500 when uploading file on redmine
Anyone has a Solution to solve this issue ? It's really a big problem for me !!! 2013-09-17 11:03
Help: issues attaches rights
Hello! How can I deny access delete files from issues so that only the project manager can delete ... adapter MySQL </pre> 2013-09-17 10:59
Plugins: RE: redmine_time_tracking plugin: Booking could not be added!
Still nothing on this issue. Please close the issue 2013-09-17 09:21
Plugins: Is there any tagable issue scrum board
Hi, Is there any patches or plugin are available for tagable scrum board?. 2013-09-17 08:17
Help: Trying to use "String" Custom Fields for datetimes and fill it automatically
Hi, Similarly to "Closed Date" field that ... Custom fields (as in: http://www.redmine.org/issues/11044) * Trigger mechanism (eg on State ch ... triggers, I thought I could add a method in issue.rb update(), but can't get it to work. 2 pr ... ode successfully such a mechanism ? Thanks 2013-09-16 16:20
Help: RE: Posting new lines in the description of an issue through the API
Ok, I found workaround each new line put i ... e 3</description> works like a charm 2013-09-16 15:47
Help: RE: CRM Plugin Installation Problem on ubuntu ppa-redmine
meanwhile i've fixed the issue thomas jahn wrote: > one differece i ... s and place redmine_contacts Plugin here. 2013-09-16 15:46
Help: RE: Posting new lines in the description of an issue through the API
If I using xml, how i can get a new line? i ... end of the strings but I see this tags in issue without any new lines <![CDATA[ 1 <br ... ]]> didn't help too. Could you help me? 2013-09-16 13:34
Development: RE: Score bar and balance board
Christian Baus wrote: > Hey, > not really a ... t to come across being rude, I close so many issues and threads ab-so-lute-ly unrelated to redm ... e forums... @Vito: Please don't crosspost. 2013-09-16 13:24
Plugins: RE: Time & Expense 1.6
hi Dhanasingh, I defined public holiday ... > - Filter timesheets by groups > - Filter Issues assigned to me > - Configure Public Holid ... ttp://www.youtube.com/watch?v=cTZ2FCqgdwQ 2013-09-16 10:59
Open discussion: Task hierarchy displayed in roadmap
A few years ago I made a small change to my R ... n this up significantly. Eg prepend current issue onto list of descendants. Firstly, I coped and modified some functions from app/helpers/issues_helper.rb into app/helpers/versions_helper. ... ions are: <pre><code class="ruby"> def issue_ancestor_member_of_version(issue, version) myresult = false issue.ancestors.each_with_index do |ancestor,idx| ... return true else if(issue_ancestor_member_of_version(ancestor,version) ... end def render_descendants_tree(issue) #s = '<form><table class="list related-issues">' s = '' s << content_tag('tr', content_tag('td', check_box_tag("ids[]", issue.id, false, :id => nil), :class => 'checkbox') + content_tag('td', link_to_... 2013-09-16 06:47
Open discussion: How to insert the fields of issues's attributes to gantt?
I once try to change something in show.html.e ... ams[:draw_rels] %> <% rels = [IssueRelation::TYPE_BLOCKS, IssueRelation::TYPE_PRECEDES] %> <% ... color: #{color}") %> *<%= l(IssueRelation::TYPES[rel][:name]) %>* ... view still show the name of project& ralated issues but I want show some fields of issues's attributes after the name of issue ,separated by comma what shall I do? 2013-09-16 05:56
Help: RE: Adjusting "issues" table width.
William Gregorian wrote: > The content of th ... probably achieve thatbehaviour using a theme. 2013-09-15 22:31
(7001-7025/18291)