Project

General

Profile

Search

Results (12430)

Feature #34287 (New): Use searchable project selectbox in issue create/update form
We have a large amount of projects, an selecting a project in issue form is very difficult. My idea is to use the same "searchable selectbox" from header in the issue form. 2020-11-19 12:56
Defect #34284 (New): In Role edit view the per tracker table only shows up when "View Issues" permission is selected
In the Role edit view there is a table with " ... d the individual trackers for rows and "View Issue", "Add Issue", "Edit Issue",.. for columns. This allows limiting of ... e mentioned above is only visible when "View Issues" is granted to a role even though the setti ... and in fact seems to be used when just "Add Issues" or "Edit Issues" are granted (users are suddenly able to create issues in all trackers even though our 'main' role ... d to a tracker using it, not just when "View Issues" is granted. 2020-11-18 12:01
Defect #34283 (New): Text in code / preformatted blocks renders incorrrectly in Issue List
Code / preformatted text within (for example) the Description renders correctly on the Issue Detail screen, but not when the Description field is displayed on the Issue list screen. Problem occurs with both Markdo ... llowing will be incorrectly displayed in the Issue List on one line: <pre> line 1 Inden ... re> A screenshot of how it renders in my Issue List is attached. The first example looks li ... nguage_change 0.1.0 redmine_wiki_lists 0.0.9 2020-11-18 10:23
Defect #34280 (Closed): How to optimize or de ... takes 30 seconds for me to create an issure.
For example, creating an issue, modifying the content of an issue... and so on, it seems that writing SQL acti ... vant experience, please help me, thank you. 2020-11-18 04:23
Defect #34278 (Closed): Atom feed for user does not work
I am able to access the Atom feed using: http ... ke sense that I can't see it from a feed. 2020-11-18 00:24
Defect #34276 (New): Atom feeds of Issue lists don't respect the sort order
When viewing lists of issues there are options to view the list as "Atom ... m feed. For my test instance with just a few Issues, the Atom list is always in descending orde ... 1.0 redmine_wiki_lists 0.0.9 2020-11-17 22:51
Feature #34258 (Closed): Create tracker by copy
When there are many custom fields or projects ... to copy a role is already exists (#9258). 2020-11-14 09:14
Defect #34247 (Closed): Web browser freezes when displaying workflow page with a large number of issue statuses
Hello, I have a Remidne 4.1 installation with about 100 issue statuses. When I visit workflow edit page ... llation. Once the sistem is up, I created issue statuses by following these steps: <pre> ... uction irb(main):001:0> (1..100).each { |i| IssueStatus.create(name: "issue status: #{i}") } </pre> And then visit t ... ine plugins: no plugin installed </pre> 2020-11-11 09:04
Defect #34235 (Closed): Losing data due to unsupported characters
Occasionally I will write a long issue and when I submit I get an error page and my ... er the text, but I am obliged to start a new issue and recreate all the other fields). This ... om other sources, Today this line caused the issue: Curve Line thickness scaled to absorbanc ... , so it may depend on database character set] 2020-11-08 15:37
Defect #34234 (Closed): Use Setting.host_name instead of Setting.app_title as TOTP issuer to avoid name collision with other instances or apps
Currently, Redmine's two-factor authentication uses @Setting.app_title@ for TOTP issuer. However, it causes problems under certain ... ine-2. This is because the exactly same TOTP issuer ("Redmine") and account ("jsmith") is used ... ame@ instead of @Setting.app_title@ for TOTP issuer string. Most admins set the appropriate val ... stances. GitLab also uses host name for TOTP issuer string. <pre><code class="diff"> diff - ... otp ||= ROTP::TOTP.new(@user.twofa_totp_key, issuer: Setting.app_title) + @totp ||= ROTP::TOTP.new(@user.twofa_totp_key, issuer: Setting.host_name) end end end </code></pre> 2020-11-08 14:13
Defect #34233 (Closed): otpauth uri should include a login id, not an email address
Currently, the otpauth uri generated by redmi ... not an email address but a login id. The issue can be fixed with the following patch. <p ... ef init_pairing_view_variables </code></pre> 2020-11-08 08:55
Defect #34221 (Closed): Multiple roles for one user override ticket editing permissions
I’ve created a user (Testuser) and assigned t ... with the settings made for Role B. This issue is probably linked to #13360 The system ... .1 SQLite Database no plugins installed 2020-11-04 16:56
Defect #34219 (Closed): The text inside the wiki section does not wrap - css
Hello, this issue regards the web interface. A long text with no spaces inside the description section of the issue overflows the yellow box. This css behavior ... ding to add endline characters to it. Ciao 2020-11-04 10:39
Defect #34214 (Closed): Can't verify CSRF token authenticity
Hi, I'm embeeding a Redmine page inside a Sh ... Redmine plugins: nuova_issue 0.0.2 redmine_add_ldap ... .0 view_customize 2.5.0 2020-11-02 18:47
Defect #34212 (Closed): Time Entries POST doesn't work in JSON format
h1. Environment fairly stock Redmine 4.1.1 ... e a first redmine project # create a simple issue # allow API access # try to POST to /time_ ... entry> <project_id>1</project_id> <issue_id>1</issue_id> <user_id>1</user_id> <hours>2. ... /json <pre> { "project_id":"1", "issue_id":"1", "user_id":"1", "hours":"2 ... /json <pre> { "project_id":"1", "issue_id":"1", "user_id":"1", "hours":2. ... create a time entry using JSON-based REST API 2020-11-02 15:26
Defect #34210 (New): Group results by Priority is showing disturbed UI
I'm currently using Redmine version: "3.3.3" and I have been facing an issue while using the "Group results by" feature w ... epeating. I'm attaching a snapshot of the issue. 2020-11-02 08:19
Defect #34208 (Closed): Account is not activating on local host
Your account was created and is now pending administrator approval. 2020-11-02 06:44
Defect #34194 (Closed): Tags plugin does not work in Dockerized Redmine
Hi, I'm running Redmine 4.1.1 as a Docker ... ettings page, I get a page error. Also every issue page I try to view gets the same error page, ... ee full trace by running task with --trace) 2020-10-29 16:10
Defect #34185 (Closed): Trackers of subprojects are not displayed in the Issue summary page
The tracker box in the Issue summary page (projects/:id/issues/report, projects/:id/issues/report/tracker) shows the trackers used only for that project. I think if "Display subprojects issues on main projects by default" setting is ena ... y trackers that are used only in subprojects. 2020-10-29 07:45
Defect #34178 (Closed): no redirect after login
I am seeing issues with redirects after login. When I go to an issue URL while logged out I expect to be redirected to the issue after logging in. I'm seeing this on. Steps to reproduce: log out go to /issues/12345 I get redirected to /https://XXX/log ... get redirected to /my/page expecting to be /issues/12345 newest Version of Chrome/Firefox ... 0.7 redmine_xapian 2.0.2 Thanks, Marco 2020-10-28 11:03
Defect #34176 (New): Empty page reponses on Redmine 3.4.5.stable
Hi Guys, We are experiencing an issue where Redmine response with no response "white page" in browser when trying access issue pages. This is completely random issue. It happens on random pages. Normally ref ... new tab load the page normally. Any know issues with this version. We are using Bitnami sta ... 1.3.0 redmine_hide_estimated_hours 1.0.9 2020-10-27 18:10
Defect #34175 (New): Creating mutliple attachments at the same time results in 422s
Updating an issue with multiple uploads (attachments POSTed to ... rojects/redmine/wiki/Rest_api#Attaching-files 2020-10-27 17:40
Defect #34167 (Closed): when i put if conditi ... te any field the if condition field lost data
<pre><code class="javascript"> $(document).o ... ny field the condition field(note) lost data 2020-10-25 23:10
Defect #34165 (Closed): RuboCop warns Layout/ ... ideHashLiteralBraces due to r20189 and r20190
RuboCops displays huge numbers of warnings in ... ected, 1092 offenses auto-correctable </pre> 2020-10-25 04:10
Defect #34151 (Closed): Description Field is mandatory but not marked an such
2020-10-22 07:56
(1426-1450/12430)