Search
Results (12572)
- Defect #2441 (Closed): Upgrade rake migration ... tialized constant ActiveSupport::Dependencies
- I'm trying to upgrade from the previous relea ... ke:28 </pre> am I missing something here?
- Patch #2439 (Closed): Traditional Chinese language file (to r2225)
- * Added tags: *text_plugin_assets_writable*, ... anged tags: *text_file_repository_writable*
- Feature #2438 (Closed): Will any Opensource Instant Message System embed into Redmine?
- Like some flash or online chatting system.
- Defect #2436 (Closed): strip variables from received mail body (in receive_mail)
- I just tested sending an email to redmine, wi ... : rake redmine:email:receive_imap ... The issue was created using that method, but the Project: foo line is left in the issue body. I guess other variables would still b ... cts theses variables to be stripped from the issue body.
- Feature #2435 (Closed): Plugin API to check that a plugin is correctly installed
- Both Redmine and Engine migrations follow a s ... an incorrect directory. This causes several issues including: * migrations get named after ... * https://projects.littlestreamsoftware.com/issues/show/1930 * https://projects.littlestreamsoftware.com/issues/show/1858 * https://projects.littlestreamsoftware.com/issues/show/1801 * https://projects.littlestreamsoftware.com/issues/show/1487
- Defect #2433 (Closed): redmine/PluginGoogleAn ... guration instruction points to the wrong link
- From the redmine/PluginGoogleAnalytics page I ... this is not the correct place to submit this issue report. I'm new to redmine and once register ... /wiki/redmine/PluginGoogleAnalytics location.
- Patch #2430 (Closed): Traditional Chinese language file (to r2220)
- * Added tags: *text_plugin_assets_writable* * Changed tags: *text_file_repository_writable*
- Patch #2420 (Closed): Fetching emails from an POP server
- This is a patch to fetch emails from POP serv ... options = { :issue => {} } %w(project status tracker category priority).each { |a| options[:issue][a.to_sym] = ENV[a] if ENV[a] } optio ... heck(pop_options, options) end </pre>
- Defect #2419 (Closed): 0.8.0: Warning from mime_type.rb: already initialized constant PDF
- I run a cron job every minute to fetch the re ... is could be fixed so the warning goes away.
- Defect #2418 (Closed): workflow defect
- Hello, our workflow look like this: ass ... s default or closed. When we create a new issue with status new which is default, then manag ... 0 stable os gentoo linux (webrick) db mysql
- Feature #2415 (Closed): Global issue_report without project specific information
- There is a really nice report available at /reports/issue_report/projectID that would be very useful t ... ld this be something that could be added?
- Defect #2414 (Reopened): 'Add News Button' in 'Add news'
- I have observed a little 'Bug', cause if i go ... mysql Database schema version 101 </pre>
- Feature #2413 (Closed): mail_handler : import custom fields from Emails
- It would be nice if custom fields could be im ... e> CustomFieldName: CustomFieldValue </pre>
- 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
- 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.
- 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>
- 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...
- 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.
- Defect #2398 (Closed): functional tests missing fixtures
- class AccountControllerTest < Test::Unit::Tes ... ojects, :roles, :members, :enabled_modules, :issues, :attachments, *:versions, :wiki_pages, :wikis*
- 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
- 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
- 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>
- 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.
- 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!
- 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?