Project

General

Profile

Search

Results (18298)

Help: Can't see related issues
I can't see Related issues when updating/creating an issue, so I e.g. can't mark a bug as duplicate. An ... e project. Using 0.9.3. Thanks in advance. 2010-05-24 20:57
Open discussion: get an issue status id in IF statement
Hi all, I'm trying to customize the function create_journal in /APP/MODELS/issue.rb This function starts with an IF conditio ... t should create a journal only on particular issue statuses: if @current_journal && (issue.status==1) && (issue.status==8) ... ... end But it get ... help me, pls? Thanks a lot. |strexy 2010-05-24 15:53
Help: RedMine Rest Api
Hi All, I have hust installed Redmine. I lov ... ou can see : http://redmine.lnx.connexia.com/issues.xml Don't work. Any ideas/help ? Thank you in advance to everyone. 2010-05-24 15:01
Plugins: RE: Sidebar Issue Control
Updated to 0.1.0. Now possible to reassign issues in the same manner. 2010-05-24 07:26
Help: RE: Unable to log in
Ah, sorry, I confused the login and username ... . If not, I'd suspect some collation/charset issue, but for that shouldn't be an issue here. 2010-05-23 22:03
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
I don't think so. My guess is it's some sort ... y renaming the module in /lib/arch_decisions_issue_patch.rb from IssuePatch to ArchDecisionsIssuePatch. If that doesn't work, try temporari ... gins you mentioned and see if that does it. 2010-05-23 04:54
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
When I copy the Arch Decisions directory back ... E:/webservers/railsapps/redmine/app/models/issue.rb:35 d:/dev/lang/Ruby/lib/ruby/site_ruby/1 ... or/plugins/arch_decisions/lib/arch_decisions_issue_patch.rb:1 d:/dev/lang/Ruby/lib/ruby/site_r ... ge and clicked the 'download source' button). 2010-05-23 03:19
Help: RE: problem with repositories access control with apache, mod_dav_svn and mod_perl
That looks more like a passenger issue… So svn is in /svn, where is you redmine located? 2010-05-23 01:18
Help: RE: Uploading files/documents fails
Before trying to upload a file <pre> dani ... [POST] Parameters: {"enabled_modules"=>["issue_tracking", "time_tracking", "news", "documen ... [POST] Parameters: {"enabled_modules"=>["issue_tracking", "time_tracking", "news", "documen ... not getting written to or a different one is 2010-05-22 17:10
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
I installed Redmine about a month ago and it migrated fine (after some initial issues). It seems that everything is running fine so far. I've created some projects, issues etc. My install is: Redmine 0.9.3.stable ... n get that would help diagnosing the problem? 2010-05-22 16:12
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
I'm not sure what to tell you here. I've seen ... up. What's more, it looks like it was the Issue class, in it's act_as_attachable call, that ... te_plugins again, just to see what happens. 2010-05-22 15:42
Plugins: RE: Redmine Arch Decisions plugin (for tracking technical decisions)
I'm trying to run the db:migrate_plugins rake ... E:/webservers/railsapps/redmine/app/models/issue.rb:35 d:/dev/lang/Ruby/lib/ruby/site_ruby/1 ... or/plugins/arch_decisions/lib/arch_decisions_issue_patch.rb:1 d:/dev/lang/Ruby/lib/ruby/site_r ... ide some suggestions that would be amazing :) 2010-05-22 14:41
Plugins: RE: Projects Tree View Plugin - Version 0.0.1
I finally had the time to track down my subproject issue with the latest version from git. The issue is that the vendor/plugins/projects_tree_vie ... I have appended a patch that resolves the issue for me and adds the button code that is shipped with redmine but gets overridden by the plugin. 2010-05-21 16:41
Help: RE: 404 on issue creation using REST Api
Sorry, forgot to say that. I'm using c#, not ruby... 2010-05-20 15:00
Help: 404 on issue creation using REST Api
Hi, as the title says, i am receiving a 404 error when trying to create a new issue using REST and POST /issues.xml. Get/put requests are working fine, as ... uild 2 weeks ago i guess. Greetz, Lennard 2010-05-20 14:58
Open discussion: SeeProjectRun - hosted software as a service built on Redmine
I wanted to announce a new product I've relea ... on Redmine it includes Redmine's integrated issues tracking, centralized communication, and ti ... d let me know what you think. Eric Davis 2010-05-19 22:58
Help: Notify everyone by default?
Is there any way for all issue activity -- creation, updates -- to notify e ... jects?) Currently every time we create an issue we need to check all the checkboxes at the bottom of the page. Thanks in advance. 2010-05-19 20:00
Open discussion: RE: Custom field Default value per Project
I'm having the same issue here. Did you find a solution, Nanda ? 2010-05-19 18:02
Open discussion: RE: SVN Integration with Redmine How to
Two things: either you aren't putting the key ... t log, see the [[RedmineSettings#Referencing-issues-in-commit-messages]], or your redmine only ... nular post-commit redmine updates and so on). 2010-05-19 17:24
Open discussion: SVN Integration with Redmine How to
I am using Redmine to track bugs and I want t ... somewhere in the SVN checkin notes that the issue in Redmine will include my notes and close the issue. I have added the Repository URL and login credentials to Redmine but I am not seeing Issues getting closed when I do a SVN check-in. 2010-05-19 17:02
Plugins: RE: no description is displayed on 0.9.3 stable
..and it seems there are some compatibility issues with xls-export-plugin http://www.redmine.org/boards/3/topics/11986 Show-issue-description plugin override xls-export-plugin: the export links down in the issues page are not more visible. |ste 2010-05-19 14:55
Open discussion: Best Approach to Redmine Android App
I have been tasked to write an Android (and e ... es secondary resources for things like news, issues, etc. It is more modular, but less 'RESTf ... ink: 'Logical Separation' or 'Purest Design' 2010-05-19 14:37
Plugins: RE: ToDo lists plugin
Rodrigo Rosenfeld Rosas wrote: > Follows a p ... edmine hook system worked at all, and so the issues screen hooks were merged in from someone el ... ow, and let me know if its still happening. 2010-05-19 13:15
Help: RE: Navigation with main menu
I'm not exactly sure how this is determined b ... call in the controller class. In the case of Issues, the default (Issues) is being overridden specifically for the new issues action to point to the "New issue" tab: class IssuesController < ApplicationController menu_item :new_issue, :only => :new ... end You should be ok if you edit <installdir>/app/controllers/issues_controller.rb and comment out that line. 2010-05-19 04:42
Help: RE: Problems while Upgade 0.8.7 to 0.9.3
..... I still having problems..... I back ... ( Below it's the error log: == AddViewIssuesPermission: migrating ====================== ... vironment ** Execute db:migrate == AddViewIssuesPermission: migrating ====================== ... ion!' ./db/migrate//20091114105931_add_view_issues_permission.rb:4:in `up_without_benc hmarks' ./db/migrate//20091114105931_add_view_issues_permission.rb:3:in `each' ./db/migrate//20091114105931_add_view_issues_permission.rb:3:in `up_without_benc hmarks ... e:19:in `load' C:/rails/ruby/bin/rake:19 2010-05-18 21:25
(14376-14400/18298)