Project

General

Profile

Search

Results (12431)

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
Defect #2344 (Closed): Right click context menu in Safari/Mac does not work fully
When right-clicking on USB mouse or touchpad ... a Bitnami stack, so version 0.7.3 of Redmine 2008-12-15 15:02
Defect #2342 (Closed): /account/show/<id> fails on PostgreSQL 8.1
ActiveRecord::StatementInvalid in AccountCon ... urnals".id FROM "journals" LEFT OUTER JOIN "issues" ON "issues".id = "journals".journalized_id LEFT OUTER JOIN "projects" ON "projects".id = "issues".project_id LEFT OUTER JOIN "journal_detai ... s.id WHERE (journals.journalized_type = 'Issue' AND (journal_details.prop_key = 'status_id' ... em.id FROM enabled_modules em WHERE em.name='issue_tracking' AND em.project_id=projects.id)) AN ... .8.6 (2007-09-24 patchlevel 111) [i686-linux] 2008-12-15 11:56
Feature #2340 (New): Self-registration needs captcha
I've had a public issue tracker running Mantis that was flooded with ... ing captcha to all self-registration pages. 2008-12-15 11:16
Feature #2337 (Closed): Highlight overdue Tickets
It would be perfect if overdue tickets are hi ... can directly see which tickets are overdue. 2008-12-14 23:44
(11151-11175/12431)