Project

General

Profile

Search

Results (12479)

Defect #29268 (New): Can't include attachments or relations with Issues API
Hello, When I make an API call to get all th ... relations, it doesn't work. I use: <pre> /issues.json?tracker_id=XXX&include=relations </pre> I just have the content of the issues, as if I didn't put "&include=relations" However, it works when I call <pre> /issues/[number of issue].json?include=relations,attachments </pre> It seems to have a problem fetching issues with includes and parameters. Here is th ... : 3.4.2 stable Thanks for the help. César 2018-07-25 04:57
Patch #29263 (New): Move issue attributes to their own section in issue page
I would like to move the issue attributes to their own section in issue page from the following reasons: # to implement a collapse/expand feature (#29034) # to make the issue page more structured and more easily to read ... the future more improvements, like a sticky issue bar Before: !{width:50%; border: 1px so ... width:50%; border: 1px solid grey;}after.png! 2018-07-23 23:11
Defect #29259 (Closed): Attachment preview do ... r some source files such as JavaScript and Go
Redmine *squanders* the capabilities of CodeR ... w.redmine.org/plugins/redmine_more_code]] 2018-07-22 20:16
Feature #29254 (Closed): Start date and due date in issue email notification
2018-07-20 21:23
Defect #29247 (Closed): Textile phrase modifiers break wiki macros
*redcloth.rb*, Redmine's textile interpreter, ... y styles (boldface, underline, italic, etc.) 2018-07-18 16:28
Patch #29245 (New): Gender neutralized child/parent adjectives for some latin languages
From github I was kindly suggest to open the issue here too to be addressed properly, not only ... https://github.com/redmine/redmine/pull/107#issuecomment-405448103 Pull request and files are ... e link. Thanks for your work, redmine rocks! 2018-07-17 16:26
Defect #29242 (Closed): Issues - HTML5/CSS "Duration"
Parent issue: #29235 Even after "uninstalling" the red ... gins section or modules section... Thanks. 2018-07-16 15:40
Defect #29237 (Closed): Issue - HTML/CSS Problem on Redmine 3.3.1
Hi, I've recently installed Redmine 3.3.1 on ... nd I think I have found a bug regarding the "issues" page. As you can see from the screenshots ... dmine. I also looked at the file ./app/views/issues/show.html.erb and compared it with previous ... redmine_image_clipboard_paste 3.3.0 redmine_issues_summary_graph 0.0.9 redmine_landing_page 0 ... 9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux 2018-07-13 18:06
Defect #29235 (Closed): Issue -
Hi, I've recently installed Redmine 3.3.1 on ... nd I think I have found a bug regarding the "issues" page. As you can see from the screenshots ... mine. I also looked at the file _./app/views/issues/show.html.erb_ and compared it with previou ... mine_image_clipboard_paste 3.3.0 redmine_issues_summary_graph 0.0.9 redmine_landing_pa ... 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux 2018-07-13 16:43
Defect #29226 (Closed): Email delivery error: ... ss denied , there is an invalid email address
For example: In a project , members :user1,u ... poor English, any one get what I mean? >.<! 2018-07-12 12:08
Feature #29225 (New): Add role condition to << my projects >> filter
"<< my projects >>" can filter issues which belongs to projects where I joined as ... electing a role from the dropdown can filter issues by projects that I joined as the specific role. 2018-07-12 10:08
Feature #29219 (New): Configure email truncation per tracker or project
It would be great if email truncation could be configured per project or tracker. This issue is somehow related to #26415 as the main con ... rding emails or complete email threads to an issue. Right now I have to choose for the whole sy ... onversation along. Keep up the great work! 2018-07-10 16:55
Defect #29215 (Closed): Fixture is missing for IssuesTest#test_create_issue_with_new_target_version
After a db:reset, the test_create_issue_with_new_target_version system test fails with the following error: Error: IssuesTest#test_create_issue_with_new_target_version: Capybara::ElementN ... ink or button "New version" test/system/issues_test.rb:161:in `block (2 levels) in test_create_issue_with_new_target_version' test/system/issues_test.rb:158:in `block in test_create_issue_with_new_target_version' test/system/issues_test.rb:157:in `test_create_issue_with_new_target_version' The "New version ... by 2.4.3p205 Rails 5.1.6 svn revision 17440 2018-07-10 05:27
Feature #29214 (Closed): Button to copy `pre` code block content to the clipboard
It would be very nice if we have a little but ... s to use other place. This should work on issues and wikis. 2018-07-09 18:58
Defect #29209 (Closed): Long text custom fiel ... longer than 64KB if backend database is MySQL
Redmine raises internal server error if a use ... ields and the backend database is MySQL. Issue descriptions and journal notes can be larger ... ields also should accept text exceeding 64KB. 2018-07-09 02:09
Feature #29203 (New): Add a button all/none to add watchers
It would be nice to be able to add/remove all the watchers on an issue. 2018-07-06 10:35
Defect #29202 (Closed): [wishlist] improve HTTPS security of redmine.org
https://redmine.org TLS config is suboptimal ... quick to tune it to get to at least C grade. 2018-07-05 19:06
Defect #29195 (New): Regular expression for L ... rmatted custom fields does not work multiline
When using custom fields with format *Long te ... lobal. Using our case as example for this issue: We want to validate a field named *Steps ... 1. Start the application 2. . Observe the issue </pre> The template by itself without modification by the issue reporter should not validate. A valid exampl ... to "Help" 3. Click "About" 4. Observe the issue </pre> However, Redmine only validates t ... ld *Environments:* We can confirm this issue in both our current production environment a ... tabase adapter Mysql2 </pre> 2018-07-05 06:31
Defect #29191 (Closed): Cannot set no_notification option when receiving emails via IMAP or POP3
I'm refering to this documentation about rece ... on" for IMAP fetching? Best Regards Erich 2018-07-04 14:50
Feature #29187 (New): Add image to a wiki page who's attached to another wiki page
The idea : Use this code @!attachment#8796 ... s can be useful to not upload the same image. 2018-07-04 11:50
Patch #29185 (New): Add my_page to the application menu
This patch makes the following two changes * ... atch makes it easier to move from My Page to issues and activities. !my_page.png! 2018-07-04 10:30
Patch #29184 (New): Add home to the application menu
This patch makes the following two changes ・ ... een By applying this change you can check issues and activities as soon as you login. !home.png! 2018-07-04 10:16
Feature #29181 (Closed): Edit fields in the grid
Hi, I wanted to propose that somehow edit the fields of the issues in the grid be implemented. It would be a ... fields and grant extra features. Thank you. 2018-07-03 13:57
Defect #29172 (Closed): Markdown: External links broken
h2. Scenario * Open issue description / wiki / project description * ... ink](http://www.redmine.org/projects/redmine/issues?utf8=✓&set_filter=1&f%5B%5D=status_id&op%5B ... ink](http://www.redmine.org/projects/redmine/issues?utf8=✓) h2. Ivestigation http://www.r ... _with_safe_scheme?(link)* makes links work. 2018-07-02 22:24
Patch #29171 (Closed): Add an index to improve the performance of issue queries involving custom fields
On our Redmine installation, we have around 100000+ issues with lots of custom fields. I ran into a bottleneck were some Issue Queries where very very slow when requesting ... loading times much faster for those complex issue queries (From 60+ seconds down to 5 seconds, ... ized_custom_field" end end </code></pre> 2018-07-02 19:39
(2526-2550/12479)