Project

General

Profile

Search

Results (12601)

Feature #7007 (Closed): MySQL Field size for large text fields
I noticed that the database design for redmin ... particularly the "description" field in the "issues" table and the "notes" field in the "journa ... est of redmine to have it on that by default. 2010-11-30 14:51
Defect #7006 (Closed): Wrong extension appended when downloading files from document "folder"
If using Chrome on a redmine 1.01 folder and ... ser or an mimetype problem of the server cfg? 2010-11-30 14:45
Defect #7003 (Closed): LDAP password stored in clear text
This is an issue as database administrators can easily read t ... ccount_password]) end end </code></pre> 2010-11-30 02:37
Defect #7001 (Closed): adding users to an existing group yeilds an error
Adding a member to a group via visting the gr ... 0.0.2 Watcher Sellection by Role 0.0.1 Issue Due Date 0.1.0 Redmine Questi ... 0.1.0 Redmine Whining plugin 0.0.4 2010-11-29 23:05
Defect #7000 (Closed): Project filter not applied on versions in Gantt chart
Redmine Version 1.0.4 I have versions whic ... s works correctly for things like adding new issues (I cannot add an issue to a version that is not shared with that project). However when I construct a view of an issue list which uses a project filter, the Gantt ... 4 If I construct a filter which says "All issues that are not in Project 2" I get all the issues filtered correctly but all four versions ar ... Gantt rewrite for 1.1.0 is imminent but this issue seems like it should be fairly simple to cor ... h a simple fix to the version filter, please? 2010-11-29 22:34
Feature #6995 (New): multi-action with the context menu on a issue
If i want to do an update on issue by changing more than one properties with the context menu, i must 'reselect' the issues because after the first update, the page is ... ng the selected checkboxes after each update. 2010-11-28 17:15
Defect #6994 (Closed): Error after saving a issue
Trunk r4448: <pre> Processing IssuesController#new (for 178.198.52.123 at 2010-1 ... =>"sandbox", "action"=>"new", "controller"=>"issues"} Rendering template within layouts/base Rendering issues/new Completed in 152ms (View: 88, DB: 31) ... p://svn.dev.openttdcoop.org/projects/sandbox/issues/new] Processing IssuesController#create (for 178.198.52.123 at 201 ... rlCZCnEO0mq0ln29YxzFMUKoEQeatNoDrui/rmWA=", "issue"=>{"start_date"=>"2010-11-28", "estimated_hours"=>"", "priority_id"=>"4", "parent_issue_id"=>"", "done_ratio"=>"0", "assigned_to_id" ... id"=>"1", "description"=>""}, "controller"=>"issues", "attachments"=>{"1"=>{"description"=>""}} ... user.rb:399:in `notify_about?' app/models/... 2010-11-28 15:09
Defect #6987 (Closed): Missing template wiki/update.erb
Hi today we ran into Internal Error when tryi ... e_hudson/app/views:vendor/plugins/redmine_newissuealerts/app/views:vendor/plugins/redmine_time_ ... 59 About your Redmine plugins Redmine Newissuealerts plugin 0.0.2 Issue Due Date 0.1.0 Mylyn Conne ... Redmine Charts 0.1.0 </pre> 2010-11-26 12:14
Defect #6986 (Closed): trackers page not found (404)
With an administrator user, when i click "tra ... ruby 1.8.7 (rubyInstaller) redmine 1.0.3 2010-11-26 12:13
Feature #6984 (New): Configure order/position and visbility of tabs in menu
We using some plugins and now we have about 1 ... y shall be shown or not e.g Activity>New Issue>PluginsTab1>Overview>Roadmap>Wiki>PluginsTab2>... and don't even show the "Issues" tab, for example, 2010-11-25 22:31
Defect #6980 (Closed): Error in tab Repository
Hello, when I navegate to Repository tab i ... is 1.0.3. any suggestions? Can any help me? 2010-11-25 12:55
Feature #6976 (Closed): Autocalculate the issue done ratio only for certain issue statuses
Though we need to use the % done field in Red ... y for certain statuses. For example a "New" issue could be set automatically to 0% and a "Resolved" issue could be set to 100% done. The user could al ... ld be an excellent way of avoiding 0%-closed issues. 2010-11-25 11:32
Feature #6975 (New): Autocalculate the issue done ratio only for certain issue status
Though we need to use the % done field in Red ... y for certain statuses. For example a "New" issue could be set automatically to 0% and a "Resolved" issue could be set to 100% done. The user could al ... ld be an excellent way of avoiding 0%-closed issues. 2010-11-25 11:32
Feature #6974 (New): Define manually the versions order in Roadmap (when date isn't defined)
Hi, in my project, I've many versions in m ... o append this feature ? Regards, Stephane 2010-11-25 11:23
Feature #6972 (Closed): Custom fields in timelog report
In this article: http://www.redmine.org/wiki/ ... omething or this function is not implemented? 2010-11-25 00:07
Defect #6970 (Closed): Cannot add new member into project
Strange thing. My site was working fine, not ... dd new member into project(i just found this issue because a new project is created today). ... an get your response soon. Thanks, Johnson 2010-11-24 19:59
Defect #6969 (Reopened): Less-than sign in issue description and comments are not escaped
When an issue description or comment contains a less-than sign (@<@), this sign is output verbatim in the issue page, instead of being escaped with ampersand-"lt"-semicolon. This causes the issue details page to be invalid XHTML, which is c ... the page with an XML parser. I created "an issue on the demo site":http://demo.redmine.org/issues/38181 to demonstrate the problem. To reproduce, run @xmllint URL-OF-ISSUE-PAGE@, like this: <pre>$ xmllint http://demo.redmine.org/issues/38181 http://demo.redmine.org/issues/38181:166: parser error : StartTag: invalid ... m: <</p> ^ http://demo.redmine.org/issues/38181:241: parser error : StartTag: invalid ... ^ http://demo.redmine.org/issues/38181:330: parser error : Entity 'copy' not ... st two errors are symptoms of this problem. 2010-11-24 18:51
Defect #6968 (Closed): Sorting of issues in Gantt
I've got a problem with the sorting of issues in the Gantt. Some issues are not affected to their parent but to ano ... on't think it's possible to sort the list of issues correctly with a comparer like it's done in ... e added a private function : def gantt_issue_sort(all) def get_sorted_childs(id, issues) childs = issues.select {| i| i.parent_id == id }.s ... } childs end def sort(id, issues, result) childs = get_sorted_childs(id, issues) childs.each do |c| result << c sort(c.id, issues, result) end end result = [] issues = all.select {|i| i.is_a?(Issue)} others = all.select {|i| not i.is_a?(Issue)} sort(nil, ... 2010-11-24 16:58
Patch #6967 (Closed): Revision Diff Link rendered as text
This is kind of bizarre, but when using redmi ... I did the following and it resolved the issue (though I don't see why it makes any differe ... ase it helps anyone else facing this anomaly. 2010-11-24 11:58
Defect #6966 (Closed): Records of Forums are remained, deleting project
Deleting project, the following is not remove ... sql Database schema version 20101114115359 2010-11-24 03:44
Feature #6965 (Closed): Option to Copy Subtasks when copying an issue
I am wondering if there is a way to make the ... o the main task. I couldn't find any open issues related to this so I am logging this as a feature request. Thanks, John 2010-11-23 22:48
Feature #6964 (New): Description field for role
We developed a mental model how our roles, gr ... onal description fields for groups and roles. 2010-11-23 21:16
Feature #6958 (Closed): Query Subtasks
It would be great to have the possibility to be able to query the subtask of an issue with an interface similar to the issue query interface. When a issue is full of sub task, the list on the issue description page is not sufficient enough an ... h subtask without any parasite data, I can't. 2010-11-22 17:46
Defect #6957 (Closed): Redmine doesn't work with RubyEE + Passenger 3.0.0 + Rails 3.0.3
I get the following error when switching to i ... .6) treetop (1.4.9) tzinfo (0.3.23) </pre> 2010-11-22 16:00
Feature #6954 (Closed): Filter from date to date
It is essential for my work the possibility of filtering issues from date to date using a calendar tooltip. ... atch but it is not so simple. There are two issues related with this: 4502 and 4729 2010-11-22 10:04
(8851-8875/12601)