Search
Results (12398)
- 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
- Defect #796 (Closed): Active directory LDAP authentification broken.
- Active directory LDAP authentification is br ... p.rb@ to r1169 - AD LDAP auth works fine.
- Feature #794 (Closed): Restrict display of version number in footer
- maybe the display of the version number shoul ... possible vulnerabilities in special versions.
- 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"
- 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.
- Feature #788 (Closed): More my page configurability
- Is there any possibility of being able to emb ... ctivity in the projects you're interested in.
- 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>
- Feature #784 (Closed): Adobe AIR based Fatclient
- Would like to build an AIR based fat client f ... member details Anyone else interested?
- Feature #783 (Closed): Real Plugin-System
- I think it would be extremely useful to have ... ing-mephisto-plugins.html Any other ideas?
- 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.
- Feature #779 (Closed): Multiple SCM per project
- It would be nice to have multiple scm per pro ... oice how to organise and manage versionning.
- 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).
- 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...
- 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
- 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...
- 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!
- 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?
- 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.
- 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.
- 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
- 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).
- 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?
- 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|-|
- 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) [...]
- 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.