Search
Results (18327)
- Hi. Is it possible to reset the numeration of issues? Also, can I separate the numeration of issues in different projects?
- 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 |...
- 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 :)
- Help: RE: Editing issues?
- See [[RedmineIssues#Editing-an-existing-issues-Subject-or-Description]], there is no change history for the description though.
- 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.
- 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.
- Help: RE: Editing issues?
- Anyone?.. I need to modify issue description. Is it possible?
- Plugins: RE: Textile Wysiwyg editor
- Hi Peter, I downloaded your plugin and pla ... mine TextArea support wyswyg as well such as Issue, Document etc?
- Help: RE: Redmine + Apache + Passenger
- I had the same issue as Graham Roberts described in his first pos ... ing/renaming .htaccess actually fixes this.
- 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.
- 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.
- Help: RE: About Redmine Issue tracking system
- Actually what system redmine using for issue tracking ... any technology like that ???
- Help: RE: About Redmine Issue tracking system
- Please be more precise, I don't understand what you are asking for...
- Hi, I want to know .. what kind of system redmine is using for issue tracking ( like JIRA etc). please help. Regards Saravanana
- 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
- 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...
- 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>
- 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!
- 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>
- 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.
- Help: RE: Report organization with all sub-projects
- We are creating the company as the top-level ... cts as the 3rd level. Tracking is done with issues at the 3rd level. On the gantt pictured above, the issue was created at the 3rd level. Is there ... with Redmine? We are at v1.0.1 using MySQL.
- Hi, I'd like to modify the default settings for listing of issues of the Issues tab. I'm able to create, save and use custo ... e somehow? Thanks for the help, Istvan
- Help: RE: Receiving emails - Exchange 2003
- We use the following script to fetch email fr ... d=yourpassword project=nameofyourprojectwhereissueshouldbecreated tracker=bug allow_override=project </pre>
- Open discussion: RE: constrainst when opening enteprise redmine towards the customer
- Moreover i maybe found a solution for the tic ... behaviour. See "here":http://www.redmine.org/issues/2653
- Help: RE: Problem Installing Redmine on Windows 7
- Thanks Felix! The problem was fixed by do ... lyph.blogspot.com/2009/08/rails-23-migration-issues-with-mysql_26.html And by using the 32bi ... ortant point. Anyway redmine is running :)