1
0
Fork 0
forked from NYANDEV/forgejo
forgejo/web_src/js
wxiaoguang 9296c31ff7
Fix incorrect URL for "Reference in New Issue" ()
Gitea prefers to use relative URLs in code (to make multiple domain work
for some users)

So it needs to use `toAbsoluteUrl` to generate a full URL when click
"Reference in New Issues"

And add some comments in the test code
2024-01-07 10:50:03 +00:00
..
components Add global setting how timestamps should be rendered () 2024-01-02 09:25:30 +08:00
features Fix incorrect URL for "Reference in New Issue" () 2024-01-07 10:50:03 +00:00
markup Change katex limits () 2023-10-29 01:52:02 +00:00
modules Polyfill SubmitEvent for PaleMoon () 2023-12-15 07:26:36 +08:00
render Use vitest globals () 2023-09-27 04:37:13 +00:00
standalone Add toasts to UI () 2023-06-27 02:45:24 +00:00
test Replace 'userxx' with 'orgxx' in all test files when the user type is org () 2023-09-14 02:59:53 +00:00
utils Polyfill SubmitEvent for PaleMoon () 2023-12-15 07:26:36 +08:00
vendor Vendor jquery.are-you-sure with strict mode fixes () 2023-09-06 00:02:44 +00:00
webcomponents Polyfill SubmitEvent for PaleMoon () 2023-12-15 07:26:36 +08:00
bootstrap.js Remove joinPaths function () 2023-08-31 02:46:44 +00:00
index.js Hide archived labels by default from the suggestions when assigning labels for an issue () 2023-10-17 16:10:45 +02:00
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations () 2020-04-18 18:46:29 -04:00
svg.js Replace ajax with fetch, improve image diff () 2023-10-11 12:34:21 +00:00
svg.test.js Use vitest globals () 2023-09-27 04:37:13 +00:00
utils.js Replace ajax with fetch, improve image diff () 2023-10-11 12:34:21 +00:00
utils.test.js Use vitest globals () 2023-09-27 04:37:13 +00:00