Project

General

Profile

Search

Results (18267)

Help: RE: Upgrade Issue
Which still results a migration error :-) Try ... backup, don't try this at home, and so on ;-) 2010-08-02 09:06
Help: RE: Upgrade Issue
Ya, sorry didnt mean to leave that question t ... iki table isn't populated on my current build 2010-08-02 09:01
Help: RE: Upgrade Issue
No, something went wrong during the db migration. 2010-08-02 08:59
Plugins: Redmine Backlogs
A few updates on the Backlogs plugin for Redm ... Redmine's underlying mechanism to relate one issue to another. * You can now create stories di ... .morphexchange.com/projects/redmine-backlogs/issues/new Find some more info on the plugin "h ... .org/wiki/redmine/Plugin_List#Backlogs-plugin 2010-08-02 07:52
Help: Upgrade Issue
Redmine 0.8.5.devel.2902 (MySQL) New serve ... troller.rb:36:in `index' Could this be an issue with my rails? 2010-08-02 05:19
Help: Latest git checkout. Error when updating issue
I upgraded to latest redmine from git reposit ... undefined method `unsaved_attachments' for #<Issue:0xb5786224>): app/models/attachment.rb:161:in `attach_files' app/models/issue.rb:499:in `save_issue_with_child_records' app/models/issue.rb:487:in `save_issue_with_child_records' app/controllers/issues_controller.rb:181:in `update' </pre> 2010-08-01 23:35
Open discussion: attempt to edit issue subject files becaue "Start invalid"
Trying to get rolling using Redmine. I was ru ... 4. When I edit the Subject of an existing issue and try to save, I get an error "Start inval ... am not trying to change those dates. The issue (task) has subtasks (sub-issues). The issue also has related issues; one follows and several precedes. When I got this error on another issue I cleared the start date and it then let me save. On this issue, however, the start and due dates are not ed ... set start and due dates? I entered a lot of issues/tasks getting the project set up which all ... actual project start date Thanks R.Parr 2010-08-01 22:03
Help: RE: Arabic Charatcers
Thanks for the hint http://demo.redmine.org/issues/27672 but how do i check DB collation and change it to UTF-8 Thanks again 2010-08-01 09:24
Help: Issues installing Stuff To Do Plugin
Hi Guys, I'm having problems installing th ... ract_server.rb:196:in `start_synchronously' 2010-08-01 04:41
Plugins: RE: Ticket grouping plugin
Hi I've installed Redmine 1.0.0(RC) and woul ... user stories). It would be great to see the issues like a tasks tree. Please let me know how ... de an view to see the parent/child structure? 2010-07-31 18:47
Plugins: SideBar Menu
I'm developing a plugin to redmine and want to create a menu on sidebar, only inside a issue. I'm trying use on my init.rb that way: <pre> Redmine::Plugin.register :redmine_issue_messages do ... end # Render the partial on side bar?! class IssueMessagesHook < Redmine::Hook::ViewListener render_on :side_bar, :partial => "menu/issue_messages_menu" end </pre> But don't work, anyone can help please? 2010-07-31 15:20
Development: RE: Merging Files & Documents
> > I'm just wondering how this would on an issue. I think the typical behavior would be uplo ... on of a file at the same time as updating an issue. (e.g. "Here is a new version of X"). Files are not always associated with issues nor they should be associated with them one ... ed to the project as a whole not to just one issues. > > > * The md5sum is missing. I use ... is this field would be just noise. Igor 2010-07-30 21:38
Development: RE: Merging Files & Documents
Shane Pearlman wrote: > * maybe same file na ... elete file: how will it affect corresponding issue/wiki page > > eric - I bat this to you. M ... tance: is it going to be allowed ie multiple issues/wiki pages referring to the same file > ... edmine already works like this. Eric Davis 2010-07-30 21:37
Development: RE: Merging Files & Documents
Shane Pearlman wrote: > > * There is the com ... file itself or on it's target object? (e.g. issue comments, wiki comments) > > Those are co ... I've always been happy to force that into an issue, but I figured we should discuss it with the ... then I think it should be feed back into the issue/wiki page somehow. Maybe a comment bubble on the issue details page where the file is listed? > ... n I'm just wondering how this would on an issue. I think the typical behavior would be uplo ... on of a file at the same time as updating an issue. (e.g. "Here is a new version of X"). > > ... ts and don't want to hunt for a file. Eric 2010-07-30 21:30
Open discussion: RE: Shared Issues and Milestones (or "MetaProjects") - best feature request ever
Douglas.. thanks for the feedback! Unfortunat ... On your last point.. I maybe the "related issues" feature in Redmine would meet your requirements? Cheers 2010-07-30 18:33
Help: RE: How to escape square brackets and highlight PHP code
Vielen Dank, Felix. I think I have to upgrade our installation to the latest version to solve both issues. Mit freundlichen Gruessen, - Jay 2010-07-30 16:15
Help: RE: How to ban user (role1 in the project) to assign issue to the other user (role2 in the project)?
Thank you for your answers! 2010-07-30 10:25
Help: RE: How to ban user (role1 in the project) to assign issue to the other user (role2 in the project)?
You currently cannot restrict whom a ticket c ... e possibility to set the "assigned to" field. 2010-07-30 10:12
Help: RE: How to escape square brackets and highlight PHP code
Wikilinks in pre tags getting (falsely) converted to links is an issue that has been resolved, IIRC in 0.9, example ... "war", $text); echo $text; ?></code></pre> 2010-07-30 10:08
Help: RE: How to ban user (role1 in the project) to assign issue to the other user (role2 in the project)?
Maybe there are some other methods for solvin ... sign ticket either to the tester or developer 2010-07-30 10:07
Open discussion: Protecting Attachments in Issues
Hi, We are setting up Redmine on a cloud a ... ccess to clients. They are expected to raise issues. One of the requirements is attachments in issues are to be protected. Say a user "A1" creates a new issue Bug #1 "Unable to browse Internet" & attache ... " signs in. B1 is privileged only to see the issue. The attachment "a1.jpeg" is to be protected ... chments of any other user. Is this doable? 2010-07-30 09:43
Help: RE: How to ban user (role1 in the project) to assign issue to the other user (role2 in the project)?
I'm sorry but I think this is currently not possible. 2010-07-30 09:32
Help: How to ban user (role1 in the project) to assign issue to the other user (role2 in the project)?
I need to create special workflow in one proj ... stand how to do this, my users can assign an issue to any role which have the permission to be assigned. Please help))) 2010-07-30 08:20
Plugins: RE: Adding variable to the Safe array?
I’m looking for the same solution. They ... en the ability to easily extend at least the issue model with this addition. I don’t know what other models they have given this treatment to... 2010-07-30 06:33
Open discussion: RE: Shared Issues and Milestones (or "MetaProjects") - best feature request ever
Hi Brenton Not sure if this will help, but ... advantage of doing this is that you can add issues to the root project and the root project wi ... from the child projects. I.e. if I create an issue at Web services it will show in the root. ... sks in different projects. Cheers Douglas 2010-07-30 01:51
(13826-13850/18267)