Commit Graph

  • 8cc3e1a5ac Fix N+1 query in Wiki history page by preloading the author of each Wiki content version (#42933). Go MAEDA 2025-06-29 04:55:22 +00:00
  • 928f57073e Ensures that @Redmine::PluginLoader.load@ is executed before @Doorkeeper.configure@ in order to properly load plugin permissions (#24808). Marius Balteanu 2025-06-25 05:36:13 +00:00
  • dc21eab18c Merged r23841 from trunk to 5.0-stable (#42875). Go MAEDA 2025-06-21 06:14:01 +00:00
  • dfdd5c5bff Merged r23841 from trunk to 5.1-stable (#42875). Go MAEDA 2025-06-21 06:12:31 +00:00
  • 44c4eb1cc6 Merged r23841 from trunk to 6.0-stable (#42875). Go MAEDA 2025-06-21 06:11:21 +00:00
  • 068a2868ae Fix RuboCop Lint/AmbiguousRange (#41884). Go MAEDA 2025-06-18 02:46:27 +00:00
  • a4a32179f6 Fix "Page not found" error when saving workflows with many statuses on Rack >= 3.1.14 (#42875). Go MAEDA 2025-06-18 01:57:58 +00:00
  • 9186b8e64d Replaces webrick server used in @OauthProviderSystemTest@ with puma (#24808). Marius Balteanu 2025-06-16 21:32:45 +00:00
  • eb1fcac5e4 Improve text assertion (#24808). Marius Balteanu 2025-06-16 21:21:24 +00:00
  • 826460c9bc Update locales (#24808). Marius Balteanu 2025-06-12 07:10:53 +00:00
  • 2d3b3b939e Add OAuth2 provider capability using doorkeeper gem (#24808). Marius Balteanu 2025-06-12 07:09:03 +00:00
  • e56d84b632 Reverts r23835 due to wrong issue ID (#40856). Marius Balteanu 2025-06-12 07:05:01 +00:00
  • ebdd1a40f4 Add OAuth2 provider capability using doorkeeper gem (#40856). Marius Balteanu 2025-06-11 20:30:44 +00:00
  • 4c1f84f21e Merge r23829 from trunk to 5.1-stable (#42815). Marius Balteanu 2025-06-11 20:10:36 +00:00
  • e2e9924f0f Merge r23829 from trunk to 6.0-stable (#42815). Marius Balteanu 2025-06-11 20:10:26 +00:00
  • a753219219 Merge r23831 from trunk to 6.0-stable (#42807). Marius Balteanu 2025-06-11 20:09:20 +00:00
  • 99e21aa46d Removes border top from progress bar in issues list (#42807). Marius Balteanu 2025-06-11 20:08:57 +00:00
  • 53da670334 Removes custom backend @Redmine::I18n::Backend@ (#42859): * move custom logic to get the available locales by looking at translation file names to @config.i18n.available_locales@ option. * remove unnecessary fallback include which does the same thing as @config.i18n.fallbacks = true@. * include custom pluralization rules as Rails suggests. Marius Balteanu 2025-06-11 20:07:28 +00:00
  • 300d342488 Fix limit available locales to those defined by Redmine itself (#42815). Marius Balteanu 2025-06-11 19:48:18 +00:00
  • 5a198c9057 Add missing migration for #40588 that keeps the @wiki_tablesort_enabled@ setting unchanged for existing installations. Marius Balteanu 2025-06-11 19:45:39 +00:00
  • 17ee16dd8e Merge r23819 from trunk to 6.0-stable (#42797). Marius Balteanu 2025-06-11 19:18:33 +00:00
  • 774d58d326 Update Rubocop Rails to 2.32 (#42044). Go MAEDA 2025-06-08 07:47:02 +00:00
  • 76a53dafe8 Update RuboCop to 1.76 (#41884). Go MAEDA 2025-06-08 02:23:01 +00:00
  • 40ab48325e Replace nil check using ternary operator with safe navigation operator when accessing hashes (#41884). Go MAEDA 2025-06-08 02:12:29 +00:00
  • bb6b8e1e43 Fix RuboCop Style/RedundantArrayFlatten (#41884). Go MAEDA 2025-06-07 07:42:07 +00:00
  • ddd7beecf1 Fix RuboCop Lint/UselessOr (#41884). Go MAEDA 2025-06-06 09:13:25 +00:00
  • 8c10cf3f30 Fix render_flash_messages method to ignore non-string flash values and prevent errors (#42073). Go MAEDA 2025-06-06 06:34:26 +00:00
  • 6824ee98f4 Adjust margin around icons in project list descriptions (#42818). Go MAEDA 2025-06-05 03:56:02 +00:00
  • 1b6bbbe4a4 Fix loading and waiting icons overlap filename when attaching files (#42797). Marius Balteanu 2025-06-04 06:25:05 +00:00
  • 98e00d7fa8 Merged r23816 from trunk to 6.0-stable (#42786). Go MAEDA 2025-06-04 04:51:35 +00:00
  • a14120b9c2 Merged r23815 from trunk to 6.0-stable (#42773). Go MAEDA 2025-06-03 07:42:35 +00:00
  • 200eced469 "Clear" button for custom queries has incorrect styling inside the flyout menu (#42786). Go MAEDA 2025-06-03 07:37:41 +00:00
  • bcfd80917e Fix unintended top/bottom margin in rows of project and issue lists (#42773). Go MAEDA 2025-06-03 07:17:01 +00:00
  • 3aecd67e36 Replaces custom CSS rules with the @style: filled@ parameter to render the thumbs up icon as filled (#42630). Marius Balteanu 2025-06-01 21:01:21 +00:00
  • feb751843e Set default for "Javascript based table sorting in wiki content" to disabled for new installations (#40588). Marius Balteanu 2025-06-01 20:41:16 +00:00
  • 86f1676742 Reverts r23811 (#31531). Marius Balteanu 2025-06-01 20:32:31 +00:00
  • 3d8002febf Change quote note icon to quotation marks (#31531). Marius Balteanu 2025-06-01 20:28:50 +00:00
  • d911e0d0fd Fix system test failure in reactions_test.rb caused by r23809 (#31531). Go MAEDA 2025-06-01 02:02:19 +00:00
  • 7645774634 Change quote note icon to quotation marks (#31531). Marius Balteanu 2025-05-30 20:04:46 +00:00
  • 1545119ff0 Fix anchor-linked content being hidden behind sticky issue header and project jump in responsive UI (#42684, #42774). Go MAEDA 2025-05-30 06:33:59 +00:00
  • 1acedd1cbc Bulgarian translation update (#42787). Go MAEDA 2025-05-30 06:16:40 +00:00
  • 4a309a8f5b Merged r23805 from trunk to 6.0-stable (#42773). Go MAEDA 2025-05-28 08:01:39 +00:00
  • 5798bee95d Fix unintended extra spacing in project list board view caused by r23801 (#42773). Go MAEDA 2025-05-28 08:00:24 +00:00
  • 75741db352 Merged r23802 from trunk to 6.0-stable (#42332). Go MAEDA 2025-05-27 23:39:24 +00:00
  • 5eb637bd26 Japanese translation update (#42485). Go MAEDA 2025-05-27 03:08:01 +00:00
  • 9beb9d9c5c "Edit this section" button is missing for headings rendered as multiline HTML (#42332). Go MAEDA 2025-05-27 01:55:37 +00:00
  • 1b7645aa63 Merged r23800 from trunk to 6.0-stable (#42773). Go MAEDA 2025-05-27 01:16:07 +00:00
  • 2c9699ece1 Padding in the Preview tab is larger than in the actual rendered content (#42773). Go MAEDA 2025-05-26 07:28:35 +00:00
  • 54928663a8 Fix anchor-linked content being hidden behind the sticky issue header (#42684, #42774). Go MAEDA 2025-05-26 07:15:12 +00:00
  • 6ec1bb67be Use Ruby 3.2 to run system tests on CI on 5.1-stable (#42770, #42688). Marius Balteanu 2025-05-25 07:40:32 +00:00
  • ff6c0bd184 Use Ruby 3.3 to run system tests on CI on 6.0-stable (#42770, #42688). Marius Balteanu 2025-05-25 07:39:49 +00:00
  • 3090bf6906 Adds icons to commonmark alerts (#42603). Marius Balteanu 2025-05-24 21:29:21 +00:00
  • fc0a1b7ff2 Merged r23792 and r23793 from trunk to 5.1-stable (#42688). Marius Balteanu 2025-05-24 21:22:04 +00:00
  • bf3ab5d07b Merged r23792 and r23793 from trunk to 6.0-stable (#42688). Marius Balteanu 2025-05-24 21:21:27 +00:00
  • c3460f5936 Simplify artifact name (#42688). Marius Balteanu 2025-05-24 20:57:25 +00:00
  • 27bcb1e5d1 Extract system tests to separate job that runs only on SQLite3 and the latest stable Ruby (#42688). Marius Balteanu 2025-05-24 20:56:23 +00:00
  • a20c60e64d Update net-imap gem version constraint to '~> 0.2.5' in 5.0-stable (#42662). Go MAEDA 2025-05-24 00:46:52 +00:00
  • 64feb31c9d Merged r23789 from trunk to 6.0-stable (#42754). Go MAEDA 2025-05-24 00:39:11 +00:00
  • 88bedb2d12 Swedish translation update for 6.0-stable (#42754). Go MAEDA 2025-05-23 08:10:33 +00:00
  • 79083ed64a Merged r23783 from trunk to 6.0-stable (#42739). Go MAEDA 2025-05-23 07:35:22 +00:00
  • 3c2b7d0e2e Merged r23784 from trunk to 5.0-stable (#42756). Go MAEDA 2025-05-23 06:36:07 +00:00
  • 02ca3d86f2 Merged r23784 from trunk to 5.1-stable (#42756). Go MAEDA 2025-05-23 06:01:50 +00:00
  • 38a5790752 Merged r23784 from trunk to 6.0-stable (#42756). Go MAEDA 2025-05-23 05:49:00 +00:00
  • bc12a74a5c Update tests for rails-dom-testing 2.3.0 whitespace collapsing (#42756). Go MAEDA 2025-05-23 05:44:05 +00:00
  • 704d224b3e Persian translate update for 6.0-stable (#42739). Go MAEDA 2025-05-22 22:23:55 +00:00
  • 41d1057cb2 Japanese translation update (#42738). Go MAEDA 2025-05-17 09:20:39 +00:00
  • 8d1ad3f239 Allow reactions on journals with property changes only (#42630). Go MAEDA 2025-05-17 08:46:25 +00:00
  • 4b42d68842 Avoid adding "%" suffix in CSV export for Progress Bar custom fields to prevent import errors (#42335, #42706). Go MAEDA 2025-05-17 02:02:04 +00:00
  • 70f61b1b70 Traditional Chinese translation update (#42730). Go MAEDA 2025-05-16 07:17:05 +00:00
  • 48f09a5d87 Improve reaction button style to better highlight existing reactions (#42630): Go MAEDA 2025-05-16 02:57:04 +00:00
  • 7c74e8e1aa Backported r23762 to 5.1-stable (#42688). Marius Balteanu 2025-05-15 20:14:12 +00:00
  • f18ed7729d Merge r23762 from trunk to 6.0-stable (#42688). Marius Balteanu 2025-05-15 20:04:44 +00:00
  • 319724fed4 Restrict copy button scope to .wiki pre tags (#29214, #42697). Go MAEDA 2025-05-15 05:59:52 +00:00
  • fd4244ee25 Update locales (#42623). Go MAEDA 2025-05-15 05:51:26 +00:00
  • 69efd0b48e Merge r23770 from trunk to 5.1-stable (#42422). Marius Balteanu 2025-05-15 05:49:07 +00:00
  • 9df1eab9a0 Merge r23770 from trunk to 6.0-stable (#42422). Marius Balteanu 2025-05-15 05:48:59 +00:00
  • 9b6424c2f0 Bulgarian translation update (#42713). Go MAEDA 2025-05-15 05:45:28 +00:00
  • 6f31d4fb87 Fixes wrong change added in r23761 (#42422). Marius Balteanu 2025-05-15 05:28:27 +00:00
  • d2a9223c4a Improve method and variable naming for clarity and consistency (#42630). Go MAEDA 2025-05-15 05:09:17 +00:00
  • e7703a0170 Show reaction counts and user names only for reactions visible to the logged-in user (#42630). Go MAEDA 2025-05-15 05:01:54 +00:00
  • 66e2d1a9a9 Adds Initials to the list of default gratavar options (#42623). Marius Balteanu 2025-05-14 19:41:04 +00:00
  • fd4ba2abbf Merge r23761 from trunk to 5.1-stable (#42422). Marius Balteanu 2025-05-14 19:00:37 +00:00
  • c4529ed497 Merge r23761 from trunk to 6.0-stable (#42422). Marius Balteanu 2025-05-14 19:00:23 +00:00
  • 76590c2b5e Adds wiki syntax help for commonmark alerts (#42603). Marius Balteanu 2025-05-14 18:31:36 +00:00
  • 3ca91c63a4 Adjust spacing in rendered commonmark alerts (#42603). Marius Balteanu 2025-05-14 17:48:30 +00:00
  • ef579e198a Run system tests on GitHub CI (#42688). Marius Balteanu 2025-05-14 17:39:24 +00:00
  • e78e1e29fd Use Capybara's @assert_current_path@ in "log_user" steps to wait for page in ApplicationSystemTestCase (#42422). Marius Balteanu 2025-05-14 17:36:11 +00:00
  • 218a6a3d06 Merged r23756 from trunk to 5.1-stable (#42687). Go MAEDA 2025-05-12 09:43:04 +00:00
  • 056f641470 Backport r23051 from trunk to 5.1-stable (#42687). Go MAEDA 2025-05-12 09:29:36 +00:00
  • 9c0e37a026 Merged r23756 from trunk to 6.0-stable (#42687). Go MAEDA 2025-05-12 09:11:58 +00:00
  • fdf78e9e14 Update locales (#42630). Go MAEDA 2025-05-11 23:32:35 +00:00
  • 9232726b95 Fix random failures in several system tests with Chrome 133 and later (#42687). Go MAEDA 2025-05-11 11:03:09 +00:00
  • 403c10091f Introduce reactions feature (so-called "like button") to issues, notes, news, and forums (#42630). Go MAEDA 2025-05-11 07:59:16 +00:00
  • b650804fe9 Mention Trilogy adapter in config/database.yml.example (#42675). Go MAEDA 2025-05-10 07:32:56 +00:00
  • 6b06d5b171 Add support for Trilogy adapter (#42675). Go MAEDA 2025-05-10 07:28:36 +00:00
  • 1b9698df2c Add a sticky issue header to issue page (#42684). Go MAEDA 2025-05-10 01:00:13 +00:00
  • bb52c65232 Merged r23748 from trunk to 6.0-stable (#42558). Go MAEDA 2025-05-07 23:40:08 +00:00
  • b408b59d99 Optimize Gantt chart rendering by reducing version-related queries (#42663). Go MAEDA 2025-05-07 06:54:08 +00:00
  • 3c0faad370 Optimize the rendering of versions on the roadmap by preloading the email addresses of issue assignees (#42682). Go MAEDA 2025-05-07 04:39:24 +00:00
  • 2a6bfbd184 Update RBPDF to 1.21.4 to fix missing JPEG images in exported PDF files when using mini_magick >= 5.0 (#42558). Go MAEDA 2025-05-07 03:02:02 +00:00