Search
Results (12601)
- Feature #8063 (New): optionally supress redundant display information on issue listings
- (using 1.0.4 until 1.2.0 is out) A work flow I find myself using a lot when listing issues is having to go into the options list and r ... ou wouldn't want it not displayed on the per issue line. e.g. If I limit the issues to a single target version I do not need th ... uch line space. If I group the results by issue status I do not need to see the status on each issue listed. Having an optional, easy way to s ... plication of information presented. Thanks
- Defect #8062 (Closed): i18n 0.5.0 breaks templating, but downgrading to 0.4.2 caused 500 error
- I accidentally caused teh issue listed in defect http://www.redmine.org/projects/redmine/issues/7013 and tried to downgrade to 0.4.2, but I ... /pre> Any help would be appreciated. Thanks.
- Feature #8058 (New): Separation of content language from UI language
- Currently it is impossible to use Redmine wit ... ecause if I do so, all the English messages (issue description, user comments, wiki pages, ...) ... nterface of this site as soon as possible! :D
- Defect #8057 (Closed): Some fields should be shown LTR even in RTL locales
- Some parts of pages (specially some form fiel ... settings) * All numerical fields (examples: issue id of parent, estimated hours, activity hour ... an exhaustive task which I haven't done yet.
- Defect #8056 (New): Some fields should be shown LTR even in RTL locales
- Some parts of pages (specially some form fiel ... settings) * All numerical fields (examples: issue id of parent, estimated hours, activity hour ... an exhaustive task which I haven't done yet.
- Defect #8055 (New): Links ending with curly brackets are not correctly interpreted
- Links ending with curly brackets are not corr ... 88991511-FC0F-4923-AF00-5289367A596A}&abc=1
- Feature #8050 (Closed): Mightful workflow field enhancement: visible, read only and mandatory
- The problem with a bigger workflow is that so ... and mandatory=false (Except Subject ;) )
- Defect #8049 (Closed): Git: fetch_changesets not updating project's repository
- @rake -f /.../redmine/Rakefile redmine:fetch_ ... /root)@. How do I get to the bottom of this?
- Feature #8047 (Closed): Gantt - Hide versions with no tasks
- Whenever I apply a filter on Gantt, it shows all versions, disregarding if there are issues shown or not. My suggestion is to not display versions that don´t have any issue displayed on Gantt (on the screenshot are displayed some issues, and some versions with no issues under them.
- Feature #8046 (New): request to add the ability to watch a given target version
- (using 1.0.4, soon to be 1.2.0) I would like to be able to watch a target version like I can an issue. An important part of that is that I woul ... a target version. This would help prevent issues from being sneaked into a target version, and to help more people be aware of issues that get dropped from a target version. ... ted with specified target versions. Thanks
- Feature #8045 (New): Support git notes for logging time
- An example: <pre> $ git commit -m "Blah b ... work you did) vs. meta data such as affected issues and work time.
- Defect #8044 (Closed): Atom feeds use internal IP instead of dns name set in settings
- here the config Client -> HTTPS -> Reverse P ... which is https://www.somewhere.com/redmine/issues.atom?key=69fbf4b4e... <?xml version="1.0 ... omewhere.com/redmine redmine revision 5282
- Feature #8039 (Closed): Start issues from 1 per project
- Does not seem that anyone reported this featu ... ects. It would be better to have features/issues starting from 1 on each project, instead of ... which is in totally different department.
- Defect #8038 (Closed): Associated Revisions OL/LI items are not styled properly in issue view
- * Redmine 1.1.2 stable * Tested in Firefox a ... are to the left side of the main div/section.
- Defect #8035 (Closed): Builds failures on r5267
- "Current builds":http://www.redmine.org/build ... mine\" />\n<meta name=\"keywords\" content=\"issue,bug,tracker\" />\n\n<link rel='shortcut icon ... a></li>\n<li><a href=\"/projects/subproject1/issues\" class=\"issues\">Issues</a></li>\n<li><a href=\"/projects/subproject1/issues/gantt\" class=\"gantt\">Gantt</a></li>\n<li><a href=\"/projects/subproject1/issues/calendar\" class=\"calendar\">Calendar</a>< ... r>\n</errors>\n". <nil> is not true. </pre>
- Defect #8031 (Closed): Internal Error when Using Rekonq When Updating An Issue
- Hi, i always get an internal error when updating a redmine issue using rekonq 0.6.1 on kde 4. i'm using kde ... tell me if i need to specify anything else
- Defect #8028 (Closed): Migration error under MSSQL 2000
- Hello, I tried to install the Redmine on M ... e => :changesets_repos_rev Regards Petr
- Defect #8026 (Closed): Wiki tags are not working on Redmine 1.1.2
- Hello, I've downloaded the newest redmine ... to show what I'm saying. Thanks so much!
- Defect #8025 (Closed): Rake Error
- Hi I am very new to this system. I am sett ... e section 6 under Installing RedMine. When I issue the command *rake generate_session_store* I ... by running task with --trace) I tried to issue --trace and I am not able to make it out. ... eed with the REDMINE setup. Regards JJohn
- Defect #8022 (Closed): undefined method `last ... Class in mercurial_adapter.rb:73 (Ruby 1.9.2)
- I'm aware that Redmine is not yet supported on Ruby 1.9, however I have been running it without any issue except this, thus I figured a ticket might b ... .6) treetop (1.4.9) tzinfo (0.3.25) </pre>
- Defect #8019 (Closed): ActiveRecord::StatementInvalid in Issues#show
- Showing app/views/issues/show.rhtml where line #32 raised: Mysql::Error: Unknown column 'issues.lft' in 'where clause': SELECT sum(time_entries.hours) AS sum_time_entries_hours FROM `issues` LEFT OUTER JOIN `time_entries` ON time_entries.issue_id = issues.id WHERE ((issues.`lft` >= NULL AND issues.`rgt` <= NULL) AND (`issues`.`root_id` IS NULL)) Extracted source ( ... _category)%>:</th><td class="category"><%=h @issue.category ? @issue.category.name : "-" %></td> 30: <% if U ... >:</th> 32: <td class="spent-time"><%= @issue.spent_hours > 0 ? (link_to l_hours(@issue.spent_hours), {:controller => 'timelog', :action => 'details', :project_id => @project, :...
- Defect #8018 (Closed): NoMethodError in Issues#show
- NoMethodError in Issues#show Showing app/views/issues/_action_menu.rhtml where line #9 raised: ... rized l(:button_duplicate), {:controller => 'issues', :action => 'new', :project_id => @project, :copy_from => @issue }, :class => 'icon icon-duplicate' %> 7: <% ... authorized l(:button_copy), {:controller => 'issue_moves', :action => 'new', :id => @issue, :copy_options => {:copy => 't'}}, :class => ... authorized l(:button_move), {:controller => 'issue_moves', :action => 'new', :id => @issue}, :class => 'icon icon-move' %> 9: <%= link_to_if_authorized l(:button_delete), {:controller => 'issues', :action => 'destroy', :id => @issue}, :confirm => (@...
- Feature #8016 (New): Drag-and-drop issue (ticket) ordering
- We would really like to be able to specify an ... y be ordered at the bottom of their Priority.
- Patch #8009 (Closed): Allow to specify watches for issues created by e-mail
- The patch allows to specify watchers when creating issues received by e-mail. Author: Denis Malinovsky (dmalinovsky at mediateka.tv)
- Patch #8008 (Closed): Fix 'rdm-mailhandler --help' not working
- Invoking "rdm-mailhandler --help" gives the f ... ge' for #<RedmineMailHandler:0x7f7335c540b8 @issue_attributes={}> (NameError) from /usr/lib/r ... er.rb:167 @ The attached patch fixes the issue by correcting the call to RDoc.usage (line 103).