Project

General

Profile

Search

Results (12519)

Feature #791 (Closed): Search for all projects issues
Would it be possible to see feature that would allow you to search issues with a keyword from all projects. Now the s ... but sometimes there has been need to search issue from all projects. 2008-03-05 17:01
Feature #788 (Closed): More my page configurability
Is there any possibility of being able to emb ... ctivity in the projects you're interested in. 2008-03-05 09:14
Defect #787 (Closed): Subversion: Handle failed certificate verification
When the server certificate of the webserver, ... e.tm.uka.de:443': - The certificate is not issued by a trusted authority. Use the fingerp ... GMT until Thu, 17 Apr 2008 07:56:45 GMT - Issuer: Institut fuer Telematik, Universitaet Karl ... certificate verification failed: certificate issued for a different hostname, issuer is not trusted (https://i72projekte.tm.uka. ... rster.de/redmine/repositories/show/1] </pre> 2008-03-04 22:45
Feature #784 (Closed): Adobe AIR based Fatclient
Would like to build an AIR based fat client f ... member details Anyone else interested? 2008-03-04 14:52
Feature #783 (Closed): Real Plugin-System
I think it would be extremely useful to have ... ing-mephisto-plugins.html Any other ideas? 2008-03-04 14:25
Feature #782 (Closed): Sites using redmine
Not a real issue - more of a doc patch style thing (I'm unabl ... ill turn up many more - ~230 when I ran this. 2008-03-04 13:32
Feature #779 (Closed): Multiple SCM per project
It would be nice to have multiple scm per pro ... oice how to organise and manage versionning. 2008-03-04 01:24
Patch #777 (Closed): Issues could inherit their due_date from their fixed_version
Here is a patch to allow the following feature : - assign Issues to a project version (already ok in redmine ... - copy that date as the due_date of all the issues that should be fixed for this version - copy that date recursively to the issues that blocks the above issues. One can discuss about this feature. But ... es. Be careful about the recursivity (loop). 2008-03-03 16:44
Patch #776 (Closed): sort the journal of issues desc instead of asc
When displaying the journal of an issue, it is more pretty to have the last modifica ... <pre> diff -Naur trunk_6.3/app/controllers/issues_controller.rb eads_ver/app/controllers/issues_controller.rb --- trunk_6.3/app/controllers/issues_controller.rb 2007-12-18 19:17:40.000000000 +0100 +++ eads_ver/app/controllers/issues_controller.rb 2008-03-03 13:51:20.000000000 ... @@ def show @custom_values = @issue.custom_values.find(:all, :include => :custom ... ld.table_name}.position") - @journals = @issue.journals.find(:all, :include => [:user, :det ... le_name}.created_on ASC") + @journals = @issue.journals.find(:all, :include => [:user, :det ... }.created_on DESC") @status_options = @issue.status.find_new_statuses_allowed_to(User.current.role_for_project(@project), @issue... 2008-03-03 16:36
Patch #774 (Closed): bulk edit - subprojects inherits versions of parent project
In revision 1055, i think you forgot the following : When doing a bulk edit on issues of a subproject, you can't assign a fixed_v ... To do that, you should replace in /app/views/issues/bulk_edit.rhtml @project.versions by : @project.assignable_versions 2008-03-03 16:24
Defect #773 (Closed): Bad DIV pos in issue update
Changeset block is smashing update frame. Scr ... annot check on IE, I just do not have it... 2008-03-03 09:43
Feature #772 (Closed): Custom fields for timelogs too
It should be useful to be able to add custom ... tp://www.redmine.org/attachments/download/10! 2008-03-03 01:54
Defect #771 (Closed): rev1093 doesn't work: F ... ql: TEXT column can't have a default value).
my enviroment is: windows xp rails 2.0.2 m ... lve the problem. Or should I use mysql5.1? 2008-03-02 13:24
Feature #770 (Closed): Improve navigation
I am using Redmine 0.6.0. The major problem f ... is not convenient, in many places Submit new issue or on Administration pages it throws you bac ... se fix it, the rest of the product is great. 2008-03-02 03:29
Defect #767 (Closed): Wiki syntax quick reference not offered everywhere
Many places accept wiki syntax: * wiki pages * issue descriptions * project descriptions * the ... xt formatting. All pages should show that. 2008-03-01 23:06
Defect #766 (Closed): Wiki formatting quick reference omits way to name links
I had to learn about this from the Redmine sc ... p://www.redmine.org/screenshots/wiki_edit.png 2008-03-01 23:04
Defect #765 (Closed): Date pickers don't work on issues' bulk edit view
The date pickers don't work on the issues' bulk edit view. This is due to a missin ... vascript include (please see attached patch). 2008-03-01 23:04
Defect #760 (Closed): Is 'text_issue_category_reassign_to' in en.yml lang file correct?
in the current version, it is: 571 text_issue_category_reassign_to: Reassign issues to this category I think it maybe: Reassign issues to another category? 2008-03-01 12:58
Patch #756 (Closed): Patch for #443 (Subtasking)
original trunk (r1182) |implemented |Sub ... see a tree-like representation in the browse issues page- -(you know, with expandable + and - signs)- |feature removed (performance issue, plural pages issue)| |v |-also- you can see this tree in the ... |-| |v |csv outline_level for ms-project (issues page)|-| |v |you can see a tree-like representation in the PDF (issues page, gantt chart) |-| |v |the parent t ... date is the due date of the last subtask|-| 2008-03-01 03:45
Defect #752 (Closed): Outgoing emails contain Bcc
When I submitted issue #751, I received an email that contained Bcc ... Thu, 28 Feb 2008 13:29:42 -0800 (PST) [...] 2008-02-28 23:01
Defect #751 (Closed): Multiple "new"s in filing new ticket
When filing a new issue (a bug, feature, or another tracker), the to ... ed in the dropdown. That is: <select id="issue_status_id" name="issue[status_id]"><option value="1" selected="sele ... med that it's only in the configuration once. 2008-02-28 22:19
Defect #748 (Closed): The column headers overlap
Hi I am trying to setup redmine and add some ... ber of columns grow ,It overlaps on the "New Issue" frame on the right. Check the screenshot !h ... Is it a UI bug or am I using a older version? 2008-02-28 11:11
Defect #747 (Closed): Uploadfile error ?!
Errno::EINVAL in MessagesController#reply I ... OCUME~1/admin/LOCALS~1/Temp/CGI.5348.5>]} 2008-02-28 05:10
Feature #746 (Closed): Versioned issue descriptions
It would be very useful to be able to have th ... ter originally said in case there is a mixup. 2008-02-27 20:22
Defect #745 (Closed): There is no activate notice when user registered in Simplified Chinese Lang
in en.yml: notice_account_register_done: Acc ... know I should activate before my first login. 2008-02-27 15:22
(12076-12100/12519)