Search
Results (12519)
- 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
- 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.
- 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>
- 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.
- 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 ...
- 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)
- 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.
- 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?
- 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.
- 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. :)
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
- 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.
- Feature #4992 (New): Add printer friendly version of pages
- Add "printer" button to switch printable vers ... pdf export any page and report from Redmine.
- Defect #4990 (Closed): Migrate from trac - Issue category about 15 characters are cut off
- After migration from trac all Issue categories were cut off to 15 characters. ... |Redmine|Админская панел |Клиентская пане |
- Feature #4989 (New): Validate time entry hours based on a configurable regular expression
- "time_entry_hours input" should support Regul ... rs value less than 8 or other conditions.
- Defect #4988 (Closed): Wrong redirecting when visit redmine via SSL(https)
- When I post somethinge in redmine via SSL, it ... visit URL "httpS:\\redmine.org", and post a issues or modify a wiki page, it's will try to red ... name in list.(it's only working in Homepage)
- Feature #4987 (New): Convert internal URLs to canonic wiki links
- Users tend to use absolute HTTP URLs when linking internal redmine resources (issues, documents, wiki pages) and it's almost imp ... Example: When I type http://www.redmine.org/issues/3982, the link will be saved as #3982.
- Feature #4985 (Closed): Filter issues which are blocked
- I would be nice if it was possible to filter issues which are blocked by other issues. This way the list would be less cluttered by issues, which can't be closed at present anyways. The issues should appear on the list when the ticket(s) blocking them are closed