Search
Results (12390)
- Feature #1308 (New): use ajax suggestion patt ... ally big fields, like "assigned to", "author"
- if the user base is large, it would be nice n ... st: http://www.google.com/webhp?complete=1.
- Feature #1307 (Closed): allow paging through tickets after querying
- it would be nice to page through tickets afte ... revious, back to query, next ticket links).
- Feature #1306 (New): resolution fixed and % done out of sync
- it would be nice if fixing an issue would set the % done to 100%.
- Patch #1305 (Closed): pt-br language minor changes and missing strings
- Since my last patch, I found some missing str ... and could also be merged in 0.7-stable branch
- Defect #1304 (Closed): No data to display
- I've created a forum entry for a project. Sin ... ages) the result is still No Data to Display.
- Defect #1302 (Closed): Log Time fieldset in IssueController#edit doesn't set default Activity as default
- Even if you specified a default activity from /enumerations administration area, the edit issue controller always displays @activities witho ... you can use to debug the problem: /views/issues/edit.rhtml <pre> <div class="spli ... ivities default activity id. /controllers/issue_controller.rb <pre> if request.get? @custom_values = @project.custom_fields_for_issues(@issue.tracker).collect { |x| @issue.custom_values.find_by_custom_field_id(x.id) || CustomValue.new(:custom_field => x, :customized => @issue) } else # Update custom fields i ... @custom_values = @project.custom_fields_for_issues(@issue.tracker).collect { |x| CustomValue.new(:custom_field => x, :customized => @issue, :value => params["custom_fields"][x.id.to_s]) } @...
- Patch #1299 (Closed): Polish translation for r1460
- I wanted to attach a patch with translatoins ... c_rule_default, but after that, I'm clueless.
- Feature #1296 (Closed): Allow trackers to hide issue fields
- Some of the standard issue fields might not be useful in all situations. In addition to adding custom fields to issues, it would be great to have the possibility ... , %Done, category) are completely hidden.
- Feature #1294 (Closed): Gantt Chart: Show/Hide Right Menu
- It would be a nice feature to be able to show ... Gantt chart to help clearly view information.
- Defect #1291 (Closed): Issue number display clipped on 'my issues'
- The issue number display can be clipped slightly on the 'my issues' section of 'my page'. See the attached sc ... * Redmine-0.7.1 * Ruby-1.8.6 * Rails-2.0.2
- Defect #1289 (Closed): Old Projects now display error 404
- I upgraded from Redmine 6.4 to ver 7.0 and no ... ork fine. How can I upgrade my old projects?
- Defect #1288 (Closed): Unable to past escaped wiki syntax in an issue description
- In issue #1287, I needed to print some textile syntax ... ely verbatim print of a section, in textile ?
- Patch #1287 (Closed): Importing from trac : some wiki links are messed
- Trac most common wiki links syntax is : ... of information. Attached patch fixes the issue. PS : notice the space voluntary introduc ... pre > does not work at least, nor < code >
- Patch #1286 (Closed): Adding non-ASCII new issue type in the New Issue page have encoding error using IE
- I have test firefox3, IE6 and IE7. In the new issue page, adding ASCII new issue type is correct using all of the three browser. But when add non-ASCII new issue type, only firefox works fine. IE6 will add mess-up characters to issue types and IE7 will fail to add the new type. ... on.js. And now both ASCII and non-ASCII new issue type can be added successfully. <pre> In ... ; return false; } } </pre>
- Feature #1282 (Closed): Add global Spent time report
- This is only last issue we miss so much in redmine! We need really ... r Urquell Beer to the man who will save us!!!
- Defect #1281 (Closed): Unable to delete images in a wiki page
- Whenever we try to delete an image from a wik ... :page_layout: left: [] top: - issuesassignedtome - calendar - timelog - documents right: - issuesreportedbyme boardsindex_sort: :order: ... rojects_sort: :order: asc :key: name issuesindex_sort: :order: desc :key: issues.id flash: !map:ActionController::Flash::Fl ... re> I searched redmine and found no related issues, etc. on this topic. I did find via google ... est svn trunk without any change in behavior.
- Defect #1280 (Closed): Wikis are viewable for ... public projects, despite not granting access
- It seems that the access control on wikis doe ... Please note that you may also see tabs for "Issues" and "News" (if you enabled those modules), ... as there's not a permission to deny viewing.
- Feature #1278 (New): Creating global (default) categories.
- It would be great if Categories could be crea ... s for each project. Redmine is the Best!!!
- Feature #1277 (Closed): Add iPhone specific view
- I would like to you extend application with i ... nd-rails-2 * http://code.google.com/p/iui/
- Defect #1275 (Closed): View differences for i ... tory URL doesn't point to the repository root
- Our SVN repository serves many projects. The ... ils-2.0.2 * sqlite3-3.5.8 * mongrel-1.1.4
- Feature #1274 (New): Add option to make auto-fetch changesets fetch when activity/issues are viewed
- Currently, new changeset information is only ... ou view the repository. So if you update an issue, and mention a revision in it, it doesn't ge ... ption after auto-fetch commits would be good.
- Feature #1271 (Closed): The Version number should be shown in footer
- I miss this number when reporting another tic ... Redmine 0.7.1 © 2006-2008 Jean-Philippe Lang
- Patch #1270 (Closed): Brasilian Portuguese Language Fails to Load and some strings was wrong
- I've happy to use redmine, so when I tried to ... ed the pt-br.yaml language file, to fix this issues and also improve the Brasilian Portuguese translation the new pt-br.yaml file is included.
- Feature #1266 (New): Feature: Allow setting multiple target-milestones
- this is needed when we discover a bug and it ... not very much the desired resultto copy each issue for each milestone... I think, the issue could internally be seen as "several issues"...., like #1234m1 for milestone 1?? When ... i search all tickets for milestone 2, this issue should still show up and should not be seen ... he code and test it.... what do you think?
- Feature #1265 (New): Add ability to delete Versions
- Versions should be deletable in the same way, ... important when using versions for milestones.