Project

General

Profile

Search

Results (12600)

Feature #5040 (Closed): Project name limited to 30 characters
Project name is limited to 30 characters, but ... the same way the project identifier limit is. 2010-03-10 18:19
Feature #5038 (Closed): Document Sorting
It would be nice if there were some options f ... be nice to sort the documents alphabetically. 2010-03-10 17:23
Feature #5037 (Closed): Role-based issue custom field visibility
It would be nice to define some kind of view permission for fields in issues. For example, when you define a new custom ... en the way for implementing this feature too. 2010-03-10 16:56
Patch #5035 (New): Migrate from trac - Errors in wiki formating
I have written a patch for a script of migrat ... le: attachment:migrate_from_trac_v1.patch 2010-03-10 14:40
Feature #5033 (Closed): No email notification for some users
Hello, I need a way to configure some redm ... to be configured so that redmine can receive issues by mail. Thanks a lot for this great product Fx 2010-03-10 13:11
Feature #5031 (New): Presentation of issue dependencies in a roadmap
When one issue is blocked by another - it should be display ... as a tree. Now it is very hard to grasp if issue is related to the other one or not. 2010-03-10 12:13
Feature #5030 (Closed): Redmine Download link
I have been using redmine...Downloading it as well as installing plugins is a big issue. All downloads are via Github or Svn, both o ... . If there is such a possibility that i have 2010-03-10 10:46
Feature #5026 (New): Description field for Status/Role/Tracker setting.
I hope to description field for Status/Role/T ... applied to Status/Role/Tracker setting. 2010-03-10 08:10
Defect #5024 (Closed): Internal error after clicking on link to PDF Export
Steps: # browse http://www.redmine.org/issues/408 # Click on link to PDF Export Error ... administrator for assistance. Back </pre> 2010-03-10 02:55
Feature #5023 (Closed): hook for the mail handler?
I wrote some plugins to extend issues template. And also using email to create and update issues. Is it possible to add some hook in mail ha ... can do more custom work to create and update issues through email. 2010-03-10 02:44
Defect #5014 (Closed): Internal Error 500 after new/update issue
h1. Hi, I get an "Internal error" when I click on "Create" on the "New issue" page or "Submit" on the "Update issue" page. On this error page I can click on "Back" and everything seems to be ok. The new/updated issue was stored. My installation runs on the webr ... sults in the error page): <pre> Processing IssuesController#edit (for 192.168.66.175 at 2010- ... uIVlMzcbDlmVfWvoQzQrtDUyxpo=", "id"=>"873", "issue"=>{"start_date"=>"2010-03-08", "estimated_ho ... Mal sehen, was kaputt ist."}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}}} Redirected to http://gateway:88/issues/873 Completed in 69ms (DB: 13) | 302 Found [http://gateway/issues/873/edit] </pre> After clicking "Back" ... equire' script/server:3 Processing ... 2010-03-09 14:27
Defect #5012 (Closed): Redmine Fails to load stylesheets and Javascript when configured as suburi
I have installed redmine-0.9.3 on Windows7 an ... 1) windows-api (0.2.4) windows-pr (0.9.3) 2010-03-09 10:12
Feature #5011 (Closed): Limit Visible Issue Fields Based on Permissions
Allow the ADMIN to configure which fields appear when creating/viewing/editing an issue, based on the permissions of the logged in u ... ly copy the fields that the user copying the issue can see in the display. For instance, allow the developers to enter comments in fields on an issue but do not have these fields appear for the ... need for Redmine to instruct folks entering issues to not use the Assigned-To field, as that field should not be visible to all folks reporting issues or requesting features. 2010-03-08 23:45
Feature #5010 (New): Hours per project per user
I am strongly missing the estimated hours per ... perfect but it just displays the numbers of issues per user (completed slash total). I need (o ... Any chance to have this simple feature soon? 2010-03-08 16:52
Feature #5009 (New): Add an option to set a custom field as unique
It could be usefull if there is a check button "Is unique" when creating a custom field. So, two issues could not have the same value for a custom ... om field "Id" witch is equal to the id of an issue but for my customer and I need this custom field unique. 2010-03-08 14:23
Defect #5008 (Closed): Gravatar breaks layout of "logged in" page
When you enable gravatar on the website it br ... file and I might even add a patch for it. :) 2010-03-08 13:39
Patch #5007 (Closed): Time spent displayed in human readable format (hours minutes)
Currently "Spent Time" and "Estimated Time" e ... ries are formatted before they get displayed. 2010-03-08 13:37
Defect #5006 (Closed): Roadmap display can raise an exception if no trackers are selected
In @projects_controller.rb@, line 297: <pre><code> @issues_by_version = {} unless @selected_track ... @versions.each do |version| issues = version.fixed_issues.visible.find(:all, ... name}.lft, #{Tracker.table_name}.position, #{Issue.table_name}.id") @issues_by_version[version] = issues end end @versions.reject! ... project_ids.include?(version.project_id) && @issues_by_version[version].empty?} </code></pre> if @@selected_tracker_ids.empty?@ is @true@, @@issues_by_version@ will always be @{}@ and @@issues_by_version[version].empty?@ yields a @NoMet ... , @blank?@ should be used. Patch is attached. 2010-03-08 12:28
Feature #5005 (Closed): "New issue" link near roadmap issue lists.
Context menu added to roadmap list at r3547 is nice. It would be great if there is a link to new issue near roadmap list. When the link clicked, the user will see new issue form with target version is selected. 2010-03-07 06:47
Feature #5001 (Closed): Manually link commits to issues
A useful feature would be associating revisions to a particular issue from the issue page itself. Currently AFAIK revisions can be associated to issues only at commit time using referencing issues keywords (fixes, refs, etc.) in the commit ... CM) to update the message after the commit. 2010-03-06 14:27
Defect #4998 (Closed): Global issue list's context menu has enabled options for parent menus but there are no valid selections
A client brought this bug to my attention. On the global issues list: * Select two issues on different projects * Right click to tri ... ut doesn't present any values you can select. 2010-03-05 19:34
Defect #4997 (Closed): redmine tomcat issues
I have redmine 0.9.3 installed on my machine ... idea what that means, or where config.gem is. 2010-03-05 19:14
Feature #4996 (Closed): More issue information on Move Issue page
On Movie Issue page, something like this: !moveissue.jpg! the fields with value (No change) don't inform what are their values in the issue. For example, "Assigned to" is (No change ... put, maybe in front of the field, its value. 2010-03-05 18:58
Defect #4994 (New): Issue global custom fields should be available in filters only for their trackers
Although it is possible to select trackers in ... /code></pre> I am using r3285 of Redmine 2010-03-05 15:50
Defect #4993 (Closed): FastCGI no more supported for Redmine >= 0.9.0 and Rails >= 2.3.5
The script dispatch.fcgi does not work anymor ... suspect Rails 2.3.5 to be the cause of this issue. 2010-03-05 12:50
(9926-9950/12600)