Commit Graph

8990 Commits

Author SHA1 Message Date
Go MAEDA
bf2e86da80 Show 'text-plain' icon for Markdown and Textile files (#43805).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24412 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-14 08:50:04 +00:00
Go MAEDA
34a7812b71 Add file-type icons for audio, image, and video media types (#43805).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24411 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-14 08:48:10 +00:00
Go MAEDA
0b48e10367 Use logical CSS property in CommonMark help examples for RTL support (#43822).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24410 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-14 08:36:46 +00:00
Go MAEDA
2d72d76f6f Remove unused CSS rule: body.controller-issues h2.inline-flex (#43823).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24409 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-14 08:33:21 +00:00
Go MAEDA
d454acbceb Improve usability and visual appearance by increasing page-side spacing (#43824).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24408 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-14 08:31:14 +00:00
Marius Balteanu
d7d3b6ac9b Simplify code (#43745).
git-svn-id: https://svn.redmine.org/redmine/trunk@24407 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-12 02:52:52 +00:00
Marius Balteanu
8bf7f09112 Refactors parse_hires_images and parse_inline_attachments methods from ApplicationHelper to scrubbers (#43745).
git-svn-id: https://svn.redmine.org/redmine/trunk@24406 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-12 02:52:28 +00:00
Go MAEDA
ea918839f8 Avoid using non-reserved domain names in Wiki syntax helps (#43802).
git-svn-id: https://svn.redmine.org/redmine/trunk@24405 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-10 08:00:10 +00:00
Go MAEDA
2dee4a95ab Rename IconsHelper#mype_type_icon to file_type_icon (#43797).
git-svn-id: https://svn.redmine.org/redmine/trunk@24403 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-09 03:34:21 +00:00
Go MAEDA
1c08b5b7a1 Update attachments list to show file-type icons instead of clip icons (#43797).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24402 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-09 02:46:13 +00:00
Go MAEDA
b69a9397c6 Change IconsHelper#icon_for_mime_type to accept raw MIME types instead of CSS class names (#43797).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24401 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-02-09 02:42:21 +00:00
Go MAEDA
2d04b34b85 Update calendar today styling to blue date indicator (#43728).
Patch by Mizuki ISHIKAWA (user:ishikawa999).


git-svn-id: https://svn.redmine.org/redmine/trunk@24392 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-31 07:54:11 +00:00
Marius Balteanu
b4115e3434 Serialize address limit checks during email_addresses#create (#43668).
Patch by Holger Just (user:hjust).


git-svn-id: https://svn.redmine.org/redmine/trunk@24387 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-30 02:12:55 +00:00
Go MAEDA
f4eae3be77 Force LTR layout for Gantt table in RTL locales (#43678).
Some Gantt features (column resizing, relation lines, progress line) do not work correctly in RTL yet. As a workaround, Gantt is always rendered in LTR even when the current locale is RTL.

Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24385 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-29 07:42:05 +00:00
Go MAEDA
3a23ddac1f Update Gantt collapse/expand handler to use CSS logical properties (#43678).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24384 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-29 07:36:07 +00:00
Go MAEDA
d11ba8e3d7 Replace hard-coded left, border-left, and top CSS properties with logical properties in Gantt (#43678).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24383 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-29 07:34:28 +00:00
Go MAEDA
15c3877fee Replace physical CSS properties with logical ones in gantt.css for better RTL support (#43678).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24382 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-29 07:27:32 +00:00
Go MAEDA
a324737008 Fix missing -- prefix on Open Color variables (#43256).
git-svn-id: https://svn.redmine.org/redmine/trunk@24381 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-29 04:48:27 +00:00
Go MAEDA
cee2a01eaa Issue beginning/ending arrows should be flipped in RTL calendars (#43718).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24377 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-27 00:36:01 +00:00
Go MAEDA
0329dbd6ba Arrow buttons for Available/Selected columns are misleading in the issues query form on RTL layouts (#43714).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24376 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-27 00:32:46 +00:00
Go MAEDA
56a8b5a13a Project selector does not indent subprojects in RTL layout (#43715).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24375 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-26 23:55:37 +00:00
Go MAEDA
399c347119 Replace physical CSS properties with logical ones in Classic theme for better RTL support (#43700).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24374 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-26 14:01:52 +00:00
Go MAEDA
c57c883588 Replace physical CSS properties with logical ones in Alternate theme for better RTL support (#43700).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24373 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-26 13:57:42 +00:00
Marius Balteanu
1dfd165cbd Improve search filter in LDAP authentication (#43692).
git-svn-id: https://svn.redmine.org/redmine/trunk@24366 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-25 15:26:25 +00:00
Marius Balteanu
da5245ea06 Add stimulus clipboard_controller and render copy button on the backend using copypre_scrubber (#43643).
Patch by Takashi Kato (user:tohosaku).



git-svn-id: https://svn.redmine.org/redmine/trunk@24360 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-23 16:14:04 +00:00
Marius Balteanu
acf0f9019e Support Loofah for textile (#43643):
* Add TablesortScrubber to both CommonMark and Textile Formatters. It will now be determined on the server-side whether to use tablesort.
* Migrate tablesort to Stimulus controller.
* Update tablesort to v5.7.0.
* Switch tablesort to ESM.

Patch by Takashi Kato (user:tohosaku).



git-svn-id: https://svn.redmine.org/redmine/trunk@24357 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-23 16:05:42 +00:00
Go MAEDA
8a305ec99c Fix race condition in addInlineAttachmentMarkup causing cursor movement before async image markup insertion (#43662).
Patch by Yasu Saku (user:skys).


git-svn-id: https://svn.redmine.org/redmine/trunk@24352 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-23 02:47:13 +00:00
Go MAEDA
9a710dc313 Replace physical CSS properties with logical ones in wiki_syntax_detailed.css for better RTL support (#43700).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24351 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-23 01:41:09 +00:00
Go MAEDA
2d9278bd5a Replace physical CSS properties with logical ones in wiki_syntax.css for better RTL support (#43700).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24350 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-23 01:40:22 +00:00
Go MAEDA
ec65b34b5b Replace physical CSS properties with logical ones in responsive.css for better RTL support (#43700).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24349 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-23 01:39:29 +00:00
Go MAEDA
8c9b145b2b Replace physical CSS properties with logical ones in scm.css for better RTL support (#43700).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24348 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-23 01:37:43 +00:00
Go MAEDA
dd59aeecac Replace physical CSS properties with logical ones in jstoolbar.css for better RTL support (#43700).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24347 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-23 01:36:18 +00:00
Go MAEDA
9987268436 Replace physical CSS properties with logical ones in application.css for better RTL support (#43700).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24346 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-23 01:34:43 +00:00
Marius Balteanu
87f7660289 Sanitize query filter name row (#43694).
git-svn-id: https://svn.redmine.org/redmine/trunk@24343 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-22 18:33:04 +00:00
Marius Balteanu
587fd2fbc6 Sanitize name in user auto complete (#43691).
git-svn-id: https://svn.redmine.org/redmine/trunk@24342 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-22 18:12:19 +00:00
Marius Balteanu
a76b0d6c19 Updates help pages (#43631).
git-svn-id: https://svn.redmine.org/redmine/trunk@24340 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-22 07:37:33 +00:00
Go MAEDA
16b3cff40f Remove unused styles for #tab-content-modules (#43686).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24333 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-19 09:18:00 +00:00
Go MAEDA
f99c9117b2 Remove unused styles for div.attachments p (#43685).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24332 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-19 09:16:15 +00:00
Go MAEDA
4e2a5e959e Remove unused styles for span.add_attachment a (#43684).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24331 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-19 09:13:21 +00:00
Go MAEDA
dde02f3b99 Remove context_menu_rtl.css by integrating it into context_menu.css using logical properties (#43515).
git-svn-id: https://svn.redmine.org/redmine/trunk@24330 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-19 07:56:18 +00:00
Go MAEDA
0d75b3ec60 Removes deprecated CSS styles related to the legacy icons from context_menu.css (#43206).
git-svn-id: https://svn.redmine.org/redmine/trunk@24329 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-19 07:09:09 +00:00
Go MAEDA
445c2c82b1 Remove rtl.css (#43515).
All RTL styles from rtl.css have been integrated into application.css.


git-svn-id: https://svn.redmine.org/redmine/trunk@24328 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-17 05:57:47 +00:00
Go MAEDA
661b05d9f3 Integrate miscellaneous RTL styles from rtl.css into application.css using logical properties (#43515).
git-svn-id: https://svn.redmine.org/redmine/trunk@24327 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-17 05:34:51 +00:00
Go MAEDA
b5dbfb9763 Integrate tabular forms RTL styles from rtl.css into application.css using logical properties (#43515).
git-svn-id: https://svn.redmine.org/redmine/trunk@24326 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-17 04:41:56 +00:00
Go MAEDA
298c629f9f Move Gantt chart RTL styles from rtl.css to gantt.css (#43515).
git-svn-id: https://svn.redmine.org/redmine/trunk@24325 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-16 09:29:32 +00:00
Go MAEDA
26845a8b9e Integrate tables RTL styles from rtl.css into application.css using logical properties (#43515).
git-svn-id: https://svn.redmine.org/redmine/trunk@24324 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-16 08:32:29 +00:00
Go MAEDA
c6b108180b "Add filter" dropdown in query form appears on the wrong side in RTL layout (#43675).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24323 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-16 03:42:32 +00:00
Go MAEDA
59be28e351 Add chevron-left-idnt icon (#43672).
git-svn-id: https://svn.redmine.org/redmine/trunk@24322 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-16 03:40:24 +00:00
Go MAEDA
191e94441e Fix misplaced indent icons for subtasks and subprojects in list tables in RTL layout (#43672).
Patch by Go MAEDA (user:maeda).


git-svn-id: https://svn.redmine.org/redmine/trunk@24321 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-16 03:38:16 +00:00
Go MAEDA
406689753a Unintended global ol styling in changeset CSS (#43674).
git-svn-id: https://svn.redmine.org/redmine/trunk@24320 e93f8b46-1217-0410-a6f0-8f06a7374b81
2026-01-16 03:32:35 +00:00