Project

General

Profile

Search

Results (12601)

Defect #9617 (Closed): Roadmap: incorrect issues counters
Looking at Redmine's roadmap at http://www.redmine.org I saw that the counters of the issues are incorrect: !redmine-roadmap.jpg! Closed issues counter is 2, while there is only one closed issue. Similar issue is right now with 1.3.0 version: The counter of opened issues is 7, while there is 6 opened issued in the list. 2011-11-20 19:32
Feature #9616 (Closed): replace "issue categories" with labels
it's very often the case that issues should be assigned to several categories at ... make this very flexible, you can get rid of "issue category" concept and replace it with "label ... ers can add as many "labels" as necessary to issues. this is the way Google Code project hosting and Github chose and it's quite convenient. 2011-11-20 19:03
Defect #9611 (Closed): Sidebar
The sidebar is not aligning to the right of t ... out. I am attaching a screenshot of the same 2011-11-19 22:42
Defect #9610 (Closed): Email Help
I have a turnkey redmine server I read the ... how do I update the time... when updating issues the time is off by a few hours and I do not ... ng for time. Thank you, Ed Reynolds 2011-11-19 19:24
Feature #9607 (Closed): Filter for issues without start date (or any another field based on date type)
Now there are no way to get issues without start date (start date filled with blank) any filter dow not show these issues Suggestion: add empty to filters: is ... e the patch if it will be used in the redmine 2011-11-19 01:16
Defect #9606 (New): sort columns selection list in issues view alpabetically
For growing number of fields (user defined or via plugin) the unsorted list gest hard to handle. 2011-11-18 23:39
Feature #9605 (New): sort Filter list drop down in issue list view alphabetically
If you drop-down the field list for row filtering criteria in issues list view, it is not sorted. This eben m ... Shoudd be easy but valuable improvement Tx! 2011-11-18 23:36
Feature #9604 (New): Make project name in Actvity stream items as link
All is linked in redmine, but not project nam ... "here":http://www.redmine.org/activity?show_issues=1&show_changesets=1&show_news=1&show_wiki_e ... ssages=1 - redmine project name is not a link 2011-11-18 23:32
Feature #9600 (Closed): Wiki links for news and forums
It would be nice to have possibility to creat ... them. Another reason is to refer to news in issues as the report when work on issue implies creating some news. I mean an inter ... t include unit-tests. Propose it as an RFC. 2011-11-18 14:24
Defect #9599 (Closed): JSON REST API : How do i update 'issue status'
I am trying to close a ticket via the JSON REST api, ticket['issue']['status'] shows me {u'id': 1, u'name': u'N ... e web ui, so this shouldn't be a permissions issue. for example I set: {u'id': 5, u'name': u'Closed'} 2011-11-18 13:40
Defect #9598 (Closed): JSON REST API : PUT returns one space character
I am trying to build a python class to suppor ... e this: <pre><code class="python"> class Issues(Resource): def __init__(self, **kwargs): ''' init Issues ''' redmine_url = "<URL>" ... self.project = None super(Issues, self).__init__(redmine_url, ... else: resp = self.get('issues.json', project=self.project, key=self.key) ... (self, ticket_id): resp = self.get('issues/%s.json' % ticket_id, ... mps(ticket_update) resp = self.put('issues/%s.json' % ticket_id, ... son.dumps(ticket) resp = self.post('issues.json', json_ticke ... elf, *args, **kwargs): resp = super(Issues, self).request(*args, **kwargs) se ... e><code class="python"> from redmine import ... 2011-11-18 12:32
Feature #9593 (Closed): HTML title should be reordered
Currently it is for example Project Name - Issue Name - Redmine This makes all the browser ... rd to differentiate. Instead it should be Issue Name - Project Name - Redmine 2011-11-17 11:15
Feature #9592 (Closed): Filtering by parent task
Hi, I'm aware of #5196, but my scenario lo ... contains/does not string. Comments please? 2011-11-17 09:26
Defect #9591 (Closed): status Resolved does not execute tracker testcase, bug
status Resolved is set when creating issue and tastcase 51 is set to issue. in Management tab we cant drag and drop tes ... ill look like blur so cant execute test cases 2011-11-17 07:52
Defect #9590 (Closed): issue status obselete is not executing in tracker testcase or in bug
obselete status does not execute in tracker testcase and bug. when we create issue with status obselete then when we go to testcase to execute that issue with testcase 51 in Management Tab it shows ... elow i attached patch to you, while creating issue Resolution field is not available 2011-11-17 07:09
Defect #9589 (Closed): Adding Members to a project doesn't show all members available
Database: Mysql 5.5 Ruby Version: 1.8.7 Red ... add those users into the system. Another issue is that I rely on users letting me know whic ... difficult if they cannot see the whole list. 2011-11-16 21:02
Defect #9587 (New): The 'Affected Version' popup menu should be reversed.
Just noticed on a new issue submission, if there are a lot of versions ( ... e a list of colors or names. /me rant off. 2011-11-16 19:25
Defect #9585 (Closed): Loged out each time I try to reparent some task
It is an Ubuntu 10.10 with the packaged redmi ... at the moment of the failure. Thanks. 2011-11-16 14:31
Defect #9582 (Closed): redmine not letting me add issues.
Whenever i try to add an issue to my redmine install it adds nothing. Th ... up in my production.log file: Processing IssuesController#new (for 75.93.182.126 at 2011-11 ... "=>"phprpg", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new Completed in 173ms (View: 144, DB: 11) | 200 OK [http://dev.phprpg.net/issues/new?project_id=phprpg] Processing IssuesController#index (for 75.93.182.126 at 2011- ... dUiBgE+2TIxwb4R5ywYHyB49uZIfc3pi54kWhdBY=", "issue"=>{"start_date"=>"2011-11-15", "estimated_hours"=>"", "parent_issue_id"=>"", "priority_id"=>"4", "is_private"=>" ... tus_id"=>"1", "description"=>"This is a test ... 2011-11-15 21:33
Defect #9577 (Closed): Deleting a subtasks doesn't update parent's rgt & lft values
Hi, yesterday I ran into a similar error r ... er that the db fields "lft" and "rgt" in the issues table are corrupt, they do not get updated ... e knows how to update this essential library? 2011-11-15 11:32
Defect #9576 (Closed): 403 forbidden on attachments, after upgrade to 1.2.0, 1.2.1 and 1.2.2
From an 1.1.0 fully functionnal. I have upgr ... ave check the rights and nothing was changed. 2011-11-15 10:46
Defect #9567 (Closed): Redmine.pm potential security issue with cache credential enabled and subversion
Redmine.pm credential cache is based only on ... "-" "SVN/1.6.12 (r955767) neon/0.29.6"</pre> 2011-11-14 20:40
Feature #9565 (New): Gantt graph grouped by "assigned to"
Hi, The issue board is very nice to use. Now I am trying ... anagement a 2nd view would be useful. All Issues filtert grouped by assigned user. This is possible in issue list. Changing to gantt there is only the fi ... ure. So you are able to see all filtered issues (and its relations) of a all users sorted by assigned user 2011-11-14 17:48
Defect #9564 (Closed): Inappropriate from address in notification email
I have upgraded from redmine version 0.8.7 to ... rrectly with version 0.8.7 Thanks Neelesh 2011-11-14 13:01
Patch #9563 (New): PATCH: Add per-tracker global cc for issue creation and update notifications
Hi, at DragonFly BSD we are migrating the ... gs@ and submit@. As such, we like updates on issues going to their respective mailing list. ... which all updates to that tracker (both new issues and updates/edits) will be sent to. Cheers, Alex 2011-11-14 00:12
(7651-7675/12601)