Project

General

Profile

Search

Results (12477)

Defect #2814 (Closed): Mail with swedish chars fails to get added as issue
I just noticed that Redmine no longer can add issues from mail that contain swedish chars (Å, Ä ... ne/app/models/mail_handler.rb:78:in `receive_issue' /home/username/www-rails/redmine/app/model ... 519 h2. Additional information Another issue managed to get added via email, but I notice ... Ö) got replaced with 奪 辰 and 旦. Quite weird. 2009-02-23 18:17
Defect #2813 (Closed): wrong hostname for atom-links
Hi, Due to firewalling-issues I have redmine deployed on a machine which ... via @gem@ * Proxy: apache2.2 running on Mac 2009-02-23 17:33
Feature #2812 (Closed): Permit arbitrary ordering of tracker issue statues
I would find it useful if Redmine permited ad ... that they are added to the Redmine instance. 2009-02-23 17:27
Defect #2811 (Closed): Redmine SVN (Trunk) r2519 doesn't work in subdirectory
Hello! I've updated Redmine to the latest ... it stopped working. After resolving several issues with plugins I have this error message appe ... ed both Passenger & FastCGI, none is working. 2009-02-23 14:46
Feature #2809 (Closed): Team-Support
I've a lot of projects as freelancer - and ea ... y one team - and not up to a dozend people … 2009-02-23 11:07
Defect #2808 (Closed): Can't connect to a remote MySQL server
My webserver is +not the same+ as my SQL serv ... uch a problem. Any help would be appreciated. 2009-02-23 03:12
Feature #2807 (Closed): E-Mail address is shown public by default - No admin override
The e-mail addresses of project members are s ... an change it without diving into the database 2009-02-22 19:41
Feature #2803 (Closed): Support for Javascript in Themes
Our theme requires Javascript and it seems th ... already wrote a patch http://www.redmine.org/issues/show/1864 so the work to implement this in the trunk should be limited. 2009-02-21 20:57
Feature #2799 (New): Support for Bazaar's shared reposetories (created with init-repo)
Hi, I don't know if this is a bug or a fea ... 't browse branches which is in tags/branches. 2009-02-21 11:46
Defect #2797 (Closed): redmine on rails 2.2.2 : an engines patch to apply
i just began some tests with rails 2.2.2 and ... , while submitting an update to an existing issue : <pre> NoMethodError (undefined method `f ... y, it's a known bug and that patch fixes the issue, see : http://github.com/lazyatom/engines/commit/499ce3b0480d8fa9375203f5efcadb8cf6ea9efe 2009-02-21 03:34
Defect #2796 (Closed): Redmine is inconsistent about creating links in pre blocks
External links are not parsed in pre blocks. Handy. However, double brackets, source links, and issue links are. Not just inconsistent but activel ... haracters crop up in code on a regular basis. 2009-02-20 21:14
Feature #2792 (New): allow title on any link
As of Redmine 0.8.0.stable.1655, there is no ... le":... or ![[...|title]], or some other way. 2009-02-20 20:22
Feature #2791 (Closed): Allow trackers to be visible by specific roles only
By default, tracker can be visible by all rol ... loper cannot see tickets in client tracker... 2009-02-20 17:03
Feature #2790 (New): Sticky Issues
We have a problem that always before and afte ... ould be great if there was an option to mark issues with these tasks as Sticky (with no specifi ... all programmers with no need to remember the issue number. These tickets could be visible the same as the filter header in "Issues" section. 2009-02-20 10:34
Feature #2789 (Closed): Some thoughts
I started using it as my projects management. Since it already have issue tracking and roles setup, it can act more li ... ike a manual) is visible to every one? 2. Issue permissions, there is only "delete issues", maybe a permission "delete own issues" could be considered to add? 2009-02-20 09:49
Defect #2786 (Closed): Can not view some issues as pdf
I am running 0.8.1 on Ubuntu 8.04 and some issues can no longer be displayed as pdfs. I'm not sure why some issues can be converted to pdf and not others. Cli ... eption from the production.log Processing IssuesController#index (for xxx.xxx.xxx.xxx at 200 ... ter"=>"1", "action"=>"index", "controller"=>"issues"} "production.log" 3099 lines, 235291 characters /lib/redmine/export/pdf.rb:271:in `issue_to_pdf' /var/lib/gems/1.8/gems/activere ... ing' /lib/redmine/export/pdf.rb:268:in `issue_to_pdf' /app/controllers/issues_controller.rb:108:in `show' /var/lib/g ... rb:107:in `respond_to' /app/controllers/issues_controller.rb:105:in `show' /var/lib/g ... public/500.html (500 Internal Server Error) 2009-02-19 11:18
Defect #2784 (Closed): Schedule Plugin - "stack level too deep"
I deployed the schedule plugin in my system. There was an issue where the page was not comming up, I modifie ... hrows back an error "stack level too deep". 2009-02-19 07:35
Feature #2783 (Closed): Filter issues by attachments
It would be handy to have an filter for issues that filtered on whether issues have any attachments. 2009-02-19 05:36
Feature #2782 (New): Save + Continue or AJAX save POST
Hi, Love the software and use the Wiki a f ... e to make edits'. Just a thought.. Ash. 2009-02-18 23:23
Patch #2780 (Closed): Closed issues assigned to people are confusing
Some customers use assignment as the way to push an issue forward. They do however forget to clear assignment when they close issues, cluttering up "my page", statistics and filters showing issues to be handled. Since we never found a reason to assign a closed issue (if we need to assign it, it should have an open status), we patched /app/models/issue.rb to clear assigned if saving with a status ... his configurable IF someone do assign closed issues for a purpose. There might be a nifty w ... to speed with the hooks and stuff yet. /T 2009-02-18 18:30
Patch #2779 (Closed): RSS-link should be visible even though no issues where found
Sometimes we create saved filters to trap specific conditions like overdue issues. With a RSS/Atom reader it's very easy to read that filter now and then, and act if issues are found. We do not however want to pollute our production database with test-issues to be able to see the RSS-icon in bottom right corner, so we patched /app/views/issues/index.rhtml to show the icon even if no issues where found. I would not mind this in the main release, it should do no harm. /T 2009-02-18 18:20
Feature #2777 (Closed): access to redmine, based on chosen authorization model
Hi, Maybe this one is known already. Anyho ... rivate projects. Would this be possible? 2009-02-18 16:52
Defect #2775 (Closed): Internal server error when db is locked
Hi, I use Redmine 0.8.0 with SQLite3 on a Ub ... s the following problem : <pre> Processing IssuesController#new (for 126.53.112.209 at 2009-0 ... éer", "project_id"=>"XXX", "action"=>"new", "issue"=>{"start_date"=>"2009-02-18", "estimated_ho ... n"=>"XXX", "status_id"=>"2"}, "controller"=>"issues", "attachments"=>{"1"=>{"file"=>"", "descri ... tions.rb:106:in `save' /app/controllers/issues_controller.rb:144:in `new' /vendor/rai ... Error) </pre> This happens not only in issues but also in wiki edition. Of course you los ... is fun when you just done 3 or 4 screens ;) 2009-02-18 08:58
Feature #2771 (Closed): Individual people workload statistics.
When I assign a tracker to someone, we can add an estimated hours to complete this issue. I'd like to view my individual member's wo ... hours. Could we create a page to show that? 2009-02-18 04:08
Feature #2770 (Reopened): Display of inline attached images in email notification
Now if we would like to include attached images in the issue's description, we can use <pre>!image_name.jpg!</pre> This works well when the issue is displayed in browser, but the image will ... we could upload the image before saving the issue could be a useful and flexible way. 2009-02-18 02:22
(10976-11000/12477)