Project

General

Profile

Search

Results (12601)

Defect #7171 (Closed): github repository is broken
you can't clone from the github repository at ... please repair, try to repush or something 2010-12-24 15:43
Defect #7165 (Closed): Issue1
csdf 2010-12-23 06:48
Feature #7159 (Closed): Bulk watch/unwatch issues from the context menu
On the list of issues users should be able to add/remove themselves to/from watchers list (batch) 2010-12-22 10:31
Defect #7158 (Closed): Issues Custom fields not in json
In XML everything ok. <pre> <issues type="array"> <issue> <id>3</id> <project name="c4" id="1"/ ... > <custom_fields> <custom_field name="issues_uuid" id="3">f0df939d-65a7-bf84-71e9-fdb543 ... Dec 22 09:49:54 +0100 2010</updated_on> </issue> </issue> </pre> In JSON missing custom field: issues_uuid. <pre> [{"start_date":"2010/12/24", ... ption":"", "author_id":1, "rgt":2}] </pre> 2010-12-22 10:12
Defect #7156 (Closed): #4942 Harvest? maybe not - status_id and default operator go missing
I was getting the "Status can't be blank" error every time I clicked on Issues or Gannt. Redmine issue #4942 suggested this was due to the Harvest ... ecting it by putting back the "o" solves the issue - albeit hacky - it is better then the broke ... the code better should take a closer look. 2010-12-22 08:57
Defect #7152 (Closed): Gantt Charts are not working
Hi, I am using Redmine - 1.0.4 (2010-11-28) ... on Windows XP machine. To replicate this issue follow the steps below. 1. Create a sampl ... ministration options 3. For the Project add Issue Categories e.g. Project Meetings 4. Create a new issue For the Project. For this new issues select the Tracker as "Task" and Category as "Project Meetings". 5. Now on the Issue Filter Options in Add Filter dropdown select ... 7. Apply this filter. Now you will see only issues with Category "Project Meetings" 8. Save t ... eate new project. In the Copy option select Issue categories, Issues, Custom Queries, Members, Wiki pages, Forums. 10. Select the new created Project. Click on Issues Tab. Log time against this issue. 11. When you select Gantt charts, it does ... atory for Gantt charts. Regards, Prasad 2010-12-21 17:48
Defect #7151 (New): Custom Queries are not working when copied between projects
Hi, I am using Redmine - 1.0.4 (2010-11-28) ... on Windows XP machine. To replicate this issue follow the steps below. 1. Create a sampl ... ministration options 3. For the Project add Issue Categories e.g. Project Meetings 4. Create a new issue For the Project. For this new issues select the Tracker as "Task" and Category as "Project Meetings". 5. Now on the Issue Filter Options in Add Filter dropdown select ... 7. Apply this filter. Now you will see only issues with Category "Project Meetings" 8. Save t ... ate new project. In the Copy option select Issue categories, Issues, Custom Queries, Members, Wiki pages, Forums. 10. Select the new created Project. Click on Issues Tab. Now in the Custom Queries when you select "Project Meetings" it does not list the correct issue... 2010-12-21 17:34
Defect #7150 (Closed): NoMethodError - Update 0.8 to 1.0
I've upgraded redmine from 0.8 to 1.0.. But I ... sion 101 </pre> Thanks for any help.. 2010-12-21 16:33
Feature #7149 (New): Tracker logic upgrade
If tracker is chosen during issuses select(vi ... efault. I meen "filters->TT tracker" -> "New issue" with preselected TT-tracker. To increase speed and avoid tracker errors:) 2010-12-21 14:14
Defect #7146 (Closed): Git adapter lost commits before 7 days from database latest changeset
Hi, We work with several branches on a git ... This seems to be a bug implementation of issue #1406 Database version : Postgresql 8.3 git version: 1.5.6.5 Redmine version: 1.0.4 2010-12-21 11:47
Defect #7138 (Closed): Unable to create new users
We upgraded to 1.0.4 HEAD to address some security issues and now get: <pre> Email notifications ... > When new users try to create accounts. 2010-12-20 16:58
Feature #7137 (Closed): Add icons that will show ticket status under "Stuff to do"
Please add an icon that will show the ticket ... see attached file for more info. Thanks. 2010-12-20 13:21
Defect #7136 (Closed): assign admin account to all bugs
I tried this on a clean installation on the ... admin acount is not part of the assignee list 2010-12-20 08:51
Defect #7135 (Closed): paging mechanism returns the same last page forever
I see something I believe is a bug in 1.0.4 version. I'm trying to load all issues from Redmine using "page" and "per_page" pa ... egrated into 1.0* branch ASAP to solve these issues. would be nice if someone could provide a valid example how to use paging with 1.0.4 version. 2010-12-20 06:59
Defect #7132 (Closed): do not include empty nodes to XML response when no value is set
I'm trying to parse the "issues.xml" response from Redmine REST API using J ... skipped some not related items): <pre> <issue> <id>210</id> <project name="ace" id="9579" /> <subject>testGetIssues: Sat Dec 18 11:47:13 PST 2010</subject> < ... -- can this be REMOVED from the response? </issue> </pre> as you can see, "estimated_hours ... concern at this moment is "estimated_hours". 2010-12-18 22:21
Defect #7128 (Closed): New gantt chart does not render subtasks under parent task
The display of task/subtask on the gantt was added in 0.9 (there was some issues, see #5438 for example). It should be implemented in the new gantt. 2010-12-18 15:02
Defect #7127 (Needs feedback): Project completion on gantt is wrong
The project completion shown on the chart gan ... cent@) is kind of broken: * it doesn't take issues without target version into account * it d ... it should do a weighted calculation based on issue progress/estimate, just like it is done for ... keep project completion display on the gantt? 2010-12-18 14:59
Defect #7126 (Closed): unable to view files in the repository
Hi i'm unable to view the files which i ha ... ".please tell me what i have to do. Thanks 2010-12-18 07:03
Feature #7124 (Closed): Assigning an Assignee should change the issue status
It might be useful to allow the configuration of an issue status that is automatically applied when th ... o a project member. Similar to the default issue flag, an assigned issue flag setting identifies the status to set an issue to whenever the assignment from blank action ... t and thereby maintain the current behaviour. 2010-12-17 17:51
Defect #7122 (Closed): Issue-description Quote-button missing
Due to the refactoring of the @IssuesController@, @IssuesController#reply@ has been moved into @Journ ... w controller-schema. This fault causes that issue description's quote-button is not showing up ... <pre><code class="diff"> Index: app/views/issues/show.rhtml =================================================================== --- app/views/issues/show.rhtml (revision 4515) +++ app/views/issues/show.rhtml (working copy) @@ -49,7 +49,7 @@ <hr /> <% if @issue.description? %> <div class="context ... ote), { :url => {:action => 'reply', :id => @issue} }, :class => 'icon icon-comment') %> + ... ler => 'journals', :action => 'new', :id => @issue} }, :class => 'icon icon-comment') %> ... ng></p> </code></pre> Since this (small) ... 2010-12-17 00:31
Defect #7121 (Closed): Revision r4492 breaks the ability to select issue custom fields available for projects issues
I think the first fuzz about this defect is already posted in the forums (message#20186). The issue is introduced in r4492. After applying that changeset I am no longer able to enable ICF(Issues Custom Field)'s (which itself _are not_ con ... unless it's getting solved before I can... :) 2010-12-16 23:52
Defect #7120 (Closed): AR program not accessible
The one computer that has AR says the shortcu ... ree of my computers. I only have it on one. 2010-12-16 15:00
Defect #7119 (Closed): Missing done % for parent task with all 100% subtasks
I found that several tasks has problem with d ... s bug is similar with http://www.redmine.org/issues/6609 but I don`t sure. 2010-12-16 14:44
Feature #7118 (Closed): Possibility to allow users to copy a project
Presently the only responsability that can co ... right to create a new one. René Lanteigne 2010-12-16 13:44
Defect #7116 (Closed): Fixing keyword: "closes" doesnt close the issue
Committing a change in our SVN repository wit ... > "closes #9999" </pre> doesn't close the issue anymore. We've been using this functional ... porting this. But due to the huge ammount of issues since v1.03 was released I can't be sure anymore. 2010-12-16 12:04
(8776-8800/12601)