Search
Results (18300)
- I am trying to create a custom field for an issue, but when I go to the custom fields page and select issue (or any other option) and hit next nothing h ... etting up redmine or something else is wrong.
- Plugins: RE: [ask] how to save/get data from view hook's input form ?
- Hello, *Assuming you are trying to save th ... itory/revisions/15492/entry/trunk/app/models/issue.rb#L430. Given that you added the field _reward_points_ to the _issues_ table, I suggest you simply add _reward_po ... be able to do: <pre><code class="ruby"> Issue.safe_attributes 'reward_points' </code></pr ... ler:* You can use @params@ in _controller_issues_new_before_save_ and _controller_issues_edit_before_save_ See the "list of hooks":/projects/redmine/wiki/Hooks_List Cheers,
- i want to create a redmine plugin with add some input form on issue form page. i have created a view hook on bottom issue form like the picture bellow what i want ... ? thanks. really appeciate for your help
- Help: RE: launch bitnami redmine on firefox ubuntu
- Hello, That would be the symptom of your w ... com/c/redmine may be much more familiar with issues related to Bitnami installs. If you're loo ... stack/redmine/virtual-machine . Cheers,
- Help: RE: Internal error on Setting Page and user profil
- So I installed redmine 3.2.3 on ubuntu 14.04 ... ating the symbolic link fixed the *settings* issue for me! <pre> user@ubuntu:/var/www/html/ ... s/ </pre> trust this will assist someone
- Help: RE: Initial Configuration Fails with NameError
- Faced same issue: CentOS 7 redmine-2.6.10 upgrade to 3.2.3 ... nokogiri bundle install ruby rails server
- Help: RE: Unable to login on demo url
- same here, if You ask. Browser-related issue? Adblock? JS?
- Hello, Does redmine has a plugin which would allow me to do this functionality: I create issue and redmine automatically create defined subtasks to my issue? Thank you
- Open discussion: RE: Restrict a role to certain Trackers
- Yes: "3.3.0 will support tracker based permissions for issue tracking. You will be able to limit the trac ... e is allowed to view, create, edit or delete issues." #285
- Help: RE: Confirmation dialog (YES|NO)message for Submit Button on form issues (edit)
- Hello, If I were you, i would: 1. Install ... //www.w3schools.com/jsref/met_win_confirm.asp
- Hi All, Do you have experience to add conf ... message(YES|NO) after submit button click in issues form or anything button ? Thank you
- Hi all. Im currently using http://www.redmine ... _image_paste for pasting images into redmine issues, wikis and so. Its working just great, but ... at action. Any hints? Thanks!! Gerardo
- Help, I am starting on ruby, I want any valid ... d, :invalid if project.nil? errors.add :issue_id, :invalid if (issue_id && !issue) || (issue && project!=issue.project) || @invalid_issue_id errors.add :activity_id, :inclusion ... Doesn´t work Sorry for my english, thanks
- Hello, I`ve encountered a problem: That command (user redmine) reads email and adds issues correctly rake -f /home/redmine/redmine/Ra ... eads email, creates the text below: <pre> Issue #2473 has been reported by ***. Request #24 ... Target version: aqwqew </pre> but issue is not created. Please help me to solve that problem.
- Open discussion: RE: Error crontab witch Redmine-Bitnami
- I think this is a typical issue that many people encounter. It happens beca ... variables" and you'll get some sollutions.
- Help: RE: Watcher added but not notified
- I have tried to send this watcher a direct link to the issue and he has received a proper Redmine page sa ... nd his role has also all available rights to issues! Could not this be a bug? Any idea how to report it to Redmine team? Thanks a lot. Milan
- Help: RE: Watcher added but not notified
- no email received when adding notes to the issue?
- Help: RE: Watcher added but not notified
- Hi Olivier, I am in the same trouble, even u ... mber A and member B. Member A is assigned an issue and member B is added as a watcher. The user B has the notification option set to "Only issues, I watch or am involved in". The whole syst ... and in HTML format. Any ideas? Thnx, Milan
- Help: RE: Watcher added but not notified
- Hi Milan, 1) This is true only if your proje ... notifications only when events happen on the issue. So adding someone to the watch list does no ... jects. You can access a public project, view issues, etc. even if you are not a member of the p ... plied in this situation. Regards, Olivier
- Hi all, I want clients to login and view o ... them. But I don't want them to click on the issue ID and view comments and other details. How ... redmine for which i have given url linked to issues tab. But when I open that tab it should not ... ew option should be provided. Please help
- In my project, I've got 2 Git repositories. B ... nt-side, another its server-side). In my 'issues' I'd like to be able to say 'reproduced wit ... y a particular commit link should refer to?
- I'm troubled with redmine. When I create new issue with Rest API(from Microsoft Excel), Interna ... ow message) <pre> Started POST "/redmine/issues.xml?key=XXXXXXX" for XX.XX.XX.XXX at 2016-05-30 14:44:10 +0900 Processing by IssuesController#create as XML Parameters: {"issue"=>` {"project_id"=>"mt001", "subject"=>"TES ... sion_id"=>"93", "priority_id"=>"2", "parent_issue_id"=>nil, "start_date"=>"2016-05-30", "due ... d_versions' for nil:NilClass): app/models/issue.rb:823:in `assignable_versions' app/models/issue.rb:643:in `validate_issue' app/controllers/issues_controller.rb:141:in `create' lib/redmin ... <pre> Started POST "/redmine/projects/mt001/...
- i'm install redmine 3.2.2 + git 1.7.1 and ... pdate ( git server side) : check redmine issue keyword(fix|ref) and issue number in commit message, if no match..exit ... com/xxx/xxx (github commit message has no issue keyword ) 6. client : git pull github-test ... sh origin master : reject , not found issue keyword (commit message of github-test) . ... merge for remote repository, Can i skip the issue keyword checks?(server side)
- Hi All I am running into a problem, I have c ... select these items when manually creating an issue in the web interface. I can export the issue as csv (and open in excel) and it shows the ... a in the cell, but when i try to import that issue from the csv the values are blank.. i lose t ... d single) or all the items.. but get nothing.
- Help: RE: uninitialized constant Faker base
- Hello, I suggest you check you have the la ... nnot get it to work, I suggest you create an issue on the Github of the plugin author: https://github.com/jbox-web/redmine_git_hosting/issues/new Cheers,