Search
Results (12704)
- Feature #6204 (Closed): Make the "New issue" menu item optional
- I suggest to delete a bookmark "New issue" from the project interface. It is more log ... directly from the task list. The page "New issue" will appear on a clique on an icon in the task list.
- Defect #6203 (Closed): When assigning a user, ... ld auto set to assigned if no status selected
- Right now, if an issue is opened, it is in a "New" state. When ass ... , then status should be auto set to Assigned.
- Feature #6202 (New): On-the-fly group addition based on LDAP sources
- This feature would be useful to my company be ... stion: Is it possible to do it with a plugin?
- Patch #6197 (Closed): Traditional Chinese language file (to r4036)
- * Changed translations: ** label_issue_view_all ** label_overall_activity * Added ... ct_module_gantt ** project_module_calendar
- Defect #6196 (Closed): undefined method `stri ... ay:...>) when logging in, for some users only
- <pre>Processing AccountController#login (for ... Rails 2.3.8 PostgreSQL 8.2.7 Ubuntu 8.10
- Defect #6195 (Closed): Missing move issues between projects
- Redmine 1.0.1.devel.4035 (MySQL) Logeed with admin, attached file.
- Feature #6194 (Closed): Edit own issues
- I would like to set this persmission but i did not find it. I only see edit issues but i do want to open so wide. Any possibility in this direction?
- Defect #6193 (Closed): 500 error in Issues list
- I have installed Redmine 1.0.1 and it has Error 500 when I open issues list. I did upgrade from 0.9.4 as in instr ... and use passenger Please check screenshot
- Defect #6191 (Closed): Deletion of a main task deletes all subtasks
- Apparently cascading update/delete is active ... of subtasks to their according parent-tasks.
- Defect #6190 (Closed): Subtask are not shown?
- I'm using redmine version 1.0.0.devel.3932 Subtask are not shown in issues, i did set permission to allow manage subtask but it's not showing at all??
- Defect #6187 (Closed): REST API exampe needs update
- I have the impression this section of the API documentation needs update: issue = Issue.new( :subject => 'REST API', :assigned ... :custom_field_values => {'2' => 'Fixed'}
- Feature #6180 (Closed): Searchable custom fields do not provide adequate operators
- Using an integer custom field (called Affected revision, searchable) as a filter in the issues list should provide me with integer operato ... 2.3.5 Redmine version - SVN revision 4010
- Patch #6177 (New): "bignum too big to convert into `long'" in migrate_from_trac.rake
- When importing from a sqlite3 trac database, I have tons of those issues, which the patch fixes. Maybe this only ... ease (but the file didn't change since 0.9)
- Feature #6176 (Closed): Email Notifications per project
- Currently I can set different email addresses ... a system wide thing. Can this be changed?
- Patch #6171 (Closed): Persist 'locked' users across updates
- Currently when a user has been marked as 'locked' if an update occurs to an issue that is assigned to that user, that update w ... ument around whether it is even valid for an issue to be assigned to a locked issue..but in my use case this is currently the ca ... twice in the list if that user isn't locked)
- Patch #6169 (Closed): Add issue status to issue tooltip...
- Would be incredibly nice... <pre> --- issues_helper.rb +++ (clipboard) @@ -30,14 +30,12 @@ end def render_issue_tooltip(issue) + @cached_label_status ||= l(:field_sta ... ||= l(:field_priority) link_to_issue(issue) + "<br /><br />" + + "<strong>#{@cached_label_status}</strong>: #{issue.status.name}<br />" + "<strong>#{@cached_label_start_date}</strong>: #{format_date(issue.start_date)}<br />" + "<strong>#{@cached_label_due_date}</strong>: #{format_date(issue.due_date)}<br />" + "<strong>#{@cached_label_assigned_to}</strong>: #{issue.assigned_to}<br />" + </pre>
- Feature #6167 (Closed): Add option to weight parent task %-done based on the estimated time
- Calculation of parent's percentage depends on ... ed on number of hours is more representative.
- Feature #6166 (New): Support german umlauts and whitespaces in login string
- I am using redmine to authenticate with a Lot ... Please let me know, if this is a good idea.
- Feature #6165 (Closed): Ability to edit existing description
- The ability to edit/fix existing text fields (e.g. a mispelled description) would be nice.
- Defect #6164 (Closed): email not working
- I cannot get email to work at all. I don't g ... 3 Database schema version 20100705164950
- Defect #6163 (Closed): Bad CSS class for calendar project menu_item
- See screenshot attached. !calendar_item_ba ... or in classes definitions for our menu items.
- Patch #6159 (New): Subversion: latest changesets performance improvement.
- Redmine executes "svn log" command 2 times (R ... abase instead of executing "svn log" command.
- Defect #6158 (Closed): Needs warning when trying to close a ticket that is blocked by another one
- We recently faced a situation where we tried ... ting that the ticket is blocked by XXXXX etc.
- Defect #6157 (Closed): Applying custom queries should not redirect away from calendar or gantt pages
- If you have custom queries in place, they wil ... the calendar and gantt pages as well as the issues page. Clicking on them always redirects you to the issues page though. You can go back to the calend ... e. I'll start working on a patch for this issue.
- Feature #6154 (Reopened): Save issue as draft
- Please add possibility to save issue drafts for later submission.