Project

General

Profile

Search

Results (12477)

Feature #3686 (New): Settings API for plugins
The plugin API allows us to easily add tabs to the project menu (i.e. along with Issues, New Issue, News, Wiki, Forums, ..etc). It would be gre ... cessible in the global administration panel). 2009-07-29 00:36
Defect #3685 (Closed): keep getting duplicate key error
We keep getting this error when people try to create new issues: ActiveRecord::StatementInvalid (PGError: ERROR: duplicate key violates unique constraint "issues_pkey" : INSERT INTO "issues" ("created_on", "start_date", "project_id", ... retty active system and they are colliding. 2009-07-28 23:21
Feature #3683 (Closed): Delete my own issues
I would like to know if it is possible to delete my own issues. So far as I have seen, if you are granted permission on a project to edit issues, then you have the ability to also delete issues coming from other users. 2009-07-28 12:00
Defect #3682 (Closed): How to patch in Windows?
Hi! i am trying to patch #3614 (export_issues_to_pdf_csv.diff) to my windows version of R ... . Did command "c:\bin\patch.exe -p0 < export_issues_to_pdf_csv.diff" This gave me a kind of str ... I'll appreciate it. Thanks! Regards, AN 2009-07-28 09:40
Defect #3681 (Closed): Email issue creation has wrong Tracker and Priority
Issue creation by email happens, but Tracker and P ... to discover where that is being selected. 2009-07-27 19:14
Feature #3680 (Closed): Issue Dependencies
It would be amazing if it would be an option where i can determine if a Issue is a "sub-child" of another Issue, and be able to show that dependency on the ... ance, your platform kicksass Daniel Sovino 2009-07-27 17:24
Defect #3678 (Closed): Missing translation (or incorrect translation reference) in r2825
I get, when setting a related issue to an issue, and selecting 'blocks', the following message "Translation missing, en, field_issue_to" I added field_issue_to: Related issue to config/locales/en.yml and it worked. ... ewhere in code that must be changed to field_issue_to_id (because it has the same text). # r ... 009-07-27 02:55:43 +0200 (Mon, 27 Jul 2009) 2009-07-27 16:36
Defect #3677 (Closed): fetching changesets from Mercurial repository fails
I'm trying to fetching changesets from a HG r ... in `require' from script/runner:3 </pre> 2009-07-27 12:14
Defect #3672 (New): Unable to set "value" and "old_value" through :helper_issues_show_detail_after_setting hook
In http://www.redmine.org/wiki/1/Hooks, the description for :helper_issues_show_detail_after_setting states that it "P ... ng Redmine 0.8.4, Rails 2.1.2 and Ruby 1.8.6. 2009-07-25 20:01
Feature #3669 (Closed): Wiki page size too small
Please increase the limit of the wiki pages t ... emed everything was working fine (MySql 5.4). 2009-07-24 22:34
Feature #3668 (Closed): Support Tickets / Helpdesk
Redmine would be more inclusive if contain a ... any advanced features features. 2009-07-24 21:26
Defect #3666 (Closed): Can't create new issue from email
ubuntu 9.04 with: * redmine 0.8.4.stable.2 ... WHERE ("enabled_modules".project_id = 9) IssueStatus Load (0.000699) SELECT * FROM "issue_statuses" WHERE ("issue_statuses"."id" = 0) IssueStatus Load (0.000419) SELECT * FROM "issue_statuses" WHERE (is_default='t') LIMIT 1 ... opt" = E'IPRI') ORDER BY position LIMIT 1 IssueCustomField Load (0.000755) SELECT * FROM " ... or_all='t') AND ( ("custom_fields"."type" = 'IssueCustomField' ) ) ORDER BY position IssueCustomField Load (0.000726) SELECT * FROM " ... ct_id = 9 ) AND ( ("custom_fields"."type" = 'IssueCustomField' ) ) ORDER BY custom_fields.posit ... n LIMIT 1; id ---- 2 (1 row) </pre> 2009-07-24 14:32
Defect #3665 (Closed): No email notifications from whole project
Hi, I got problem with email notifications ... 8.3.7 production.log: <pre> Processing IssuesController#show (for 172.16.111.48 at 2009-0 ... ction"=>"show", "id"=>"8486", "controller"=>"issues"} SQL (0.000690) SELECT max ... users"."id" = 66) AND (users.status = 1) Issue Load (0.000541) SELECT * FROM "issues" WHERE ("issues"."id" = 8486) Project ... ERE ("trackers"."id" = 2) IssueStatus Load (0.000286) SELECT * FROM "issue_statuses" WHERE ("issue_statuses"."id" = 1) User Load (0.000378) ... ons" WHERE ("enumerations"."id" = 3) IssueCategory Load (0.000298) SELECT * FROM "... 2009-07-24 14:29
Defect #3663 (Needs feedback): Problem with subversion logentry without date nor author.
In certain cases (see http://svn.haxx.se/dev/ ... hs => paths }) 2009-07-24 00:45
Feature #3661 (New): Configuration option to disable pdf creation of issues
I am having a problem with Redmine processes ... g and found that they were always working on issue_to_pdf. Google and other crawlers would go a ... if I could disable this in Redmine's config. 2009-07-23 20:07
Feature #3660 (New): Configurable subject of notification email for issue_add/issue_edit
Since Gmail is grouping emails into chains by ... ubject will stay the same during all life of issue. I.e., in @/app/models/mailer.rb@, in @both issue_add()@ and @issue_edit()@ email subject should not rely on issue status. I'm using: @subject "[#{issue.project.name} - #{issue.tracker.name} ##{issue.id}] #{issue.subject}"@ Of course, it should be config ... "Gmail-friendly subjects" in email settings) 2009-07-23 18:26
Defect #3657 (Closed): Bad issue validation
Issue's tracker must be active on the project. This constraint is validated at issue's creation time only. This allow to save an issue without this constraint respected. This is p ... ctly with the interface by first creating an issue on a project where tracker A is active and t ... hat validates this constraint when saving an issue. 2009-07-23 09:31
Patch #3654 (Closed): After moving an issue, redirect to where you came from
When viewing a single issue and selecting "move", it is quite startling to be redirected to the issue listing afterwards, instead of back to the issue one just viewed. The attached patch diffe ... e move, and redirects you back either to the issue itself or the issue list. 2009-07-22 17:28
Defect #3653 (Closed): Allow [#id] as subject to reply by email
Hi there is a small bug in identification of which issue will get a reply as a comment. You can't add ... patchlevel 111) Rails: 2.3.2 Redmine: 0.8.4 2009-07-22 11:12
Patch #3651 (Closed): New URL custom field option
I know that you can just use the text field w ... the easiest way to get a longer text field. 2009-07-22 09:46
Defect #3649 (Closed): install plugin error
when i install redmine_subtasks plugin use ... undefined method `create_journal' for class `Issue' anybody has the same error? who can help me 2009-07-22 04:01
Defect #3648 (Closed): Error when importing Trac DB, 'unknown attribute: role'
patch included. --trace output Migratin ... rake.rb:1974:in `run' /usr/bin/rake:28 2009-07-22 01:47
Feature #3647 (New): Data Import/Export System
Hi All, I think it will be very useful to ... a export did not provide any interesting hits 2009-07-21 20:01
Defect #3646 (Closed): multiple lines of text don't wrap around in the issues list
We're having a problem with fields that have ... of text; they aren't wrapping around in our issues list. They show up as single lines of text ... r>". Any help would be greatly appreciated. 2009-07-21 19:26
Defect #3643 (Closed): email notifications text and links
I configured redmine to send notifications and tested it on a sample issue. Here is what I received in my gmail. I see ... isplayed with html tags showing, the link to issue uses localhost:3000, and footer is not showi ... ink. ------------------------------ <pre> Issue #34 has been reported by Slava Mikerin. <hr /> <h1><a href="http://localhost:3000/issues/34">Task #34: configure mailing notificatio ... lick here: http://hostname/my/account </pre> 2009-07-21 09:45
(10526-10550/12477)