Project

General

Profile

Search

Results (18327)

Plugins: RE: Overriding helpers in plugins?
You must redefine the method and implement yo ... f custom_fields_tabs tabs = [{:name => 'IssueCustomField', :partial => 'custom_fields/index', :label => :label_issue_plural}, {:name => 'TimeEntryCu ... tivity::OptionName}, {:name => 'IssuePriorityCustomField', :partial => 'custom_fields/index', :label => IssuePriority::OptionName}, {:name => ... f custom_fields_tabs tabs = [{:name => 'IssueCustomField', :partial => 'custom_fields/index', :label => :label_issue_plural}, {:name => 'TimeEntryCu ... tivity::OptionName}, {:name => 'IssuePriorityCustomField', :partial => 'custom_fields/index', :label => IssuePriority::OptionName}, {:name => ... e patch in lib folder. regards. Rolando 2010-04-08 19:38
Plugins: RE: Object Daddy, plugins and test
Update: I managed to remove the errors by cha ... ) Watcher.send(:include, WatcherPatch) Issue.send(:include, IssuePatch) Journal.send(:include, JournalPatch ... o Watcher.send(:include, WatcherPatch) Issue.send(:include, IssuePatch) Journal.send(:include, JournalPatch ... defined method `generate!'" errors were gone. 2010-04-08 14:44
Plugins: RE: XLS export plugin
> Folder in which plugin should be installe ... ested_set budget_plugin chantra-redmine_newissuealerts classic_pagination coderay-0.7.6.227 ... to get it working? Thanks, sultansofswing. 2010-04-08 12:17
Help: RE: Bazaar repository not visible from redmine
Hi all, please ignore this request. It turned out that it was a Jruby issue. I didn't investigate further but i trashed ... pected. Sorry for bothering you, Gabriele 2010-04-08 12:04
Help: RE: Rescan repository for ticket referencing
Our issue for now is we have 22 projects with reposito ... the day in incremental. Cheers Russell 2010-04-08 11:52
Help: Migrating from sqlite3 to mysql
Given the performance issues we've hit with 0.9.x and sqlite3 as a backe ... ut it looks like it's done a good job for us. 2010-04-08 08:50
Open discussion: RE: How to contribute
I have some questions about Time Tracking fea ... ginally estimated) I really like Redmine issue tracking features. Nice job, guys. But now ... th the requirements definitions for this. 2010-04-07 21:27
Help: Redmine randomly crashes
I am running redmine 0.9 on windows server 20 ... etails log for it. Does any one have similar issues. 2010-04-07 16:25
Help: RE: Different priority levels for different trackers
I am also in need of such a function. Besides ... n be defined on a project basis) solves this issue. 2010-04-07 15:44
Help: RE: Simultaneous Issue Editing
Mentioning the word Concurrent in case that draws more attention :) 2010-04-07 15:38
Help: RE: Subversion and Redmine.pm - svn cop ... read status line: Secure connection truncated
I also found that running mpm_worker with Red ... as I last tried it about a year ago. The issue brought itself to light by causing apaches p ... e.pm: You *have to* use the preforked apache. 2010-04-07 15:35
Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
Thanks Felix, that explains why the query is ... supported in sqlite3 so perhaps this is the issue. sqlite3 is performing perfectly for our ... NCREMENT and ` for ") but there are escaping issues. For example our LDAP auth user name conta ... ormance bug as it certainly is a performance issue when using 0.9 vs 0.8 and if sqlite doesn't ... I assume this will just be passed off as an issue with ActiveRecord rather than Redmine. If ... at would be very useful. Cheers Russell 2010-04-07 10:46
Open discussion: RE: Our Latest Theme
Redmine 0.9.2. Bugs: click on Issues (http://localhost:3000/issues?project_id=testprojid) write error NoMethodError in Issues#index Showing vendor/plugins/redmine_shane_and_peter_design/app/views/issues/_form.rhtml where line #4 raised: undefin ... hide_attachments ||= nil %> 3: 4: <% if @issue.new_record? %> 5: <% if @issue.copied %> 6: <p><%= f.select :project_id ... ins/redmine_shane_and_peter_design/app/views/issues/_new_issue.html.erb, vendor/plugins/redmine_shane_and_peter_design/app/views/issues/index.rhtml Why undefined method `new_re ... grammatical errors. I speak english not good. 2010-04-07 08:51
Help: RE: project subversion credentials
Hi, I've juste submitted a patch for this ... can have a look here http://www.redmine.org/issues/5236 and please let me know your suggestions (I'm not a programmer) 2010-04-06 17:58
Help: RE: [Patch?] Browse private repositories without supplying login and password
Just to let you know that I've submitted a small patch for this here: http://www.redmine.org/issues/5236 Please let me know if you have any suggestion. 2010-04-06 17:56
Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
As far as I can tell, the second query gets m ... that you think there is a bug in this query. 2010-04-06 15:18
Help: RE: Problem with new Issue field
Anyone can help? I'm making new "private issue" patch for 0.9.3 and I think many people need it 2010-04-06 14:11
Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
I was running in production mode. I changed ... seems to make no visible difference for this issue. Yes a different DB may be the answer, bu ... ts now getting on for 10x as slow to show an issue. 2010-04-06 14:07
Help: RE: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
"Development log"? "SQLite"? No kidding it's ... an't think of anything else than downgrading. 2010-04-06 14:05
Help: Redmine 0.8.7 -> 0.9.3 now very slow to display an issue
Running our 0.8.7 installation vs our 0.9.3 (upgraded from the 0.8.7 one), the time to display an issue has gone from 1.8s to 11.2s according to the ... e to how changesets our now looked up for an issue. Looking in the log for 0.8.7, I see the following when showing an issue: <pre>Changeset Load (0.579000) SELECT * FROM "changesets" INNER JOIN "changesets_issues" ON "changesets".id = "changesets_issues".changeset_id WHERE ("changesets_issues".issue_id = 4213 ) ORDER BY changesets.committed_on ... ositories".project_id INNER JOIN "changesets_issues" ON "changesets".id = "changesets_issues".changeset_id WHERE (((((projects.status=1 ... 2,32,13,7,38,42,1,36,37)))) AND ("changesets_issues".issue... 2010-04-06 13:22
Help: RE: "Private" ticket
http://www.redmine.org/issues/337 ? 2010-04-06 06:35
Help: Problem with new Issue field
I have added new field to Issue. (it will be patch, not module) Where I need to change to support saving new field into issue table? When I submit new ticket or edit any it went wrong with error: <pre> ArgumentError in IssuesController#edit wrong number of arguments ... ce | Full Trace /var/lib/redmine/app/models/issue.rb:318:in `visible?' /var/lib/redmine/app/models/issue.rb:318:in `recipients' /var/lib/redmine/app/models/issue.rb:318:in `reject!' /var/lib/redmine/app/models/issue.rb:318:in `recipients' /var/lib/redmine/app/models/mailer.rb:66:in `issue_edit' /var/lib/redmine/app/models/journal_o ... rb:43:in `save' /var/lib/redmine/app/models/issue.rb:455:in `create_journal' /var/lib/redmine/app/controllers/issues_controller.rb:196:in `edit' </pre> Code from ... 2010-04-05 14:34
Help: RE: error migrating Status Updates plugin
I found that issue report as well in my search for a solution. ... am running fine on 0.9.3 on CentOS. Mike 2010-04-05 12:49
Help: RE: error migrating Status Updates plugin
The plugin seems to not be 0.9 compatible yet, see "this issue":http://github.com/bterlson/redmine-status-updates/issues#issue/4 on github. 2010-04-05 10:05
Help: RE: Redmine git integration issue
Well I think I have figured it out. Hopefully anyone else that has this issue will find this... I read over the git sec ... nd deleting this file if I do an upgrade :D. 2010-04-05 05:19
(14751-14775/18327)