Project

General

Profile

Search

Results (18279)

Open discussion: New Issues Notificatin
Hi, I've just configured Redmine with a plug ... that allows the application to create a new issue from a mail received by a google IMAP server ... er) receives a mail notification at each new issue creation, even if he is not supposed to be involved into the issue. In other words, this user must receive *always* a notification when a new issue is created, whether by a user or via Cron. ... plugin above? I hope I have explained my issue in a decent way, and I thank you in advance. ... pient@mydomain.com -- -f sender@mydomain.com@ 2016-05-26 09:06
Help: RE: MTA issue on CRON when send reminder mail
The problem arises only when running through ... rry for the translation, use google translate 2016-05-25 15:54
Help: Intercepting Emails on dev environnement
Hi ! I try to follow the Rails documentation ... on_libs 2.1.6 csv_import_issues 0.0.2 easy_baseline ... usability 2.1.2 </pre> 2016-05-25 12:26
Help: RE: 3.2 CSS Issues
Not sure, but the fact is Redmine core does n ... .3. http://www.redmine.org/builds/index.html 2016-05-25 10:18
Help: RE: MTA issue on CRON when send reminder mail
http://www.redmine.org/projects/redmine/wiki/EmailConfiguration 2016-05-25 08:53
Help: RE: Cannot delete attached file and issue relations in 'Edit/new issue' window.
More details: Clicking the 'Remove relatio ... ttachments_controller.rb nor app/controllers/issue_relations_controller.rb. 2016-05-24 21:49
Help: RE: MTA issue on CRON when send reminder mail
Steven Wang wrote: > Hi: > > This problem ... . > But none of them mentioned this kind of issue. > I hope people who familiar with redmine ... BRs, > Steven I have the same problema!! 2016-05-24 20:48
Help: RE: 3.2 CSS Issues
Toshi, are you sure Ruby 2.3 is the cause of the css issues? Everything else seems to work fine. 2016-05-23 21:17
Help: Error creating issue java api
Hi, I'm trying to create an issue from api Java in Eclipse. However when I cre ... r. What minimum data is needed to create the issue? Thank you. <pre><code class="java"> ... createWithApiKey(uri, apiAccessKey); IssueManager issueManager = mgr.getIssueManager(); ProjectManager projectManager = mgr.getProjectManager(); List<Issue> issues = null; List<Project> projects = null; Issue issueToCreate = new Issue(); try { issues = issueManager.getIssues(projectKey, queryId); projects = projec ... block e.printStackTrace(); } for (Issue issue... 2016-05-23 16:37
Help: RE: Home does not work, other links work fine
I solved the problem, so I thought I should s ... d there myself in an attempt to fix original issue. The .htaccess was a copy of htaccess.fcgi.e ... one to look in the right direction. Cheers 2016-05-22 22:08
Help: RE: 3.2 CSS Issues
Ruby 2.3 is not supported. 2016-05-21 18:30
Help: 3.2 CSS Issues
Hi, I just installed Redmine 3.2.2 and having css issues with the display, the top menu is split int ... 4.0 redmine_slack 0.1 2016-05-21 00:32
Help: RE: Cannot delete attached file and issue relations in 'Edit/new issue' window.
First of all revert back any changes you've m ... web server that is used for handling redmine. 2016-05-20 15:12
Help: RE: How to hide members
Sam online wrote: > How to hide members if s ... s fine for us. You can see in the related issues of #17747 that there are other redmine-users with the same problem 2016-05-20 12:47
Open discussion: Upload Multiple Issues as a batch
Hi Anyone know of a way to mass import issues into redmine. I am moving my projects int ... am working on Redmine v3.1 Thanks, kevin 2016-05-20 00:39
Help: RE: Wrong link in e-mail
hm, maybe a configuration settings issue!? like in Apache with virtual hosts: ... er. Of course depending on your setup. 2016-05-19 13:01
Help: redmine-3.2.1 Issue summary disorder display
Hi guys I need help with our issue summary display page. Ever since we moved to redmine-3.2.1 our issue summary page display doesn't look right - it ... an attachment. Thank you. Regards Les. 2016-05-19 12:48
Help: mysql error after Upgrade: Operand should contain 1 column(s)
Hi, Im trying to upgrade from version 2.6. ... but when I try to go to a project page or a issue page I get an mysql error: ActionView::Te ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')))))) h1. Full error log: ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')))))): 85: <% end %> ... > Any ideas how to solve this? Thanks 2016-05-19 03:15
Help: Cannot delete attached file and issue relations in 'Edit/new issue' window.
When I click on the trash icon next to uploaded file in the 'Edit/New issue' menu, a 'loading' modal window appears for ... e according to this: http://www.redmine.org/issues/14828 but it didn't help. Please, any o ... mine_checklists 3.1.3 redmine_issue_tabs 1.1.1 redmine_issues_tree 0.0.7 redmine_mentions ... 0.2.0 redmine_timesheet_plugin 0.7.0 2016-05-19 00:17
Open discussion: RE: Migration from FogBugz
Hi Gerald I am running into this issue about migrating the data over from FogBugz, ... olumn name as the attributes. But the bigger issue is how to import xml to redmine and all the attachments would be another issue. I was wondering if you can point me to the right direction Thank you so much 2016-05-18 21:44
Help: Unable to login on demo url
Dear all, I have tried to create my own Re ... an admin user account to fix the user login issue? Thanks for your help David 2016-05-18 12:39
Help: Problem with redmine_ldap_sync plugin
Hello, this is my Redmine environment : > En ... 2.0.8.devel.gc3a7f280ec I have a issue with the redmine plugin "redmine_ldap_sync". ... 'm open to questions. Thanks in advance. 2016-05-17 17:16
Help: 500 Internal Server Error when accessing example.com/my/page
After migration to new server, users haves 50 ... nt user: krzysztof.golos (id=14) Rendered issues/_list_simple.html.erb (24.0ms) Rendered my/blocks/_issuesassignedtome.html.erb (109.1ms) Rendered issues/_list_simple.html.erb (27.5ms) Rendered my/blocks/_issuesreportedbyme.html.erb (39.2ms) Rendered my/blocks/_issueswatched.html.erb (7.2ms) Rendered my/page ... <h3> 2: <%= link_to l(:label_watched_issues), 3: issues_path(:set_filter => 1, :watcher_id => 'me', :sort => 'updated_on:desc') %> 4: (<%= Issue.visible.watched_by(user.id).count %>) 5: </h3> 6: 7: <% watched_issues = issueswatched_items %> app/views/my/blocks/_issueswatched.html.erb:4:in `_app_views_my_blocks__... 2016-05-17 15:28
Open discussion: RE: How can I calculate how many times the issue reopened?
I do need a similar plugin. Thanks. 2016-05-17 09:14
Help: RE: Estimated time gets rounded?
Hi, There are no settings for the display of ... back until you find which one is causing the issue. Regards 2016-05-17 09:05
(4076-4100/18279)