Search
Results (12603)
- Feature #15167 (Closed): Hide unused Options section in spent time report
- The filter section on the spent time _report_ ... 7.png, size=600, title=Useless UI-elements)}}
- Defect #15166 (New): Gantt rendering options are lost when saved query is edited in issues context
- Editing and saving a custom query in an issues context, that has been created in a gantt v ... text with rendering options # switch to the issues view # click edit to modify the query #* ... dmine plugins: no plugin installed </pre>
- Defect #15165 (New): Issue relations gantt rendering option is always saved as true
- I haven't been able to look deeply into the c ... ew (global or project) # _deselect_ related issues gantt option and click apply #* view is no ... orm will pickup the parameter so the related issues gantt option is already deselected (otherwise, _deselect_ related issues gantt option) # save the query Expected: new custom query related issues gantt option unchecked Seen: new custom query related issues gantt option checked Considering the fac ... pse(Log snippets: ...) <pre> Started GET "/issues/gantt" for 192.168.31.1 at 2013-10-21 04:32 ... eries/_filters.html.erb (43.2ms) Rendered issues/_sidebar.html.erb (43.9ms) Rendered gant ... .4ms | ActiveRecord: 313.2ms) Started GET "/issues/gantt?utf8=%E2%9C%93&set_filter=1&gantt=1&f ... eries/_filters.html.erb (67.2ms) Rendered issues/_sidebar.html.erb (116.0ms) Rendered gan ... 1", "query"=>{"name"=>"Gantt without related ...
- Feature #15164 (Closed): Make it possible to add group as a watcher
- Make it possible to add group as a watcher. So all users of the group will be watching eg. an issue.
- Feature #15154 (Closed): Manage fields permissions for new issues.
- Hello, In workflow administration there is ... still able to edit these fields when add new issue. It will be usefull for me beacuse I have ... rs to report about some problem to some team.
- Patch #15153 (Closed): Show more information about subtasks
- Issues with subtasks show fields like start date, ... 2.3.3, but should apply cleanly to 2.4/trunk.
- Feature #15152 (New): SLA Feature
- (This issue is related to #15021) Hello, I'm also ... ome wishes about it : - SLA is related to issues treatment, so for every type of issues, and every priority of issues, a field "SLA" must be configured. In these ... ys/working days you can spend to resolve the issue. - SLA is calculated upon a calendar, so yo ... y, 9AM to 8PM - SLA is also calculated upon issues status, which is also project-related, and ... livered service status must be added - some issues status can also freeze elapsing time : wait ... bactracking status must also be counted, ie. issue was resolved 2 days ago, but it has been cha ... (with a color code Green-Yellow-Red) in each issue is needed, with a status, ie. on time, close to end, delayed. Filtering issues with this status is needed. Cherry on th ... eed SLA in it in order to work. Thank you.
- Feature #15148 (Closed): Issues summary report should be exportable to csv file
- Hi. 'Issues/Summary' generates a nice report. It would ... hs or data representations. Thanks! Zvika
- Feature #15147 (Closed): Monitoring does not show
- In the roles & permisson all monitoring items ... he possibility to add watchers does not show?
- Defect #15143 (Closed): Email Reminder
- when i set 2 Reminders: first: 2 day´s bef ... xample if 2 day´s is passed it doenst remind?
- Defect #15142 (Closed): Wrong project name in email notification subject after moving issue to other project
- Project1 - issue1. Issue1 has moved to Project2. Email notification after updating issue1 come with email subject as Project1. As yo ... project, notification still show old project.
- Feature #15141 (New): Incoming emails without redmine subject line are posted as a new message
- Instead of a new email creating a new issue, it should also be able to create a new mess ... e redmine forums can serve as a mailing list.
- Feature #15136 (Closed): Activate Custom Fiel ... of projects directly from Custom fields page
- Today when creating a "Custom field" we can s ... e projects appearing (eg like Watchers do in Issue Creation form) and be able to select these. ... and for all the Custom fields. More flexible.
- 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
- Feature #15133 (Closed): Code Highlight Button or dropdown
- The most Users which use redmine, are program ... d provide it as plugin. Many, many, thanks
- 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?
- 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
- 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)
- 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.
- 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
- 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.
- 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?
- 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.
- 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
- 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.