Search
Results (12601)
- Feature #7641 (Closed): Issue filter with OR semantic additional to current AND semantic
- Hello, it would be nice if the filter criterias in Issues-view could be combined using OR semantics. ... note: I do not mean XOR regards Matthias
- Defect #7639 (Closed): Some date fields do not have requested format.
- As project administrator - set the date format to 17/02/2011 i.e. 17 February 2011. * In Issues tabs (as normal user) the "Updated" field s ... on date also shows dates as 04/28/2010 In Issues tab if displaying the start date and due date then they are in the correct format.
- Feature #7637 (Closed): Display edit form above History in reverse chronological order
- Feature #7635 (New): Edit % Done while logging time
- A few suggestions for improvements to the log time function. When logging time against a issue the '% Done' drop-down should also be present so we can set it as the project progresses If the issue has 'Estimated time' the % done can auto pop ... total hours loged vs hours estimated If the issue has 'Estimated time' it should display the e ... lay total time logged for reference for this issue If there is intrest in this function I would be happy to make wire frames.
- Feature #7634 (Closed): Report on project custom field in time spent report
- We need to report on a custom field of a proj ... w the time logged against each line. This issue and surrounding issues has thoroughly been discussed "here":http:/ ... Any input/help will be greatly appreciated.
- Defect #7630 (Closed): Spent time in commits not recognized
- Hello, There is an issue with the time tracking thru commit : I fo ... hance it will be implemented? Best regards
- Feature #7629 (New): Add "causes" and "caused by" issue relationships
- Can we add a @causes@ and @caused by@ relationships for issues? This would make it much easier to track de ... up with quality metrics for our organization.
- Feature #7628 (Closed): custom field type of 'user'
- All a custom field to choose a user from the ... s users' and then select the users that this issue impacts.
- Feature #7627 (New): journal for changing custom version status
- Seems like the version status could be expand ... to customize this like we can can customize Issue status. For example set a version from 'o ... ustom field to a version that it is approved.
- Feature #7626 (New): version due date and issue due date interactions
- When adding issues to versions I expected the due date of the issue to match the due date of the version. Her ... ehaviors I thought would be nice: * If an issue without a due date is added to a version wit ... andardize' this due date for the rest of the issues * If an issue due date is changed to after the version due ... es as related tickets have with percent done.
- Feature #7623 (New): "Create and continue" should default issue fields to previous issue's values
- When creating a bunch of issues, I'd probably like to file them to a same t ... all fields with values of previously created issue - except for Subject and Description. It ... be) Due date * Watchers * any custom fields
- Defect #7618 (Closed): SCM diffs do not handle one line new files properly
- I separate #7615 for SCM common issue. These are Redmine 1.1 Mercurial test rep ... ore !before.png! h3. after !after.png!
- Defect #7616 (Closed): rake generate_session_ ... 't work when installing using rvm and sandbox
- Hi, I have followed http://www.redmine.org ... . Any help would be very much appreciated!
- Defect #7615 (Closed): CVS diffs do not handle new files properly
- The CVS adapter does not diff new files prope ... on. By the way, my CVS version is 1.12.13.
- Defect #7613 (Closed): Generated test instances may share the same attribute value object
- Actually, this test code will fail : <pre> ... d</code> </pre> I'll post a patch soon.
- Defect #7612 (Closed): issue_subject can't to edit
- Patch #7610 (New): Patch providing issue journal rollback
- Has someone ever made a mistake that left a j ... con, the journal entry is destroyed, and the issue is restored to the state it was in before th ... on is guarded by a new permission, 'Rollback issues'. Note that there is no validation check ... anges). Use the rollback action carefully!
- Defect #7607 (Closed): Error 413 Request Entity Too Large when trying to load a file of valid size
- Hi. Tooday I tried to add video file of 2 ... dvance. Please, see screenshot in attachment.
- Defect #7606 (Closed): Gantt view displays sub-project tasks in the parent project's milestone
- This problem occurs under the following condi ... ing" property set to "with sub-projects". * Issue A is assigned to the sub-project * Issue A is set to the parent project's version mil ... t. Under the milestone icon, all the related issues are rendered, although the Issue A belongs to a sub-project. The sub-proje ... havior? Visually, this is a little confusing.
- Defect #7605 (Closed): Using custom queries always redirects to "Issues" tab
- Custom queries in the right sidebar are supported in the following pages: * Issues * Gantt * Calendar Independently of the current view, the links are set to "Issues" view only. Working with Gantt or Calendar requires constant re-"tabbing".
- Defect #7604 (Closed): ActionView::TemplateError (undefined method `name' for nil:NilClass)
- My school (Regis Jesuit High School) is using ... ng an error when submitting edits to certain issues. *Error:* <pre> Processing IssuesController#update (for 174.253.181.218 at 20 ... 0db3OwQacDvMpuAwprt+q8P2JpE=", "id"=>"100", "issue"=>{"start_date"=>"2011-02-09", "estimated_hours"=>"", "priority_id"=>"4", "parent_issue_id"=>"", "lock_version"=>"4", "fixed_version ... ativity and tower defense."}, "controller"=>"issues", "a ttachments"=>{"1"=>{"description"=>"" ... NilClass) on line #10 of app/views/mailer/_issue_text_plain.rhtml:7: <%=l(:field_assigned_to)%>: <%= issue.assigned_to %> 8: <%=l(:field_category)%>: <%= issue...
- Feature #7603 (Closed): Please make editing issues more obvious than "Change properties (More)"
- Thanks very much for your great software! I' ... dd it in: I wasn't able to find how to edit issues in the latest version (1.1.1) until my coll ... en when you click on "More". Cheers, Kate
- Feature #7601 (Closed): Checkbox in wiki syntax
- When you create an issue with multiple subtask in it (I'm talking abo ... checkbox when the subtask is complete as the issue evolves. Like this : [ ] or this [] f ... s/checkbox_s.gif! task number five complete
- Feature #7599 (Closed): Allow for multiple useraccounts with same email address
- I am both administrator and worker on several ... hat or not. That would solve my problem.
- Patch #7598 (Closed): Extensible MailHandler
- app/models/mail_handler is useful but not ext ... dispatch_to_default which just calls receive_issue by default. Plugin can extend the dispatch table by overriding #dispatch_to_default.