Search
Results (12525)
- Feature #2761 (Closed): Factorize user name in /repository/statistics
- Hi, Is it possible to factorize author nam ... stats for the Redmine user. Thanks a lot.
- Defect #2759 (Closed): Nil Class Error with issuescontroller.rb & Patch
- Hi Team, I receive the following output w ... the default one that is chosen when the "New Issue" page loads: <pre> Processing IssuesController#new (for 192.168.0.3 at 2009-02-1 ... e", "project_id"=>"mw-no", "action"=>"new", "issue"=>{"custom_multi_values"=>{"6"=>[""]}, "star ... id"=>"1", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>"", ... :2371:in `attributes=' /app/controllers/issues_controller.rb:129:in `new' /usr/local/ ... ipt/server:3 </pre> I believe this is an issue with the following #2625 as I applied the pa ... ses custom field #2. When I load the New Issue page everything works correctly and I am abl ... /1/1317 However I was not able to fix the ...
- Feature #2756 (Closed): Subproject Support Documentation
- May be i oversight something, but on the "fea ... ":/wiki/redmine/RedmineProjectSettings too.
- Defect #2755 (Closed): Failing test after r22 ... st_sort_by_float_custom_field_asc(QueryTest)"
- After re-starting my instance of CCRB I notic ... alues cv_sort WHERE cv_sort.customized_type='Issue' ' at line 1: 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, `issue...
- Defect #2754 (Closed): Setting up the default ... hich already contains port param) in settings
- By r2429, the plugin hook will setting up the ... * Send test mail in the setting page * The issue' url in the notification mail
- Defect #2753 (Closed): Status CSS Class in issue description is fault-prone
- Related to Defect #2733 Same applies to the ... osed" style="width: 35%;">Closed</td> </pre>
- Patch #2748 (New): Improved Trac-Importer with subversion repository migration
- I've spent some time improving the trac impor ... any Wiki-like texts (Milestone descriptions, Issue descriptions, Issue change notes, and Wiki pages) was added I ... change*** <pre> #!/bin/sh exit 0 </pre>
- Feature #2746 (Closed): Send out issue priority in the email notification header
- The attached patch will send out an issue's priority with the notification email's hea ... you want to route urgent tickets differently.
- Feature #2745 (Closed): "Default columns Displayed on the Issues list" is not easy to read
- In the Administration panel the "Default Columns Displayed on the Issues list" is really hard to read. It should be an unordered list instead of a single paragraph.
- Defect #2739 (Closed): Inversion of "h1." and "h2." in emails
- When using "h1." and "h2." in the description of an issue, this appear correctly. In the mail, "h1." ... " is bigger than "h1."). It's ok for "h3."
- Defect #2736 (Closed): Links hard to distinguish
- The shade of blue used for links can look a l ... text is small. A subtle underline would help.
- Patch #2735 (Closed): Ruby 1.8.7 and Rails 2.1.2
- Rails 2.1.x is available with Ruby 1.8.7. ht ... e> Notes: * Rails has some compatibility issues with ruby 1.8.7. *The supported ruby versio ... otes: * Rails 2.0.x has some compatibility issues with ruby 1.8.7. Use ruby 1.8.6. * Rails ... ho are going to try Redmine. ...i think.
- Defect #2733 (Closed): Priority CSS Class in issue description is fault-prone
- The priority CSS class in issue description can be wrong if your priority c ... ggest either use the same approach as in the issue list by just enumerating the priorities eg. ... ading the spaces with underscores or dashes.
- Feature #2731 (Closed): PDF issues export and formated content
- When exporting an issue in PDF with 0.8, the formated content render ... unsigned int preformated = 0; </pre> </pre>
- Patch #2730 (Closed): Add Watch/Unwatch item to issues context menu.
- With this tiny patch you can now watch/unwatch issues using the context menu.
- Feature #2729 (Closed): Memorize activity events selection
- A little annoyance that I found. In the Ac ... ters is reseted to the default values (being Issues, Changesets, News, Documents and Files acti ... fix? I'm running Redmine 0.8.0.devel.2415
- Feature #2728 (New): Offline Support
- Maybe we could gain some speed by using the c ... on Gears. And offline mode would be awesome!
- Defect #2726 (Closed): Apply filter on issues in one project will cause the pagination link to lose project parameter(so all project's issues will be displayed)
- Example: * goto project redmine's issue * change the status to all in the filter dropdown * click apply * if the issues are paginated, the pagination link will los ... k the page linke, you will see all project's issues
- Feature #2725 (Closed): Ability to double click on entire rows in tables to select the item.
- Currently, you can only select one HREF item ... ghted is activated once it is double clicked.
- Patch #2724 (Closed): Display attachment names in email notifications
- If a ticket is created with an attachment, no ... not the whole path Index: app/views/mailer/_issue_text_plain.rhtml ========================== ... ===================== --- app/views/mailer/_issue_text_plain.rhtml (revision 2451) +++ app/views/mailer/_issue_text_plain.rhtml (working copy) @@ -7,6 +7,7 @@ <%=l(:field_assigned_to)%>: <%= issue.assigned_to %> <%=l(:field_category)%>: <%= issue.category %> <%=l(:field_fixed_version)%>: <%= issue.fixed_version %> +<% if issue.attachments.size > 0 %><li><%=l(:label_attachment)%>: <%= issue.attachments.join(", ") %></li><% end %> <% issue.custom_values.each do |c| %><%= c.custom_fie ... %> <% end %> Index: app/views/mailer/_issue_text_html.rhtml =========================== ... ===================== --- app/views/mailer/_...
- Defect #2723 (Closed): Host name and path being mangled in mail
- I recently noticed that emails being sent fro ... he ticket location: http://https:/redmine/issues/show/40 I checked my settings and ensure ... "https://". Is anyone else experiencing this?
- Feature #2722 (New): New user notification
- Very nice application - keep up the great wor ... eral) to be notified on user self-activation.
- Defect #2719 (Closed): Increase username length limit from 30 to 60
- We use LDAP authorization and our logins cons ... increase username lenght limit to 60 or more?
- Feature #2718 (Closed): Config option to use https://secure.gravatar.com
- IE no gives an error message when redmine is ... setup. If I have time, I'll create a patch
- Defect #2717 (Closed): Time-log not working when not part of the project (but admin)
- To replicate: * You are admin * You are not part of the project that you have an issue in * Go to the issue * Log time in an udpate (not tested with normal time-log) The log is not saved.