Project

General

Profile

Search

Results (18291)

Help: RE: Is it possible to allow issue creation or comments via email to each project in redmine ?
>Is it possible to allow issue creation or comments via email to each proje ... d read the [[RedmineReceivingEmails|wiki]]... 2014-02-21 15:50
Help: Please explain e-mail options. We are getting unwanted e-mails after upgrade.
We recently upgraded from Redmine 2.30 to 2.4 ... ing unwanted e-mails for changes to 'related issues', and 'copied from' status. For example: # I created a new issue, so I got one email indicating the (New) issue. Perfect. # I copied that issue into a 2nd new issue. I received a 2nd email related the first issue saying it was 'copied to' the new issue. I don't want this! # Then I got an email for the 2nd issue saying (New). Good, I want this e-mail. # Next I got a 2nd email about the 2nd issue saying 'copied from' the first issue. I don't want this either! In total: four e-mails just for creating one issue, then copying it to make a second issue. I'm also now getting e-mails when I add and remove related ... 2014-02-21 15:49
Open discussion: Searching very slow
Hello, we have problem with performance in ... imestamp=1392978992; SELECT COUNT(DISTINCT `issues`.`id`) FROM `issues` LEFT OUTER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` LEFT OUTER JOIN `journals` ON `journals`.`journalized_id` = `issues`.`id` AND (journals.private_notes = 0 OR (p ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking'))) AND `journals`.`journalized_type` = 'Issue' WHERE (projects.status <> 9 AND projects.id ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND (((LOWER(subject) LIKE '%pulseaudio%') OR (LOWER(issues.description) LIKE '%pulseaudio%') OR (LOWER(journals.notes) LIKE '%pulseaudio%') OR issues.id IN (SELECT customized_id FROM custom_values WHERE customized_type='Issue... 2014-02-21 13:04
Help: RE: Can't create an issue with mail, only edit existing issues
Ok, I solved it finally. My Rake: <pre> ... example.de To: redmine@example.de Subject: IssueName Project: project_id Tracker: ... testtesttest </pre> Thanks for Help! 2014-02-21 10:49
Help: RE: Can't create an issue with mail, only edit existing issues
Thanks for your Answer! I tried this: ... o: redmine@example.com Subject: [CreateanIssue] This is an example text. Project ... ine target project </pre> What get wrong? 2014-02-21 08:54
Help: RE: Can't create an issue with mail, only edit existing issues
Please remove issue number from subject line and try again. Regards, 2014-02-21 01:54
Help: Can't create an issue with mail, only edit existing issues
Hello Users, When I write a Mail as a reply to an existing Issue with: <pre> From: example@example.com To: redmine@example.com Subject: [ExistingIssue #1] This is an example text. Proj ... it works fine. When I try to create an issue by send a mail, redmine just ignores it: ... o: redmine@example.com Subject: [CreateanIssue #123] This is an example text. Pr ... d under administrator. Manually I can create Issues fine. I have none custom fiedls defined. ... mple allow_override=all --trace </pre> 2014-02-20 16:10
Plugins: Do we have any plugin for creating issues and comments to redmine for each project
I have installed and using redmine. Redmine can be configured to allow issue creation or comments via email, but not to e ... project name.So that we can directly create issue or comments to each project via email based ... ch project). Do we have any plugin for this ? 2014-02-20 13:42
Help: Is it possible to allow issue creation or comments via email to each project in redmine ?
I have installed and using redmine. Redmine can be configured to allow issue creation or comments via email, but not to e ... project name.So that we can directly create issue or comments to each project via email based ... the email(as it is specific to each project). 2014-02-20 13:37
Help: RE: Editing issues?
Felix Schäfer wrote: > See [[RedmineIssues#Editing-an-existing-issues-Subject-or-Description]], there is no chang ... en I want to update/edit page? Interesting. 2014-02-20 09:19
Plugins: RE: Redmine Issue History Tabs Plugin
I've fixed an issue posted previously by Peter Drábik (http://ww ... 2.4.3 Please update the "/plugins/redmine_issue_history_tabs/app/views/issues/_history.html.erb" file with the attached f ... ' %> </pre> Regards, --Alfredo Pedraza 2014-02-20 03:21
Help: RE: Help with comments view in redmine_issue_history_tabs 0.0.3
I've fixed this issue: (I've only tested it with version 2.4.3) Please update the "/plugins/redmine_issue_history_tabs/app/views/issues/_history.html.erb" file with the attached f ... tory_all' %> </pre> Regards, --Alfredo 2014-02-20 03:09
Plugins: RE: Issue Template plugin
Hi, Ilkka. Let me confirm you hope to use ... use case and request would be templates for issue replies. I'm running a redmine based helpdes ... pe the replies to same problems every time. 2014-02-19 18:27
Plugins: Released 0.0.7
Hello. I've released Redmine Issue Template 0.0.7, fixed some bugs and add tran ... upported. Feedback is highly appreciated. 2014-02-19 18:24
Help: Multiple custom fields with same name-confusion ***RESOLVED
Hello, could anybody help me out of trouble p ... project versions). How can I resolve this issue, i.e. only one 'Target Version' field; show ... der 'Settings' to have this field displayed. 2014-02-19 12:09
Help: RE: Update the main text of an issue
theres a little icon that you need to press to edit the description 2014-02-18 19:33
Plugins: RE: Plugin tutorial - Pools from project menu - error after pressing Yes/No
Hi I'm new to Ruby even without Rails and ... de a few times while investigating the above issues and now the permissions stuff is working too. This doesn't help your issues with the permissions, Massimo, especially s ... to need much good forum karma in the future. 2014-02-18 11:34
Help: Update the main text of an issue
Hi, Since i've updated to 2.x, i can't change the first text of the issue. Before, there is a link near the title whe ... Redmine plugins: no plugin installed 2014-02-18 11:08
Development: Extend the IssueRelation::TYPES hash in plugin.
Hello, I want to add some custom relations in the issue_relation model. Can anybody please help me ... ed very critical for my plugin development. 2014-02-18 06:12
Help: Regexp in time logging match does not work
It looks like time (e.g. _@5m_ or _@0.5hours_ ... )h? ) /x def scan_comment_for_issue_ids return if comments.blank? # keywords used to reference issues ref_keywords = Setting.commit_ref_keyw ... ords.delete('*') # keywords used to fix issues fix_keywords = Setting.commit_update_k ... gexp.escape(kw)}.join("|") referenced_issues = [] comments.scan(/([\s\(\[,-]|^)(( ... )(\s+@#{TIMELOG_RE})?/).each do |m| issue, hours = find_referenced_issue_by_id(m[0].to_i), m[2] if issue referenced_issues << issue # Don't update issues or log time when importing old commits ... _on < repository.created_on fix_issue(issue... 2014-02-18 05:40
Help: RE: Help with changinge Redmine 2.4 to Production Mode
I assume you have already looked at: http:// ... works fine in production mode, then the only issue I can see would be your Apache configuration ... the "development:" section in "database.yml" 2014-02-17 23:38
Help: Hook plugin - Can't understand the library
Hi, I'm trying to develop a hook in order to do a specific operation when someone closes an issue in a project. What I'm exaclty trying to do ... : * Project_1 - Subproject1_2014 + Issue1 + Issue2 (special field : recursive) - Subproject2_2014 ... IF someone *closes* the issue with the special field "recursive" set to 1, ... alled "Subproject1_2015" containing the same issue than the one currently closed but with the s ... om_values.collect {|v| v.clone} new_project.issue_custom_fields = cur_project.issue_custom_fields # Custom new_project.name = ... 0.0.1 <- my plugin </pre> 2014-02-17 23:24
Open discussion: RE: 2.5 release date
I would like to hear the answer too. Personal ... d #15520. As I see there are few unresolved issues (#14361, #15760) without any updates for at least a week. Do you still work on them? 2014-02-17 17:08
Help: RE: 500 error when upload files and documents (firewall settings?)
I also see a 500 error when attaching files to an issue, but have confirmed that the user account ru ... lder. chmod/chown fixes will not resolve the issue in my case. I am wondering whether my pro ... nd ports Redmine uses for attachment uploads? 2014-02-17 16:14
Help: RE: ActionController::RoutingError (No route matches [GET] "/"):
UPDATE as far as I can tell so far this is not a dependency issue, but a problem with RM2.4 + lighttpd + fastcgi where to next i wonder? 2014-02-17 12:15
(6426-6450/18291)