Project

General

Profile

Search

Results (12604)

Feature #16807 (New): Allow strict before (<) or after (>) filters for dates
Hello, I guess I've found bug with Issues API. The problem exists with query like this: @/issues.json?limit=100&offset=0&project_id=30&statu ... g query works just like it is supposed to @/issues.json?limit=100&offset=0&project_id=30&statu ... avoiding equal sign, the query should return issues with closed date *LESS THAN* provided date. ... ion *Database adapter:* Mysql2 2014-05-05 17:29
Feature #16802 (New): Disable auto-filling tracker, status and priority in new issue creation
Users, often don't pay attention on tracker f ... t's alredy filled by system, and as result - issue gets wrong tracker. But if system will not f ... tracker. The same about status and priority. 2014-05-05 09:07
Defect #16800 (Closed): 500 exception on clicking repository on a project
This is a git repository with one commit. ... Rails: 2.3.14 Redmine: 1.4.4 Git:1.7.10.4 2014-05-04 02:41
Defect #16798 (Closed): Custom field - list type - checkboxes - unchecking all - does not save
Unchecking all checkboxes on a custom field type 'list' shown as 'checkboxes', does not update the issue itself. Environment: > Redmine version ... > redmine_agile 1.2.0-light 2014-05-03 13:27
Defect #16794 (New): plugin update check not working correctly
hey, I've latest redmine 2.5.1 installed w ... pect @<span class="icon found icon-checked">@ 2014-05-03 00:09
Defect #16793 (Closed): Redmine reports inter ... setting is set to "Based on user's language"
When attempting to log time against an issue, we were seeing Internal Server errors. The ... Changing this setting to "Sunday" fixed the issue, which implies that the "Based on user's lan ... Database adapter Mysql2 </pre> 2014-05-02 22:07
Defect #16784 (Closed): Notifications not sen ... ng emails with rake task and async deliveries
Hi all, I just installed redmine 2.5.0 and my all team is glad to use it. I tried to allow issue creation by email from our clients. The cli ... anger does not receive a notification of new issue created by our clients. If I create an issue from the redmine interface, the notification ... gmail account. Thanks for your help ! 2014-04-30 15:51
Patch #16781 (Closed): Crash in markdown formatter causes ruby process to end
We observed this behavior at "Planio":https:/ ... This seems to be related to "this redcarpet issue":https://github.com/vmg/redcarpet/issues/318. The patch contains a test case and ... o take care of @content==nil@ in @#link@. 2014-04-30 10:37
Defect #16780 (Closed): Unable to import tasks: undefined local variable or method `issue' for #
I'm new to Redmine. when i'm using red mine ... t tasks: undefined local variable or method `issue' for # Is there any way to avoid this issue ? I'm using Redmine 2.5 2014-04-30 10:34
Defect #16778 (Closed): Issue in description field
The Issue description field have reached a limit of av ... d to description field to increase the size. 2014-04-29 15:35
Feature #16769 (Closed): auto-close resolved issues
Hi All Any Help TO Make Redmine close the issues after 30 min from i received the issues 2014-04-28 13:25
Defect #16755 (Closed): Field set as read-only still available in the issues list context menu
I have created a custom field and set it to b ... the field from the context menu on the main issues list. I am using 2.3.2.stable, any suggestions? 2014-04-25 17:15
Feature #16748 (New): Store the status name in the issue history
Currently, @journal_details@ table only stores the @id@ of the standard issue fields in @old_value@ and @value@. This leads to the Issue History displaying the _current_ value of th ... e the *Status* from @New@ to @Accepted@. ** Issue History indicates: @Status changed from New ... of the status to @Just-Before-Accepted@. ** Issue History indicates: @Status changed from New to Just-Before-Accepted@. * Some time later, issue is closed and this status is deleted. ** Issue History indicates: @Status changed from New ... old_value@ and @value@ fields for displaying. 2014-04-24 17:41
Defect #16747 (Closed): Remove useless settings when editing a query from the gantt
On version:2.5.1, gantt sorting is only date. ... tom query edit form, (hide gantt options in issue list custom query edit form) so sort option ... m query edit form !gantt-custom-query.png! 2014-04-24 14:23
Feature #16742 (New): Creation multiple issues at once
It would be nice to have option to create at one many issues. It could work in very simple way, just by ... ask me about this feature very often. 2014-04-23 16:47
Defect #16740 (Closed): Internal error after ... 2.5.1 in app/helpers/custom_fields_helper.rb
Hi, I guess I have found a problem in Redm ... 5.1. Now I have the problem that some of the issues are causing an internal error. All these issues have a history but not all issues with a history are causing that error. Acco ... lper.rb:112:in `format_value' app/helpers/issues_helper.rb:277:in `block in details_to_strings' app/helpers/issues_helper.rb:263:in `each' app/helpers/issues_helper.rb:263:in `details_to_strings' app/views/issues/_history.html.erb:11:in `block in _app_views_issues__history_html_erb___1036113763_8711856' app/views/issues/_history.html.erb:2:in `each' app/views/issues/_history.html.erb:2:in `_app_views_issues__history_html_erb___1036113763_8711856' app/controllers/issue... 2014-04-23 13:52
Patch #16730 (New): Fix ordering in ApplicationHelper method principals_options_for_select
We experienced problems on assigning issues recently. We have a lot of members for som ... users in Assignee drop down while editing a issue, so it is very hard to find a user. We are ... provide a search box like adding watchers do. 2014-04-22 04:32
Feature #16729 (New): properties of issue dynamically available in wiki
It would be very nice to be able to have placeholders for issue properties to use in wiki pages. For exam ... pic but somebody there urged me to create an issue about it. So here it is. The topic can be found here: http://www.redmine.org/boards/1/topics/42148 2014-04-22 01:28
Feature #16727 (Closed): redmine ldap sync plugin should allow syncing a particualr user
redmine ldap sync plugin has rake tasks which ... c user from ldap for a given user login name. 2014-04-21 13:16
Feature #16717 (New): Add _blank support for "Link values to URL"
I would be great to have one more controll in ... ANyway, great work with custom fields, thanx! 2014-04-18 08:22
Feature #16707 (Closed): Integrate support of SSL for POP3 incoming emails
This feature was implemented in ChiliProject : * https://www.chiliproject.org/issues/791 * https://www.chiliproject.org/project ... riate to raise it :) Thanks for your time, 2014-04-17 11:28
Patch #16685 (Closed): Introduce the request_ ... nt and prevent data leakage in error messages
Recently, there were several issues where the User.current was not properly ini ... 3041 which can lead to data disclosure. This issue and all similar ones can be fully circumvent ... "Github":https://github.com/redmine/redmine. 2014-04-15 15:21
Feature #16684 (New): Quick navigation among projects / subprojects
Currently, if I want to switch to (for example) issue list of certain subproject of any project, I ... age, then select subproject and then select "Issues" again. It would be great to be able to ... on may replace project separator ">>" ? 2014-04-15 13:58
Feature #16679 (New): To wrap buttons at issue edit page to dedicated HTML element
It would be useful to be able to manipulate with all buttons together (mainly on issue detail screen, but could be useful everywher ... inhle html element - probably "div". !NewIssue.png! !UpdateIssue.png! I want to have those controls fixed ... ould also simplify styling of those controls. 2014-04-15 09:35
Defect #16669 (Closed): Markdown formatter should use the :no_intra_emphasis extension
I'm so excited to see Redmine supporting mark ... r.rb#L125) [1] https://bugs.ruby-lang.org/issues/9726, https://bugs.ruby-lang.org/issues/9724, https://bugs.ruby-lang.org/issues/9719, https://bugs.ruby-lang.org/issues/9683, https://bugs.ruby-lang.org/issues/9679 are just the 5 most recent. [2] https ... g/redcarpet#and-its-like-really-simple-to-use 2014-04-14 18:50
(5176-5200/12604)