Project

General

Profile

Search

Results (18292)

Help: Ldap user cannot access projects
Hello- Let me thank you for the great softwa ... r4, `roles`.`permissions` AS t2_r5, `roles`.`issues_visibility` AS t2_r6, `roles`.`users_visibi ... id = projects.id AND enabled_modules.name = 'issue_tracking' WHERE (projects.lft >= 7 AND proje ... AS count_all, tracker_id AS tracker_id FROM `issues` INNER JOIN `projects` ON `projects`.`id` = `issues`.`project_id` INNER JOIN `issue_statuses` ON `issue_statuses`.`id` = `issues`.`status_id` WHERE (((projects.status <> 9 ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking')) AND ((projects.is_public = 1 AND ((issues.is_private = 0 OR issues.author_id = 11 OR issues.assigned_to_id IN (11)))) OR projects.id IN (15,18) OR (projects.id IN (15) AND ((issue... 2015-08-06 08:19
Plugins: Code for Plugin: Edit-inline + time estimation
Hi all, The attached code was written a co ... features: 1) Allows you to edit multiple issues in a table format. To do this select the issues, right click to edit-inline 2) When edit ... his is helpful. Sanjay 2015-08-05 15:27
Open discussion: Redmine Performance with more than 100.000 Issues
Hi all, my department wants to roll out Redmine as issue management system. We want to implement work ... x. 15 per for one tracker) * Appx. > 20.000 issues per year. * Appx. 300 employees have to wo ... system * Uploading e-mails and documents to issues would be also fine Is this huge amount of issues possible with Redmine? The performance is v ... much for your help. Best regards, Julian 2015-08-04 14:56
Help: Filtered API calls delete CORS
This is a strange behaviour of the API. I'm u ... Ember.js). When using various endpoints (/issues.json, time_entries.json, projects.json) eve ... w-Credentials: true X-Rack-CORS: hit </pre> 2015-08-04 12:48
Help: Downgrade from 3.1.0 to 2.6.6
Because more plugins are supported for 2.6.6 ... source replace the new version, but met some issues, such as: _ActiveRecord::StatementInvalid (PG::UndefinedColumn: ERROR: column issue_statuses.is_default does not exist LINE 1: ... "issue_statuses".* FROM "issue_statuses" WHERE "issue_sta... ^ : SELECT "issue_statuses".* FROM "issue_statuses" WHERE "issue_statuses"."is_default" = 't' LIMIT 1): app/models/issue_status.rb:41:in `default' app/controllers/issues_controller.rb:445:in `check_for_default_issue_status'_ It seems there's db changes between these two versions. 2015-08-04 11:51
Development: RE: Option to highlight the issue tickets or mark them in bold which has latest replies from the users.
Also I am using latest version of Redmine 3.1 ... NU/Linux 3.13.0-57-generic x86_64) Thanks, 2015-08-03 13:05
Development: Option to highlight the issue tickets or mark them in bold which has latest replies from the users.
Dear Team, I am impressed with the Redmine ... o check is there an option to highlight the issue tickets or mark them in bold which has latest replies from the users? Thanks, Ravi 2015-08-03 12:57
Development: How to call many context menu in 1 fille html
Hi every body. I am newbie develop plugin red ... file html.erb with 2 form: list_bid and list_issue. I want to use 2 context menu for 2 form. bid context menu and issue context menu. But It only call 1 context menu loading finally. How to resolve this? 2015-08-03 06:51
Help: RE: Subversion
OK... I spent some time on this today and am ... can surely help me get this sorted out. The issue I have is that the crontab is not creating t ... d. Let me know if you need more info from me. 2015-08-02 04:32
Help: RE: Problems Trying to setup Automated Subversion
Greg Stevenson wrote: > Thanks Pavel > I ev ... ciate your voluntary time and thought on the issue. > Cheers > Greg Hi Greg, I am in the s ... an steer me in the right direction? Thanks 2015-08-01 09:06
Help: Cannot change parent task to higher level issue
Hi! I have a task that I set up as a subtask ... ory. It should be simply under the top level issue. However, when I try to change the Parent Issue, I get a message that the Parent Task is inv ... k to a higher level task? Thank you! Abby 2015-07-31 18:10
Plugins: Solved: Registering activity in plugin
Greetings, I'm having issues creating a new activity from a plugin: < ... umn 'projects.id' in 'where clause': SELECT `issue_votes`.* FROM `issue_votes` WHERE (issue_votes.created_on BETWEEN '2015-07-01' AND '2 ... ct_id FROM enabled_modules em WHERE em.name='issue_votes')))): lib/plugins/acts_as_activity_ ... <pre> acts_as_activity_provider :type => "issue_votes", :scope => preload({:issue => :project}), :timestamp => "#{IssueVote.table_name}.created_on", :author_key => "#{IssueVote.table_name}.user_id", :permission => :vote_issue </pre> Does this suggest a problem with ... far. Edit: this is on Redmine 3.0.3.stable 2015-07-30 15:26
Open discussion: RE: Best practice: Child issues in different versions?
I think Redmine is too flexible with this. It ... make sense to me: * Keep parent and child issues in one version or * Assign parent issues only to versions if child versions are in the same version or * Put parent issues to another tracker that is hidden in the roadmap 2015-07-30 10:23
Open discussion: RE: No import function = giving up on Redmine
Hi @ Korneliusz Moc, Our web minister inst ... import the standard fields to add new tasks/issues. However, there is no user documentation av ... t CSV file with me? Thanks for your help!! 2015-07-30 03:01
Help: Is it possible to specify a begining date for next mail in ReceivingEmail ?
Hello, I try RecevingEmail via redmine:ema ... +) a text file is written to avoid to create issue with the same mail. Is it possible to hav ... with a big inbox. Thanks, O.Guenard. 2015-07-30 01:13
Open discussion: hook for repository changes
Hi. Im running Redmine 2.5.2.stable.43403 on ... enever developer commits code with number of issue and keyword, issue is automatically updated with proper Status. I want to add functionality that will reassign issue to the specific user whenever its status changes. For example if Issue status changes to Fixed, i want issue to be reassigned back to the user that opened the issue in the first place. Normally i would add hook for controller_issues_edit_after_save and do all the work there. But when issue is updated because of repository commit, controller_issues_edit_after_save never gets called. How should i approach such task? Thanks 2015-07-29 13:01
Open discussion: Best practice: Child issues in different versions?
I have a lot of feature tickets (issues) that I'm currently trying to organize, i.e ... le: User management <pre><code> Parent issue: Introduce frontend users Child issues: - Let a backend user create a frontend ... this best? Thoughts: Should the parent issue gets assigned to a version? Should the last two issues (MS-2) get another, new parent? Should I generally avoid having child issues in different project versions? Should I avoid parent issues? Should Redmine prevent having child issues in different versions? Should I consider u ... hings in this way? Or what could you suggest? 2015-07-29 11:46
Open discussion: How to search in history issues?
Hi. I need to include history of changes in issues in search. I`m zero in ruby. And google say ... cts_as_searchable.rb strings about search in issues notes, and try to change them to search his ... mit] ) queries += 1 end </code></pre> 2015-07-29 10:25
Help: RE: Create multiple tasks at once
(duplicate from http://stackoverflow.com/questions/31658431/redmine-copy-issue-multiple-times) Copying ONE issue and its child issues is a natively built-in feature and thus wor ... do this multiple times? Like re-creating one issue (including its children) twenty or fifty tim ... Where can I find the code for the native issue Copy function? Or - if all this is too co ... that manipulates the SQL database directly? 2015-07-29 09:58
Development: How does Redmine development go on?
Is it a secret or can anyone explain a bit ho ... special filters to deal with a huge list of issues? Do you use private tickets a lot? Do you h ... ou chat/skype? Thank you for any insights! 2015-07-29 09:04
Open discussion: RHEL 7 ruby-devel issues
Hi, I've been trying to install Redmine on ... I just need to install ruby-devel to fix the issue. The problem is that the RHEL repositories ... ilable. Has anyone else run into/fixed this issue? Thanks! 2015-07-28 22:49
Help: RE: new issue and roles
Hello, Easy Redmine has a solution for thi ... ension of basic Redmine. Sincerely, Ondrej 2015-07-25 17:26
Help: RE: Is there an easy export feature to excel?
Thanks BR! We'll need a very simple export of all the issues with the basic info (case #, issue description, notes, status). 2015-07-24 20:48
Help: RE: Is there an easy export feature to excel?
Hi Al, what are the specs for the data expor ... In general, Redmine provides in nearly every issue a CSV export. Or: Generate a read-only user ... you get a BITNAMI version to try out. BR 2015-07-24 19:12
Help: private comment via email
Hi, is there a way to reply to an issue via email and set the private comment flag? thanks, Manuel 2015-07-24 12:12
(4676-4700/18292)