Project

General

Profile

Search

Results (18307)

Open discussion: RE: How to get the projects from an issue ?
If i is your issue object: <pre><code class="ruby">i.project ... st (the "root" project) at index 0 and so on. 2010-10-11 14:42
Open discussion: How to get the projects from an issue ?
Dear all, I need to custom a bit the maile ... with the project and the subprojet from one issue. I thank you in advance for you help. Best regards, Guillaume 2010-10-11 14:19
Help: RE: Issue numeration
No, issue IDs are a database increment and must be unique throughout a redmine installation. 2010-10-11 12:29
Help: RE: Internal server errors after migrate from Trac
I execute:<pre>mysql> UPDATE issues SET root_id=id WHERE root_id IS NULL;</pre>Now Redmine work better and not hangs. 2010-10-11 12:11
Help: RE: Internal server errors after migrate from Trac
I found fields @lft@ and @rgt@ in table @issues@ are @NULL@ for migrated issues and not @NULL@ for other (new and old) ones. I fix it:<pre>mysql> UPDATE issues SET lft=1 WHERE lft IS NULL; Query OK, 11 ... 1 Changed: 11 Warnings: 0 mysql> UPDATE issues SET rgt=2 WHERE rgt IS NULL; Query OK, 11 ... Changed: 11 Warnings: 0</pre>Now I can see issue list at http://SITE/projects/PROJECTNAME/issues and issues. Now problem is solved. But when I will ... hangs: process @ruby18@ eats CPU and memory. 2010-10-11 11:20
Help: Issue numeration
Hi. Is it possible to reset the numeration of issues? Also, can I separate the numeration of issues in different projects? 2010-10-11 10:55
Help: Internal server errors after migrate from Trac
I've try to migrate project from Trac 0.11.7 ... oblems: # New field «Resolution» appears in Issues (I remove that field). # Some pages in Redmine now doesn't work (Issue list, Migrated issues) — I see Internal Server error, but new issues, which made after migration, shows correctly. I see in @log/production.log@: <pre>Processing IssuesController#index (for MY.IP.HERE at 2010-10- ... JECTNAME", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (c ... um with nil failed) on line #16 of app/views/issues/_list.rhtml: 13: </tr></thead> 14: ... roup = false %> 15: <tbody> 16: <% issue_list(issues) do |... 2010-10-11 10:13
Help: RE: Editing issues?
Thank you very much, Felix! I have to admit ... ac, because I really want to be able to edit issue descriptions :) You saved me :) 2010-10-11 02:39
Help: RE: Editing issues?
See [[RedmineIssues#Editing-an-existing-issues-Subject-or-Description]], there is no change history for the description though. 2010-10-11 01:11
Help: RE: Default settings for listing issues on Issues tab
Is there any single place where I can modify ... be really important to customize that screen. 2010-10-10 23:06
Plugins: RE: Textile Wysiwyg editor
Yes it's possible to extend this to other are ... where it may be problematic is in regard to issue modification since two instants of the tinymce need to exist on the same webpage. 2010-10-10 23:00
Help: RE: Editing issues?
Anyone?.. I need to modify issue description. Is it possible? 2010-10-10 22:55
Plugins: RE: Textile Wysiwyg editor
Hi Peter, I downloaded your plugin and pla ... mine TextArea support wyswyg as well such as Issue, Document etc? 2010-10-10 10:56
Help: RE: Redmine + Apache + Passenger
I had the same issue as Graham Roberts described in his first pos ... ing/renaming .htaccess actually fixes this. 2010-10-09 16:38
Open discussion: RE: constrainst when opening enteprise redmine towards the customer
Felix Schäfer wrote: > I haven't read all at ... not the problem in fact i need to solve the issue problem in both systems (the external opened ... to be secured hardly from internet attacks. 2010-10-09 14:31
Help: RE: About Redmine Issue tracking system
Well, Redmine _is_ the issue tracker. If you want to know what language i ... e redmine front page":http://www.redmine.org. 2010-10-09 11:34
Help: RE: About Redmine Issue tracking system
Actually what system redmine using for issue tracking ... any technology like that ??? 2010-10-09 11:15
Help: RE: About Redmine Issue tracking system
Please be more precise, I don't understand what you are asking for... 2010-10-09 09:29
Help: About Redmine Issue tracking system
Hi, I want to know .. what kind of system redmine is using for issue tracking ( like JIRA etc). please help. Regards Saravanana 2010-10-09 07:36
Help: Proxy Server error
Hi, I trolled the Forums for the below error. I am aware of a similar issue with Ruby and proxy server. In my case, it is PHP 5 Getting an annoying error on a issue submission. On submit, the below error page ... ndle the request POST /redmine/projects/beca/issues/new. Reason: Error reading from remote s ... istic.com Port 88 **END** Best, DJkHam 2010-10-09 04:41
Plugins: Pointers for my first plugin
I'm just looking for some pointers (articles, ... dmine hook: @model_changeset_scan_commit_for_issue_ids_pre_issue_update@ I'm trying to modify the ticket t ... gn_original_author do require_dependency 'issue' unless Issue.included_modules.include? RedmineReassignOriginalAuthor::IssuePatch Issue.send(:include, RedmineReassignOriginalAuthor::IssuePatch) end end Redmine::Plugin.registe ... lity to the "fixes" keyword to reassign that issue to its original author' version '0.0.1' ... re> *lib/redmine_reassign_original_author/issue_patch.rb* <pre><code class="ruby">module RedmineReassignOriginalAuthor module IssuePatch def self.included(base) bas ... e model_changeset_scan_commit_for_issue... 2010-10-09 02:20
Help: RE: Redmine on BlueHost HELP!
*$ more config/database.yml* <pre>produc ... ctive_record.observers = :message_observer, :issue_observer, :journal_observer, :news_observer, ... ional_environment.rb')) end end</pre> 2010-10-09 00:58
Open discussion: Copy or Share custom queries between Projects
Hello everyone, I have this kind of hierarchy ... hat all sub-department have a default set of issues queries, and that all projects have a different default set of issues queries. Also both of sets are only visible ... d be appreciated. Thanks for your opinion! 2010-10-08 23:46
Open discussion: RE: Error: ActiveRecord::Sta ... command denied to user 'root'@'10.100.10.135'
I solved the problem. The error was generated by a trigger associated with the table "ISSUES". This trigger is standard, or somebody tha ... is here and TRIGGER `redmine`.`beforeInsertIssue` BEFORE INSERT ON `redmine`.`issues` FOR EACH ROW BEGIN IF NEW.status_ ... ------ here. TRIGGER `redmine`.`beforeUpdateIssue` BEFORE UPDATE ON `redmine`.`issues` FOR EACH ROW BEGIN IF NEW.status_id ... custom_field_id = 13 AND customized_type = 'Issue' ) THEN UPDATE custom_values set value = ... custom_field_id = 13 AND customized_type = 'Issue'; ELSE INSERT INTO custom_ ... ustomized_id,custom_field_id,value) VALUES ('Issue',NEW.id,13,NEW.due_date); END IF; ... = OLD.due_date; END IF; END$$ </pre> 2010-10-08 20:07
Help: RE: Default settings for listing issues on Issues tab
IIRC you can only choose what columns to show ... hat only redmine-wide, i.e. for all projects. 2010-10-08 18:11
(13301-13325/18307)