Commit Graph

  • f6db14c733 Fix RuboCop offense Performance/RedundantEqualityComparisonBlock (#39111). Go MAEDA 2024-01-26 08:02:50 +00:00
  • 71620e9048 Fix failing test by ignoring the directories that start with a dot (#39111). Marius Balteanu 2024-01-26 02:52:57 +00:00
  • 8d26675083 Removes debug code added in r22638 (#39111). Marius Balteanu 2024-01-26 02:42:09 +00:00
  • 9b271611f7 Fixes multiple RuboCop offenses (#39111). Marius Balteanu 2024-01-26 02:39:47 +00:00
  • c88bcfbbee Adds debug code to investigate test fail on CI (#39111). Marius Balteanu 2024-01-26 02:20:39 +00:00
  • 1e71db421a Adds user status to users list API (#38948). Marius Balteanu 2024-01-25 16:40:13 +00:00
  • 479c54bf1d Include @auth_source@ in /users/:id API response if auth_source is requested (include=auth_source) and request is made by an administrator (#23307). Marius Balteanu 2024-01-25 16:13:08 +00:00
  • 5676499ceb Remove deprecated @status=@ param used to get all users. @status=*@ should be used now. (#40124). Marius Balteanu 2024-01-25 15:38:39 +00:00
  • 8e24d336ca Merged r22633 from trunk to 5.1-stable (#40099). Marius Balteanu 2024-01-25 15:32:57 +00:00
  • 7ad46f7e04 Adds deprecation warning when an empty status param (status=) is used to get all users from API (#40099). Marius Balteanu 2024-01-25 15:31:49 +00:00
  • 6e584774c4 Merged r22623, r22624 and r22625 from trunk to 5.1-stable (#40099). Marius Balteanu 2024-01-25 12:57:08 +00:00
  • fcad042ed3 Fixes javascript file name by removing ujs reference (#39111). Marius Balteanu 2024-01-25 07:32:22 +00:00
  • 63b89a254c Removes @redmine:plugins:assets@ task which is no longer needed after asset pipeline implementation (#39111). Marius Balteanu 2024-01-25 05:45:31 +00:00
  • 308e1c522f Remove hardcoded version of rails-ujs and include the one provided by the asset pipeline (#39111). Marius Balteanu 2024-01-25 05:44:07 +00:00
  • 88a8234513 Fix tests after asset pipeline implementation (#39111). Marius Balteanu 2024-01-25 05:41:50 +00:00
  • e07452e921 Remove code that is no longer needed as a result of asset pipeline implementation (#39111). Marius Balteanu 2024-01-25 05:40:45 +00:00
  • c99bb27e27 Add Propshaft library to enable the asset pipeline without modifying existing assets (#39111). Marius Balteanu 2024-01-25 05:38:33 +00:00
  • f803778cde Restores API compatibility to legacy status when status param is sent blank (@status=@) and it should return all users (#40099). Marius Balteanu 2024-01-25 05:10:51 +00:00
  • 60adf42c08 Enable "any" and "none" operators for status filter in User listing (#40099). Marius Balteanu 2024-01-25 05:08:12 +00:00
  • c196f4e2b9 Add test cases for @status=*@, @status=@ and @status=|1|3@ (#40099). Marius Balteanu 2024-01-25 04:58:00 +00:00
  • 63391766a9 Remove unnecessary use of instance variables in CSV and Atom response handlers (#32985). Go MAEDA 2024-01-24 02:49:38 +00:00
  • 84c1558be3 Fix RuboCop offense Layout/EmptyLinesAroundModuleBody (#38975). Go MAEDA 2024-01-24 02:32:44 +00:00
  • 8a0bbe3d1d Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#38975). Go MAEDA 2024-01-24 02:29:55 +00:00
  • 13aeb797cf Use ApplicationRecord instead of ActiveRecord::Base (#38975). Marius Balteanu 2024-01-23 11:52:38 +00:00
  • 28061fbcdb Use @image_url@ for @favicon_url@ (#40087). Marius Balteanu 2024-01-23 01:23:29 +00:00
  • 2cd7198dc8 Reverts r22439 (#35189). Marius Balteanu 2024-01-23 01:17:25 +00:00
  • c517664985 Reverts r22438 (#35189). Marius Balteanu 2024-01-23 01:05:38 +00:00
  • 6ea1fd551d Remove backported Rack::RewindableInput.size method due to Rack 3.0 migration (#36320). Go MAEDA 2024-01-21 03:58:09 +00:00
  • a004863ce8 Update RuboCop to 1.60 (#39887). Go MAEDA 2024-01-18 01:43:51 +00:00
  • f9f183a4c9 Regenerate .rubocop_todo.yml (#39887). Go MAEDA 2024-01-18 01:36:46 +00:00
  • c452f00763 Fix RuboCop offense Style/ArgumentsForwarding (#39887). Go MAEDA 2024-01-18 01:31:55 +00:00
  • 77ec59cd50 Update csv, net-imap, and net-smtp gems to the same versions shipped with Ruby 3.3.0 (#39761). Go MAEDA 2024-01-17 03:00:03 +00:00
  • e749ac5136 Fix query columns selection in custom query form (#39806). Marius Balteanu 2024-01-17 00:50:02 +00:00
  • 6f4357b0a7 Add Ruby 3.3 to supported Ruby versions (#39761). Go MAEDA 2024-01-17 00:19:03 +00:00
  • dc1f6002a0 Fix query columns selection in time tracking settings page from admin (#39806). Marius Balteanu 2024-01-16 16:48:39 +00:00
  • bf129f0387 Indentation fixes (#39806). Marius Balteanu 2024-01-16 16:47:17 +00:00
  • c33bad5031 Fix query columns selection in admin and my page (#39806). Marius Balteanu 2024-01-16 16:35:00 +00:00
  • 5b77092be4 Replace regular expression matches with String#start_with? / end_with? (#40010). Go MAEDA 2024-01-11 11:27:25 +00:00
  • b57a3a187c Remove copyright headers from tribute.css file (#37730). Marius Balteanu 2024-01-11 08:13:17 +00:00
  • f09d991991 Shorten copyright headers for JS files (#37730). Marius Balteanu 2024-01-11 06:37:49 +00:00
  • bdec8a3a24 Shorten copyright headers for JS toolbar files (#37730). Marius Balteanu 2024-01-11 06:36:47 +00:00
  • 277b79f9f5 Shorten copyright headers for css files (#37730). Marius Balteanu 2024-01-11 06:32:08 +00:00
  • c83c6a6750 Remove wrong copyright headers from acts_as_tree plugin (#37730). Marius Balteanu 2024-01-11 06:22:37 +00:00
  • 6b82aef321 Switch default backend of ActiveSupport::XmlMini from rexml to Nokogiri (#37258). Marius Balteanu 2024-01-11 06:16:17 +00:00
  • 9f3ca1e753 Refactor file extension removal in Theme#assets to use File.basename instead of delete_suffix (#40008). Go MAEDA 2024-01-08 01:39:27 +00:00
  • fc26af7136 Refactor CustomFieldsControllerTest#custom_field_classes (#40008). Go MAEDA 2024-01-08 01:14:31 +00:00
  • 52a55f407b Replace String#sub with delete_prefix / delete_suffix (#40008). Go MAEDA 2024-01-08 01:04:37 +00:00
  • 4d3fc7f89e Japanese translation update (#40003). Go MAEDA 2024-01-04 09:57:35 +00:00
  • 0be4013919 Support localized decimal separators for float values in PDF export (#22024). Go MAEDA 2024-01-04 07:04:00 +00:00
  • f7d2f9f00b Support localized decimal separators for hours in the web UI (#21677). Go MAEDA 2024-01-04 07:01:09 +00:00
  • 1ab44859fe Support localized decimal separators for float values (#22024). Go MAEDA 2024-01-04 06:55:14 +00:00
  • 82fc543ea1 Fix RuboCop offense Style/TrailingCommaInArguments introduced in r22584 (#39999). Go MAEDA 2024-01-04 02:10:13 +00:00
  • 02fbe55855 Optimize Project#notified_users to improve issue create/update speed (#23328). Go MAEDA 2024-01-04 01:23:25 +00:00
  • 70bd44395d Optimize gantt chart rendering for issues without subtasks (#40000). Go MAEDA 2024-01-03 12:14:04 +00:00
  • 9dc0bfa9bf Merged r22583 from trunk to 5.0-stable (#39991). Go MAEDA 2024-01-03 07:36:05 +00:00
  • d42887b579 Merged r22583 from trunk to 5.1-stable (#39991). Go MAEDA 2024-01-03 07:34:06 +00:00
  • bcf7044104 Merge r22584 from trunk to 5.0-stable (#39999). Marius Balteanu 2024-01-03 01:21:13 +00:00
  • 8b0a4fb197 Merge r22584 from trunk to 5.1-stable (#39999). Marius Balteanu 2024-01-03 01:20:47 +00:00
  • fe9fd97f6d Explicitly render a 404 on non-JS requests to messages#quote (#39999). Marius Balteanu 2024-01-03 01:19:25 +00:00
  • 73477b41eb Fix "any" operator for text filters to exclude empty text values (#39991). Go MAEDA 2024-01-02 00:41:00 +00:00
  • 06f9567415 Optimize loading of journals, relations, and allowed_statuses in IssuesController#show for API requests (#39993). Go MAEDA 2024-01-01 11:28:48 +00:00
  • ccee193f38 Cache the result of Journal#attachments (#39847). Go MAEDA 2023-12-31 02:02:31 +00:00
  • a6509d658b Optimize repository menu visibility check (#39835). Go MAEDA 2023-12-30 04:47:38 +00:00
  • 87e7283ac0 Update SQLite3 gem to 1.7 (#39985). Go MAEDA 2023-12-30 04:29:11 +00:00
  • 03a0e0e6bf Remove specific platform constraints for database adapter gems (#39971). Go MAEDA 2023-12-30 04:13:36 +00:00
  • 13028b913b Extend "contains" operator in "Parent task" filter to support multiple issue IDs (#39805). Go MAEDA 2023-12-29 08:24:43 +00:00
  • f02e2c088b Update Nokogiri to 1.16.0 (#39972). Go MAEDA 2023-12-29 08:05:25 +00:00
  • 3c692009c9 Optimize query models by replacing map with pluck (#39837). Go MAEDA 2023-12-29 08:00:23 +00:00
  • 5eccab9295 Improves filter rendering on narrow screens by replacing the layout tables with a flex layout. (#39806). Marius Balteanu 2023-12-28 04:16:49 +00:00
  • dde4d143d1 Merged r22561 from trunk to 5.1-stable (#39932). Go MAEDA 2023-12-28 00:15:43 +00:00
  • c13d597209 Optimize Issue#relations method to improve performance by fetching both relations_from and relations_to using a single database query (#39840). Go MAEDA 2023-12-28 00:10:34 +00:00
  • 9632aa870a Merge r22569 from trunk to 5.0-stable (#39862). Marius Balteanu 2023-12-27 15:43:33 +00:00
  • da54738e91 Merge r22569 from trunk to 5.1-stable (#39862). Marius Balteanu 2023-12-27 15:43:12 +00:00
  • a6a02971b1 Fixes exception in @acts_as_attachable@ when running on Ruby 2.7 (#39862). Marius Balteanu 2023-12-27 15:40:08 +00:00
  • 8e1319f54e Optimize IssueCategory SQL queries when showing an issue (#39849). Go MAEDA 2023-12-27 09:31:20 +00:00
  • fa85583c96 Optimize users visibility check (#39857). Go MAEDA 2023-12-27 08:07:22 +00:00
  • c11f213e40 Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) introduced in r22551 (#39862). Go MAEDA 2023-12-27 06:07:22 +00:00
  • 4383e0fbbc Fix RuboCop offense Style/HashSyntax (Don't mix styles in the same hash) introduced in r22563 (#39747, #36320). Go MAEDA 2023-12-27 06:02:22 +00:00
  • 9b247230f7 Fix RuboCop offense Layout/EmptyLinesAroundClassBody introduced in r22562 (#39747, #36320). Go MAEDA 2023-12-27 01:17:28 +00:00
  • a9b7f12900 Fixes that diff of a javascript file in repository module is not displayed with layout in Rails 7.1 (#39747, #36320). Marius Balteanu 2023-12-26 15:47:43 +00:00
  • 5a5c621f43 Add system test for #39747. Marius Balteanu 2023-12-26 15:43:25 +00:00
  • c6389210ec Incorrect position of "Edited" mark in issue notes with h4 headings (#39932). Go MAEDA 2023-12-26 08:57:48 +00:00
  • f3d8e69810 Traditional Chinese translation update (#39941). Go MAEDA 2023-12-26 08:33:20 +00:00
  • 297f249371 Merged r22544 from trunk to 5.0-stable (#39801). Go MAEDA 2023-12-25 09:40:45 +00:00
  • 7f45076752 Merged r22544 from trunk to 5.1-stable (#39801). Go MAEDA 2023-12-25 09:39:42 +00:00
  • f5c5573610 Updates number of subversion filechanges in @test_fetch_changesets_from_scratch@ (#39747, #36320). Marius Balteanu 2023-12-25 01:57:24 +00:00
  • 1197615189 Updates number of subversion revisions in @test/unit/repository_subversion_test.rb@ (#39747, #36320). Marius Balteanu 2023-12-24 16:44:56 +00:00
  • 5ec6d763a8 Updates subversion repository fixture with test data for #39747 (#39747, #36320). Marius Balteanu 2023-12-24 16:39:17 +00:00
  • a3a29caa63 Add missing change for #39862 to 5.1-stable. Marius Balteanu 2023-12-22 02:33:15 +00:00
  • 5df44ab302 Backport r22551 from trunk to 5.0-stable (#39862). Marius Balteanu 2023-12-22 02:25:17 +00:00
  • 73ffd58bfa Merge r22551 from trunk to 5.1-stable (#39862). Marius Balteanu 2023-12-22 02:13:32 +00:00
  • c17b42509b Fixes attachments functionality for (custom) plugins broken since fix for CVE-2022-44030 by adding a dynamic routing constraint which can be modified by plugins (#39862). Marius Balteanu 2023-12-22 02:08:53 +00:00
  • cb10b529cb Update locales (#39879). Marius Balteanu 2023-12-22 02:03:18 +00:00
  • 2634d43c8c Fix hardcoded string "auto" on user preferences page (#39879). Marius Balteanu 2023-12-22 01:58:28 +00:00
  • d05d732080 Merge r22546 from trunk to 5.0-stable (#39884). Marius Balteanu 2023-12-22 01:48:13 +00:00
  • 002187d8b6 Merge r22546 from trunk to 5.1-stable (#39884). Marius Balteanu 2023-12-22 01:47:51 +00:00
  • 1f7f1a2db7 Allow consecutive footnote references inTextile (#39884). Marius Balteanu 2023-12-22 01:44:02 +00:00
  • 081d6c3713 Fix improper error highlighting for description field in issue form (#39795). Go MAEDA 2023-12-22 00:33:13 +00:00
  • dbd6db7272 Fix typo in Russian translation of text_status_no_workflow (#39801). Go MAEDA 2023-12-22 00:13:08 +00:00
  • c465537881 Merged r22542 from trunk to 5.1-stable (#39865). Go MAEDA 2023-12-22 00:07:56 +00:00