Search
Results (12665)
- Feature #5204 (Closed): Issue "#" table cells should have a class attribute to enable fine-grained CSS theme
- I have created a custom theme CSS that colours most elements with class="issue" according to the presence of closed, status ... e to be able to colour the "#" column of the Issues tables similarly. (I don't want to colour t ... ../../../stylesheets/application.css); /* Issues background-color by closed/openness and priority */ tr.issue.priority-1 td:first-child, div.issue.priority-1, a.issue.priority-1 { background-color: #dacaca; } /* Low */ tr.issue.priority-2 td:first-child, div.issue.priority-2, a.issue.priority-2 { background-color: #dababa; } /* Normal */ tr.issue.priority-3 td:first-child, div.issue.priority-3, a.issue.priority-3 { background-color: #daaaaa; } /* High */ tr.issue...
- Feature #5202 (New): Gantt Chart and Calendar Resource View
- Good day - It would be helpful if the gantt c ... those resources - Is this possible? Grant
- Feature #5201 (Closed): Description field for Tracker setting
- Hello, I hope to add description field fo ... to show trcaker's description when editting issues.
- Defect #5198 (Closed): Adaptxt is getting Closed
- Once the suggestion is selected from the suggestion box, Adaptxt is getting closed
- Feature #5196 (Closed): Grouping, ordering and viewing issues list by parent tasks
- There is new feature subtasks in trunk (from r3573). But there are not abilities to group or order issues by their parent tasks in project issues list. Also there is not ability to include root/parent task column in issues list. - It will be very usefull to maintain project plan and control project progress.
- Feature #5195 (New): edit_own_issues and delete_own_issues permissions
- There are should be @edit_own_issues@ and @delete_own_issues@ permissions.
- Feature #5194 (Closed): Favor task/subtask relations in gantt chart
- The display order of issues is based on the issue ids when viewing gantt chart. I think it ... r to favor the parent/child relation between issues when viewing gantt chart.
- Defect #5191 (Closed): Upgrade Issue
- Redmine 0.8.5.devel.2902 (MySQL) New serve ... s_on_parent_id` ON `wiki_pages` (`parent_id`)
- Feature #5190 (New): Watch the File area
- It would be useful to be able to watch the ... ey don't want to be notified about every new issue, but they would like to know when we release a new version (new file).
- Feature #5187 (Closed): Upgrade & Back Up Data
- your instruction for UpGrade is not specific ... of process (connect to the database redmine)
- Feature #5186 (Closed): Issue Categories inheritance
- make The top of Project have Default Issue Categories, so many SubOfProject can select some issue categories from the top of Project or add many some Issue Categories
- Defect #5178 (Closed): <pre> tag in subject disrupts HTML email
- Basically, the pre tag isn't escaped, so html ... e an example make yourself a watcher on this issue and then notice the email when it's received. See the attached screenshot.
- Feature #5176 (Closed): Multiple select list in custom fields
- I have the idea for a multiple select list in ... be great, something i am missing in redmine.
- Feature #5172 (Closed): Bread Crumbs for Wiki
- It would nice if there was a "bread crumb" navigation facility added to the wiki.
- Feature #5171 (Closed): [Flash player] Being able to embed swf files
- The request is: being able to embed swf files(to wiki pages, issues, etc.) like it is now for images.
- Defect #5170 (Closed): Done ratio can not revert to 0% if status is used for done ratio
- I use issue statuses to calculate done ratio of issues, and set the done ratio of "New" to 0%, that of "Assigned" to 30%. I changed the status of an issue from "New" to "Assigned", so the done ratio ... 30%. After that I changed the status of the issue to "New", but the done ratio did not revert ... So I wrote a patch to fix the bug. Regards
- Patch #5169 (Closed): Issue list view hook request
- Attached you can find a patch that adds a hook to the issues/index.rhtml view and makes it possible to d ... o display the hours left on a project/set of issues. One place where I would like to add that piece of information is within the issues/index.rhtml view. Unfortunately there is cu ... to add more related information to redmine.
- Feature #5168 (Closed): Preview option when editing issues and notes
- Currently Redmine provides a 'preview' feature when creating an issue for the first time or creating a new note on an issue. It would be nice if the user could also preview changes to the texts of issue descriptions and notes. At the moment the ... lot of email notifications to be sent out.
- Defect #5162 (Closed): translation missing: zh-TW, field_time_entrie
- I got this error message when I typed an inva ... tion missing: zh-TW, field_time_entries 是無效的*
- Feature #5159 (Closed): Ability to add Non-Member watchers to the watch list
- We currently have over 4,000 employees in our ... so that they can be added to the watch list.
- Defect #5157 (Closed): But in Russian locale
- Azamat, I'm sorry, looks like I forgot to add '}' in label_x_open_issues_abbr's 'few' and 'many' keys in a patch attached to #4861. May you fix it?
- Defect #5156 (Closed): Bulk edit form lacks estimated time field
- If I have a lot of tickets without estimated ... to estimate - that would be great. Thanks
- Defect #5154 (Closed): Migrate from Trac with postgresql and more.
- When trying to migrate from Trac to Redmine w ... sr/bin/rake:28 </pre> After studying the issue, I found the cause of the error. It arises from the table "issue_categories". In our Trac database contains ... t on the size of the column "name" in table "issue_categories" equal to 30 (corresponds to 15 c ... e" to 255. This immediately decided how this issue, and the problems mentioned earlier: #3392, ... : auth_sources, custom_fields, enumerations, issue_statuses, projects, roles, trackers. All the ... limit.rb (put in the directory: db/migrate/)
- Defect #5151 (Closed): There is an error in the age calculation for git repositories
- The time ago of a git commit is decreasing wi ... it was 37 minutes old (see first screenshot)
- Defect #5150 (Closed): CSS problem
- In @app/helpers/issues_helper.rb@ <pre><code class="ruby">def render_descendants_tree(issue) s = '<form><table class="list issues">' ancestors = [] issue.descendants.sort_by(&:lft).each do |child| level = child.level - issue.level - 1</code></code> Shouldn't the table class be just "issues". I'm pretty sure CSS class names can't have spaces in them.