Search
Results (12518)
- Feature #4769 (Closed): Ability to move an issue to a different project from the update form
- I can change almost all attributes of an issue if I click "update" and then "More" links - ... . This looks like an interface inconsistency.
- Feature #4768 (New): "issue category" should have a "description" field
- currently it only has name and default assign ... scription, which will be later shown when an issue is created
- Defect #4766 (New): Bad PDF files and SQL queries generated under certain locales
- When running the latest stable version (0.9.2 ... seemingly at least after having added a "New issue"), exported PDF files and some SQL queries s ... " LC_IDENTIFICATION="sv_SE.UTF-8" LC_ALL=
- Feature #4763 (Closed): Some role in parent project can see everything in its subprojects
- I'd like to request a viability analisys abou ... its subprojects, even if this sub is private.
- Defect #4761 (Closed): Sub-projects are always displayed on the roadmap
- I found a bug that the issues of the sub-projects are always displayed on ... th_subprojects], Setting.display_subprojects_issues?). So I tried to write the following patch ... 9.1/trunk * ruby 1.8.6 * sqlite3 Regards
- Patch #4760 (Closed): Correct two german localisation problems
- There is one untranslated word in the followi ... rte erlaubt (durch Komma getrennt). text_issues_ref_in_commit_messages: Ticket-Beziehungen und -Status in Commit-Log-Meldungen - text_issue_added: "Ticket {{id}} wurde erstellt by {{author}}." - text_issue_updated: "Ticket {{id}} wurde aktualisiert by {{author}}." + text_issue_added: "Ticket {{id}} wurde erstellt von {{author}}." + text_issue_updated: "Ticket {{id}} wurde aktualisiert v ... sämtlichem Inhalt löschen möchten? text_issue_category_destroy_question: "Einige Tickets ( ... ie zugeodnet. Was möchten Sie tun?" text_issue_category_destroy_assignments: Kategorie-Zuordnung entfernen
- Defect #4759 (Closed): new created Issue statuses can not display in workflow
- I create a new Issue statuses named "test" then I edit workflow, "test" do not show it.
- Defect #4756 (Closed): "Add Issues" permission problem
- I've created a role with "Add Issues" permission enabled for issues "reporter" users. However, when a user with this role create an issue, this following error message appears: "4 ... page". Despite this error message, the issue is successfully created. The error message is not shown if I enable also the "View Issues" permission. This solution doesn't work fo ... users must have just the ability to add new issues without access to the issues added by others. Moreover, we expect th ... the possibility to update their own created issues. So, a "edit my own issues" permissions is very welcome.
- Patch #4755 (New): Create and maintain groups from LDAP attributes
- We do have group information in LDAP which we ... ely limited and thus this should be included.
- Defect #4754 (Closed): Redmine is crashing when we group on a custom field
- # We have a custom field 'Sprint' # It is shown as available for grouping in the issues list. # However if we do that Redmine cras ... ly to custom_fields. and it will cause error.
- Feature #4752 (Closed): Allow changing the status of an issue specifically with a repository comment
- It would be nice to have the option to put in ... et #4648 resolved And have the status of the issue changed accordingly.
- Defect #4751 (Closed): Calendar and Gantt can ... when grouping by Category or Target version.
- When Category or Target version is selected in 'Issues -> Options -> Group results by', Calendar and Gantt cannot be displayed.
- Defect #4745 (Closed): Bug in index.xml.builder (issues)
- in this file at : <pre> xml.issues :type => 'array' , :count => @issue_count do </pre> The ":count" parameter will cause an error calling issues from activeresource : <pre> can't typeca ... l Database schema version 20091227112908
- Defect #4743 (Closed): Migrate from trac - not displayed Wikis
- We have installed Redmine on a server Debian ... ion - 0.11.5 sqlite version - 3.6.21 </pre>
- Feature #4742 (Closed): CSV export: option to export selected or all columns
- Exporting to CSV currently includes a large n ... the same columns as displayed in the current issue list, as is done now for PDF exports. Related to #1190 which tracked a similar problem with PDFs
- Defect #4737 (Closed): An invalid issue query returns a DoubleRenderError
- If you try to get an unknown format for the issues (i.e. http://redmine/issues.abc), the controller throws a double render ... API in 0.9.1 while it's not implemented yet.)
- Defect #4734 (Closed): Test Emai generated, not send
- *Please help me on this. Its really important ... version 101 About your Redmine plugins Issue Importer 0.3.1_
- Defect #4733 (Closed): Slow SQL Queries
- Since updating to 0.9 Redmine has been showin ... AS t0_r4, `journals`.`created_on` AS t0_r5, `issues`.`id` AS t1_r0, `issues`.`tracker_id` AS t1_r1, `issues`.`project_id` AS t1_r2, `issues`.`subject` AS t1_r3, `issues`.`description` AS t1_r4, `issues`.`due_date` AS t1_r5, `issues`.`category_id` AS t1_r6, `issues`.`status_id` AS t1_r7, `issues`.`assigned_to_id` AS t1_r8, `issues`.`priority_id` AS t1_r9, `issues`.`fixed_version_id` AS t1_r10, `issues`.`author_id` AS t1_r11, `issues`.`lock_version` AS t1_r12, `issues`.`created_on` AS t1_r13, `issues`.`updated_on` AS t1_r14, `issue...
- Patch #4732 (Closed): Make login case-insensitive also for PostgreSQL
- When using MySQL as the backend, it will auto ... are used to seeing their name in mixed case.
- Defect #4731 (New): If I click the Update link too soon the update form is shown without the issue
- We all know the problem - you think the issue has finished loading, hit the update link, and only get the update form shown with no issue details. Then you have to go back to review ... ll to the end to fill in the form workflows?]
- Feature #4730 (Closed): Add Closed Date to Issue Filter
- I can query/filter issues by created, updated, and due dates. However, I cannot query by when the issue was actually closed. I know this informatio ... in journals and journal_details rather than issues table, which may make this a tad more compl ... the information on the History section of an issue.
- Feature #4729 (Closed): Add Date-Based Filters for Issues List
- It would be great to be able to filter the issue list by specific dates for date based fields ... to xx days ago. This is similar I think to issue #4502.
- Defect #4728 (Closed): Bugs in Version sharing
- * closed versions are still listed in Target ... 0.9.1.devel.3360 (MySQL) Any ideas / help?
- Patch #4727 (Closed): Include user-specified field selection issues CSV export
- This is an extension of #3614, which only dea ... n PDF documents match the output of a custom issue query. That issue was closed with the changes in r2841. I b ... 41 to make the necessary code changes to the issues_helper to see if I could get CSV exports to ... export the user-specified fields in a custom issue query. It works well for me, but I'm not fam ... tion. I hope that others find this useful.
- Defect #4725 (New): Error displaying Project's Settings when repository configured
- After the migration from 0.8.7 to 0.9.1, Redm ... Please try to fix... How can I help you ?