Project

General

Profile

Search

Results (12393)

Patch #2702 (Closed): mail_handler_update: ad ... ome fields / Import custom fields values for issue updates
This patch add ability to update these fields ... to import custom fields work when updating a issue, not only when creating a issue. 2009-02-09 08:01
Defect #2699 (Closed): db:migrate does not take into account custom table prefix
I need to have a table prefix for redmine, s ... t writing it here to let you know, that this issue exists. 2009-02-08 17:58
Feature #2698 (New): Wiki Auto-Save currently editing page
It would be nice to have the currently edited ... user's browser goes down, or something... 2009-02-08 16:46
Patch #2697 (Closed): Macedonian translation of Redmine
It's still work in progress. For version 0 ... ly the patch found at http://www.redmine.org/issues/show/61. 2009-02-08 15:52
Patch #2696 (New): Add subcategory to category
This patch contains 2 migrations to add a column to issues and a table called issue_subcategories. This will allow users to hav ... s was diff'd against svn trunk revision 2399. 2009-02-07 23:40
Feature #2694 (Closed): Notification on loosing assignment
When the user assigned to an issue change, old assigned user should receive a n ... end </code></pre> Updated method in @issue.rb@ <pre><code class="ruby"> def recipie ... recipients.compact.uniq end </code></pre> 2009-02-07 17:00
Defect #2692 (Closed): The Apache Authentific ... mine.pm should honor login_required parameter
Redmine: r2363 The Redmine.pm authentifica ... lso available to users who are not logged in. 2009-02-07 10:34
Feature #2691 (Closed): Option to disable aut ... ing based on HTTP_ACCEPT_LANGUAGE HTTP-header
This is a patch to make it possible to disabl ... s default behaviour isn't changed by default. 2009-02-07 00:28
Feature #2689 (Closed): email address of the project
I want to transmit the notice of addition and ... y) @@ -29,6 +29,7 @@ redmine_headers 'Issue-Assignee' => issue.assigned_to.login if issue.assigned_to recipients issue.recipients cc(issue.watcher_recipients - @recipients) + cc << issue.project.email if issue.project.email subject "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}" body :issue => issue, :issue_url => url_for(:controller => 'issues', :action => 'show', :id => ... 2009-02-06 12:08
Feature #2687 (New): different estimated time units hours<>days per tracker type
For product planning and project management, ... uld equal 8 hours (or configurable amount). 2009-02-06 09:34
Patch #2685 (New): Display notice when commenting on closed tickets
Consider the following scenario. An issue is opened, resolved and closed. An inexperienced user X doesn't have access to reopen the issue. Instead of creating a new issue and relating it to the old issue, user X instead comments on the issue and reassigns it back to experienced user Y. This closed issue is now assigned to user Y, but they never no ... arning if a user comments on a closed ticket. 2009-02-06 00:48
Defect #2684 (Closed): Redmine Crashing on Ubuntu System
All, I have redmine 0.8.0 downloaded from ... CPU cycles. I am not sure if thats the issue itself or if it could be something else. I h ... I don't want to switch because of some rogue issue. 2009-02-05 23:03
Defect #2681 (Closed): Issues: note edit form does not show up when clicking the "Edit" icon
Ruby version: 1.8.6 Rails version: 2.1.2 Re ... .0 When trying to edit my own notes in an issue, the note text and the Edit icon become hidd ... mblemumblemumble/redmine/journals/edit/100] 2009-02-05 16:16
Feature #2679 (Closed): Ticket grouping
It can be very handy to have "Group by" option in issue list view (www.myredmine.com//issues). In status box, there can be new line und ... in reporting (plugin?). What others think? 2009-02-05 12:53
Feature #2678 (New): Search and stats on workflow transitions
I do get some questions over and over from a ... something like this: # How many (and what) issues passed "Queue to Backoffice" workflow-step ... ific category or some other filter)? # What issues was tested by [insert tester] (show really ... s defined in 2 above) # How many (and what) issues are at or have passed workflow-step "Approv ... e wrong info (i did the test and updated the issue but forgot to set the field). I know the ... is a need for the rest of you as well? /T 2009-02-05 11:18
Feature #2677 (New): Show "unread" items in the issue list
Right now, in the issues list, it is not clear which of the issues have been updated since your last logon. ... eful to clearly show the special state of an issue, which have been updated by other users and wasn't yet viewed by the current user. 2009-02-05 10:12
Feature #2675 (New): Watch - add a personal comment
I love the watch-feature. I use it all the time, for all kinds of reasons: * Issues that i want to talk to the reporter * Patches i consider adding to my stack * Good examples of issues to show other * Issues to keep track off (i suppose original usage ... r was it ever). I have some pages of watched issues, but some of them i am not sure why i watch ... d a personal comment as well when tagging an issue with watch? And attach that to watch-emails? Is this interesting enough for others? /T 2009-02-05 09:25
Defect #2669 (New): Square brackets in SVN comments (and probably elsewhere)
I noticed that square brackets in SVN comment ... J Doe [Batch Data Transfer - Outstanding Issues - 1.4... </pre> while the bottom part ( ... 3841) MySQL: 5.0.45-community-nt </pre> 2009-02-05 00:16
Feature #2666 (Closed): Roadmap for main project should see Roadmaps for sub projects
If the main project can see the activity of a ... all sub projects but my main project has no issues only the sub projects do. My manager would ... ation). Basically, I have a project with no issues that have sub projects with issues and each of the sub projects have different categories. 2009-02-04 16:35
Defect #2664 (Closed): Mercurial: Repository path encoding of non UTF-8 characters
h3. Environment * Server OS: Debian Le ... e while the already reported (and corrected) issues refer a problem on the "changesets" table. ... he repository tab settings without success. 2009-02-04 15:39
Defect #2663 (Closed): sub project title and filter does not show up when viewing the issues
When you have a main project that has many su ... on the sub projects within the main project issues report. You should also be able to see the ... report as of right now it is an empty field. 2009-02-04 15:08
Defect #2660 (Closed): Cannot modify/delete project named "Documents"
We've created a project named "Documents" (id ... Windows Server 2003 Standard x64 Edition SP2 2009-02-04 03:39
Feature #2659 (Closed): Refactor Mailer delivery methods out of controller and into observers
There are a few @Mailer@ method calls buried ... om/classes/ActiveRecord/Observer.html (e.g. @IssuesController#add@). I'll do the refactoring, just wanted to open an issue so it appears in the release notes. 2009-02-04 00:01
Feature #2657 (Closed): Set a default wiki page on project creation
The current wiki start-up process is overly c ... enabled. One less hurdle to getting set-up. 2009-02-03 17:33
Defect #2655 (Closed): eMail notification breakes if email adress wrong
eMail notofocations are send itemize (one by ... er user have become an email in this project. 2009-02-03 14:28
(10951-10975/12393)