Project

General

Profile

Search

Results (12110)

Feature #2413 (Closed): mail_handler : import custom fields from Emails
It would be nice if custom fields could be im ... e> CustomFieldName: CustomFieldValue </pre> 2008-12-29 15:49
Feature #2410 (Closed): Exporting Data to Excel
Hi, I am using Redmine Recent version(Redm ... l export facility.So please guide me in this issue 2008-12-29 09:12
Patch #2406 (Closed): In email notification, send a email with sender as author
When notification email is generated, I want to fill email sender with the author of issue, document, attachment. In my environment, t ... . So I implemented it with attachment object. 2008-12-29 06:19
Feature #2405 (Closed): Enable tracker update on issue edit form
How can I change the tracker of issue? I 've patched to enable this feature. It is required because most of issuers of issue do not have whole knowledge of project. Some reporter created issues with wrong tracker. Especially we have 7 tr ... <pre><code class="diff"> Index: app/views/issues/_form.rhtml =================================================================== --- app/views/issues/_form.rhtml (revision 2195) +++ app/views/issues/_form.rhtml (working copy) @@ -39,6 +39,9 ... d :due_date, :size => 10 %><%= calendar_for('issue_due_date') %></p> <p><%= f.text_field :est ... | ["#{r*10} %", r*10] }) %></p> +<% unless @issue.new_record? %> +<p><%= f.select :tracker_id ... style="clear:both;"> </div> </code></pre> 2008-12-29 04:59
Defect #2400 (Closed): Last update broke issues controller
hi, I'm using redmine dev branch (http://redm ... k), and after a code update this morging, my issues controller throws an exception : <pre> Processing IssuesController#index (for xxx.xxx.xxx.xxx at 200 ... "project", "action"=>"index", "controller"=>"issues"} ActiveRecord::StatementInvalid (Mysq ... to use near 'LIMIT 0, 25' 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, `issue... 2008-12-26 09:52
Feature #2399 (Closed): Custom field filtering for projects
Wouldn´t it be great if one could use custom ... or projects? just like the way it works with issues. 2008-12-25 18:58
Defect #2398 (Closed): functional tests missing fixtures
class AccountControllerTest < Test::Unit::Tes ... ojects, :roles, :members, :enabled_modules, :issues, :attachments, *:versions, :wiki_pages, :wikis* 2008-12-25 17:37
Defect #2397 (Closed): Not all activities are shown on activity page
Only part of activities are shown on the acti ... p://www.redmine.org/boards/2/topics/show/3400 2008-12-25 07:35
Defect #2392 (Closed): "Planning" is not displayed in the links of sidebar of "Issues"
Thank you for developing such a wonderful too ... to have the link of "Planning" displayed in "Issues" by linking on side-bar as well as "Overvie ... g_links" existed when I confirmed "App/views/issues/_sidebar.rhtml". I deleted the 9-17th l ... thorized(l(:label_calendar), :controller => 'issues', :action => 'calendar', :project_id => @pr ... _authorized(l(:label_gantt), :controller => 'issues', :action => 'gantt', :project_id => @proje ... ng_links.join(' | ') %> <%= call_hook(:view_issues_sidebar_planning_bottom) %> <% end %> < ... 1.1.1 Rails version 2.1.1 2008-12-24 02:41
Defect #2391 (Closed): error in test:functionals in the latest development source from the trunk
Got 1 error..is it a bad test environment ? <pre> ruby "test/functional/issues_controller_test.rb" Loaded suite test/functional/issues_controller_test Started ................. ... 63 seconds. 1) Error: test_gantt_image(IssuesControllerTest): Magick::ImageMagickError: ... ers/yves/Sites/rails/redmine/app/controllers/issues_controller.rb:343:in `gantt' ....... 52 t ... res, 1 errors ======== </pre> 2008-12-24 00:39
Feature #2389 (New): Standard and custom issue fields should have a description/tooltip
Standard issue fields should have a tooltip or a short on-s ... field. Similarly, when you create a custom issue field, it should be possible to specify a to ... stand what they should type into the field. 2008-12-23 12:04
Defect #2388 (Closed): 422 response from mail_handler
To receive email, I'm using simple perl scrip ... POP3 and redirect to rdm-mailhandler.rb. If issue submission not successful, the script save m ... der and reply to the sender about failure of issue submission. During 2 weeks running, almos ... dress and some hostname blocked) p.s. The issue submission fail notification useful because sender couldn't get any report! 2008-12-23 05:19
Feature #2375 (Closed): Add select watcher option to the New Issue page
I have found that there were some issues related to this feature, but none is same a ... be is not difficult to implement, I add this issue. At now, we have lots of issues that need some watchers, and what we are doing is to: add a new issue -> save it -> add some watchers -> immediate ... load a patch of that. What do you think? 2008-12-22 13:59
Feature #2372 (New): Ideas for the Revisions page
This is a wishlist for several enhancements o ... ility to filter the Revisions list a. by issue #, to list only the revisions which refer to a given issue in their commit message (maybe addresses #22 ... n discussions) e. by date or date range 2008-12-22 09:31
Feature #2371 (Closed): character encoding for attachment file
As r814, default encoding for repository can ... I thinks 2nd option may be enough and useful. 2008-12-22 07:21
Feature #2370 (New): Vacations overview
It would be very useful for me, if I could ge ... rrently, it could be solved if one create an issue, however, it would be even better if there w ... ice, so its clear who is in and who is not. 2008-12-22 04:41
Defect #2369 (Closed): Custom Query does not show closed items
Sequence of actions: 1. Defined custom query with own column set that only includes open issues and 1 special tracker. 2. Closed 1 issue. 3. Edited custom query to show all issues. - no effect. Environment: Version: 0.8 ... 38(MySQL) via SVN Suse 10.1, Passenger Mod 2008-12-21 16:36
Feature #2364 (Closed): Make the "jump to pro ... the same current page in the selected project
When I am reviewing issues or activity for a project, I often wish to ... gation would be quicker with this behavior. 2008-12-19 12:34
Defect #2363 (Closed): Side-by-Side diff doesn't wrap
I noticed that this issue has been reported before and according to issue #866 it was fixed in r1020. When I use IE ... achment), but not in Safari (see attachment). 2008-12-19 11:38
Defect #2361 (Closed): script/generate fails with undefined method `empty?'
Running script/generate, either without param ... hod `empty?' for /_generator$/:Regexp </pre> 2008-12-19 03:03
Defect #2360 (Closed): Missing checks for nils in the WikiController
I had a public page on my wiki which I moved ... ntrollers/wiki_controller.rb:115:in `history' 2008-12-19 02:42
Defect #2359 (Closed): Security mailing list
There should be a security email list that us ... nd the orange warning box when opening a new issues on Redmine.org Ideally, this could even ... a private project on Redmine.org so security issues can be worked in privately and then moved ( ... Redmine project once a valid patch is ready. 2008-12-19 02:10
Feature #2350 (New): Support redmine link syntax in search box
It would be very helpful if I could go directly to a revision, issues, commit, or source file by typing the wiki ... top of a project. Currently only jumping to issues works with #NNN, but it would be very helpf ... could always force a normal free-text search. 2008-12-17 01:08
Defect #2347 (Closed): Only first 10 revisions shown on Activity page
See http://www.redmine.org/boards/2/topics/sh ... Sqlite, Redmine 0.8.0 rc1 and SVN integration 2008-12-16 09:47
Defect #2346 (Closed): Table cell with multiple line text.
As noted in help forum "(textile syntax) Mult ... ased access control.| | | Flexible issue tracking system | | | Gantt ch ... lexible role based access control. Flexible issue tracking system Gantt chart and calendar N ... check. (I'm total stranger to ruby or rails) 2008-12-16 09:00
(10826-10850/12110)