Project

General

Profile

Search

Results (18280)

Open discussion: m.redmine site -- users need to see the Log file
Users of the m.redmine.org website need to ha ... *Password* = "password" Trying to add an Issue priority: # Administration > Enumeration > Issue priorities > New value # Enter a value # C ... I don't have a way to look at the log file! 2013-04-22 03:01
Open discussion: How to update issue status on redmine after commit from svn client ?
Hi , i am using redmine 2.1.2 on ubuntu 12.10 ... rsion sever , i want to automatically update issue status on redmine when i make a commit from svn client. Thanks 2013-04-21 18:20
Open discussion: Watchers can not see issues
Hi, I am new user of redmine, and I have co ... role to be able to see only own or assigned issues, so watcher who is nether the creator nor the assigned to can not see the issue. Is there a way to give him the right to view all issues he watch. Best regards 2013-04-21 11:29
Help: RE: "Object is not missing constant Issue!" on CentOS 5.5
Two years later, this thread still adds value ... Just an FYI, here were the factors around my issue. 1. We wanted to upgrade from MySQL 5.0. ... hanks to all on this thread. Cheers, Dave 2013-04-19 19:20
Help: RE: Edit the top menu
This a valid way to add issues and activites links on 2.3.0 <pre> # Add menu items menu :top_menu, :issues, { :controller => 'issues', :action => 'index' }, :last => true, :caption => :label_issue_plural menu :top_menu, :all_activities, {"c ... s <pre> # Add menu items menu :top_menu, :issues, { :controller => 'issues', :action => 'index' }, :last => true, :caption => :label_issue_plural menu :top_menu, :all_activities, {"c ... 2.0.0' # Add menu items menu :top_menu, :issues, { :controller => 'issues', :action => 'index' }, :last => true, :caption => :label_issue_plural menu :top_menu, :all_activities, {" ... ue, :caption => :label_activity end </pre> 2013-04-19 12:09
Help: RE: demo Redmine 500 error creating Issue Priorities
Redmine 2.3.0 Administration -> Enumeration -> Issue priorities.New value : dialog for entering n ... mation 1.0.2 redmine_issue_checklist 2.0.5 redmine_ ... ger 0.1.0 redmine_user_issues 0.0.2 redmine_wiki_ ... 0.0.3 </pre> 2013-04-19 06:51
Plugins: RE: Redmine V2.3 - Generate answer for issue with own template
I only know plugins to have templates for issue description, especiall new issues 2013-04-19 00:28
Help: RE: demo Redmine 500 error creating Issue Priorities
I also have this problem. The data entry does not work. Administration > Enumeration > Issue priorities > New value Enter a value Cre ... </pre> http://hideme.m.redmine.org/admin 2013-04-18 22:21
Help: RE: error updating existing issues with 'Importer' plug-in
Hi Raymond! Thanks for your response!!! I thought that might fix the issue, but I didn't want to try a newer version w/ ... n my current system. :-( Regards, Rick 2013-04-18 18:18
Help: Inconsistent editing behaviour when using the API key?
Hi, If I want to open an existing issue in edit mode I can send the following url to the browser - @http://{$redmine_server}/issues/{$id}?key={$api_key}@ Similarly, I assumed that to open a new issue for a specified project in edit mode then I ... p://{$redmine_server}/projects/{$project_id}/issues/new?key={$api_key}@ But this does not work. Instead you first have to login and then the new issue is shown in edit mode. Is this inconsistent? If I can open an existing issue in edit mode using the API key why can I not open a new issue for a specified project in edit mode using the same API key? Thanks Steve. 2013-04-18 17:48
Open discussion: Java API 1.20 is released
Version 1.20 (April 17, 2013) * New featur ... ps://github.com/taskadapter/redmine-java-api/issues?milestone=11&page=1&state=closed Project page: https://github.com/taskadapter/redmine-java-api 2013-04-17 19:19
Open discussion: Filter issues by status date
is there away/plugin that allows a user to filter an issue list based on the date a specific status was assigned? e.g. Find all issues who had a status of "Open" between 10-Jan-2 ... 3 (given that the current status of these issues may not open) thxs much 2013-04-17 15:18
Help: RE: POP3S, issue creation by email
Hello, Works with the Etienne Massip's pat ... ml, the notifications will not work for news issues added by this method. I dont have solution for the moment... 2013-04-17 00:38
Help: RE: demo Redmine 500 error creating Issue Priorities
I can confirm this issue (http://pelantm.m.redmine.org/) 2013-04-16 22:50
Plugins: RE: Sidebar Issue Control
Hi, I forked it with the "avatar bug" fix here : https://github.com/asenar/redmine_issue_control_panel/ and added french translations ... ed here : https://github.com/nistude/redmine_issue_control_panel (nothing since 2 years) Fee ... solutely not ruby skilled, feel free to do it 2013-04-16 17:37
Open discussion: RE: receiving emails from imap ssl
The easy way is if you have webmail check the ... ss bar. But you may be having a different issue altogether. Can you successfully receive email via IMAP SSL? Is the issue only with sending mail? See the second ... n sending should work based on the fix above. 2013-04-16 15:00
Help: demo Redmine 500 error creating Issue Priorities
I've got a test installation at see3.m.redmin ... ects. However, when I try to create a new issue it tells me that Priority cannot be blank. F ... orities from Administration > Enumerations > Issue Priorities, but cannot due to Internal serve ... d at the moment. Thanks for sorting this out. 2013-04-16 12:03
Development: RE: getting blank response for trying to update an issue
If you get 200 then the issue should have been updated? 2013-04-16 11:56
Plugins: RE: Time & Expense 1.5
Roelof. A) when you change the project in the drop down does it try to load the Issue drop down? Check the issue visibility under roles and permissions See if you are assigned any issues from that project or have the visibility To see all the issues. B) check if you checked the 'use approval system' Dhanasingh 2013-04-16 02:46
Plugins: RE: Time & Expense 1.5
I did a fresh redmine install (2.3) with time ... be awesome. Hopefully these are just simple issues resulting from me being a newbie with time and expense a) the issues associated with each project do not show up in the drop down list (so I have a blank list of issues - actually not even a list, only a blank en ... e/guidance would be appreciated Thanks 2013-04-15 22:34
Help: RE: Need help creating an issue using REST api (PHP)
I have figured out a solution that worked for ... $data['issue'] = array("project_id" => 5, "subject" => "t ... t('https://host/redmine/projects/projectname/issues?key=keyid'); curl_setopt($ch, CURLOPT_CUST ... posting to https which has some certificate issues, I needed to set the following to false to ignore the issue curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, fa ... o return the date time stamp you created the issue. 2013-04-15 18:32
Help: Java api 1.18 user bean
I have problem with User: <pre> User user=issue.getAssignee(); String name=user.getFirstNam ... ng? I need get email addresses for notify. 2013-04-15 17:54
Help: Need help creating an issue using REST api
Hello all, I am a REST newbie and need so ... hree options. Two of the options require an issue to be created in redmine. This web form is ... separate from redmine) and should post a new issue to redmine under a specific project. The directions say: POST /issues.xml <?xml version="1.0"?> <issue> <project_id>1</project_id> <subject>Example</subject> <priority_id>4</priority_id> </issue> This provides very little help to me. F ... ata to the Redmine REST api? Thanks! Will 2013-04-15 17:02
Open discussion: RE: no history update when Bulk edit issues
now it is working, i don´t know. Was only my human mistake. 2013-04-15 16:20
Help: RE: Redmine 2.0: 404 errors after creating plugin to add top menu links
I also ran into this issue and for me it turned out to be a routes issue. Redmine 2.X no longer has default routes ... ure if it is needed, but I suspect it is not. 2013-04-15 15:48
(7651-7675/18280)