Commit Graph

  • 127331d58f Adds Tamil translations for CommonMark wiki syntax help files (#39751). Marius Balteanu 2024-02-26 22:06:27 +00:00
  • 3c8e8e1876 Adds Tamil translations for CommonMark wiki syntax help files (#39751). Marius Balteanu 2024-02-26 22:04:16 +00:00
  • dd2f80bd24 Fixes error in autocomplete (@ActionController::BadRequest (Invalid query parameters: invalid %-encoding (%)@) (#40237). Marius Balteanu 2024-02-26 21:32:54 +00:00
  • 0c31799517 Subprojects checkbox should be shown in Activity and Roadmap sidebars only if the project has visible descendants (#39995). Marius Balteanu 2024-02-26 21:14:47 +00:00
  • b055a93e5b Merged r22737 from 5.1-stable to 5.0-stable (#40319). Marius Balteanu 2024-02-26 20:32:05 +00:00
  • 7436830e6a Updates Rails to 6.1.7.7 (#40319). Marius Balteanu 2024-02-26 20:28:30 +00:00
  • 16504df934 Reverts r22656 until Rails 7.1.4 is released (#36320). Marius Balteanu 2024-02-26 06:17:08 +00:00
  • ad68941fa5 Merge r22734 from trunk to 5.1-stable (#40239). Marius Balteanu 2024-02-26 06:14:48 +00:00
  • 89e1d165a9 Adds @:user_preference@ fixture to @Redmine::ApiTest::IssuesTest@ (#40239). Marius Balteanu 2024-02-25 23:22:02 +00:00
  • 7ad881aeb4 Use @assert_select@ to assert text from h1 element of wiki syntax pages (#39111, #40137). Marius Balteanu 2024-02-25 21:42:51 +00:00
  • eef8f625c8 Adds route for code highlighting languages page (#39111, #40137). Marius Balteanu 2024-02-25 21:41:14 +00:00
  • 0d9700268a Add tests for @HelpController@ (#39111, #40137). Marius Balteanu 2024-02-25 20:53:52 +00:00
  • e002d26e55 Add tests for @/help/wiki_syntax@ route (#39111, #40137). Marius Balteanu 2024-02-25 20:12:27 +00:00
  • 259a394513 Deletes @Redmine::WikiFormatting::CommonMark::HelperTest@ tests that are no longer required after wiki syntax help files refactor (#39111, #40137). Marius Balteanu 2024-02-21 06:36:06 +00:00
  • 381124b03e Cleanup empty directories (#39111, #40137). Marius Balteanu 2024-02-19 21:37:48 +00:00
  • c557cbfaa2 Replaces static link to detailed version with the new route (#39111, #40137). Marius Balteanu 2024-02-19 21:28:05 +00:00
  • f664f9152b Replaces static img tag from wiki syntax help files with @image_tag@ (#39111, #40137). Marius Balteanu 2024-02-19 21:09:59 +00:00
  • d335dc5a3c Includes CSS files from the asset pipeline (#39111, #40137). Marius Balteanu 2024-02-19 21:03:45 +00:00
  • a46ed1aa71 Cleanup wiki syntax files by moving inline style for img border to CSS (#39111, #40137). Marius Balteanu 2024-02-19 21:02:39 +00:00
  • 9490154ec5 Adds erb extension to all wiki syntax help files (#39111, #40137). Marius Balteanu 2024-02-19 21:00:46 +00:00
  • 4607e90b43 Updates JS toolbar help button to use the new route (#39111, #40137). Marius Balteanu 2024-02-19 20:58:13 +00:00
  • 56f3a4dac3 * Remove languages from wiki syntax help files that are identical with en language. * Fall back to the english help page if there is none for the current language. Marius Balteanu 2024-02-19 20:54:01 +00:00
  • e80a8bd877 Reorganize all the wiki syntax help files per text formatter (@markdown@, @common_mark@ and @textile@) (#39111, #40137). Marius Balteanu 2024-02-19 20:51:34 +00:00
  • 74a691de19 * Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to serve wiki syntax help files. * Moves all wiki syntax help files to @app/views/help@ and CSS files to asset pipeline. Marius Balteanu 2024-02-19 20:41:41 +00:00
  • ec77fe4e3a Reverts r22717 (#39111, #40137). Marius Balteanu 2024-02-19 20:28:15 +00:00
  • 609cc9221e * Moves all wiki syntax files from @public/help@ to @app/views/help/wiki_syntax@. * Adds route to serve wiki syntax help files. * Moves wiki syntax CSS files to asset pipeline. Marius Balteanu 2024-02-19 20:24:33 +00:00
  • 2ead468f5b Add svn:ignore property on new themes directory (#39111). Marius Balteanu 2024-02-18 19:39:08 +00:00
  • 2c778ac935 Merged r22714 from trunk to 5.1-stable (#40240). Go MAEDA 2024-02-15 12:47:59 +00:00
  • 00786eb7a3 Catalan translation update for 5.1-stable (#40240). Go MAEDA 2024-02-15 12:22:22 +00:00
  • e8c373e559 Remove an empty file (#40190). Go MAEDA 2024-02-14 01:48:05 +00:00
  • 4df8e5f7f1 Update .gitignore with the new location for themes directory (#39111). Marius Balteanu 2024-02-13 23:26:33 +00:00
  • f1f3f86c60 Updates UPGRADING doc to include the new themes directory location from [redmine_root] (#39111). Marius Balteanu 2024-02-13 23:23:00 +00:00
  • b010054d69 Replaces @URI.parse@ with @Addressable::URI.parse(url)@ to enhance robustness of @validate_back_url@ (#31831). Marius Balteanu 2024-02-13 23:17:09 +00:00
  • 353ac52d47 Stop appending the utf8 checkmark parameter to form URLs (#40190). Marius Balteanu 2024-02-13 23:13:49 +00:00
  • 9155b777e6 Custom themes are now loaded from "/themes" directory from project root. The themes provided by Redmine (alternate and classic) remains in "app/assets/themes" (#39111). Marius Balteanu 2024-02-13 23:11:28 +00:00
  • 17a0ec4c9a Fix ThemesTest may fail if a third-party theme having theme.js is installed (#40205). Marius Balteanu 2024-02-13 22:58:30 +00:00
  • f486091b24 Fix one more failing test related to favicon after r22692 (#39111). Marius Balteanu 2024-02-13 22:54:36 +00:00
  • 437e46aa45 Fix failing tests related to favicon in themes after r22692 (#39111). Marius Balteanu 2024-02-13 22:14:34 +00:00
  • d896a2d546 Fix failing tests related to favicon after r22692 (#39111). Marius Balteanu 2024-02-13 21:55:57 +00:00
  • 854d19cc9f Add informative default welcome text for new installations (#33638). Go MAEDA 2024-02-12 06:58:41 +00:00
  • 32cf059bfe Remove appveyor.yml (#40211). Marius Balteanu 2024-02-10 10:32:44 +00:00
  • f59ac49dea Remove overrides that inserts a non-breaking space (nbsp) to empty option elements (#40210). Marius Balteanu 2024-02-10 10:28:35 +00:00
  • 4feb4e5584 Merged r22698 from trunk to 5.0-stable (#40208). Go MAEDA 2024-02-09 04:51:05 +00:00
  • da79bdae45 Merged r22698 from trunk to 5.1-stable (#40208). Go MAEDA 2024-02-09 04:49:33 +00:00
  • 759bececdd Fix robots.txt route to enforce .txt format (#40208). Go MAEDA 2024-02-09 04:46:13 +00:00
  • b61ee85e4d Principal.not_member_of scope does not accept ActiveRecord::Relation (#28243). Go MAEDA 2024-02-08 00:57:07 +00:00
  • 34f1c52e23 Move public assets (images, javascripts, stylesheets, themes) to app/assets (#39111). Marius Balteanu 2024-02-07 20:55:00 +00:00
  • 0fa0848521 Reverts r22694 (#39111). Marius Balteanu 2024-02-07 20:48:26 +00:00
  • 9b540ae8af Move public assets (images, javascripts, stylesheets, themes) to app/assets (#39111). Marius Balteanu 2024-02-07 20:44:44 +00:00
  • e46cf51650 Replaces @public/plugin_assets@ with @public/assets@ in installation docs (#39111). Marius Balteanu 2024-02-07 20:42:50 +00:00
  • a0035ba52a Includes favicon in assets pipeline (#39111). Marius Balteanu 2024-02-07 20:41:23 +00:00
  • 2f79441332 Removes configuration flag example related to @redmine:plugins:assets@ (#40204, #39111). Marius Balteanu 2024-02-07 19:55:42 +00:00
  • 4bc3365524 Removes @redmine:plugins:assets@ from @redmine:plugins@ task (#40204). Marius Balteanu 2024-02-07 19:53:58 +00:00
  • e647689517 Merged r22684 from trunk to 5.0-stable (#40193). Go MAEDA 2024-02-07 13:59:35 +00:00
  • 1dc51f1198 Merged r22684 from trunk to 5.1-stable (#40193). Go MAEDA 2024-02-07 13:58:51 +00:00
  • 746085357f Merged r22682 from trunk to 5.0-stable (#39780). Go MAEDA 2024-02-07 13:56:29 +00:00
  • f65b10d810 Merged r22682 from trunk to 5.1-stable (#39780). Go MAEDA 2024-02-07 13:55:25 +00:00
  • cb6a1ec9ea Raise the maximum length of the title element in the Atom feed from 100 to 300 characters (#34025). Go MAEDA 2024-02-07 04:27:01 +00:00
  • ba2c48717d Fix performance issue with email address auto-linking in the default ("none") formatter (#40193). Go MAEDA 2024-02-07 01:27:10 +00:00
  • 4451e753a7 Fix RuboCop offense Layout/EmptyLineAfterGuardClause (#38155). Go MAEDA 2024-02-07 00:59:58 +00:00
  • 555357e394 Fix cutoff of user select element in activity sidebar when displaying long user names (#39780). Go MAEDA 2024-02-06 09:13:36 +00:00
  • 61e223f698 Fix RuntimeError on reload! in the Rails console (#38155). Go MAEDA 2024-02-05 13:39:02 +00:00
  • 609ddf2577 Remove trailing whitespaces from test/unit/lib/redmine/unified_diff_test.rb (#31507). Go MAEDA 2024-02-05 07:55:34 +00:00
  • 04992e0c0f Ensure tests remain robust against trailing whitespace removal (#31507). Go MAEDA 2024-02-05 07:53:11 +00:00
  • 929b2f2cdb Hungarian translation update (#33413). Go MAEDA 2024-02-04 13:33:27 +00:00
  • 756a03f095 Merged r22675 and r22676 from trunk to 5.1-stable (#40166). Go MAEDA 2024-02-03 09:03:22 +00:00
  • ca64a92f1a Add spaces around the slash for consistency and better readability (#40166). Go MAEDA 2024-02-03 08:59:26 +00:00
  • 5d324bdd45 Internationalize "Check all / Uncheck all" tooltip in project list for admins (#40166). Go MAEDA 2024-02-03 08:57:06 +00:00
  • dcae77a006 Merged r22670 from trunk to 5.0-stable (#39802). Go MAEDA 2024-02-03 00:52:22 +00:00
  • fefcb32dea Merged r22670 from trunk to 5.1-stable (#39802). Go MAEDA 2024-02-03 00:51:09 +00:00
  • 8f5570ab78 Revert r22671 due to incorrect issue number (#35192). Go MAEDA 2024-02-03 00:48:43 +00:00
  • 057a988283 Merged r22670 from trunk to 5.1-stable (#35192). Go MAEDA 2024-02-03 00:41:22 +00:00
  • 120be1bfa4 Fix click event handling in mobile view after closing flyout menu (#39802). Go MAEDA 2024-02-02 00:54:48 +00:00
  • 164153e819 Optimize queries visibility check (#39852). Go MAEDA 2024-02-01 12:33:50 +00:00
  • 5c492560b5 Fix RuboCop offense Layout/SpaceAroundBlockParameters (#23307). Go MAEDA 2024-02-01 11:45:48 +00:00
  • 4517a4684e Add support for IDN (internationalized domain name) email addresses in user accounts (#29208). Go MAEDA 2024-02-01 08:46:41 +00:00
  • c1fa75386c Include auth_source in /users API response if request includes auth_source (#23307). Marius Balteanu 2024-01-31 03:24:44 +00:00
  • b971a49c3e Update activerecord-sqlserver-adapter to 7.1 (#40148, #36320). Go MAEDA 2024-01-30 03:35:12 +00:00
  • ed0644d151 Fix ScmData.binary? method not to consider UTF-8 text as binary (#40020). Go MAEDA 2024-01-30 01:41:38 +00:00
  • 2829ba6c57 Extraneous whitespace when selecting and copying issue number on Chrome/Windows (#37390). Go MAEDA 2024-01-29 07:36:54 +00:00
  • 897c957a16 Use absolute URL (propshaft default format) for images in application.css from classic theme (#39111). Marius Balteanu 2024-01-29 01:28:00 +00:00
  • d871f35105 Import application.css in themes using absolute url (#39111). Marius Balteanu 2024-01-29 01:21:51 +00:00
  • 28455bc4dc Use absolute URL (propshaft default format) for images in application.css (#39111). Marius Balteanu 2024-01-29 01:16:06 +00:00
  • 76e9139aac Use absolute URL (propshaft default format) for images in rtl and scm css files (#39111). Marius Balteanu 2024-01-29 01:11:56 +00:00
  • bb49949eb7 Use absolute URL (propshaft default format) for images in jstoolbar.css (#39111). Marius Balteanu 2024-01-29 01:05:28 +00:00
  • 3aa12a2e5d Ensure url in context_menu css files is absolute (#39111). Marius Balteanu 2024-01-29 01:03:17 +00:00
  • f7184cc976 Update Rails to 7.1.3 (#36320). Go MAEDA 2024-01-28 07:32:53 +00:00
  • 28619db82d Drop FastCGI support (#40092). Go MAEDA 2024-01-28 00:59:35 +00:00
  • 8716ce1cc3 Set TargetRubyVersion of RuboCop to 3.0 (#38585). Go MAEDA 2024-01-27 06:23:38 +00:00
  • 005a2578cf Fix RuboCop offense Style/ArgumentsForwarding (#38585). Go MAEDA 2024-01-27 06:18:38 +00:00
  • fca8cf6c0f Fix RuboCop offense Style/RedundantFreeze (#38585). Go MAEDA 2024-01-27 06:06:29 +00:00
  • ae971404cc Fix RuboCop offense Lint/RedundantDirGlobSort (#38585). Go MAEDA 2024-01-27 06:01:10 +00:00
  • bac1e2213a Fix RuboCop offense "Lint/Syntax: invalid escape character syntax" (#38585). Go MAEDA 2024-01-27 05:43:11 +00:00
  • f3021e67ad Use images generated by the asset pipeline in context_menu CSS files (#39111). Marius Balteanu 2024-01-27 03:55:12 +00:00
  • f54defe80c Drop Ruby 2.7 support (#38585). Go MAEDA 2024-01-27 02:20:50 +00:00
  • 4b1b6ce1db Fix RuboCop offense Layout/SpaceAfterComma (#40099). Go MAEDA 2024-01-27 01:47:10 +00:00
  • 7c1d3b6740 Fix RuboCop offense Layout/EmptyLineAfterMagicComment (#39111). Go MAEDA 2024-01-27 01:44:09 +00:00
  • 352decdb1e Fix RuboCop offense Style/BlockDelimiters, Layout/MultilineBlockLayout, and Layout/BlockEndNewline (#39111). Go MAEDA 2024-01-27 01:41:44 +00:00
  • a547662ad0 Fix RuboCop offense Style/MapToHash (#39111). Go MAEDA 2024-01-26 08:29:59 +00:00
  • 14e35236ad Fix RuboCop offense Style/ReturnNilInPredicateMethodDefinition (#39111). Go MAEDA 2024-01-26 08:19:24 +00:00