Project

General

Profile

Search

Results (31868)

Plugins: RE: Graphs plugin
I've put a proof-of-concept fork up at http:/ ... finish off the other graphs too. The other issue I have is, that the fork I took (Uwe Koloska ... to follow around the repository statistics.. 2009-09-10 23:58
Defect #3846 (Closed): issue edit accepts attachment even if the change is rejected because the issue has been updated by another user
If you load an issue then begin editing it, while another user su ... ent, you receive an error message saying the issue has already been updated. Your note is not a ... ect), but your attachment is uploaded to the issue (this is incorrect). 2009-09-10 23:54
Help: RE: issue import (email or csv)
Anyone? 2009-09-10 17:56
Defect #3843 (Closed): Better issue identifiers
The problem at the moment is that numbering i ... rojects: PHM and Alfresco. I make my first 2 issues in the project Liferay: #1 and #2. Then I make my first issue in Alfresco but this issue gets #3. If you have a lot of projects (like in our company) you can start your issues in project 10 with #10989 which isn't logic ... is also harder to remember the number of an issue this way. I suggest that numbering starts from #1 at each project. Then the url to see an issue could be something like this: issues/alfresco/4. Another option is that the proj ... . Then the url could be something like this: issues/phm-4. Probably this encorparates some d ... (the URL changes would probably relate to issue #1901) 2009-09-10 13:34
Help: RE: Model Issue is getting spoiled
Moreover, WorkPiece also belongs to User <pr ... ord::Base belongs_to :user belongs_to :issue end </pre> and for User everything is OK ... lass.__id__ == User.__id__ => true </pre> 2009-09-10 13:26
Help: RE: Model Issue is getting spoiled
Issue is reloaded while WorkPiece.first.issue remains the same <pre> $ ./script/consol ... nvironment (Rails 2.2.2) >> WorkPiece.first.issue.class.__id__ == Issue.__id__ => true >> reload! Reloading... => true >> WorkPiece.first.issue.class.__id__ == Issue.__id__ => false </pre> 2009-09-10 13:19
Plugins: Using Amazon S3 for storage
Hello, I'm trying to find some documentati ... oud. Has anyone been confronted with this issue before? Is there plugin in the works that I ... formation would be much appreciated, Chris 2009-09-10 13:03
Help: RE: Associated Revision
Thanks to Adam Żochowski,problem is solved. ... commit message use space between keyword and issue number (good: "" refs #1234 "" bad: "" refs# ... > Adam Żochowski http://www.redmine.org/issues/2009 2009-09-10 09:05
Help: Model Issue is getting spoiled
Hello! I've met a problem that is described at http://www.redmine.org/issues/3725 Additionally I may add that the test @work_piece.issue.class == Issue@ fails at the second request. 2009-09-10 08:37
Feature #3842 (New): add signature to outgoing email notifications
It would useful to have a per user signature ... notifications for changes made by that user. 2009-09-10 06:48
Help: RE: Russian Cyrillics in issue description
Good news. Thank you! 2009-09-09 09:57
Help: RE: Russian Cyrillics in issue description
I have no such problem :) We are using redmin ... ировками нормально - проверяем свои настройки 2009-09-09 09:41
Defect #3835 (Closed): user account page should only show reported issues count for those projects which the current user can access
Currently, the user account page seems to show the total instance-wide count of reported issues. This number should be restricted to the pr ... activity view is filtered to their projects. 2009-09-08 20:33
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
Mark Maglana wrote: > @Alexey: Just so this issue doesn't get forgotten, I've filed a ticket for it: http://backlogsplugin.morphexchange.com/issues/192 i've just register, and trying to pu ... think what parent_id *field* is also has in Issue, thats why we have an SQL error on ActiveRec ... oject(project) - find(:all, :include => :issue, :conditions => "issues.project_id=#{project.id} and parent_id=0", ... position ASC") + find(:all, :include => :issue, :conditions => "issues.project_id=#{project.id} and issues.parent_id=0", :order => "position ASC") ... the way: Mark. *It is very great plugin !!!* 2009-09-08 19:11
Open discussion: RE: Sorting Issues by due date
!RedMine_IssueTracking_DefaultColumn.jpg! 2009-09-08 17:48
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
Thought so. :-) It's odd because it already l ... ays, feel free to file any other bugs on the issue tracker at http://backlogsplugin.morphexchan ... ave enough rights to that project. Thanks! 2009-09-08 16:32
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
@Alexey: Just so this issue doesn't get forgotten, I've filed a ticket for it: http://backlogsplugin.morphexchange.com/issues/192 @Hans: Did you mean to change "items.position ASC" to "position ASC" ? 2009-09-08 16:05
Help: RE: Wiki issues after upgrading from 0.7.3 to .0.8.4
Shame on me, Sorry, I thought we had resta ... y page is working fine. Thanks Eric Davis. 2009-09-08 15:49
Open discussion: RE: Sorting Issues by due date
Nope, it wasn't. I didn't know you could do that though :-) . Thanks for telling me! 2009-09-08 15:39
Help: RE: start redmine fails with uninitialized contant ApplicationController
You're using the wrong version of Rails. The ... r system. See: http://www.redmine.org/issues/3597 Ricardo 2009-09-08 15:03
Defect #3834 (Closed): Add a warning when not choosing a member role
Just updated to rev2859 and noticed that the ... .domain.com/projects/hlf/members/new] </pre> 2009-09-08 14:22
Open discussion: RE: Sorting Issues by due date
You can add columns to the issue list view in the administration menu / settings / Issue tracking Maybe "due date" is not selected in your setup? 2009-09-08 10:51
Feature #3833 (New): Time tracking enhancement
It would be nice if the comment field, when a ... a like in JIRA. Sometimes I did a lot for an issue and like to explain what I have done in thos ... rs. I would call it spend time then. When an issue is closed then you'll know that it is done s ... t the logged time + comment appear under the issue in the comments as any other update. This is ... b (tab "comments/updates" and tab "worklog"). 2009-09-08 10:20
Help: RE: Redmine and Gmail
Thanks Hugh. I have tried the above many o ... occurred while sending mail (530 5.7.0 Must issue a STARTTLS command first. j10sm2362856mue.15 ... or suggestions would be appreciated. Basil 2009-09-08 09:46
Plugins: RE: Backlogs plugin 0.0.1 (scrum/agile)
Hi Mark, I think you missed a line in app/ ... roject(project) find(:all, :include => :issue, :conditions => "issues.project_id=#{project.id} and items.parent_i ... position ASC") end </pre> Now it works 2009-09-08 09:35
(27426-27450/31868)