Search
Results (18291)
- 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
- 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
- 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'),
- 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)
- 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?
- 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?
- Plugins: RE: redmine_time_tracking plugin: Booking could not be added!
- https://github.com/hicknhack-software/redmine_time_tracker/issues/100
- 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?
- 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
- 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!
- 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.
- What is the Rails way of retrieving the custom fields, name and values, from an issue?
- 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 !!!
- Hello! How can I deny access delete files from issues so that only the project manager can delete ... adapter MySQL </pre>
- Plugins: RE: redmine_time_tracking plugin: Booking could not be added!
- Still nothing on this issue. Please close the issue
- Hi, Is there any patches or plugin are available for tagable scrum board?.
- 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
- 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
- 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.
- 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?
- 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.
- 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
- 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_...
- 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?
- Help: RE: Adjusting "issues" table width.
- William Gregorian wrote: > The content of th ... probably achieve thatbehaviour using a theme.