Search
Results (12716)
- Feature #9664 (New): CRUD operations for "custom field definitions" (not setting custom fields on issues!)
- my Redmine Java API tests check that a new Issue has some custom fields set. to do that, I h ... setting already defined custom fields on an Issue. I understand that this operation would probably require an admin permission - that's fine.
- Defect #9662 (Closed): Start date setted to 5000-01-01
- I don't know why, but sometimes when i woun't ... oesn't set start date to current date in new issues. _Server: Windows 2008 R2_
- Defect #9660 (Closed): Issues counters in roadmap only link to issues in the same project
- h3. Steps to reproduce # in a project, cre ... on with sharing set with all projects # add issues from different projects to the version # g ... ected behaviour The full list open/closed issues in the project is shown. h3. Actual behaviour Only the matching issues in the _same project_ are shown. Others are ... edit the URL: change @/projects/projectname/issues?@ to just @/issues?@. h3. Server information OS: Ubuntu ... 1.8-1.8.7.249-2 Redmine: 1.2.0.stable.6069
- Patch #9659 (Closed): Indexing rows in auth_sources/index view
- The proposed patch adds ID to every row of 'auth_sources' table (similarly to 'issues' table). This makes working with that table much easier.
- Defect #9655 (Closed): I have a problem when i send an e-mail with attachments
- I have a problem when i send an e-mail with ... know how to fix the problem ,please help me.
- Feature #9649 (Closed): allow grouping issues By "User" custom field
- database: postgres 9.0.5 ruby: 1.8.7 (x86_64 ... le Created a "User" type custom field for Issues. This field does not show up in the "Group results by" dropdown in the issue query screen. Had to convert the custom fie ... e then it showed up in the group by list.
- Feature #9642 (Closed): Duplicate issue search on new issue submit
- When a user is creating a new issue, it would be helpful to search for duplicate issues to prevent multiple issues being created for the same reasons. Site ... ever a 'on submit' option would also suffice.
- Defect #9639 (Closed): Bulk Edit/update fails with "Proxy Error"
- Redmine 1.2.1 Windows XP SP3 When I try to do a bulk update/edit (select all issues, right click, select Status, select Closed ... proxy error. This is regardless of how many issues I select, or whether I run off the local ma ... xy server could not handle the request POST /issues/bulk_edit. Reason: Error reading from re ... ver at northstarsupport.magnasoft.com Port 80
- Feature #9634 (Closed): Show locked badge for locked wiki pages
- At the moment, wiki pages (such as the http:/ ... about it. This is the greyed-out-menu-items issue in UI usability all over again, only worse. ... to do about it. Regards, — Shlomi Fish
- Defect #9633 (New): Some typos on the front page.
- <pre> "Written using Ruby on Rails framework ... "Read more about Redmine’s features." </pre>
- Feature #9632 (New): add a 'poke' button to issues
- Rather than doing an update with a message li ... ould get an update from a transaction on the issue, would be handy. e.g. Issue #227: "issue title" requires your attention - <X> sent yo ... is link to display or participate: <link to issue> I don't think having the poke recorded in the activity is needed, but could be considered.
- Feature #9630 (Closed): show list of version related files in version view
- If files module is active you can assign file ... wn box ("related files") similar as "related issues" shown in the version view, e.g. http://ww ... re are documents availabe for this version.
- Feature #9629 (Closed): New custom field format 'progress bar' (like the %-done field).
- Hi, I need some support to add custom fiel ... 0, 10, 20 ....90, 100% but when we list the issues, it looks just a number not like progress b ... kind of feature. Best Regards Ajay Soni
- Defect #9620 (Closed): error after updating t ... private method `split' called for nil:NilCl$
- Sun Nov 20 19:50:30 -0800 2011: Error calling ... /usr/lib/ruby/1.8/mongrel.rb:285:in `new'
- Feature #9618 (New): create several issues in one REST API request
- my application creates many issues in Redmine. here's my performance testing r ... ble to add "bulk save" to Redmine's REST API?
- Defect #9617 (Closed): Roadmap: incorrect issues counters
- Looking at Redmine's roadmap at http://www.redmine.org I saw that the counters of the issues are incorrect: !redmine-roadmap.jpg! Closed issues counter is 2, while there is only one closed issue. Similar issue is right now with 1.3.0 version: The counter of opened issues is 7, while there is 6 opened issued in the list.
- Feature #9616 (Closed): replace "issue categories" with labels
- it's very often the case that issues should be assigned to several categories at ... make this very flexible, you can get rid of "issue category" concept and replace it with "label ... ers can add as many "labels" as necessary to issues. this is the way Google Code project hosting and Github chose and it's quite convenient.
- Defect #9611 (Closed): Sidebar
- The sidebar is not aligning to the right of t ... out. I am attaching a screenshot of the same
- Defect #9610 (Closed): Email Help
- I have a turnkey redmine server I read the ... how do I update the time... when updating issues the time is off by a few hours and I do not ... ng for time. Thank you, Ed Reynolds
- Feature #9607 (Closed): Filter for issues without start date (or any another field based on date type)
- Now there are no way to get issues without start date (start date filled with blank) any filter dow not show these issues Suggestion: add empty to filters: is ... e the patch if it will be used in the redmine
- Defect #9606 (New): sort columns selection list in issues view alpabetically
- For growing number of fields (user defined or via plugin) the unsorted list gest hard to handle.
- Feature #9605 (New): sort Filter list drop down in issue list view alphabetically
- If you drop-down the field list for row filtering criteria in issues list view, it is not sorted. This eben m ... Shoudd be easy but valuable improvement Tx!
- Feature #9604 (New): Make project name in Actvity stream items as link
- All is linked in redmine, but not project nam ... "here":http://www.redmine.org/activity?show_issues=1&show_changesets=1&show_news=1&show_wiki_e ... ssages=1 - redmine project name is not a link
- Feature #9600 (Closed): Wiki links for news and forums
- It would be nice to have possibility to creat ... them. Another reason is to refer to news in issues as the report when work on issue implies creating some news. I mean an inter ... t include unit-tests. Propose it as an RFC.
- Defect #9599 (Closed): JSON REST API : How do i update 'issue status'
- I am trying to close a ticket via the JSON REST api, ticket['issue']['status'] shows me {u'id': 1, u'name': u'N ... e web ui, so this shouldn't be a permissions issue. for example I set: {u'id': 5, u'name': u'Closed'}