Project

General

Profile

Search

Results (18317)

Help: RE: Segmentation fault during db:migrate
Still segfaults. For posterity, I've include ... rce=>true}) -> 0.0009s -- create_table("issue_categories", {:force=>true}) -> 0.0012s -- add_index("issue_categories", ["project_id"], {:name=>"issue_categories_project_id"}) -> 0.0003s -- create_table("issue_histories", {:force=>true}) -> 0.0013s -- add_index("issue_histories", ["issue_id"], {:name=>"issue_histories_issue_id"}) -> 0.0003s -- create_table("issue_statuses", {:force=>true}) -> 0.0014s -- create_table("issues", {:force=>true}) -> 0.0023s -- add_index("issues", ["project_id"], {:name=>"issue... 2011-02-25 17:25
Help: How to Send SMS of Emergency Ticket creation
Hello, I'm a programmer with limited kwowl ... riority. I thought of going to the models/Issue model, and add it in after_creation method, ... tter place to put this code? Guillermo 2011-02-25 17:02
Help: RE: Error fetching changes from git repo
I am not a pro at all, but I did manage to fi ... try the fetch changesets again. There are issues related to git and character encoding. look at #3396, I beleive it's related. 2011-02-25 16:03
Plugins: RE: Latest Forum Messages plugins
Bug Report: Altough i run "rake db:migrate ... ating redmine_importer... Migrating redmine_issue_history... Migrating redmine_last_messages. ... start_synchronously' <pre> Please help! 2011-02-25 10:32
Help: RE: Segmentation fault during db:migrate
If they're relevant, 2 pieces of information: ... onfig/environment.rb: http://www.redmine.org/issues/7516 The version of RubyGems included wi ... ee compiled. I have also tried rails 2.3.11. 2011-02-25 00:12
Help: RE: Edit Issues Permission / Change Issue Properties
Could you fill in a Defect for this please ? 2011-02-24 23:18
Help: RE: Segmentation fault during db:migrate
I've tried using both mysql (2.8.1) and mysql ... y that the dbs are the correct encoding. No issue with user/pass either. As I mentioned bef ... mine password: ****** encoding: utf8 2011-02-24 22:53
Help: RE: Edit Issues Permission / Change Issue Properties
The solution I found was to edit Workflow for ... codes. Now the role can only add Notes to an Issue, which is perfect. 2011-02-24 22:44
Help: RE: Issue Reminder
I am having an issue with this plugin. All of the users in Redmine receive reminders when issues are due within the next 5 days except for o ... nced reminder email, but the email states "0 issues assigned to you are due in the next 5 days" even though the user has issues assigned in Redmine. Can someone help? I have posted this same issue under the help forum and to other forums with similar issues and haven't received any replies. 2011-02-24 22:17
Help: Segmentation fault during db:migrate
Hi, I'm attempting to upgrade from redmine ... .0000s) ========================== == AddIssuesNestedSetsColumns: migrating ===================================== -- add_column(:issues, :parent_id, :integer, {:default=>nil}) -> 0.3656s -- add_column(:issues, :root_id, :integer, {:default=>nil}) -> 0.3463s -- add_column(:issues, :lft, :integer, {:default=>nil}) -> 0.4881s -- add_column(:issues, :rgt, :integer, {:default=>nil}) -> 0.4206s == AddIssuesNestedSetsColumns: migrated (1.8582s) ============================ == AddIndexOnIssuesNestedSet: migrating ====================================== -- add_index(:issues, [:root_id, :lft, :rgt]) -> 0.4213s == AddIndexOnIssuesNestedSet: migrated (0.4214s) ============== ... Ruby Enterprise Edition 2011.03 Aborted 2011-02-24 20:54
Help: RE: Edit Issues Permission / Change Issue Properties
Is no one else worried that a user with the View Issues permission can close Issues? 2011-02-24 20:25
Help: RE: How to link to Git commit?
Felix Schäfer wrote: > As stated in the text ... say that the commit is related to a certain issue. But link resolution is spotty at best. I me ... resolved, would resolve later, or vice versa. 2011-02-24 19:12
Plugins: RE: CMI plugin translation issues
You're welcome ! For my part I'm waiting for ... stand the spanish trakers and other fields... 2011-02-24 17:10
Plugins: RE: CMI plugin translation issues
Sorry, I forgot to respond to this before. Th ... mpatible with 1.1.1, before testing properly. 2011-02-24 15:35
Plugins: RE: CMI plugin translation issues
Try to do that : -In redmine_cmi\config\loca ... ) and change "en:" at the line 2 in "en-GB:". 2011-02-24 15:29
Help: RE: [Extract] Extract data from specific date to an other date.
Note of these 2 take account of Author field. You won't get stats for User3 who created issues but has never been assigned to any. 2011-02-24 12:06
Help: RE: [Extract] Extract data from specific date to an other date.
Hi, Thanks its seems perfect :). Thanks ... ft(j.created_on,10), t.name FROM journals j, issues i, users u, journal_details jd, trackers t ... But your request seems better. Thanks a lot. 2011-02-24 11:52
Open discussion: RE: Relating an issue to multiple projects
You're right, forgot that. There is issue #5487 open to change that, but actually you'll have to use the "Related issues" feature. 2011-02-24 11:36
Open discussion: RE: Relating an issue to multiple projects
The problem with that is in order to relate t ... within the same immediate redmine project :-( 2011-02-24 11:14
Open discussion: RE: Relating an issue to multiple projects
You could create a task for the following of ... ess and a subtask for each concerned project. 2011-02-24 11:10
Help: RE: [Extract] Extract data from specific date to an other date.
You'd need to query the db directly, with som ... firstname, users.lastname, COUNT(DISTINCT issues_and_assignees.issue_id) AS "#issues" FROM (SELECT issues.id AS issue_id, issues.created_on AS issue_created_on, CAST(journal_details.old_value AS INTEGER) AS "assigned_to_id" FROM issues INNER JOIN journals ON journals.journalized_id=issues.id AND journals .journalized_type = 'Issue' INNER JOIN journal_details ON j ... ey = 'assigned_to_id' UNION ALL SELECT issues.id AS issue_id, issues.created_on AS issue_created_on, issues.assigned_to_id FROM ... 2011-02-24 10:54
Open discussion: Relating an issue to multiple projects
Is it somehow possible to relate an issue to multiple projects and target a version in ... better way to go about this? Thanks, Cyle 2011-02-24 10:12
Plugins: RE: Embedded plugin doxygen layout
hey volks, i had the exact same problem ... i add the css stuff to the doxygen.css file but the issue is still present ... ehmm any idea how to fix that ? 2011-02-24 04:53
Help: RE: How Do I Delete Multiple Issues?
Use the short-cut menu and bulk edit: [[RedmineIssueList#Shortcut-menu]]. 2011-02-24 00:02
Help: How Do I Delete Multiple Issues?
What is the best way for deleting multiple issues? I would like to delete all issues prior to a cutoff date (i.e. 1/1/2011). Thanks, Julio 2011-02-23 22:59
(12151-12175/18317)