Search
Results (12477)
- Defect #1336 (Closed): After 0.6.3 -- 0.7.1 u ... fail with SQL error about "tracker_id" column
- When installing Redmine, I initially checked ... ing worked fine and I set up a few projects, issues, news items and even a forum. Then I viewe ... acker_id AS tracker_id FROM (SELECT DISTINCT issues.id FROM issues LEFT OUTER JOIN projects ON projects.id = issues.project_id LEFT OUTER JOIN issue_statuses ON issue_statuses.id = issues.status_id LEFT OUTER JOIN trackers ON trackers.id = issues.tracker_id WHERE (projects.status=1) AND (((projects.id = 1 OR projects.parent_id = 1)) AND issue_statuses.is_closed='f') GROUP BY tracker_id ... oject's main page is kind of a showstopper...
- Feature #1332 (Closed): User display/editing of custom fields attached to their user profile
- It would be great to allow the user to modify ... heir homepage or potentially an avatar/image.
- Feature #1330 (New): Copy a Wiki Page
- We are trying to document our software projec ... in a consistent format. We then just create issues to test the cases referencing the wiki page ... the paper versions I am doing currently.
- Feature #1329 (Closed): Search for a file within the repository
- It could be very useful to add the possibilit ... search for an element within the repository.
- Feature #1323 (Closed): Better naming of RSS feeds
- I'm just gswitching from e-mail notifications to RSS, I found a few issues. There is inconsistancy in RSS Feeds. Here ... y > Redmine: Forums * Redmine: News (ok) * Issues > Redmine: Issues Am I right?
- Defect #1322 (Closed): Error on project selection with numeric (only) identifier.
- Hi, if an identifier is used which only co ... ce a least one non-numeric character and the issue perhaps noted in the release-notes, as numer ... in the db must be corrected manually.
- Defect #1318 (Closed): when moving issue to other project time entries dont move with issue
- using version 0.6.3.1128: When I move an issue from one project to another, the time entries are left at the old project and the issue id's change to null. I think its more logica ... ntries get the new project_id and keep their issue_id.
- Feature #1316 (Closed): Feature: It should be possible to set a comment of an issue as "done"
- Feature: It should be possible to set a comment of an issue as "done". When discussing issues, we often define a more detailed worktask aftera issue has already been filed. it would be nice to ... about the state and know, which part of the issue is already resolved, when it has ~50%
- Feature #1313 (Closed): Optionally use ultraviolet for syntax highlighting
- ultraviolet (http://ultraviolet.rubyforge.org ... s - no promises though (/me is a rails noob).
- Feature #1311 (New): Subversion: Show revision histories for branches
- It would be great if revision histories could ... fic to the /sandboxes/colan part of the tree.
- Defect #1310 (Closed): Email notifications not working after a certain point in time
- I was using version 0.6.3 and suddenly after ... The strange thing is that i updated some old issues (which were created before the problem star ... just gives more info on the database queries.
- Feature #1309 (New): svnauthz editing
- a plugin to edit svnauthz information would be compelling.
- 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 >