Project

General

Profile

Search

Results (18267)

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
Plugins: RE: Redmine Checkout Plugin
I just released a new version of the Redmine ... or have feature requests, feel free to file issues on the public "issue tracker":http://dev.holgerjust.de/projects/redmine-checkout/issues. --Holger Just 2010-05-18 13:39
Help: RE: force ticket update on refs #ticketNum. To be done when svn commit message is fixed
Redmine caches the commit messages, so once i ... gs though, see [[RedmineSettings#Referencing-issues-in-commit-messages]]. 2010-05-18 11:12
Help: Change the "Help" link in the application menu to a local wiki page?
Change the "Help" link in the application men ... d support tickets/spam to the public redmine issue tracker from internal employes... b) preven ... g on http://www.redmine.org/projects/redmine/issues/new Thank you. 2010-05-18 11:01
Help: Navigation with main menu
Good morning, I tried to change the file redmine.rb and some issues views to bypass the link "New issue" in the main menu. The purpose was to move the link leading to a new issue declaration to the issues index page directly. The system works prope ... out the main menu display. When I go to "new issue", the sub-menu "issues" is not selected anymore. Consequently, non ... u items is selected since I deleted the "new issue" item. What file handles the selection of ... way it works. Thank you for your answers. 2010-05-18 09:30
Open discussion: Add Attachment to Issue in a script
Hi, First of all, while I do a lot of prog ... ing to get an external application to create issues automatically. The way I am currently doing ... ow trying to do is to add attachments to the issue. The files are accessed via HTTP and I can g ... t this file into redmine and attached to the issue. Can anyone help? Cheers 2010-05-17 18:39
Open discussion: RE: Tracker - How to remove default
Ah yeah, either click Move at the very top of the issue view, or click update then click the more (screenshot at Felix's link) 2010-05-17 16:32
(14351-14375/18267)