Search
Results (12665)
- Defect #6479 (Closed): Changing tracker type will lose watchers
- version : 1.0.1 steps to reproduce: - cre ... be a feature ticket - all watchers are gone
- Feature #6478 (Closed): Directly edit
- When you take a look to the list of issues and you see an issue that you'd like to change you need to first click on it, open the issue window and then click on "update". Will be ... o directly click on it and edit directly the issue.
- Feature #6477 (Closed): Redmine.pm: effective redmine svn rights
- Hi, i modified the redmine.pm file in orde ... hope it'll help others, Best regards, Jean
- Defect #6476 (Closed): Subproject's issues are not shown in the subproject's gantt
- When the version of a subproject's issue is shared with projects, the subproject' issue is not shown in the subproject's gantt. (Sho ... behavior changed after the gantt rewrite.
- Patch #6475 (New): Add an option to set the p ... om apache when authenticating with Redmine.pm
- I have some repositories that are configured ... additional authentication methods them, see issue #6414). With the current @Redmine.pm@ cod ... s against an export of the redmine-1.0.1 tag.
- Defect #6473 (Closed): New gantt broken after clearing issue filters
- The gantt page is not displayed after clearing issue filters. <pre> Processing IssuesController#gantt (for 127.0.0.1 at 2010-09-2 ... 13mRUaGIV2KSncblHjC36W9Gjk=", "controller"=>"issues"} Filter chain halted as [:authorize] rend ... 4, DB: 1) | 403 Forbidden [http://localhost/issues/gantt?set_filter=1] </pre>
- Defect #6472 (Closed): "Gantt" doesn't work with oracle database
- <pre> ArgumentError in Gantts#show Showi ... or - 2 # total width of the issue (- 2 for left and right borders) RAILS_ ... or - 2 # total width of the issue (- 2 for left and right borders) 184: d_wi ... @gantt.events.each do |i| if i.is_a? Issue - i_start_date = (i.start_date >= @gantt.d ... shown here are my local revisions, not yours.
- Feature #6470 (Closed): timezone adjust start/due date
- would be nice if the timezone setting, could adjust the start and due date of issues
- Patch #6469 (Closed): "Activity" doesn't work with oracle database
- Here is error <pre> ActiveRecord::Statement ... alias_0__ FROM "JOURNALS" LEFT OUTER JOIN "ISSUES" ON "ISSUES".id = "JOURNALS".journalized_id LEFT OUTER JOIN "PROJECTS" ON "PROJECTS".id = "ISSUES".project_id LEFT OUTER JOIN "JOURNAL_DETAI ... rnals.id WHERE (journals.journalized_type = 'Issue' AND (journal_details.prop_key = 'status_id' ... ct_id FROM enabled_modules em WHERE em.name='issue_tracking'))) ORDER BY alias_0__ DESC) where ... :find_options => {:include => [{:issue => :project}, :details, :user], ... > "#{Journal.table_name}.journalized_type = 'Issue' AND" + - ... abase schema version 20100819172912 </pre>
- Defect #6468 (Closed): wrong update query in Issue model
- Redmine 1.0.1.devel (OracleEnhanced) There was a problem during creating or updating issues. It happened in Issue instance method "update_nested_set_attribute ... as formed invalid. Like this: <pre> update issues set root_id = , lgt = 21 ... * blank field </pre> line 651 in Issue.rb: <pre> Issue.update_all("root_id = #{root_id}, lft = #{lf ... }", ["id = ?", id]) </pre> line 672-673 in Issue.rb: <pre> Issue.update_all("root_id = #{root_id}, lft = lft ... ell formed <pre> svn diff --old=app/models/issue.rb@1537 --new=app/models/issue.rb@1548 Index: app/models/issue.rb =================================================================== --- app/models/issue...
- Defect #6467 (Closed): "Member of role", "Member of group" filter not work correctly
- I noticed a tiny bug at r4077 and r4078 that added "Member of role", "Member of group" into the issue filters. When filtering issues with "Member of role" or "Member of group" ... verts to the top of the selection list.
- Feature #6464 (Closed): Ability to set landing page after login
- We'd like to request the ability to set the l ... cases others might want to land on a project issues page. I'm guessing this could be done vi ... ers like it might be a valuable core feature.
- Defect #6463 (Closed): Unable to configure log of task deletion
- Hi everyone, sorry for the silly question, bu ... adding external staff. Thanks in advance.
- Defect #6461 (Closed): Erro no template quando tento acessar vários locais do sistema
- Ocorre o erro abaixo quando tento acessar por exemplo uma issue: http://<site.com.br>/redmine/issues/1 ActionView::TemplateError (missing int ... ject => project %> 25: </li> 26: <% end %>
- Defect #6459 (Closed): Unhandled exception on when accessing issues feed where issues have custom fields
- The issues feed is broken in cases where there are cus ... unless change.notes.blank?" - app/helpers/issues_helper.rb:134:in `show_detail' </pre> A patch is attached. Please check and commit.
- Defect #6458 (Closed): Mercurial View just a directory browser
- When browsing Mercurial Repositories on my Re ... is...), or is it a defect / missing feature?
- Defect #6454 (Closed): Referencing a revision from a subproject does not work
- I am using a master/subproject configuration, ... e problem is that when i add in a note in an issue update a reference to a revision (i.e r1234) the reference is not active, except for issues directly owned by the master project. I ... that commit message the "fixes" or "refs" an issue updates it, so hierarchy should apply here too. is there a simple fix to this?
- Feature #6453 (New): Track upload of a file to a wiki page or an issue in activity feed
- I'm running redmine 1.0.1 stable and when som ... ase) it doesn't show up in the activity feed.
- Defect #6447 (Closed): Issues API doesn't allow full key auth for all actions
- Needs an @accept_key_auth@ so full key action ... his so we can reuse it as new APIs are added.
- Feature #6446 (Closed): Remove length limits on project identifier and name
- Do the length limits make any sense (other th ... ess there is a reason not to (PDF, etc)</pre>
- Feature #6444 (Closed): Manually add related revisions to issues
- I am aware that the issue concerning the automatic update of related r ... on changed comments (http://www.redmine.org/issues/1577) was considered as a feature and rejec ... ink that a manual way to relate revisions to issues is needed. For example, Redmine was down fo ... d I need to relate revisions of that week to issues.
- Feature #6442 (Closed): Delete spam user
- Hi Jean-Philippe, please delete/lock this annoying spam user: http://www.redmine.org/users/20710
- Patch #6440 (New): Support for wiki page rendering in my page
- Added from #6437. "I think it would be use ... o my wiki page todo list, hot links and etc."
- Defect #6435 (Closed): Links to wikipages bou ... spect version-sharing in Settings -> Versions
- While reviewing the implementation for issue #4416 I noticed that the links to wikipages ... ect version-sharing (introduced in r3123 for issue #465 and enhanced with r3133 for issue #4357) in Settings -> Versions. This lead ... instead of the actual versions project wiki.
- Defect #6433 (New): IMAP receiving does not create a new user
- Hi, I tried to use http://redmine.rubyforge. ... or email downloading and acceptiong as a new issue through command: <pre> rake -f /opt/re ... V=production </pre> But I encountered an issue that the issue ticket is not created when is submitted from ... ny of them didn't work at all. Thank you