Search
Results (12665)
- Feature #5665 (New): Subversion: there is no information about property changes
- If you view any revision changes via projects ... . I'm using Redmine 0.9.4 with subversion.
- Feature #5664 (Closed): Copying documents too when copying a project
- Currently, when you copy a project there is n ... mplate that includes not only wiki pages and issues but also certain basic documents such as fo ... for lifecycle specific internal deliverables
- Defect #5659 (Closed): Update wiki page to reflect that "Change issue status" permission was removed
- The wiki page http://www.redmine.org/wiki/redmine/RedmineIssueTrackingSetup still says _In order to allow a role to change the status of existing issues, you have to give him the '*Change issue status*' permission_ However, that permis ... as quite a bit confused today because of that
- Feature #5658 (New): Add item on AJAX context menu to display details of selected issues
- There doesn't seem to be a good way to display the details of selected issues besides relying on a filter followed by a p ... t menu seems like it would solve the problem.
- Feature #5655 (Closed): Allow related issues to be started/due on the same date.
- When I have issue A and issue B, and I assign issue B to follow issue A I want to still be able to schedule the st ... on the same day. Currently if I schedule issue A and issue B to start on the same day, than I say issue B follows issue A, issue B's start date is changed to the next day after issue A's due date. Issue A may only take an hour which means issue A and issue B could technically start on the same day. ... art date of B if it needs to be the next day.
- Defect #5654 (Closed): Unable to add certain users to groups
- When trying to add a user to a group, I get a ... n add the same user to another group without issues, and other users that have no problems with ... mysql-5.0.77 redmine-0.9.3.devel.3612
- Feature #5653 (Reopened): My page - blocks
- Hi guys, Why my page uses <%= render :part ... locks to use passed "user" variable and not "Issue.visible, @user, etc.". Thanks in advance. Petr
- Defect #5652 (Closed): Bad URL parsing in the ... with right-angle-bracket(greater-than mark).
- When I write an URL and angle-bracket around ... URI in > text documents and protocol fields.
- Defect #5651 (Closed): Error with issue copy
- When I try to copy a issue but show me this error: Processing IssuesController#move (for 192.168.0.230 at 2010-0 ... ar y seguir", "due_date"=>"", "controller"=>"issues", "status_id"=>"", "copy_options"=>{"copy"= ... ls/mailer.rb:292:in `deliver!' app/models/issue_observer.rb:20:in `after_create' /usr/loc ... r.rb:184:in `notify_observers' app/models/issue.rb:149:in `move_to_project_without_transaction' app/models/issue.rb:106:in `move_to_project' app/models/issue.rb:105:in `move_to_project' app/controllers/issues_controller.rb:276:in `move' app/controllers/issues_controller.rb:266:in `each' app/controllers/issues_controller.rb:266:in `move' passenger (2 ... e/public/500.html (500 Internal Server Error)
- Defect #5650 (New): migrate_from_trac.rake
- This issue is full described in the following post : h ... 4 The solution proposed worked for me.
- Patch #5648 (Closed): British English translation
- Attached are the locale files for British Eng ... code, but I've added it anyway as it'll fix issue 4974. The files are based on release 0.9.3.
- Feature #5645 (New): Show last activity on hover within the issue list
- I'm trying to build a dashboard workflow. I'm noticing that what my management wants is an issue list that includes the last activity update. The issue list contains everything they want except th ... here you can hover an icon at the end of the issue subject line in the issue list and an overlay box would appear giving ... iews for certain purposes, like dashboarding.
- Feature #5643 (Closed): Add X-Redmine-Sender header to email notifications
- Hi, I think it would be great if we could ... der header to email notification. JJay
- Defect #5642 (Closed): Very slow data fetching on user activity request
- When clicking on a user link redmine takes a ... something be done to resolve this? Thanks
- Feature #5640 (New): Write access to the repo ... etween the repository and the other sections.
- Hi! I think it would be cool if we could s ... mple, update the TODO file, depending on the issues. Or, attach files from the section "documen ... tion. It do not easy, but it is very cool.
- Defect #5639 (Closed): "Watching" a ticket doesn't update ticket
- This is how my workflow works generally: ... tch change to have happened behind your back.
- Feature #5638 (Closed): Use Bundler (Gemfile) for gem management
- Recently I faced two problems with Redmine: ... in attached patch – it's simple and powerful.
- Feature #5636 (Closed): Issue testing
- a small description ;)
- Feature #5634 (Closed): Export issue to PDF does not include Subtasks and Related Issues
- Using Redmine trunk, exporting an issue to PDF misses the new subtaks (#443) and als ... F export. (source:trunk/lib/redmine/export).
- Defect #5633 (Closed): "Update issue" UI inconsistent after you disable a tracker
- h4. Setup * Trackers: *Support*, *Bug*, a ... : *Root cause*, only in the Bugs tracker * Issue: *1234* in the Support tracker h4. Proble ... ht get stuck on that screen unable to submit.
- Patch #5629 (Closed): Wrap text fields properly in PDF
- This patch fixes wrapping problems with text ... ng a PDF. The main fixes were: *Single Issue*: * wrap subject in both the page title and ... journal details indicating what changed *Issues List*: * wrap text in all cells of the tab ... " fields the same width weight as the subject
- Defect #5628 (Closed): Wrong commit range in git log command
- *Special file:* <pre> lib/redmine/scm/adap ... commits from 2efdef32 will displayed. </pre>
- Defect #5625 (Closed): Bitnami redmine 0.9.4 - setup Redmine to send email using GMAIL
- Hi, Im using Bitnami Redmine stack 0.9.4 in ... o firewall between and It should not network issue since I have install thunderbird in this server to send email using the same account without any issue to send/receive. Appreciate any helps. Thanks in advanced.
- Feature #5622 (Closed): Allow version to be set via incoming email
- Hello, My boss always assign the target version when he opens issues by email, and I always have to edit all issues he (or I) opened via email to set the corre ... sion:" tag and assign it correctly. Thanks
- Feature #5621 (Closed): REST API for Issues
- Part of the main REST API issue (#296), this should expose some APIs to work with issues. # Get a list of issues # Create a new issue # Update an existing issue # Delete an issue