Project

General

Profile

Search

Results (18279)

Help: Redmine Crash with allocate memory error On Large SVN Repository
*****IssueBackground***** I have changed SVN from ht ... is http://xxxx:81/svn/xxxx, there is no such issue I described below.* *****Issue Description***** I have been using redmin ... onfigured redmine to read it. now I found a issue that also reported by others but no real eff ... memory". ******What I have done for that issue******* 1.http://www.redmine.org/projects/ ... ***************** I think it is a general issue of large size repository when redmine try to ... the whole info. and testing process of this issue. Welcome any suggestions and help, thanks much. 2014-09-18 07:47
Plugins: RE: Redmine reminder plug-in error
I have resolved the problem, thanks for your ... they have solution, it will help one who met issues to resolve quickly. 2014-09-18 07:19
Help: RE: Redmine+https svn link issue(revision history cannot been seen in repository)
I have finally found the problem is Redmine s ... ong time to catch if the repo. are large. 2014-09-18 03:40
Plugins: Need help with Redmine Impasse plugin--------------please
Hi, I have installed Redmine Impasse Plugi ... is_required? ></td> 19: < if tab[:name] == 'IssueCustomField' > 20: <td align="center"><= che ... .rb:318:in `render_tabs' Thanks, Krishna. 2014-09-17 19:36
Development: How to search issues by their historical status?
Hi, everybody. If I want to know an issue's status of yesterday. I can do this: <pre> ... = JournalDetail. joins(:journal => :issue). where(:property => 'attr', :prop_key => 'status_id'). where("#{Issue.table_name}.id" => issue.id). where("#{Journal.table_name}.c ... DESC").first if detail status = IssueStatus.find(detail.value) else status = issue.status end </code></pre> But, I want to know how many issues were opened, and how many were closed at ye ... count it one by one. any one can help me? 2014-09-17 16:23
Open discussion: "Unwatch" link in e-mail
Hello, There are many situations where Red ... me people are watchers by default of any new issue of some project, but may opt-out easily. * ... o login a "must", so move away to some other issue tracker that allows pure e-mail based workflow.) Thank you for your attention. 2014-09-17 15:29
Help: RE: Subject Field - Required
OK, the issue #12146 explains what is the reason (and workaround) for my problem. Cheers, Voranc 2014-09-17 11:01
Help: RE: Subject Field - Required
Hi! I also have a problem with Required fi ... ver required when I change the status of the issue. So, if anybody knows if this functionality (required fields for different issue statuses) should work and HOW it should work ... apter Mysql2 Cheers, Voranc 2014-09-17 09:53
Help: RE: receive emails in redmine with IMAP
I used to run under bitnami but many issues with upgrading the gems eventually led me b ... get more specific info on the bitnami forums. 2014-09-16 20:52
Help: Redmine 2.5.2 - No Option for Markdown Formatting
I see Markdown support was announced for vers ... : collapsed_journals 0.0.2 issue_hot_buttons 0.4.4 redmine_de ... mine_didyoumean 1.2.0 redmine_issue_checklist 2.0.5 redmine_knowledgeb ... redmine_wiki_extensions 0.6.4 </pre> 2014-09-16 18:33
Help: Help trying to install redmine on CentOS
Hi all, How are you? I am trying to instal ... lease, May someone help me? There are two issues (redmine is installed at folder /var/www/ht ... preciate any help you can give me, Roger 2014-09-16 15:03
Help: Redmine+https svn link issue(revision history cannot been seen in repository)
Hi all, Before we use http svn and configu ... annot been seen from redmine. But another issue occurs. Revision history can not been seen f ... t to http svn. Now we are troubled with that issue. Need help! Thanks. 2014-09-16 11:48
Help: RE: [plugin-dev] question which model to extend for issue_category filtering
well, writing down a problem sometimes helps ... d out within minutes, that a cloned view of @issues/_attributes@ and the following changed code ... ass="ruby"> <p><%= f.select :category_id, (@issue.project.issue_categories.reject {|c| c.archived }.collect ... d] }), :include_blank => true, :required => @issue.required_attribute?('category_id') %> </cod ... ine core classes without overriding the view? 2014-09-16 00:15
Help: [plugin-dev] question which model to extend for issue_category filtering
hey there, I'm trying to develop a plugin which adds a new column "archived" to the issue_categories table (see #16188). so far wti ... he table, wrote a migration and patched the @IssueCategoriesControll@ and I'm now able to archive / unarchive issue categories in the project settings tab (in a ... next thing I want to do is to filter the issue_categories dropdown in the @issues/_attributes.html.erb@ view based on whether ... is is the part of the view which renders the issue_categories dropdown: <pre><code class="ruby"> <% if @issue.safe_attribute?('category_id') && @issue.project.issue_categories.any? %> <p><%= f.select :category_id, (@issue.project.issue_categories.collect {|c| [c.name, c.id]}), :include_blank => true, :required => @... 2014-09-16 00:06
Help: RE: Can't select Estimate time in Projects-View all issues
I have a user (manager of the project) that c ... have redmine 2.5.2 with no plugin installed. 2014-09-15 20:06
Open discussion: 2.5.2 REST API PUT/POST methods do NOT work
Hello, there, I am testing Redmine 2.5.2 REST API. I tried to update an issue (such as its description or add comment fiel ... ied with both json and xml data by using the issues PUT method. The client side got 200 (OK) co ... rything is fine. However, the content of the issue could NOT be updated. I checked from Redmine GUI, also check with the REST API issues get method. There were no changes. Any ... the content still keep unchanged. Thanks 2014-09-15 18:11
Help: Autoassign new tickets from email with 2 byte letters like Japanese
I installed Ruby 2.1.2 and Rails, and operate ... yword' app/models/mail_handler.rb:368:in `issue_attributes_from_keywords' app/models/mail_handler.rb:186:in `receive_issue' app/models/mail_handler.rb:174:in `dispa ... wfully annoyed. I wonder if someone help me. 2014-09-15 13:57
Open discussion: Login credentials on windows
Hello, I have redmine installed on windows ... to redmine site so that I can trouble shoot issue with an existing project "repository" issue. I get 'The entry or revision was not found ... quite understood. Please help. Thanks 2014-09-15 08:07
Help: I need ideas for adding 'private' notes to a project for Admin users only
I've tried searching for ideas and found one ... gers. The idea I've tried was to add an issue to the project and mark the issue as 'private'. I added my 'notes' to the description area of the issue. This technically works, but the soluti ... a few reasons. 1 - the notes show up in the issues list . . . and if this list gets larger it ... ormation quickly. 2 - I added a link to the issue to the project overview for faster access, b ... are on version 2.5? Thanks so much! 2014-09-14 21:49
Help: Delete Member ICON from project does not show up
Dear all, I just realized I can't delete a ... be able to delete members. 3.png shows the issue, there is no Delete button. </pre> Any h ... redmine.org/attachments/download/12362/3.png! 2014-09-14 05:57
Help: Error 500 when accessing an edited issue
Hi everyone, I looked in the forum trying ... enerate a secret token and it didn't fix the issue When accessing an edited issue, I get an error 500. Thank you I really appreciate it This is the log: Started GET "/issues/65" for 76.65.61.245 at 2014-09-12 09:24:30 -0400 Processing by IssuesController#show as HTML Parameters: {"id"=>"65"} Current user: cedric (id=3) Rendered issues/_action_menu.html.erb (3.1ms) Rendered issue_relations/_form.html.erb (1.6ms) Rendered issues/_relations.html.erb (2.8ms) Rendered issues/_history.html.erb (11.5ms) Rendered issues/show.html.erb within layouts/base (35.9ms) ... render :partial => 'history', :locals => { :issue => @issue, :journals => @journals } %> 121: </div> 122: <% end %> 123: app/views/... 2014-09-12 23:39
Help: RE: How to make 100% progress when closing an issue
Four years later - and [[RedmineIssueTrackingSetup]] is still a great core feature ... ks, and in fact a default % for all statuses. 2014-09-12 22:36
Help: Restore deleted user account
Hi Redmine experts, I have accidentally deleted an user account. All the issues related with this user is now showing as 'A ... 4 Distrib 5.5.35 Any help is appreciated!! 2014-09-12 18:16
Help: Problem with SSL "unknown protocol" in receive_imap
Hello everyone. I am running Redmine 2.3.3 ... inance 1.0.5-light redmine_issue_checklist 2.0.5 redmine_knowledgebase 2.3.0 </pre> 2014-09-12 17:13
Help: Adding non-member watchers to get news items (Redmine 2.0.X)
Hi, I know that it has been discussed on how to add non-members to watch Issues, but there doesn't seem to be a way to allo ... users to be able to do this for themselves. 2014-09-12 00:20
(5626-5650/18279)