Project

General

Profile

Search

Results (12397)

Feature #675 (New): Anti-spam or captcha for issues
Redmine is definitely gaining big popularity! Even among spammers! Today, I got two spam issue notes from Anonymous user (we would like to allow anonymous user to submit issue and issue notes). Anyone experiencing the same issue? Would it make sense to add in a captcha when adding an issue? Or pass it on to an anti-spam service, like Akismet or defensio? 2008-02-16 01:09
Feature #671 (Closed): Globaly saved filters
Currently if you set up issue filter and save it it only works for that si ... am sure there is some way to work with that. 2008-02-15 16:04
Patch #670 (Closed): Duplicate issue links (update/edit/etc) at bottom of issue page
It's frustrating to me to have to scroll back to the top of the page to add another comment on an issue, especially when there's a dozen comments on ... e element as the "export" link at the bottom. 2008-02-15 15:28
Defect #669 (Closed): Default columns displayed on the issue list do not appear in pdf
If i change the default columns displayed on the issue list, at application level, they appear when i run the queries (View all issues or custom) but they do not appear in pdf ... something special or it really is a bug? 2008-02-15 13:47
Defect #668 (New): Date input fields don't respect date format settings
The input box next to calendar, shows always ... , because we never type it like that. .b 2008-02-15 12:07
Feature #666 (New): Alow for custom filters for e-mail notifications
When a user starts getting connected with mor ... cific filters (similar to the way you filter issues on the issues list) that would allow the user to define w ... ple: I want to get e-mailed about: All new issues from ProjectA. All issues I am assigned to, watching or reported in ProjectA, ProjectB, and ProjectD All resolved issues from ProjectB that are assigned to John and Mary 2008-02-14 18:38
Feature #662 (Closed): Make issue lists on "My Page" customizable
Every user has different priorities on what t ... want to keep an eye on different filters of issues. It would be really nice if there was a wid ... high priority easily on his "My Page" screen. 2008-02-13 23:26
Feature #661 (Closed): Allow uni-directional relations between tasks
This relates to #638, issue relations between projects: I have one redmine project for people outside the company to submit issues and features. Then, I have another proje ... evelopment plan that determines which public issues become internal issues, and lets me assign and prioritize them app ... some small tasks, the internal and external issues may be the same. However, Larger external ... tomers. The ugly solution is copy & paste issues between projects. But this maintains no li ... the company do not see the links to internal issues. Just hiding the reciprocal link, when r ... heck if a related task has been resolved. 2008-02-13 23:12
Defect #660 (Closed): Month names in activity and calendar view
Two small cosmetic issues: the month names in the headers of the acti ... ar view are always rendered in all lowercase. 2008-02-13 22:48
Feature #659 (Closed): all the standard filters available on the main calendar page
If you could query the calendar like this it would be super. This would also solve similar issues. * Patch #230 * Feature #308 2008-02-13 22:05
Feature #658 (Closed): Redmine website - Add Roadmap
I would love to see a Roadmap for Redmine, ju ... features will make it into the next release. 2008-02-13 18:37
Defect #657 (Closed): Back button - loses current page after viewing an issue - IE only
In IE if you are going through multiple pages of issues and click on one if you click the "back" button you are brought back to page 1 of the issues. This is a pain because you then have to r ... and click back through the pages to find it. 2008-02-13 16:46
Patch #655 (Closed): 'My page' spent time calendar
Based on RedMine 0.6.3 Adds time spent calendar into my page similar to regular issues calendar. GUI design is simple. The perio ... set it to 2 weeks: current and previous one. 2008-02-13 15:31
Feature #652 (Closed): Add a class attribute to the subproject <a> tags in project overview
This way CSS can be used to style the list of ... w they can only be listed as one single line. 2008-02-13 12:13
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 ... &#8211; ' ], # 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
(12026-12050/12397)