Project

General

Profile

Search

Results (18336)

Plugins: RE: Redmine Issue Reminder - Version 0.0.1
Hello! Could you help me? I don't need to get mail if there is no issues to remind. How i can fix it? Message is: ... ╬п╡п╩п╣п╫п╦я▐" [0;94;49m is processing. [0m 2016-07-28 12:35
Help: Timezone issue
I'm using the latest redmine (3.3.0) and my t ... hings in MST (UTC−7:00) such as activity and issues list. In my user account, I only see the o ... automatically. Any ideas what I can do? 2016-07-28 00:11
Help: Filtering details in notification emails.
Thought i would share.... I needed to stri ... the files in ~/redmine/app/views/mailer _issue.html.erb and are the default template files ... luding the "link title" in the html version. issue_edit.html.erb is the template used for the d ... n and modification of ticket items. edit _issue.html.erb to wrap everything starting after the first line (just above the "render_email_issue_attributes" line) to after the last line wit ... ... <% end %> </pre> Also edit the issue_edit.html.erb file with an "if false" statem ... start httpd") for the changes to take effect. 2016-07-27 22:00
Open discussion: Redmine not working after migration.
Hello, Recently we have migrated a server ... Please let us know your suggestions on this issue. Regards, Liam 2016-07-27 12:44
Open discussion: Why is default status required when creating new tracker?
I have a customer who would like not to have ... tus. - In the latter case when creating new issue the status must be chosen by the users. 2016-07-27 09:22
Help: RE: Related Issues not working
Ok fool me, the older documentation spoke of ... r the main task description below "sub-tasks" 2016-07-27 05:26
Help: RE: Redmine 3.3 - Default Filters Missing
I ran into this same issue - bundle update redmine_extensions to the latest version (1.07) fixed this issue for me with easy_gantt (v1.5). 2016-07-26 20:49
Help: Redmine Pop3 Help
Hello, Long time lurker, first time poste ... /htdocs/plugins/rmp_group_watchers/lib/rmpgw/issue_patch.rb:7:in `<module:IssuePatch>' C:/CRD/Bitnami/apps/redmine/htdocs/plugins/rmp_group_watchers/lib/rmpgw/issue_patch.rb:6:in `<module:Rmpgw>' C:/CRD/Bitna ... /htdocs/plugins/rmp_group_watchers/lib/rmpgw/issue_patch.rb:5:in `<top (required)>' C:/CRD/Bit ... on" \\ project=helpdesk \\ tracker=ticket 2016-07-26 20:32
Plugins: RE: Easy Gantt Plugin
This plugin breaks default redmine issue query in 3.3, as well as My Page- my issues url if the latest redmine_extensions gem is ... :http://www.redmine.org/boards/2/topics/50464 2016-07-26 16:16
Help: RE: What table or tables containing workflow setting imformation
The table is named workflow, so easy to find it ;) I met an issue with the workflow since last upgrade (V3.2.1 ... re will be stronger features in the future... 2016-07-26 14:49
Help: Redmine Version Object and REST API with ruby
Hey, Does anybody know how to get list of ... henticate - it works for other objects, like Issues, Projects and so on. The problem occurs wit ... st_api_with_ruby]] Thanks for help, gary 2016-07-26 08:43
Open discussion: RE: API: List Available Statuses By Issue and User
I have the same problem. It does not seem to ... sensible rest-based gui without this feature 2016-07-25 20:13
Help: Related Issues not working
We have just installed redmine on Centos and everything looks good however related issues is not working. THere aren't any drop downs ... l roles have been configured with the Manage issue relations permission. In fact for the test users currently all permissions are checked. 2016-07-25 07:57
Help: is it possible to retrieve several issues by ID in one call with REST API ?
let's say I want to retrieve issue id 3, 8 and 10. Is there a way of getting t ... tried to play only to be able to select one issue from the multi issues endpoint with no luck <pre> /issues.json&issue_id=3 /issues.json&id=3 </pre> hoping at one point that one format such <pre> /issues.json&issue_id=3,8,10 </pre> make the deal. 2016-07-22 16:28
Open discussion: RE: Hide list of members in project overview
Everyone, I believe I have determined the ... Apparently there is a plugin incompatibility issue... The RM+ Usability plugin (http://rmp ... r now, I've uninstalled the Usability plugin. 2016-07-22 14:22
Plugins: Creating subtask if the issue's status has changed
Hello all, I already tried to create subtask when issue's status has changed using the following sou ... ord? # = after_save = # if @need_create issue = Issue.create!( :author => User.current, ... r, :assigned_to => author, :parent_issue_id => id, :subject => "Subtask", : ... ion") end </code></pre> Any help please. 2016-07-21 13:59
Help: API: is it possible to edit a note, attached to an issue?
Like it says in the subject, I want to know w ... o edit a previously posted note, via the API. 2016-07-20 12:19
Open discussion: ProseMirror as a WYSIWYM editor
Hi, Redmine introduced support for Markdow ... questing a feature in redmine? Opening a new issue under the "feature" tracker or something different? Thanks Giamma. 2016-07-19 10:30
Help: RE: attach files against issue using REST Web service through .net
Thanks Jan. Thanks for the useful link. 2016-07-16 10:35
Help: RE: attach files against issue using REST Web service through .net
The official documentation is in [[Rest_api#A ... erstanding of how the .NET HTTP client works. 2016-07-16 10:27
Help: attach files against issue using REST Web service through .net
Hi, Anybody knows how to upload files against issues using REST WEB SERVICE through .net. ... ql2 OS Windows 2016-07-15 20:21
Help: How to change Issues group by default is null
Hi: How to change Issues group by default is null? Thanks. 2016-07-15 11:07
Help: git update from 3.2.0(i think) to 3.3.0, undefined method `accessor'
A bit stupid, but I thought i was updating ... iew the project summary page. But opening an issue is also not possible as admin. Any quick ... b:63:in `sudo_mode' Started GET "/issues/2806" for 192.168.11.35 at 2016-07-14 18:17:46 +0200 Processing by IssuesController#show as HTML Parameters: {"id"=>"2806"} Current user: marc (id=5) Rendered issues/_action_menu.html.erb (2.7ms) Rendered plugins/scrum/app/views/scrum_hooks/issues/_show.html.erb (1.7ms) Rendered plugins/redmine_agile/app/views/issues/_issue_story_points.html.erb (0.0ms) Rendered issue_relations/_form.html.erb (1.0ms) Rendered issues/_relations.html.erb (1.7ms) Rendered issues/_history.html.erb (3.1ms) Rendered issues/_action_menu.html.erb (1.6ms) Rendered ... 2016-07-14 18:22
Open discussion: RE: Automation of status change for old task when specific time is passed
Did you find the solution? I have the simila ... he possibility to run it on schedule for all issues by condition. 2016-07-14 12:20
Open discussion: RE: Saw this article by the ... s? Can I make Redmine as easy to use as this?
There's been some significant improvements in ... ate email notifications if a commit fixes an issue) * Set up a new issue tracker, "Heartbeat Request" to serve in pla ... " as the article described. ** Reply in the issue? Or make a new thread in heartbeats forum? ... of daily/weekly checkins. *** But if in the issue, then daily/weekly updates and periodical (o ... d of built-in onboarding javascript tour? 2016-07-13 23:04
(4001-4025/18336)