Search
Results (12593)
- Defect #1613 (Closed): Search results shown f ... n projects that a user doesn't have access to
- I have several users set up to only be able to access ONE project's Issues, News, and Messages. Logged in as one of ... but I just updated it from Subversion (r1648)
- Defect #1611 (Closed): Issue tracker posts only bugs
- When posting new issues, even if I select support or feature tracker - the final issue will post under the bug tracker. Redmine 0.7.devel.1607
- Feature #1609 (Closed): Add Ruby 1.8.7 Support
- With the recent exploits found in Ruby and ot ... Ruby on a particular box just to run Redmine.
- Defect #1608 (Closed): Case-insensitive search
- Case-insensitive search doesn't work, but it would be great.
- Feature #1605 (Closed): Activity page to remember user's selection of activities
- On www.redmine.org if you go to the activity ... nd I am on firefox 3.0 on Kubuntu. Thanks.
- Defect #1604 (Closed): Provide a more meaning ... running an earlier version of the svn client
- When running a version of the svn client belo ... ch time on the forums trying to correct this issue when moving platforms while assuming my svn ... e allows I will try to submit a patch myself.
- Feature #1602 (New): Email options for Roles
- It would be useful to be able set default Ema ... eveloper notified about things he's involved.
- Defect #1599 (Closed): "My Page" not Personalizable
- On both my personal server and the official R ... 6-08-25) [i386-linux] Rails 2.0.2 MySQL 4.1
- Patch #1597 (Closed): pt-br patch based on current 0.7-stable
- I've got the current 0.7-stable language pt-b ... compare with versions posted in those tickets
- Patch #1594 (Closed): Updated Italian translation
- Updated to r1624 Following several advices i modified "Contesto" (issue) to "Segnalazione" as it seems it makes more sense.
- Defect #1591 (Closed): http links containing parentheses fail to reder correctly
- for example: http://en.wikipedia.org/wiki/ ... will be rendered without right parenthesis.
- Feature #1590 (Closed): Awkward way of accessing shortcut menu in issue list
- IMHO the way to access shortcut menu in issue list is a bit awkward. From [[RedmineIssueList]] > Note that you have to right-click outside of the issue link, otherwise the browser's default contex ... ake the popup menu appear after normal click.
- Patch #1587 (New): Simple Phone Number and Address List for Users
- This patch adds a "Contact" tab to the normal ... st of default location values thru a combobox
- Feature #1586 (Closed): Gantt for the filtered issue
- Sometimes I find myself wandering between the issue and overview tab to check the gantt or calen ... be nice to see the gantt or calendar at the issue page. Furthermore, generating gantt only for the filtered issue will give a more clear view over the work to be done. * gantt chart with filtered issue * gantt chart within issue page How about to put the simplified gantt at the bottom of the issue list? (if configured to do so)
- Defect #1585 (Closed): If timezone is set in an user, a exception is raised.
- Using trunk, when a user has the timezone set ... ' for #<TimeZone:0xb7992e1c>) on line #17 of issues/_list_simple.rhtml: 14: <%= link_to issue.id, :controller => 'issues', :action => 'show', :id => issue %> 15: </td> 16: <td><%=h issue.project.name %> - <%= issue.tracker.name %><br /> 17: <%= issue.status.name %> - <%= format_time(issue.updated_on) %></td> 18: ... subject"> 19: <%= link_to h(issue.subject), :controller => 'issues', :action => 'show', :id => issue %> 20: </td> app/helpers ... helper.rb:81:in `format_time' app/views/...
- Feature #1583 (Closed): Try task automatization
- I think that there are some actions in the ac ... are connected. For instance, when I mark an issue as RESOLVED i always set the %DONE = 100%. I ... fs this modification. Keep up the good work!
- Patch #1582 (Closed): Add Time Spent Column to Issue List
- This patch adds a new column to the issues list, called Time Spent. It will be the total of all time logged on an issue. Git patch applies successfully to r1618 ... -p1 < ../../patches/add_time_spent_column_to_issues.patch patching file app/helpers/issues_helper.rb patching file app/models/query.rb patching file lang/en.yml </pre>
- Feature #1580 (Closed): Field to store comments in Custom Fields
- Custom fields are extremely handy and I am using a lot of custom fields on issue module for various projects. However, managi ... ield in custom fields editor will be helpful.
- Defect #1578 (Closed): Right floating image formats badly in some places
- When a right image is added to a project desc ... aces, some example screen shots are attached.
- Defect #1577 (Closed): Editing subversion log message does not update 'Repository' view
- If you make a commit to subversion then updat ... ing the "Repository.fetch_changesets" script.
- Defect #1576 (Closed): Google Calendar Plugin Installation Trouble
- HI, I'm trying to install the Google Calen ... may be causing this error? Thanks, Lee
- Feature #1575 (Closed): Toolbar button to insert a table
- When you open the formatting help popup it la ... no table icon it means there is no tables. ;)
- Feature #1574 (New): Deployments - new module
- In large projects you have multiple versions ... ious location/branches and then relate it to issues. It can be done with custom fields but t ... stems rollouts do not occur in the same time.
- Feature #1572 (New): Delete Users and automatically ticket change
- 1) In order to free the username for other us ... to deactivate their own account. 2.1) New issues can't be accidently assigned to unactive me ... delete their own account. 3.1) All unclosed issues of deleted users will change to the default pause status e.g. "On-Hold".
- Defect #1569 (Closed): 500 Internal error for some journal entries
- I'm using the following configuration with re ... ceive Internal error when I try to open some issues http://localhost:3000/issues/show/29: <pre> Internal error An err ... he following trace: <pre> NoMethodError in Issues#show Showing issues/_history.rhtml where line #11 raised: und ... : <% end %> Trace of template inclusion: /issues/show.rhtml RAILS_ROOT: /home/vvlad/redmi ... ls_helper.rb:29:in `render_notes' app/views/issues/_history.rhtml:11:in `_run_erb_47app47views47issues47_history46rhtml' app/views/issues/_history.rhtml:1:in `each' app/views/issues/_history.rhtml:1:in `_run_erb_47app47views47issues47_history46rhtml' vendor/rails/actionpack/ ... tion_view/base.rb:352:in `render' app/views/issue...