Project

General

Profile

Search

Results (12108)

Defect #825 (Closed): Remote Subversion repositories are not refreshed by the application
All my subversion repositories are held onlin ... of the remote subversion repositories. :( 2008-03-10 22:01
Feature #824 (Closed): Add "closed_on" issue field (storing time of last closing) & add it as a column and filter on the issue list.
In our regular planning sessions we like to see what issues were closed in the last, say, week. The cl ... hich isn't always accurate (sometimes closed issues get modified). It would be nice to have a closed_on field on the issues table that gets updated when the status changes from not-closed to closed. 2008-03-10 18:05
Patch #821 (Closed): Patch for #791 (Search for all projects issues)
This allows for searches in all projects as requested in #791. Applies cleanly to r1212. 2008-03-10 02:40
Patch #819 (Closed): Add a body ID and class to all pages
This is extremely useful for CSS styling, as ... er/easier menu styling (patch coming soon : ) 2008-03-09 16:59
Defect #816 (Closed): Remote Subversion repositories are not refreshed by the application
All my subversion repositories are held onlin ... rsion servers are in version 1.3 and 1.4. 2008-03-08 10:19
Patch #812 (Closed): Include issue refs on closed issues
Consider a case where issue 5 exists in the issue database already and is already marked ... ed because of this: next if issue.status.is_closed? This patch moves the code that updates referenced_issues above that test, so that it still will avoid a duplicate attempt to close the issue, but nonetheless will add the reference to the issue. 2008-03-08 02:59
Patch #811 (New): Username validation - allow spaces...
I've tested a very simple patch with a test i ... * Login * LDAP autogenerate user * Add Issue * List Issues * Filter Issues * View Activity * View Homepage * Add Member to Project * Assign Issue To I have experienced no problems with th ... to a number of possible enterprise users too. 2008-03-08 01:57
Patch #809 (Closed): Traditional Chinese translation (r1199)
* relocate (and add zh-tw translations for) t ... bel_preferences, setting_display_subprojects_issues 2008-03-07 17:04
Defect #807 (Closed): HTML not escaped in ticket descriptions
HTML Tags are not escaped in ticket comments. 2008-03-07 13:09
Feature #801 (Closed): WebDAV access to Documents/Files
There are a couple Ruby/Rails gems/plugins fo ... DAV share for documents and files in Redmine? 2008-03-06 18:47
Feature #799 (Closed): Issue List: Shortcut/Context Menu
First off, this feature rocks. Would it be ... e the way page flow works after modifying an issue using the context menu? For instance, I have a list of issues displayed (from default query or custom query). I want to modify a single issue status. Currently, when you select the new status, you are redirected to the issue edit page, then you have to click save, then you have click your query again to see the issues list. Instead of going through all of those ... d it be possible to just refresh the current issue list display with the modified status? T ... easy and less click to modify a simple status 2008-03-06 17:45
Defect #796 (Closed): Active directory LDAP authentification broken.
Active directory LDAP authentification is br ... p.rb@ to r1169 - AD LDAP auth works fine. 2008-03-06 15:25
Feature #794 (Closed): Restrict display of version number in footer
maybe the display of the version number shoul ... possible vulnerabilities in special versions. 2008-03-06 03:33
Defect #793 (Closed): Subproject issues on the parent project clutter the interface
As of r1178 all the issues on subprojects now appear on the parent pro ... roject cluttered and completely wiped out my issue organization. If this feature is really n ... option to turn it off: "Display sub project issues on parent" 2008-03-05 18:15
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
(11651-11675/12108)