Project

General

Profile

Search

Results (18280)

Plugins: RE: Weekly Timesheet 1.3
Thank you for your answer and work around Dha ... y-to-day activities of redmine like project, issue, time management stuff, he should strictly b ... n since I'm not sure there are real security issues/risks with Redmine. Do you know if there a ... his point to enhance our process. Olivier. 2013-01-02 10:45
Plugins: RE: Testing plugins in Redmine 2.x
Yes, that's true. For the benefit of anyone else -- I've also copied issues.yml from redmine's fixtures directory into my plugin's fixtures directory to get around that. 2013-01-02 10:13
Plugins: RE: Weekly Timesheet 1.3
I think, in my opinion, the admin should not ... y-to-day activities of redmine like project, issue, time management stuff, he should strictly b ... s the IF statement you should remove in edit_issues.html.erb (around line# 109) <% if @use ... e the IF and the end statement. Dhanasingh 2012-12-31 18:12
Plugins: RE: Weekly Timesheet 1.1
No, We have not had this request before, we w ... d require us to persist the template and its issues in the database Option 2 is easier, we wil ... tion 1 at a very later time :-) Dhanasingh 2012-12-31 17:38
Plugins: RE: Weekly Timesheet 1.1
Dhanasingh Krishnapandian wrote: > Olivier, ... to our feature list > 1) add tracker to the issue name and id > 2) enabling issue filtering by tracker. > > Dhanasingh D ... to also join the maximum list of recurrent issues to this template. When I say "recurrent" it means issues what will not be used every weeks but frequ ... Allow users to register a list of recurrent issues to consider as part of the time-sheet template (This require to manage one list of recurrent issue per user) this is the heavy solution. #* tr ... receive the list of distinct and non closed issues from the number of previous weeks as templa ... out solutions/ideas?... Regards. Olivier. 2012-12-31 16:22
Plugins: RE: Weekly Timesheet 1.3
Since adding tracker info to the issue name was one of our request that will really ... all the best for the coming new year. Cheers 2012-12-31 13:42
Plugins: Weekly Timesheet 1.3
We are happy to announce the release of Weekl ... approved timesheet - Appended tracker with issue in issue dropdown - Removed project name from pdf header Dhanasingh 2012-12-31 12:58
Plugins: Page not found error after adding Hudson plugin
Hello, I try to install the Hudson plugin ... cannot show after installing the plugin: * issue * document * projects I have checked th ... he following errors: <pre> Started GET "/issues/14" Processing by IssuesController#show as HTML Rendered issues/_action_menu.html.erb (15.6ms) Rendered ... erb___897676338_50871300' app/controllers/issues_controller.rb:117:in `block (2 levels) in show' app/controllers/issues_controller.rb:114:in `show' </pre> Is there a way to fix this error? 2012-12-30 04:31
Plugins: RE: XLS export plugin
h2. Environment: > Redmine version ... 2. Detailed button (error): When I export issues with *detailed button*, it occurs 404 page. ... > Started GET "/redmine/projects/project1/issues_xls_export" for 127.0.0.1 at 2012-12-29 03: ... we have nothing. Best Regards, Youssef 2012-12-29 03:39
Plugins: RE: update the "issue done_ratio" in time tracker plugin
if all you want to do is increment the done r ... mit - say 90% - then: <pre> time_entry.issue.done_ratio = time_entry.issue.done_ratio + 10 if time_entry.issue.done_ratio < 90 </pre> If the issue has estimated hours - then you can calculate ... efore incrementing: <pre> if !time_entry.issue.estimated_hours.blank? done_ratio = time_entry.hours/time_entry.issue.estimated_hours * 100 time_entry.issue.done_ratio = time_entry.issue.done_ratio + done_ratio else time_entry.issue.done_ratio = time_entry.issue.done_ratio + 10 if time_entry.issue.done_ratio < 90 end </pre> 2012-12-28 18:24
Plugins: Pls help me with issue importer
I have problem with update issue, who can help me? and my Environment: ... xls_export 0.2.1 I have bug when i update issue, can you help me ? please .....please..... ... r.rb:413:in mail' app/models/mailer.rb:76:inissue_edit' app/models/mailer.rb:427:in initializ ... app/models/journal.rb:52:insave' app/models/issue.rb:1362:in `create_journal' Thanks admin ... s deadline for me 7 day, pls help help help 2012-12-28 11:38
Help: restricting list of users when "search for watchers to add"
Hi, I'm creating several private projects. When creating a new issue under a private project, I would like to re ... ist that is displayed? Thanks! - Allen 2012-12-28 05:32
Help: Can't access Settings after migration from 2.02 to 2.2
Hi, I performed a test migration to 2.2 usin ... umns.html.erb (31.9ms) Rendered settings/_issues.html.erb (37.8ms) Rendered common/_tabs. ... __412231637_37380210' app/views/settings/_issues.html.erb:29:in `block in _app_views_settings__issues_html_erb__197444615_5841630' app/views/settings/_issues.html.erb:1:in `_app_views_settings__issues_html_erb__197444615_5841630' app/views/c ... index' Any help would be appreciated. -jb 2012-12-28 00:31
Plugins: RE: Issue Template plugin
Morning Akiko, Thanks for updating this pl ... n *very* useful for me. Thanks! Vaughan 2012-12-27 19:54
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
(8301-8325/18280)