Project

General

Profile

Search

Results (18307)

Open discussion: RE: Everybody can delete issue
Prolem was solved by deleting redmine_assets_plugin 2011-08-17 09:24
Help: RE: Everyone can delete issue
Prolem was solved by deleting redmine_assets_plugin 2011-08-17 09:23
Plugins: RE: Issue Closed Date
Luis Felipe Salin Monteiro wrote: > I identi ... he closed date when an update is made on the issue, even when the update do not change the stat ... k/apps/redmine/vendor/plugins/redmine_closed_issue/lib/close_issue_patch.rb ================================== ... k/apps/redmine/vendor/plugins/redmine_closed_issue/lib/close_issue_patch.rb (revision 104) +++ C:/Program File ... k/apps/redmine/vendor/plugins/redmine_closed_issue/lib/close_issue_patch.rb (revision 105) @@ -1,21 +1,22 @@ module ClosedDateIssue class Hooks < Redmine::Hook::ViewListener def controller_issues_new_before_save(context) - save_close ... (context) end def controller_issues_edit_before_save(context) - save_clos ... + save_closed_date(context) if context[:issue... 2011-08-17 04:40
Help: RE: 422 Unprocessable Entity - rdm_mailhandler.rb
Here is a more detailed log output for your c ... (`projects`.`identifier` = 'it') LIMIT 1 IssueStatus Load (0.1ms) SELECT * FROM `issue_statuses` WHERE (`issue_statuses`.`id` = 0) IssueStatus Load (0.1ms) SELECT * FROM `issue_statuses` WHERE (is_default=1) LIMIT 1 IssuePriority Load (0.1ms) SELECT * FROM `enumer ... s`.`id` = 0) AND ( (`enumerations`.`type` = 'IssuePriority' ) ) ORDER BY enumerations.position ASC IssuePriority Load (0.1ms) SELECT * FROM `enumer ... efault` = 1) AND ( (`enumerations`.`type` = 'IssuePriority' ) ) ORDER BY enumerations.position ... r4, `roles`.`permissions` AS t2_r5, `roles`.`issues_visibility` AS t2_r6 FROM `members` LEFT OU ... M `trackers` WHERE (`trackers`.`id` = 3) IssueCustomField Load (0.1ms) SELECT * FROM `cus ... _for_all=1) AND ( (`custom_fields`.`type` = '... 2011-08-16 23:54
Help: RE: Can't auth to svn
Having same issue. installation following this guide : <pre ... RedmineDbPass "****" </Location> </pre> 2011-08-16 21:03
Plugins: RE: Issue Closed Date
I identified a problem. The plugin reset the closed date when an update is made on the issue, even when the update do not change the status. Is there any fix for that 2011-08-16 19:57
Help: RE: v1.2.0 throws 302 http responses and then enters a 404 page
I've got a VPS, and was running redmine with as low as 512MB with none of the Passenger issues anymore. (The Broken Pipe messages are usua ... s we're running require a bit more than that. 2011-08-16 19:11
Open discussion: Redmine + Email + Issue Creation
Hi I have tested : rake -f /var/lib/re ... il:receive_imap But I can not create an issue , please give me what the format of mail to use in order to create an issue, I need a real example. Thanks By advance Nourdine 2011-08-16 17:52
Help: Deletion of issue not shown under Activity
When someone deletes an issue, it does not show up under "Activity" (thoug ... roduction.log, I do see an entry "Processing IssuesController#destroy for XXXX [POST]"). Is ... il Configurator plugin 0.1.0 Redmine Newissuealerts plugin 0.0.2 Stuff To Do Plugi ... Todo Lists plugin 0.0.4.3 </pre> 2011-08-16 11:28
Plugins: RE: plugin to assign issues to groups
Sorry for the late reply; I am working on it; ... sing patch at "#2964":http://www.redmine.org/issues/2964 I shouldn't need any customer permission 2011-08-16 10:23
Help: Issues list starts after 5" of empty screen
We have two projects and one sub-project. The main project has 187 issues. It has one sub-project containing about 25 issues. We have a little Test project with just 3-4 issues. If I Jump to the main project, the list of issues does not start right below the filters sect ... 5 inches of empty screen before the list of issues starts. This just started happening a few d ... what might be causing this behavior? Thanks 2011-08-16 09:06
Open discussion: Everybody can delete issue
I have a role that hasn't permissions to delete issues, but can see them. So when a person that belongs to this role open an issue it also has a delete button. What to do ? 2011-08-16 08:59
Help: Error 500 on issues list
I have done upgrade from 0.9.3 to 1.2.1. Everything works fine, but issue list. I got an error: ActionView::TemplateE ... ' for nil:NilClass) on line #28 of app/views/issues/_list.rhtml: I found similar topics here ... Full error output: <pre> Processing IssuesController#index (for 192.168.1.10 at 2011-0 ... >"cyfmpi", "action"=>"index", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/index.rhtml ActionView::TemplateError (u ... ' for nil:NilClass) on line #28 of app/views/issues/_list.rhtml: 25: </tr> 26: ... = group %> 27: <% end %> 28: <tr id="issue-<%= issue.id %>" class="hascontextmenu <%= cycle('odd', 'even') %> <%= issue.css_classes %> <%= level > 0 ? "idnt idnt-#{ ... hide-when-print"><%= check_box_tag("ids[]", ... 2011-08-16 05:17
Help: RE: Multi redmine in subfolders: Authentication
Ok, found the documentation & solution. li ... ookies # # See: http://www.redmine.org/issues/3968 # # :session_path => '/url_path_ ... cret}' } EOF ... </pre> and restart. 2011-08-15 23:01
Help: RE: Multi redmine in subfolders: Authentication
Seems like this is a cookie session_path prob ... a ticket about this (http://www.redmine.org/issues/3968) but cant get it work / find documentation. 2011-08-15 22:39
Plugins: RE: Issue Closed Date
Hi Ashton, any news on the CSV report? BR 2011-08-15 14:35
Help: Creating a query for all projects
Here I have several projects in my Redmine in ... to create one query which shows me all open issues and some more information. If I open this q ... d project, but this always shows me all open issues from all projects - regardless from which p ... e this is understandable. Some hints on this? 2011-08-15 12:23
Plugins: Rails Dispatcher?
Hi, if i patch an existing model/controll ... e patched files with require_dependency 'issue_patch' instead i have to do Dispatcher.to_prepare do require_dependency 'issue_patch' end could someone explain why? ... ing them with and without to_prepare bye 2011-08-14 15:30
Plugins: RE: Wiki Extensions Plugin
*New Feature: Single section edit* There i ... , which can do that. http://www.redmine.org/issues/2222 Being able to edit single section in wiki site would be a great enhancement 2011-08-14 13:33
Help: RE: Progress in the list of issues
Thank you Ivan! 2011-08-14 11:56
Help: RE: Progress in the list of issues
Go to Administration.Settings.Issue Tracking. There is a checkbox list with available columns there ("Default columns displayed on the issue list"). Select the columns you want to be displayed in the issues lists. Ivan 2011-08-14 11:19
Help: Progress in the list of issues
Hello I've looked over web and manual and co ... e answer. I'd like to see the progress of issue on the issues list table. Currently there are only columns: ID, issue type, status, priority, subject, assigned to ... ne source code? Thanks in advance Chris 2011-08-14 10:41
Plugins: RE: Using Amazon S3 for storage
Daudi Amani wrote: > ok, solved the problem. Here's what the issue was: heroku will not handle git submodules, ... rm this procedure does the job. Thanks a lot! 2011-08-14 01:21
Help: Everyone can delete issue
For exampe I have a manager and two reporters ... orter role>ssue tracking and point at Delete issues - nothing change. i attache photo. they can delete issues even if only view projects choose. Help me please. 2011-08-12 13:35
Open discussion: The new issue status not appear when adding new issue
I created a new issue in Administration >> Issue statuses. But when I add New issue, it didn't appear. I wonder this cause by my fault or...??? 2011-08-12 06:23
(11051-11075/18307)