Project

General

Profile

Search

Results (12110)

Defect #2508 (Closed): Do not use absolute URL !
Everywhere in the application you should use ... ---------------------------- I found this issue while installing apache httpd behind redmine ... http://www.youtube.com/watch?v=8jJ2WnRjzWs 2009-01-14 15:40
Feature #2507 (Closed): Email creation issues: assign-to parameter
I miss the ability to assign issues created via email to specific team members. ... </pre> in the email body and have the new issue assigned to John Doe automatically. 2009-01-14 11:53
Patch #2506 (Closed): Trac importer duplicates tickets custom field values
Trac importer makes doubles in issues custom field values. Trac importer : * ... values table with a NULL value when creating issue * creates another line in custom_values tab ... patch is a workaround, but needs improvement. 2009-01-14 09:45
Patch #2505 (Closed): German language file update
Here are some minor updates to the German language file @de.yml@. This is a follow-up to issue #1784. 2009-01-14 09:29
Feature #2503 (Closed): History of Ticket-Description
It is a pitty that changes of the description of an issue are nowhere stored. So you can never be sure ... dex: /usr/local/workspace/redmine/app/models/issue.rb ======================================== ... --- /usr/local/workspace/redmine/app/models/issue.rb (revision 2263) +++ /usr/local/workspace/redmine/app/models/issue.rb (working copy) @@ -152,7 +152,21 @@ ... se case + if self.tracker_id == 6 and @issue_before_change.description != self.descriptio ... rent_journal.save end # Save the issue even if the journal is not saved (because empty) </pre> 2009-01-13 22:28
Feature #2500 (Closed): configure custom fields as "required for status transition"
I would like to be able to configure custom fields as "required" but only for some issue statuses. For example, in our workflow, w ... the ticket status to "Livré" but not before. 2009-01-13 14:07
Defect #2492 (Closed): Issue with attachment export to PDF will hang after upgraded to r2226
And the exported file is not a pdf but a erro ... istory.back()">Back</a></p> </body> </html> 2009-01-12 09:31
Defect #2491 (Closed): robots.txt file is has incorrect urls
My mongrel servers all crashed, I believe due ... http://(host-name)/projects/(project-name)/issues/calendar http://(host-name)/projects/(project-name)/issues/gantt Since robots.txt does not support ... /(host-name)/repositories/show/(project-name) 2009-01-12 02:25
Feature #2490 (New): a less cpu-intensive set ... through fetchmail/imap (please add to wiki ?)
Hi, i did not want to open my smtp port as i ... nice -19 /usr/bin/fetchmail &> /dev/null 2009-01-11 15:05
Feature #2487 (Reopened): Software Reliability Growth Curve
File is plug-in for Software Reliability Grow ... f Target version * Selection of Tracker 2009-01-10 12:54
Feature #2485 (Closed): Watched issues should appear on "My Page"
The issues that I care about most are: 1. those assign ... helpful if there was also a list of watched issues as well. Such a list would also provide a quick way to jump to issues you want to unwatch. 2009-01-10 10:08
Feature #2484 (Closed): New member role should not default to admin
In the Members tab under project settings, be ... Out of the box it would be set to "reporter". 2009-01-10 09:28
Patch #2482 (Closed): Named scopes in Issue and ActsAsWatchable plus some view refactoring (logic extraction).
Added named_scope in Issue and ActsAsWatchable replacing custom finder ... the same name (so no API breaking) * Adds *@Issue::recently_updated@*, *@Issue::with_limit@* and *@Issue::on_active_project@* which are optional but ... oves DB logic from partial view *@my/blocks/_issueswatched.rhtml@* which falls back to new name ... st let me know, or simply apply this patch :) 2009-01-09 18:15
Feature #2481 (New): Improved issue update (+post real-life project information).
Hello, Thanks for an excellent project manage ... ent admin system. *Downs:* * Grouping of issues is much nicer in Trac, and this is really v ... w versions are represented with bars etc. * Issues really get bloated in our way of working, i ... be really good to have group permissions on issue level. * In general, the better we could visualize issues (to get an overview) and their progress the ... dates are more to make actual updates of the issue (time-log, concrete updates etc). * anoth ... m (similar to "forum") where you discuss the issue and how you could deliver it. Driving work and delivery forward. This will make the issue update process much easier to follow. And th ... in! Best regards, Jens Berlips 2009-01-09 16:45
Defect #2480 (Closed): Spend time report small issue
This issue marked red at enclosed image. 2009-01-09 15:53
Feature #2478 (Closed): Creation automatic ticket in Redmine by interface
Hello, Please, could you indicate me if it ... tation. Thanks for your help Sincerely, 2009-01-09 12:08
Feature #2477 (New): mail reminder for watchers
Please add an option to the watchers if they ... ng something and it's already possible to do? 2009-01-09 08:57
Defect #2476 (Closed): JRuby: Cannot start redmine
No problems starting and using redmine (HEAD) ... evelopment Database adapter mysql 2009-01-09 08:31
Feature #2475 (Closed): Hooks for IssuesController
I have been tasked with providing a plugin to ... roller for a 3rd party VCS system's built in issue tracker. In order to reduce situations where orphaned issue records could be created in the 3rd party tool, Hook events need to be called After issues have been saved in Redmine. At present, I have modified my own Redmine installation's @issues_controller.rb@ file to provide hooks in the @new()@ and @edit()@ methods of the @IssuesController@ class, directly after the @redir ... I have done the following: <pre> ... if @issue.save attach_files(@issue, params[:attachments]) flash[:notice] = l(:notice_successful_create) Mailer.deliver_issue_add(@issue) if Setting.notified_events.include?('issue_added') redirect_to :controller => 'issue... 2009-01-09 02:54
Feature #2472 (Closed): Administration > Custom fields (list) > Possible values should be a textarea
The current way of filling in possible values ... features: adding multiple users or multiple issues at once, for instance. What do you think? 2009-01-08 14:42
Feature #2471 (Closed): Add my activities to my page
I would like to see my user activities in my page. 2009-01-08 13:15
Defect #2470 (Closed): redmine with WebKit browsers
Hello, WebKit is one of the most promising ... Works with Firefox, Konqueror. Thanks! 2009-01-08 12:14
Feature #2467 (New): To control the permissions of users against 'Tracker', 'Category' and so on.
For tracker: User A and B only can raise 'Fe ... own list, they can choose 'UI' or 'Database'. 2009-01-08 10:39
Patch #2466 (Closed): [PATCH] Details time lo ... port doesn't honour date format from settings
Our date format is set to UK (dd/mm/yyyy) in ... orts) Ruby-1.8.6 Rails-2.1.2 SVN-1.5.4 2009-01-08 08:20
Defect #2465 (Closed): Spent time error
There is problably a bug, when entering spent ... ome invalid value which results in 0 hours. 2009-01-08 01:22
(10776-10800/12110)