Project

General

Profile

Search

Results (18304)

Help: RE: How to deal with "salt" using authMSQL?
Kosuke Fudy wrote: > this deb can't be insta ... (salt+SHA1(password)) http://www.redmine.org/issues/7410 > > We patched mod_auth_mysql for wor ... ee https://github.com/laiyonghao/redmine-auth 2013-08-27 14:58
Development: Where in the code Redmine send emails?
Hello, I'm intending to filter the emails sent by redmine (issues and wiki updates) but I didn't find where i ... ode Redmine send e-mails to users? Thanks. 2013-08-27 14:30
Help: Issues list
Hi ! I'm using redmine for a while, since ... suddenly, i've discovered, that when i group issue list by user-defined field there is no count value near group headers - just empty brackets. 2013-08-27 09:46
Help: RE: Notify email without status in subject
Hi, yes. I have opened issue for this: http://www.redmine.org/issues/13656 But as I remember, I have had the or ... arted to work as expected. Hope this help. 2013-08-27 09:17
Help: Update issue using REST API using PHP
I am new to APIs and I am having trouble updating the status of issues. I have successfully listed projects and issues but not sure how to update them. I am using ... hare some example in php to how to update an issue using json. I have read the API documentatio ... xample or tutorial on the internet. Thankyou! 2013-08-26 22:22
Development: RE: Auto-Close parent after his children are closed.
nooope, not interested in :P but little u ... <code class="ruby"> def parent_close Issue.roots.each do |root| all = root.d ... cool if someone could refactor it. Peace. 2013-08-26 13:10
Plugins: RE: Smart issues sort plugin
a new issue found when I used the issue list to save my query, I click [save] button ... hui (id=3) Rendered plugins/redmine_smart_issues_sort/app/views/queries/_form.html.erb (0.0m ... te::Error (undefined method `category' for #<IssueQuery:0x2b8bb20>): 8: <%# VVK start %> ... new_html_erb___1038067327_26445144' </pre> 2013-08-26 10:22
Plugins: RE: Detailed tabs and time in Issue (v 0.1.0)
Hi Mark, just installed new version, works like a charm! :) Thanks a lot for your support! 2013-08-26 09:38
Help: Private Issue
Dear All we want create project allow all user to open issue but this issue is private between the user which has create this issue and the manager. For example, HR department , when the user want to open issue for new vocation then it will display it for ... ager and user manager. Thank you for help. 2013-08-26 09:10
Plugins: RE: Detailed tabs and time in Issue (v 0.1.0)
Hi Sergey, i just release your feature req ... work with all roles and not alter entry id 2013-08-25 18:33
Open discussion: Help !! Customize email notification
Recently, I want to make some customization t ... some other fields in the subject when a new issue is added. I was have the impression that ... I added “TESTMSG” to the following line in issue_add function in mailer.rb and was expecting ... with that string in subject when I add a new issue. However, nothing changed after I made this change. :subject => "[TESTMSG #{issue.project.name} - #{issue.tracker.name} ##{issue.id}] (#{issue.status.name}) #{issue.subject}" I am using clean install of Bit ... ce or did I missed anything ? Any ideas? 2013-08-24 01:32
Open discussion: RE: No import function = giving up on Redmine
I've written some changes that allow to import issues (only ISSUES!) with custom fields. Please use attached ... t." puts %w(users projects issues).each do |type| next unless cont ... object.tracker = Tracker.first if klass == Issue attributes.each_with_index do | ... ings[type][index] if type == "issues" && field == "project_identifier" ... :value => value v.customized_type = "Issue" my_custom_fields.push(v) ... have to create custom fields after creating issue because we need issue's ID my_custom_fields.each do |mcf| m ... rs.each{|e| puts e} end end 2013-08-23 13:32
Help: email notifications sended with time 1h in future
Everytime Redmine sends an E-Mail, example new Issue or Issue Changed, the E-Mail time is on hour in futur ... g changed. Can you please help me. 2013-08-23 10:39
Plugins: RE: retrieve only the open issues
got it <pre> all_issues = Issue.joins(:status).where("issue_statuses.is_closed != 1") </pre> 2013-08-23 00:33
Plugins: retrieve only the open issues
I'm writing a plugin that retrieves a list of all open issues assigned to the logged in user. I'm very ... in the sense where it doesn't get the closed issues. I would actually like it to link/look into the table "issue_statuses" and exclude all the issues with the statues that has been marked "is_closed" in the "issue_statues" table. I'm assuming I do a join. <pre> all_issues = Issue.where("status_id != 5") </pre> 2013-08-23 00:24
Help: Possible with Private Comments?
Realize I may have posted in the wrong forum ... orrect way? A scenario could be a private issue has 5 watchers. A new comment is created and ... s. Those users may or may not be part of the issue. Thanks for any help or direction on this. 2013-08-22 19:22
Plugins: Plugin to manipulate email from and reply-to fields of email notifications
Hello, I wondered if there are any plugins ... tion. I searched the web, the forums and the issue trackers with some results: * message#247 ... r putting your effort into this great product 2013-08-22 13:43
Help: RE: New Database database.yml
OK much easier than I thought. 1) Move the ... there (I did the above two using cpanel) 4. issue the command killall -9 ruby 5. issue the command "cd /home/accountname/public_htm ... nd use the updated database,user and password 2013-08-22 11:44
Help: SVN Commit Acceptance
Hi all, I'm trying to achieve functionalit ... supplied with each commit is related to open issue in Redmine. I suppose, it's possible to d ... es of such hooks? Thanks in advance, Igor 2013-08-22 11:41
Development: RE: production.log| fail2ban | wrong format
no answer ? maybe you don't uderstand my english ? any advice on that issue ? 2013-08-22 11:06
Open discussion: RE: How to add a "Client" role that can only access his watched list?
Joshua DeClercq wrote: > For some people, ... tchers list. Other don't want to stop at the issue level, and want all this granularity for eve ... er off using something like SharePoint as an issue tracker anyway. Yeah, it's not really built for it, but the effort it'd take to twist SP into an issue tracker is a fraction of the effort it would ... that feature is to allow a user to share an issue(and also informations attached to as you sai ... redmine one day :). have a good day, 2013-08-22 09:54
Help: New Database database.yml
Hi there, Background - I engaged a contra ... mains hosted on the VPS, say mydomain.com Issues - Moving the database is done. No problem ... direction you can give me Chris 2013-08-22 06:18
Help: RE: Using cron jobs to send filtered issue to an email
just bumping this thread.. 2013-08-22 05:14
Open discussion: RE: How to add a "Client" role that can only access his watched list?
An Phan wrote: > jerome l wrote: > > ps: I ... d but maybe it could be easier to define all issue by default to private and to give access to your client to the non-private issue... > > This actually was the first thing ... it didn't work so well, since if you set an issue as private, any other developers who are not ... make it so all non-client roles can view all issues by default, including private ones. That wa ... , so to speak. Developers would not have the issue you described in that case. That definite ... nce it shuts down the ability to use private issues the way they were intended. When it comes t ... tchers list. Other don't want to stop at the issue level, and want all this granularity for eve ... er off using something like SharePoint as an issue tracker anyway. Yeah, it's not really built for it, but the effort it'd take to twist SP into an ... 2013-08-22 02:49
Open discussion: Possible with Private Comments?
Excuse my post if this has been answer previo ... orrect way? A scenario could be a private issue has 5 watchers. A new comment is created and ... s. Those users may or may not be part of the issue. Thanks for any help or direction on this. 2013-08-22 00:59
(7126-7150/18304)