Search
Results (18279)
- On my page I would like to see issues status filter for the blocks: * *Reported issues* * *Issues assigned to me* * *Watched issues* This filter and others are available when I turn on the link "View all issues". IMHO it would be very convenient if issues status filter were also available on my pag ... version is @2.3.2.stable@ Thanks to all.
- Plugins: RE: Smart issues sort plugin
- Thanks Imre, I added your patch to repo. Anyo ... https://github.com/logical-and/redmine_smart_issues_sort
- I understand that this should not be the dire ... lity of the Redmine team but I have found an issue with the duplication of time tracking events ... efinitive way to do it. Any suggestions?
- i have been creating RFP plugin in redmine , ... requirement when user fill &submmited it the issues must generate in respective project.All form fields on form must become the issues my question is how each fiels on form i map with the redmine issue table and generate the respective issue
- Hello. I need create a process what create one project for each issue that specific kind os track created. I create a plugin and use the Hook controller_issues_new_after_save: @module GeradorProjetos@ ... ne::Hook::ViewListener@ @ def controller_issues_new_after_save(context={ })@ @ tracker_id = issue[:tracker_id]@ @ case tracker_id@ @ when 2@ @ params[:project] = {"name"=>issue[:subject],@ @ "description"=>issue[:subject],@ @ "homepage"=>issue[:subject],@ @ "i ... @ @ "parent_id"=>issue[:project_id],@ @ "identifier"=>issue[:subject],@ @ "t ... he ProjectsController to create this project?
- Hello. I need create a process what create one project for each issue that specific kind os track created. I create a plugin and use the Hook controller_issues_new_after_save: @module GeradorProjetos@ ... ne::Hook::ViewListener@ @ def controller_issues_new_after_save(context={ })@ @ tracker_id = issue[:tracker_id]@ @ case tracker_id@ @ when 2@ @ params[:project] = {"name"=>issue[:subject],@ @ "description"=>issue[:subject],@ @ "homepage"=>issue[:subject],@ @ "i ... @ @ "parent_id"=>issue[:project_id],@ @ "identifier"=>issue[:subject],@ @ "t ... he ProjectsController to create this project?
- Hello, In the Sub-Project, I wanted to have issues listed from the parent project (based on th ... with this plugin development. Thank You.
- hi all, i've installed redmine (with bitnami ... ation under a reverse proxy url, like http://issues.mycompany.com. i see the redmine home page ... .. how can i configure redmine to work into issues.mycompany.com binding? thanks!
- Open discussion: RE: Redmine-Mylyn-Connector
- So to summ it up # Get the Redmine Plugin ... //github.com/danmunn/redmine_mylyn_connector/issues/17
- Open discussion: RE: Bitnami Redmine 2.3.2 Email Configuration
- Hi, I did find the configuration file which ... ent wrong. We've been notified about this issue and we'll take a look at it shortly. Any ideas?
- Hi all, I'm getting close but I'm getting ... ails so I'm not sure if this is a dependency issue? Any help is appreciated! Here is my e ... com SERVER_ADMIN = webmaster@local.com
- Help: RE: Planning does not appear
- The one listed appears in the activity menu and issues....roadmap
- Open discussion: RE: Mails sent by redmine received as SPAM.
- Jan Niggemann wrote: > Opened #14792, thank you for pointing out the issue. Thank you for considering the problem !
- Open discussion: RE: Mails sent by redmine received as SPAM.
- Opened #14792, thank you for pointing out the issue.
- Open discussion: RE: Online Demo in Wiki to prevent test spams
- I hope so ... Actually, if I look at the recent issues created, I don't see #14777, #14778, #14779 ... ... And two tests again ... #14788, #14789
- Open discussion: RE: Online Demo in Wiki to prevent test spams
- We usually don't delete SPAM issues, we close them as "invalid", that way, the ... change will help to get less "test" tickets.
- Plugins: RE: Smart issues sort plugin
- I solved some compatibility problems with the Redmine 2.3.2.
- Hi all, I am new to the forums and hoping ... oting documentation at http://bit.ly/bundler-issues. Thanks! NoMethodError: undefined method ` ... ould appreciate any help. Thanks in advance!
- We are happy to announce the release of Time ... gs - Filter timesheets by groups - Filter Issues assigned to me - Configure Public Holiday ... c http://www.youtube.com/watch?v=cTZ2FCqgdwQ
- Help: RE: Update issue using REST API using PHP
- Posted on stackoverflow as well. http://stac ... m/questions/18470401/redmine-rest-api-update-issue-using-php/18470457?noredirect=1#comment27148187_18470457
- Open discussion: RE: Online Demo in Wiki to prevent test spams
- I might be mistaken, but I can't find 7 test issues in the production tracker today. There's the usual MMORPG issue (#14785) and the usual MATLAB issue (#14776) which makes 2 SPAMs for today... ... 3rd paragraph. Thanks for pointing this out.
- Help: RE: have two roles one with read only one with read/write advanced svn repository access
- Actually i found out its not possible with co ... till now accepted. http://www.redmine.org/issues/3712
- Plugins: RE: Is there a plugin for automatic login to Redmine by user name from LDAP?
- I had exactly this running, by using the info ... tched to passenger now, and got stuck on the issue again). Be sure to configure your browser fo ... Name" on google should help you on this one).
- Hello, According to the great many number of test issues in the production system, I was wondering i ... 10am and 3pm (France), we can count 7 spams.
- Development: RE: Where in the code Redmine send emails?
- This is the model Mailer.rb : http://www.redm ... nctions that send mails such as : * deliver_issue_add * deliver_issue_edit * ... Redmine will send an e-mail each time one of these functions is called.