Project

General

Profile

Search

Results (12716)

Defect #15135 (Closed): Issue#update_nested_set_attributes comparing nil with empty string
I had problem with slow issue update. Issue have ~20 subtasks and 1 related issue. Update on that task always ended with timeout error. It's appears that Issue#update_nested_set_attributes (after_save hook) there is "comparision _parent_issue_id != parent_id_":http://www.redmine.org/pro ... ository/entry/branches/2.3-stable/app/models/issue.rb#L1277. In my case _parent_issue_id_ was nil and _parent_id_ empty string, it ... cution. When I change: <pre> elsif parent_issue_id != parent_id </pre> to <pre> elsif parent_issue_id.to_i != parent_id.to_i </pre> update is ... by: 1.9.3-p429 Rails: 3.2.13 Redmine: 2.3.3 2013-10-15 16:39
Feature #15133 (Closed): Code Highlight Button or dropdown
The most Users which use redmine, are program ... d provide it as plugin. Many, many, thanks 2013-10-15 11:45
Feature #15129 (New): Redmine activity log does not limit displayed entries (max issues, pagination)
Our organization just migrated all the data f ... tries per page" ; as would be the case on an Issues listing page). Would it be possible to consider adding this feature to fix this problem? 2013-10-15 04:30
Defect #15125 (Closed): Task properties are reverted when doing a task update from firefox.
We many unintended task property changes (the ... y another user). To reproduce: * Open an issue from firefox. * Open the same issue in another tab / browser / computer. * From ... irefox-show-the-correct-default-select-option 2013-10-14 10:33
Defect #15123 (Closed): "Add watcher" leaks all active users
When adding watchers, all active users of the current installation are visible (on new issues from the get-go, on existing issues you might have to type a few characters to ... f and contributed by "Planio":http://plan.io) 2013-10-14 10:11
Patch #15118 (Closed): Deprecate and rename rss_* methods to atom_* methods
This issue is extracted from #13460-2 after 2.4 feature ... a bit late to change the methods for 2.3.0. 2013-10-14 01:34
Feature #15114 (Closed): Ability to review fi ... ikis using windows tools like picture viewer
I have been promoting and using redmine, and ... the files using the unqiue hash code and so 2013-10-13 04:29
Defect #15110 (New): Wiki annotate is showing wrong versions in which lines were last changed
I haven't tested this personally; I only observed the issue on redmine.org and thought it might be good ... ead their history is: 14, 15, 24, 26, 39, 77. 2013-10-12 04:22
Feature #15107 (Closed): Add a permission option to view estimated hours
We're sharing Redmine with our customers. In ... here any ways to hide "Estimated hours" from Issues and from Roadmap for a selected role? 2013-10-11 09:43
Defect #15105 (Closed): Redmine::Helpers::Diff missing require
The @lib/redmine/helpers/diff.rb@ is missing ... reproduced by changing the description of an issue and then clicking on the diff link. 2013-10-10 22:26
Patch #15072 (Closed): Optimization of issues journal custom fields display
Custom filed is reloaded for each detail eve ... by active record, we can avoid to reload them 2013-10-09 12:22
Feature #15066 (Closed): Remove RM-timer from plugin directory
RM-timer is an AIR client application utilizi ... ed for other entries which might suffer this issue. 2013-10-09 05:39
Feature #15065 (Needs feedback): Custom field ... st of available users by either Role or Group
Doing this would allow limiting values that c ... or in which all users are shown to pick from. 2013-10-08 23:42
Feature #15060 (New): Allow array as argument for a REST API parameter
It would be helpful to have the ability to pa ... , if you would like to get a list of all the issues from 2 different authors .../redmine/issues.xml?author_id=[24,34] 2013-10-08 13:54
Defect #15057 (Closed): Can't change status from new if project have no members
I create project, if it have not members - status cant be change from new to any one another 2013-10-07 20:14
Defect #15047 (New): Issue edit view does not show description and notes
Whenever I rightclick on an issue and use edit, I get to the ticket edit view, ... on updates which shows description and notes. 2013-10-06 11:35
Defect #15045 (New): Filter by custom field (only) doesn't work in REST API
> cf_x: get issues with the given value for custom field with ... as a filter' checked.) I tried to filter issues by custom field and initially I tried to put only this filter in the URL. I issued the following request on my Redmine instance: <pre> http://hq.company.com.br/redminetest/issues.xml?cf_24=1&limit=25&key=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx </pre> The query above fetch all the issues on my instance, regardless of the custom fi ... <pre> http://hq.company.com.br/redminetest/issues.xml?project_id=176&cf_24=1&limit=25&key=xxx ... My field is marked with 'use as filter' only. 2013-10-04 23:17
Defect #15044 (Closed): Patch for giving controller_issues_edit_after_save api hook the correct context
The API hooks "controller_issues_edit_before/after_save" are not given the correct context (i.e. the same context that "controller_issues_new_before/after_save" get.) Expected behavior: "controller_issues_new_after_save" and "controller_issues_edit_after_save" should be given the same context. Actual behavior: "controller_issues_edit_after_save"'s context lacks a control ... work-arounds to gain access to them. Fix: Issue#save_issue_with_child_records has no particular need to be in the Issue model. Moving it to IssuesController allows for a simple fix with mini ... etc, but I've attached it here for comment. 2013-10-04 23:14
Defect #15041 (Reopened): Issues list bad ordering by Subject
Sorting the list by column Subject returns un ... sults. Steps to reproduce: - Display All Issues; by default the list is ordered by Subject; ... * Ya... * XP * XM... * xm... * Wr * 2013-10-04 13:51
Defect #15039 (Closed): Custom fields in spent time details are not shown
If you have a custom field in your trackers, ... s happens with either text or select content. 2013-10-04 13:04
Defect #15037 (Closed): Redmine not rendering any page!!! HELP!
Hi! Yesterday our Redmine worked great, bu ... "Redmine" /> <meta name="keywords" content="issue,bug,tracker" /> <meta content="authenticity ... that link. Any help appricated! Thanks! 2013-10-04 10:43
Feature #15029 (Closed): When filter by "blocked by" = "any", take into account if blocking issue is already closed (so no really blocking)
I use this filter to filter out some issues that can not be done yet because they are b ... useful to take into account if the blocking issue is already closed. This way, the initially blocked issue will be no longer blocked. I like to keep the issues relations, even when the related issues are closed. I do not know if this is a ... cked by" + "any - anytime" + "any - now", ... 2013-10-02 18:40
Defect #15027 (Closed): Italian "Assigned to changed from A in B" is confused
Hi, in redmine 1.3 and 2.3.2 stable when I a ... ange the template of this message? Thanks. 2013-10-02 09:46
Defect #15025 (New): Receive IMAP error on empty mailbox
From #14101#note-3. <pre> sudo -u redmine ... dmine plugins: no plugin installed </pre> 2013-10-02 08:47
Feature #15021 (New): Service Level Agreement ... il configuration, add any other notifications
*SLA:* - configurable when you are using the ... i can't write something like that. Thanks. 2013-10-01 21:08
(5701-5725/12716)