Search
Results (12522)
- Defect #161 (Closed): error 'View all issues' link at issues's sidebar
- hi everybody~ I found a bug that 'View all issues' link don't act exactly at issues's sidebar. When i used custom queries at issue list, 'View all issues' clicked and changed all issues list exactly. but 'View all issues' don't changed when i showed some issue. i think that source code has a bugs at app/views/issues/_sidebar.rhtml ,line 7 <%= link_to l(:label_issue_view_all), { :set_filter => 1 } %><br /> ... different http://localhost:3004/projects/1/issues?set_filter=1 http://localhost:3004/issues/show/39?set_filter=1 i modified source code <%= link_to l(:label_issue_view_all), '/projects/'+@project.id.to_s+'/issue...
- Feature #512 (Closed): Search Custom Fields
- It would be great if redmine searched on cust ... "searchable" when configuring custom fields.
- Defect #159 (Closed): Error when changing Activity on Time log if the issue has been moved
- I ad moved an issue to a different project and later I had creat ... " When I tried to adjust the activity in the issue it threw an error. After I moved the issue back to its originating project I could update the issue successfully Cheers
- Feature #510 (Closed): Allow user deletion
- Title says it all :)
- Defect #158 (Closed): A role with less permission that a anonymous
- Hi, I notice, that if I made a repository ... every member can see the repository. Same issue for all right of an anonymous. I made an integration test as soon as possible.
- Defect #157 (Closed): URLs in emails do not use HTTPS when appropriate
- My redmine installation is set up on an HTTPS ... es via https://x.y.com/redmine/ When issues are created or updated, the emails don't us ... for example, text emails look like: Issue #31 has been reported. ------------------ ... #31: My Problem Is http://x.y.com/redmine/issues/show/31 and the html emails look like: Issue #31 has been reported. <hr /> <a href="http://x.y.com/redmine/issues/show/31">Feature #31</a>: My Problem Is ... supply all the details needed for the URL.
- Feature #506 (New): Add reports to top menu
- Would it be possible to add the below code to ... <%= link_to l(:Reports), { :controller => 'issues' }, :class => 'admin' if User.current.admin? %> Cheers
- Defect #155 (Closed): public/.htaccess lacks ... handlers without checking for their existance
- mod_fcgid is an improved version of mod_fastc ... > blocks for the relevant apache module.
- Feature #500 (Closed): Delete Enumerations
- Enumerations can be added but not deleted, wo ... able to, with the possibility to assign all issues with deleted enumeration to another existing one. For example, issues have been assign the Design activity for ti ... activity, we should be able to reassign all issues tagged design to interface design for example
- Defect #154 (Closed): Home page typo
- Home page of redmine, Latest news block Link at the end of block says: View all issues Should be: View all news
- Feature #494 (Closed): Have a global page for all projects Activity and Repositories
- Like redmine already has a page with http://redmine.url/issues Make Activity available at http://redm ... sitories Thanks, keep up the GREAT work.
- Defect #153 (Closed): Redmine can't access svn repository if runs under mongrel
- If Redmine runs under mongrel started by root ... t mongrel manually after I reboot the server.
- Defect #151 (Closed): Float custom field marked as 'used as filter' breaks the issue list
- When I define a new custom field type float, and when I try to list issues in a projet used this new custom field, red ... lters' /var/www/redmine/app/controllers/issues_controller.rb:240:in `retrieve_query' /var/www/redmine/app/controllers/issues_controller.rb:46:in `index' /var/lib/g ... ire.rb:27:in `require' script/server:3
- Defect #150 (Closed): sorting error at the header of the list 'Assigned to'
- hi~ I found sorting error that 'Assigned t ... ==================================== SELECT issues.`id` AS t0_r0, issues.`tracker_id` AS t0_r1, issues.`project_id` AS t0_r2, issues.`subject` AS t0_r3, issues.`description` AS t0_r4, issues.`due_date` AS t0_r5, issues.`category_id` AS t0_r6, issues.`status_id` AS t0_r7, issues.`assigned_to_id` AS t0_r8, issues.`priority_id` AS t0_r9, issues.`fixed_version_id` AS t0_r10, issues.`author_id` AS t0_r11, issues.`lock_version` AS t0_r12, issues.`created_on` AS t0_r13, issues.`updated_on` AS t0_r14, issues.`start_date` AS t0_r15, ...
- Defect #148 (Closed): Files aren't Added
- URL: http://redmine.rubyforge.org/svn/trunk ... Not sure what's going on here. data.zip on Issue - OK data.zip on Documents - OK data.zip on Files - FAIL Thanks
- Patch #237 (Closed): get journal from MailHandler.receive
- Hello, here attached the patch to get Jour ... e instance of Journal that was added to the issue to send the notify mail by Mailer model. ... ile.read(params[:path])) Mailer.deliver_issue_edit(journal) if journal rescue => e ... invoked by each incoming mail. Thanks,
- Feature #493 (Closed): Enhancement request bonanza!!
- Hello all, Just wanted to say 0.6.0 of red ... ty to edit a note after its been added to an issue. Currently, one can only edit the original issue, but not any notes added afterwards. 2) T ... oadmap completion bar only fills up when an issue that is associated with a product or a relea ... l at 0% completion but when they look at the issues in the release most of them are 90% done. ... done on the project. 3) Add colors to the issues. What I mean by that we are migrating from Mantis and the ability to assign an issue a color is a wonderful visual aid. Currently, when a user clicks on the issues list all the issues are behind white background. It would be a huge visual enhancement is the background the issue is listed in the table would be a different ... st of different colors (this would be in the issue...
- Feature #492 (Closed): Add permision to view issue based on project roles
- The problem is if developers (role developers) want to create an internal issue (i.e. some implementation problems) and this issue should not be visible to testers (role testers) which are creating issues viewable for everyone (i.e application han ... with roles in role permision tab: "Can view issues created by:" [roles list] Then tasters could only view issues created by themselves and developers could view issues created by developers and by testers. O ... simple add ticker "Internal" in creating new issues tab, and then other ticker "View internal issues" in role permission tab.
- Feature #490 (Closed): Allow anonymous bug reports
- Issues submitting should be allowed for anonymous ... ill register on website just to report a bug!
- Defect #145 (Closed): localization error at issues list (title of list)
- hi~ i found a bug of localization. the title of issues list don't localize at project/issues menu. i use the ko option but the title of ... caption is overwrited at line 44. cheer~
- Defect #144 (Closed): Moving an issue to a sub-project
- We're not able to move an issue from a project to one of it's sub-projects. ... o this in the SVN build 902. Cheers, Paul
- Feature #489 (Closed): Suggestion: Link a SVN Revision inside a Issue
- This modification is Easy and enhances the integration between RedMine and SVN: A new field in the issue that represents the "Revision Number" from ... ry, that when filled creates a link from the issue directly to the revision. For example: a ... s a bug, and in the moment he is editing the issue to "fixed" or others status, he puts the nu ... field. When other developer acess this same issue, he could see exactly the code written by the person who fixed the issue, because that would be the diff associated with the revision.
- Feature #488 (Closed): Change issue "fixed version" on roadmap screen
- During planning meetings we look at the roadmap and move issues to different versions. It would be nice ... and a fancier way would be to drag and drop issues from one version to another.
- Feature #482 (Closed): Default assignee on each project
- It would nice to have a setting item to select default assignment for a new ticket,
- Feature #481 (Closed): Shortcut to create new issue
- It would be nifty to have keyboard shortcut to create new issue from everywhere in a project. Currently we cannot create a new issue not from summary and issue page, so we need two step to create new issuse (move issue page, and select issue type form drop-down list). in Trac, you ca ... to create new ticket, it's lightning fast.