Project

General

Profile

Search

Results (12108)

Patch #650 (Closed): Menu translation
Patch for issue #649 2008-02-13 10:20
Defect #649 (Closed): Menu translations broken
Menu translations broken in @/lib/redmine.rb@ after r1137. Missed @:caption =>@ in menu items. 2008-02-13 10:08
Patch #647 (Closed): Traditional Chinese language update (sync. to 1143)
# *Added:* label_scm, text_select_project_modules, label_issue_added, , label_issue_updated label_document_added, label_message_ ... abel_scm, text_select_project_modules, label_issue_added, , label_issue_updated label_document_added, label_message_posted, label_file_added, label_news_added 2008-02-13 06:43
Feature #646 (Closed): Displaying estimated time totals per milestone
For project planning it would be great to be ... generalized like the filter system is on the issues display page (or added as part of this). Or ... of a burndown plugin or something similar. 2008-02-13 04:52
Defect #645 (Closed): Problem with "-" in link name
Using version 0.5.0 we had no problems creati ... – ' ], # en dash Perhaps this is an issue with redcloth, but it affects redmine. 2008-02-12 20:08
Defect #644 (Closed): Unable to delete issue statuses
Hi, I'm still using redmine 0.5.0 and want ... rick). If I go to Administration and then Issue statuses and create a new issue status, I cannot delete the issue status I just created. I get the message "Unable to delete issue status". Looking at the logs, i find the following: IssueStatus Load (0.000132) SELECT * FROM issue_statuses WHERE (issue_statuses."id" = 11) SQL (0.000047) BEGIN Issue Load (0.000383) SELECT * FROM issues WHERE (status_id=11) LIMIT 1 Workflow De ... FROM workflows WHERE (old_status_id = 11) IssueStatus Update (0.000125) UPDATE issue_statuses SET position = (position - 1) WHERE (1 = 1 AND position > 8) IssueStatus Update (0.000000) PGError: ERROR: nu ... tion" violates not-null constraint : UPDATE ... 2008-02-12 19:52
Feature #643 (New): Issue description templates
When opening new issues it would help guiding the user to be as det ... replace template parts with the actual input. 2008-02-12 18:49
Patch #642 (Closed): Add a Select-All link to the issues list
This patch adds a "Select All" and "Clear All" link at the bottom of an issue list. It is implemented with javascript, ... ckboxes and checking them (or clearing them). 2008-02-12 18:47
Patch #641 (Closed): Add done_ratio to the right-click context menu
This patch allows modifying the issue's done_ratio field from the right-click context menu. 2008-02-12 18:39
Patch #640 (New): When choosing assignee, automatically switch status to Assigned
Patch against trunk is attached. In the new-issue / edit-issue pages this is done with javascript hack, tha ... t-click context menu this is done by added a issue[status_id]=2 to context_menu_link URL. No ... re might be a nicer way to do it :-) dubek 2008-02-12 18:27
Defect #639 (Closed): EMail notification of updated depend issues have bad links
I just receive an email notification of #443, ... tion mail, the URL linked to #556 was http://issues/show/556 instead of http://*www.redmine.org/projects/redmine/**issues/show/556 It's a view problem :) 2008-02-12 17:45
Feature #638 (Closed): Allow related issues to cross projects
Right now you can only add a related issue if it is within the same project. It would be nice to be able to 'relate' issues across projects. 2008-02-12 17:09
Feature #637 (Closed): Wiki links inside issues
It would nice to be able to link to wiki pages inside the issue description and note areas. 2008-02-12 17:06
Feature #634 (Closed): After moving an issue, follow it
Currently, after you move an issue, it takes you back to the issue list of the original project. There is an i ... refer if it would make it easier to edit the issue after it moves to the target project. The t ... typical usage, I need to edit details of an issue immediately after moving it. To do that now I need to manually hunt down the issue in the new project, which isn't always easy ... diate page (what is currently /projects/move_issues/), it would give you full control to edit all aspects of the issue, including priority, asignee, version, custo ... could take you back to the original project issue list. There could by some ajaxy thing that ... se a project. Option 2 -- after moving an issue as with the current system, it takes you to the issue in the new project. This could happen by fo ... it could still take you back to the original ... 2008-02-12 11:33
Defect #633 (Closed): Redmine crashes randomly
I am running Redmine trunk version (r1108) wi ... . Any suggestions on how to eliminate the issue other than restarting the mongrel cluster with a cron job? Operation System: Debian Etch 2008-02-12 08:49
Feature #629 (Closed): need "text format" link where textile available
It will better to put "text format" link (/he ... ml) to where textile available (for example, issue description, news, etc). 2008-02-11 15:14
Feature #628 (Closed): E-mail reporting
In addition to the PDF output, I'd really wish to see an email report. One could send Issue detail like in PDF output but straight to fr ... nding the PDF as attachment or inline report. 2008-02-11 13:53
Feature #627 (Closed): Permissions to edit update notes
Only Administrators can edit notes posted wit ... it own update notes 2. person who has "Edit Issues" on role permissions can edit update notes 3. both 1 and 2 2008-02-11 13:48
Patch #623 (Closed): Traditional Chinese language update (sync. to 1132)
# *Added tags:* label_statistics, label_commi ... more, text_status_changed_by_changeset, text_issues_destroy_confirmation # *Changed tags:* field_priority, text_issue_added, text_issue_updated, enumeration_issue_priorities # *Relocated tags:* text_status_changed_by_changeset, label_more, text_issues_destroy_confirmation 2008-02-11 04:14
Defect #618 (Closed): right click on an issue line near the bottom of the browser doesn't display menu
When I right click an issue near the bottom of the page, the menu drops ... little when near the bottom of the window. 2008-02-08 08:37
Feature #617 (Reopened): wiki: thoughts of WYSIWYG
Any thought of using WYSIWYG editing (FCKedit ... ing (or linking to) something like Mediawiki? 2008-02-07 22:42
Patch #616 (Closed): Add issue subject to time detail report
I'm not sure if anybody else is interested in it, but our billing department likes to know what the issues are about when viewing on the web and repor ... aks any tests, since I can't get them to run. 2008-02-07 19:34
Defect #614 (Closed): Filters buttons in the issues tab should appear inside the filters fieldset
The way the buttons appear now it's difficult ... be more clear that they act over the filter. 2008-02-06 15:51
Defect #609 (Closed): no email when an issue status is changed by commit message detection
I have Redmine set up with a cron job to scan ... a commit message with a keyword to close an issue, Redmine does detect this and change the sta ... us change is due to commit message detection. 2008-02-05 08:14
Defect #607 (Closed): Problems with UI design of selection and right-click behaviour in the issue list
There are a few usability problems with the w ... xes using this icon? # Right clicking on an issue to access the context menu should obey the c ... e, for example, to do a bulk edit or move of issues. (The business of holding down the Control key to select multiple issues, if that ever worked in the past, does not ... ick browser menu that allows for opening the issue in a new window. This is extremely useful. W ... u're working your way through a whole set of issues, you have to keep re-running your query! Pa ... the right-click application menu to open the issue (in a new window or tab) 2008-02-05 07:04
(11751-11775/12108)