Project

General

Profile

Search

Results (18291)

Help: RE: The subtask is not showed under on ... this task is related to one project version.
Do I understand correctly, you have an issue and in that issue you have set a target version? Do you see the issue listed on the roadmap? 2012-12-27 10:36
Help: RE: Email Notification error involving SSL
I tried everything above and mentioned here: http://www.redmine.org/issues/1598 But it's still not working. Error: (5 ... hile the credentials are correct 100% sure! 2012-12-27 00:14
Plugins: Issue Template Plugin 0.0.5 released.
Issue Templates Plugin 0.0.5 released, compatible ... emplate feature added. Feedback appreciated! 2012-12-25 22:09
Help: RE: Confused about project version sharing
Michael Powell wrote: > What does this mean exactly, that projects can potentially reference issue among other projects? Imagine you have 2 Projects A and B. Project A has issue #1, project B has issue #2. If you have redmine set up to allow this, you can now cross-reference the issues by clicking "add" next to "related issues"... 2012-12-25 20:55
Help: Confused about project version sharing
Hello, I'm a little confused. Under what c ... tly, that projects can potentially reference issue among other projects? Thanks... Regards, Michael Powell 2012-12-25 15:09
Plugins: RE: Testing plugins in Redmine 2.x
It seems this replace redmine fixtures and you will not be able to load redmine objects like issues for your tests. ActiveSupport::TestCase.fixture_path = File.dirname(__FILE__) + '/fixtures' 2012-12-25 10:56
Help: RE: Redmine 2.2.0 - ActionView::Templat ... rmission denied - /opt/redmine/tmp/cache/900)
Jon Z. wrote: > I'm having the same issue. I followed the directions in the install g ... sn't work. OK, if it's really the very same issue the OP has than it's not about file system p ... ? Do you have plugins installed? Which ones? 2012-12-22 22:46
Help: RE: Redmine 2.2.0 - ActionView::Templat ... rmission denied - /opt/redmine/tmp/cache/900)
I'm having the same issue. I followed the directions in the install g ... ame existed on tmp but still it doesn't work. 2012-12-22 21:25
Help: RE: Redmine2.1.4 add attachment failed.
Dear Niggemann, Thanks for you reply,it's the issue of filesystem permission. After changing the permission,it's ok. Thanks~ 2012-12-22 16:38
Help: Updating fixed_version via API when it's null
Hi, I'm new to redmine and have been tryin ... me and fixed_version.id and associate to the issue. My code is below and would really apprecia ... class Project < RestAPI; end class Issue < RestAPI; end f = File.open('update.txt', 'w') myIssue = Issue.find(6983) f.write(YAML::dump(myIssue)) myIssue.fixed_version.name = '1.0.24.3' myIssue.save 2012-12-21 15:48
Help: Update status on related issues or query to find issues where the related issues have specific status across projects
We typically have two projects - an external project and internal project. When a client reports an issue it gets reported in external project. We the ... e internal project and relate it to external issue. I am looking for a way to do 1 of the following 1. Update the status on the external issue based on status changes on the internal 2. ... te a cusotm query on external that shows all issues where the related internal issues have been "Closed" Thanks 2012-12-20 22:09
Development: Need help making Capybara + selenium with Ajax working
Ok I've tried and failed to make it work, cou ... + :enabled_modules, + :issue_statuses, + :issues, + :enumerations, + : ... :custom_fields_trackers + + def test_new_issue_preview + log_user 'jsmith', 'jsmith' + + visit new_issue_path(:project_id => 1) + + find('form#issue-form #issue_description').set 'This is a test' + + ... patch::TestProcess </code></pre> Thanks ! 2012-12-20 19:32
Development: RE: How to get history of changes made to a redmine ticket
There is no REST API for isue hiistory yet bu ... l_details@ (or similar names) where type is 'Issue' and journalized_id is the issue id. 2012-12-20 19:19
Open discussion: issue status change - triggers email
Hi, Does anyone know if it is possible to se ... ing" to "solved" sends email to group y etc. 2012-12-20 12:29
Help: wiki email notification to all users
Hi, I am currently running redmine 1.3.2.s ... ut, update the wiki and summarise all of the issues that have been addressed. I am not 100% su ... els right way to go for us at the moment. 2012-12-20 11:44
Help: time_entries : Waiting from many days. Would be thankful if any one update on this
Can any one help me in solving below thing ... _entry": { "hours": 1.25, "issue": { "id": 10386 }, ... se :* Redmine 500 error Thanks Anand 2012-12-20 11:26
Help: Another entry or revision was not found in the repository error issue
I am new to redmine. I got a version running ... d? svn and red mine installed on same server. 2012-12-19 23:46
Plugins: RE: Redmine preview attach column/image gallery
<pre> Environment: Redmine version ... Started GET "/projects/redmineimprovement1/issues" for 127.0.0.1 at 2012-12-19 16:23:24 +0100 Processing by IssuesController#index as HTML Parameters: {"pr ... ueries/_columns.html.erb (1.8ms) Rendered issues/index.html.erb within layouts/base (29.8ms) ... _html_erb__481089824_106014040' app/views/issues/index.html.erb:27:in `block in _app_views_issues_index_html_erb__981229035_95911220' app/views/issues/index.html.erb:11:in `_app_views_issues_index_html_erb__981229035_95911220' app/controllers/issues_controller.rb:83:in `block (2 levels) in index' app/controllers/issues_controller.rb:82:in `index' </pre> 2012-12-19 14:32
Help: RE: activesupport issue with Redmine
iconv is just deprecated in ruby 1.9.3, that doesn't mean it's no longer working. Your issue was something else, as I'm running 1.9.3p327 without problems... 2012-12-19 14:14
Help: RE: How to access my projet from
Hi! I am facing the same issue can somebody guide in how to access the redmine application from the Web Thanks 2012-12-19 13:24
Help: RE: To fetch issues for a date range: GET /issues.xml?created_on=><2012-03-01|2012-03-07
This gave me little insight on how to proceed with this issue. To make your answer more precise, 1) Go ... add-on 3) Open redmine filter page(View all issues) 4) Apply the filter you are interested in ... first line(which will look like GET redmine/issues?set_filter=1..... 11) Add you domain name ... he same in browser(http:mydomain.com/redmine/issues?set_filter=1.....) NOTE : I tried to set ... o day ago today this week Thanks Anand 2012-12-19 07:03
Help: RE: activesupport issue with Redmine
I've resolved this problem. Turns out Ruby 1. ... led am now running Redmine through Passenger. 2012-12-19 06:49
Help: cant review issue details
I can't access issues which are migrated from mantis.but if i create any issue in redmine i can access.i am using redmine v ... I am in huge trouble!! Thank you sukanta 2012-12-19 06:38
Help: activesupport issue with Redmine
Greetings, I'm setting up Redmine for the ... you can provide would be greatly appreciated. 2012-12-18 23:20
Help: RE: To fetch issues for a date range: GET /issues.xml?created_on=><2012-03-01|2012-03-07
Maybe API docs are wrong, I don't really know ... n] = >= v[created_on][] = 2012-12-01 </pre> 2012-12-18 11:32
(8326-8350/18291)