Search
Results (12479)
- Patch #29606 (Closed): Support self-signed LDAPS connections
- With the introduction of certficate checks to ... e.pm's LDAP authentication. h4. Related issues * #24970 introduces server certificate c ... The attached patch is targeted at r17480.
- Defect #29605 (New): Redmine doesn't recover from DB timeouts with TinyTds and MS SQL
- From time to time Redmine fails with messages ... ion timed out: EXEC sp_executesql N'SELECT [issues].* FROM [issues] WHERE [issues].[id] = @0 ORDER BY [issues].[id] ASC OFFSET 0 ROWS FETCH NEXT 1 ROWS O ... likely to happen in application_controller, issues_controller or projects_controller. I'd exp ... SQLServer (TinyTds 1.0.5) </pre>
- Defect #29602 (Closed): Broken icons in context menu on spent time page
- Icons in the context menu on spent time page ... 1px solid #ccc;}.broken-context-menu@2x.png!
- Defect #29601 (Closed): Redmine::VERSION::revision may return wrong value
- Currently, Redmine::VERSION::revision return ... end rescue </code></pre>
- Defect #29596 (Closed): Filter by subproject not working
- Hello, When I use the filter "Subproject" ... mine_extended_watchers 1.0.5 redmine_issue_history 1.0.0 redmine_issue_templates 0.2.0 redmine_query_shar ... dmine_refresh 0.2.0 unread_issues 2.2.0 This is the trace ... <pre> Started GET "/redmine/projects/it/issues?utf8=%E2%9C%93&set_filter=1&sort=id%3Adesc& ... at 2018-09-12 14:37:58 +0200 Processing by IssuesController#index as HTML Parameters: {"ut ... es/_query_form.html.erb (18.0ms) Rendered issues/_list.html.erb (256.6ms) Rendered plugins/redmine_issue_templates/app/views/issue_templates/_issue_template_link.html.erb (0.7ms) Rendered issues/_sidebar.html.erb (12.5ms) Rendered issue...
- Patch #29594 (New): Add view hook to insert content between issue details associated changeset section
- I created a plugin that renders links to asso ... view hook is needed. Patch is attached.
- Feature #29588 (New): There should be a way to avoid adding paragraph to a Textile block
- Currently I can see no appropriate way of avo ... ... </p> tags One of the cases where the issue is important is when using the @{{include}}@ ... , which makes a workaround for the described issue. When you start the line with some other tag ... is a line started with a space character.
- Defect #29581 (Closed): Issues in paginated views may be lost because sorting criteria are not unique
- This is a problem that the issue that should be present is not displayed on the issues/index. The same problem may exist even at index other than issues/index. This problem occurs when using Po ... g criteria, there is a possibility that some issues will not be displayed on pagination views. ... greSQL, that test will fail. ( Non-paginated issue ids and paginated issue ids should be the same. ) <pre> Failure: ... 2, 11, 8, 7, 5, 3, 1, 13] # Non-paginated issue ids +[11, 12, 12, 7, 7, 5, 3, 1, 13] # Paginated issue ids </pre>
- Defect #29521 (Closed): REST API: Filtering issues by issue_id does not work as the documentation suggests
- the documentation for issues here (http://www.redmine.org/projects/redmine/wiki/Rest_Issues) states that there is an optional filter to filter by one or multiple issue ids: "issue_id: get issue with the given id or multiple issues by id using ',' to separate id." I've be ... sts using this very database and a few valid issues ids (320, 9000 and 12002): http://www.redmine.org/issues.json?id=9000&limit=1 http://www.redmine.org/issues.json?id=320,12002&limit=2 if you follow ... t incorrect results, it seems to just return issues from either the very start or very end of the issue list and not the ids that were actually requ ... erwise to retrieve the journals for multiple issues I need to make multiple requests using ...
- Feature #29520 (New): Issues Section/Tab -Allow user to select 'Subtasks' column to see on issues list very similar the way currently 'Related Issues' column is available.
- Allow user to select 'Subtasks' column to see on issues list very similar the way currently 'Related Issues' column is available.
- Feature #29519 (Closed): Issues Section/Tab -Allow issues to be grouped by Parent
- Allow user to select parent issue in group by choices
- Defect #29515 (Closed): Unable to load graphs and images in wiki
- Hi All, Greetings. I am upgrading our redmin ... t install the software because of permission issues. Attahced are the screenshots of wiki pa ... mine_information 1.0.2 redmine_issue_templates 0.2.0 redmine_issues_macros 0.0.1 redmine_landing_pa ... theme_changer 0.3.1 redmine_wiki_issue_fields 0.5.9 redmine_wiki_toc ... 0.7.0 Best regards, Nitish Hombal
- Feature #29513 (New): Redmine usability on Percona XtraDB cluster
- Hi, At my work we run Percona XtraDB. To m ... IMARY KEY': changeset_parents changesets_issues custom_fields_projects custom_fields_role ... well a DB migration step has to be created?
- Defect #29512 (Closed): Test failures with redmine-3.4.6.zip in development mode
- Dear Redmine Team, I experianced some test ... ght you are interested in knowing about this issue. Best Regards, Liane Hampe -------- ... Redmine plugins: no plugin installed
- Feature #29503 (Closed): Discourage search engines from indexing old versions of wiki pages
- Google is indexing the older versions of wiki ... x tag to all older versions. how can i do it?
- Feature #29501 (Closed): Allow addition of watcher group via bulk edit context menu
- Currently, bulk edit context menu allows addi ... individually we can assign watcher group for Issues in bulk. Please do consider this feature addition in the future release.
- Defect #29496 (New): Email addresses which includes slashes are wrongly linked
- Email addresses which include slashes (e.g. " ... !{border: 1px solid #ccc;}.screenshot@2x.png!
- Feature #29489 (Closed): Issue macro for flexible linking to issues
- The attached patch adds an @issue(123)@ macro which has options similar to the @link_to_issue@ helper method, giving users maximum control over the level of detail when linking to issues. <pre> {{issue(123)}} -- Issue #123: Enhance macro capabilities {{issue(123, project=true)}} -- Andromeda - Issue #123:Enhance macro capabilities {{issue(123, tracker=false)}} -- #123: Enhance macro capabilities {{issue(123, subject=false, project=true)}} -- Andromeda - Issue #123 </pre> This is somewhat related to #29488
- Patch #29488 (Closed): ##123 syntax for linking to issues with tracker name and subject
- @##12@ will render: "Bug !#12":/issues/12: Can't Save Changes to Project We rec ... eature, and amend the wiki syntax help files.
- Feature #29482 (Closed): Query system for Projects page
- The attached patch adds the existing query system (from issues and time entries) to the projects page, inc ... ecause the patch implements multiple related issues - More filters and columns can be added, b ... all as possible. Any feedback is welcome.
- Feature #29473 (Closed): Submit a form with Ctrl+Enter / Command+Return
- While editing issue, Ctrl+Enter should invoke "Submit" While creating new issue Ctrl+Enter should invoke "Create"
- Feature #29470 (Reopened): Possibility to mark tracker as "Subtask only"
- There are some types of trackers (like "Story ... ed, new item can be created only as a Subtask
- Defect #29461 (New): Receiving E-Mails via IM ... if "truncate after these lines is configured"
- We have configured our redmine to receive tic ... also the problem of tickets: #5594 and #8093
- Patch #29459 (Closed): Add admin flag to users API
- Currently, it is not possible to distinguish ... thout the permission to see the admin status.
- Defect #29454 (Closed): Error 500 while creating new issue
- Hi, I'm sorry to ask for some help but it is quite strange. Today creating new issue get an error 500. Updating issue is working correctly ... Here is the final line of production.log <pre> Processing by IssuesController#create as HTML Parameters: {"u ... 9e6xYbw==", "form_update_triggered_by"=>"", "issue"=>{"is_private"=>"0", "tracker_id"=>"7", "su ... rity_id"=>"2", "assigned_to_id"=>"", "parent_issue_id"=>"", "start_date"=>"2018-08-29", "due_da ... imated_hours"=>"", "done_ratio"=>"0", "deals_issue_attributes"=>{"deal_id"=>""}}, "was_default_ ... ter_create' for nil:NilClass): app/models/issue.rb:210:in `create_or_update' app/controllers/...