Project

General

Profile

Search

Results (18300)

Open discussion: Should the "closed_on" date be copied when doing an issue copy?
Not sure if this is a working as designed or a bug. If it is a bug, I can open an issue. User copied an issue that was closed. The new issue has the same closed_on date as the original issue. They are arguing that the "new" issue should not have a closed_on date. Maybe ... ed_on attribute is not excluded on a copy). 2015-08-10 22:24
Help: How to replace a validation in issues from a plugin
Hello, I need help, I am trying to replace a ... me a guide or help ?. In advance thank you 2015-08-10 18:04
Plugins: RE: Paste screenshots into body of Issue - as images (not atachments): Plugin coming soon
For what it is worth, I have also tried thori ... tion Database adapter Mysql2 2015-08-09 13:29
Help: RE: Problem after maj 3.1 = "undefined method time_entries_visibility"
I am having this same issue in the 3.1.0 update when I try to change the ... ne/sudo_mode.rb:63:in `sudo_mode' </pre> 2015-08-08 15:08
Plugins: To-do lists for issues
Some months ago I created a to-do list plugin ... e several to-do lists per project and assign issues to them, also being able to order them via ... (and wished) usability features: Assign via issue context menu and remove closed issues from the list. Maybe the plugin meets al ... low? http://www.redmine.org/plugins/redmine_issue_todo_lists 2015-08-07 20:31
Plugins: RE: redmine for daily task planning
I don't know for other plugins but maybe you ... ugin (http://www.redmine.org/plugins/redmine_issue_todo_lists) where you can create several to-do list for a project and assign issues to this list. There's also http://www.redmine.org/plugins/todo_lists which creates an issue for each new item but I don't know if it works anymore. 2015-08-07 20:16
Help: RE: Deny new time entries on closed issues
Tony Marschall wrote: > Is it possible to write protect an issue after close? > I do not want to get new time entries for closed issues. (3 years later :D ) Did you solve your problem ? 2015-08-07 15:55
Plugins: CUSTOM CALENDAR and SET HOLIDAYS
Is there any plugins that can use to set a ho ... olidays so it won't add for days of my added Issues. Sorry Bad English... 2015-08-06 10:47
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
(4676-4700/18300)