Search
Results (12672)
- Defect #10310 (New): Member search should distinguish people in case of duplicate names
- Within Redmine's member searches (for instanc ... 0.1.1 </pre> I'm using Redmine 1.3.0 (issue looks to be present in source code trunk, however).
- Defect #10306 (Closed): Email notification status not saving
- Hi guys, I migrated Redmine from one serve ... at it was my own stupid fault.. -- joe.
- Defect #10303 (Closed): Demo and test sites do not support basic authentication with REST API
- On the demo Redmine instance (http://demo.red ... l instances it works fine, this is likely an issue with the server configuration.
- Feature #10296 (Closed): parent-child relation in issue list
- The parent-child relation is not visible in the issue list (tab _Issues_). The parent issue should have a different look&feel to easily visualize which ticket is a "leaf". The issue hierarchy should also be visible from there.
- Defect #10295 (Closed): Ruby1.9: Error 500 with accutes and special chars in user account
- I get a 500 error when using acutes or specia ... 1.9.x is not supported yet.) so I post this issue to help get 1.9.x compatibility going.
- Feature #10294 (New): Redmine search: improve ... smarter. (title matching first, then content)
- h3. The problem It's really hard to find s ... odification date) This should work for * Issues * Wiki pages * etc h3. Why should we c ... Search is most important thing working with issues and wiki.
- Feature #10293 (New): improve readability of subject changed message
- Currently the subject change message has no p ... ee changed from Bob McKenzie to Doug McKenzie
- Defect #10284 (Closed): Note added by commit from a subproject does not contain project identifier
- When a commit in a subproject references an issue in the parent, a comment from Anonymous is added to the issue that says: "Applied in changeset commit:9081 ... ction "Repositories > Referencing and fixing issues in commit messages" the setting "Applied St ... urial Distributed SCM (version 2.1) </pre>
- Defect #10283 (Closed): Wiki headings that contain code do not show up on {{toc}}
- When a wiki heading has code in it, the heading entry is skipped on the table of contents.
- Feature #10282 (Closed): Copy wiki attachments on project copy
- When copying a project to a new project, the ... l project, the images return a 403 error.
- Defect #10278 (Closed): Related issues field lost after upgrade to 1.3.0
- After upgrade to Redmine 1.3.0 (from 1.2.1) field "related issues" not shown, if issue already has not any relations. I double check rights of management issues relations, but no one couldn't add a related issue.
- Feature #10276 (New): When assigning an issue, add possibility to pre-select a group
- When a lot of users are part of project it becomes difficult to assign issues as the list is too long. A solution would ... ect field' with all users part of this group.
- Defect #10275 (Closed): Message object not pa ... acros for head topic and in preview edit mode
- nil passed instead of message object to wiki ... on in _MessagesController.preview_ method
- Defect #10274 (Closed): FlashFireBug Warning Limit
- I'm running your flashfirebug tool, but in th ... . I've edited it several times. Any ideas?
- Feature #10273 (New): Offer ability to see issues due for a user across projects on their user page
- While one can go to All Issues and filter by user their, it would be conve ... the ability to see--or at least link to--the issues due for a given user while visiting their user page.
- Feature #10270 (Closed): Email triggers
- Ability to accept an incoming email which use ... , subject and/or body to trigger creation of issues. One use case would be for clients to b ... d show the email address to logged in users).
- Feature #10269 (New): Ajax Scrolling view for reading as though a single document all issues within a (filterable) list of issues.
- One of my pet peeves with trackers is that al ... w" to allow perpetual Ajax scrolling through issues (optionally filtered) whether at the projec ... arrows to read all details without clicking!
- Feature #10267 (New): Show custom date fields in calendar
- It is powerful to be able to create a date fi ... lendar. I'm using this for a check-back date.
- Feature #10266 (Closed): Global means for creating an issue
- In order to be able to use Redmine for rapidl ... e getting started in beginning writing up an issue, it would be handy to be able to create a ne ... pull-down. The main (above-the-projects) Issues page would be the ideal place for such a button, though it might also be handy in other places.
- Feature #10265 (Closed): List-Multiple/User-Multiple Types for Custom Fields
- The List type for custom fields is a powerful ... ing additional resource contacts for a given issue (who are external to our system and therefor ... tiple User field could be very handy as well.
- Feature #10264 (Closed): Add a check/uncheck all button to search
- When getting search results, all items are ch ... wo that you want to search vs unchecking all.
- Defect #10263 (Closed): TimeLog module throwing 500 internal server error
- Subject really says it all. This is caused whenever an issue is updated with 'log time spent' updates. This is proving to be a difficult issue to google for. I'm completely new to Rub ... Parameters: {"time_entry"=>{"comments"=>"", "issue_id"=>"20", "activity_id"=>"9", "spent_on"=>" ... "back_url"=>"http%3A%2F%2Fredmine.****.com%2Fissues%2F20", "commit"=>"Save", "project_id"=>"cla ... b/redmine/about.rb:7:in `print_plugin_info'
- Defect #10261 (Closed): Export CSV or PDF error
- Dears When I export to PDF or CSV ,it will o ... Is any step to fix this problem for "Big-5" issue? ------------------------------ database ... ------------ error stack trace: Processing IssuesController#index to pdf (for * at 2012-02-17 ... "=>"proj", "action"=>"index", "controller"=>"issues"} Iconv::InvalidEncoding (invalid encodi ... n `new' lib/redmine/export/pdf.rb:146:in `issues_to_pdf' app/controllers/issues_controller.rb:96:in `index' app/controllers/issues_controller.rb:91:in `index' /usr/local/l ... blic/500.html (500 Internal Server Error)
- Defect #10260 (New): The issues API filters out closed issues by default
- The @GET /issues.xml@ API only shows open issues when called without arguments. For an AP ... for versions where this is already the norm)
- Feature #10259 (Closed): Allow getting a list of issues by ID through the API
- Currently it is impossible to get a list of issues from the API via @GET /issues.xml@, if you only have a list of issue ids. The only way to get their data is to retrieve them one by one through the API @/issues/[id].xml@, which is too slow for practical integration purposes if you have more than 10 issues. In our company plugin we have added thi ... but this also inserts the 'id' filter in the issues query with an empty dropdown, not the prettiest solution...