Changesets: MantisBT

master a9a1f35e

2025-02-21 08:36

raspopov

Committer: dregad


Details Diff
Remove extra event namespace

The leftover after merging code snippets.
mod - js/ace.min.js Diff File
mod - js/ace.js Diff File

master 14af5ca4

2025-02-20 10:42

raspopov

Committer: dregad


Details Diff
Restore included pages functionality

- Restored working of top_include_page and bottom_include_page options.
- Restored generation of EVENT_LAYOUT_PAGE_HEADER event.
- Added dynamic footer resizing.

The top_include_page file is included within the navbar element, which
is fixed at the top of the page; the bottom_include_page file is
included within an existing footer or as a footer itself (on login
pages), which is also fixed at the bottom of the page. Because of this,
the include template must contain, for example, a “div” element with a
solid background.
mod - js/ace.min.js Diff File
mod - js/ace.js Diff File
mod - css/ace.css Diff File
mod - css/ace.min.css Diff File
mod - css/ace-skins.min.css Diff File
mod - css/ace-skins.css Diff File
mod - core/layout_api.php Diff File
mod - core/html_api.php Diff File

master 75f74f8a

2025-02-20 07:08

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_belarusian_tarask.txt Diff File
mod - lang/strings_ukrainian.txt Diff File

master-2.27 d419f607

2025-02-19 10:01

raspopov


Details Diff
Restore the ordering of the page content elements

During the design of the new functions, the nesting order of the
"page-content" and "row" `div` elements was reversed. This can show up
in the appearance of unnecessary scroll bars.
mod - core/layout_api.php Diff File

master-2.27 c44a7c36

2025-02-19 09:54

raspopov


Details Diff
Revert accidentally removed "user-scalable=0"

Nu Html Checker only shows a viewport warning about "maximum-scale=1.0".

The missing "user-scalable=0" will "un-fix" the MantisBT navbar on
smartphones.
mod - core/layout_api.php Diff File

master 6d322671

2025-02-17 11:49

raspopov

Committer: dregad


Details Diff
Fix generation of incorrect absolute URL

A wrong `if` in the print_menu().

Add HtmlApiTest.

Fixes 0035322
Affected Issues
0035322
mod - core/html_api.php Diff File
add - tests/Mantis/HtmlApiTest.php Diff File

master-2.27 aeaf1e1d

2025-02-17 11:49

raspopov

Committer: dregad


Details Diff
Fix generation of incorrect absolute URL

A wrong `if` in the print_menu().

Add HtmlApiTest.

Fixes 0035322

Cherry picked from commit f8b1bc9738017ed5833ea9f501704ae40a25e76f,
without the new HtmlAPiTest.php unit test, which leverage namespacing
that is only present in the master branch.

Signed-off-by: Damien Regad <dregad@mantisbt.org>
Affected Issues
0035322
mod - core/html_api.php Diff File
add - tests/Mantis/HtmlApiTest.php Diff File

master-2.27 ca39eaad

2025-02-17 11:27

raspopov


Details Diff
Fix HTML error in manage_tags_page.php

Fix HTML issue reported by Nu Html Checker:

- Error: Start tag `fieldset` seen in table
mod - manage_tags_page.php Diff File

master-2.27 14953b12

2025-02-17 11:23

raspopov


Details Diff
Fix HTML errors in manage_proj_page.php

Fix HTML issues reported by Nu Html Checker:

- Error: End tag `td` seen, but there were open elements
- Error: Unclosed element `div`
mod - manage_proj_page.php Diff File

master-2.27 3acb0461

2025-02-17 10:56

raspopov


Details Diff
Fix HTML error in themanage_proj_edit_page.php

Fix HTML issue reported by Nu Html Checker:

- Error: Start tag `fieldset` seen in table.
- Error: Table column 5 established by element `th` has no cells
beginning in it
- Error: " in an unquoted attribute value.
- Warning: A table row was 7 columns wide, which is less than the column
count established by the first row (8).

Center table header cells on corresponding data cells.
mod - manage_proj_edit_page.php Diff File

master-2.27 af4b08e8

2025-02-17 10:53

raspopov


Details Diff
Fix HTML error in the manage_proj_create_page.php

Fix HTML issue reported by Nu Html Checker:

- Error: Start tag `fieldset` seen in table
- Error: End tag `div` seen, but there were open elements
- Error: Unclosed element `form`
mod - manage_proj_create_page.php Diff File

master-2.27 1281d009

2025-02-16 01:21

raspopov

Committer: dregad


Details Diff
Remove trailing ?>
mod - library/rssbuilder/class.ObjectIterator.inc.php Diff File
mod - library/rssbuilder/class.RSSBase.inc.php Diff File
mod - library/rssbuilder/class.RSSBuilder.inc.php Diff File
mod - library/rssbuilder/class.RSSItem.inc.php Diff File
mod - library/rssbuilder/class.RSSItemList.inc.php Diff File
mod - library/rssbuilder/class.RSS_V_091.inc.php Diff File
mod - library/rssbuilder/class.RSS_V_100.inc.php Diff File
mod - library/rssbuilder/class.RSS_V_200.inc.php Diff File
mod - library/rssbuilder/class.RSS_V_abstract.inc.php Diff File
mod - library/rssbuilder/interface.RSS.inc.php Diff File
mod - library/rssbuilder/rss_sample_script.php Diff File

master 616244f5

2025-02-13 07:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_german.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_czech.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_german.txt Diff File

master-2.27 4d0be3fd

2025-02-11 12:16

raspopov

Committer: dregad


Details Diff
Fix PHP deprecated warnings causing RSS output to be blocked

Fixes 0035312
Affected Issues
0035312
mod - library/README.md Diff File
mod - library/rssbuilder/class.ObjectIterator.inc.php Diff File
mod - library/rssbuilder/class.ObjectList.inc.php Diff File
mod - library/rssbuilder/class.RSSBase.inc.php Diff File

master-2.27 4395fad8

2025-02-11 12:09

raspopov


Details Diff
Deduplicate layout_login_page_*() functions

Moved the extra code from layout_page_begin() and layout_page_end() to
new paired functions layout_main_content_row_begin() and
layout_main_content_row_end().
mod - core/layout_api.php Diff File

master-2.27 7a12b7c7

2025-02-11 12:06

raspopov


Details Diff
Fix HTML error in the breadcrumbs bar

Fix HTML issue reported by Nu Html Checker:

- Error: Element `div` not allowed as child of element `ul` in this
context in layout_breadcrumbs()
mod - core/layout_api.php Diff File

master-2.27 b01cc94d

2025-02-11 12:04

raspopov


Details Diff
Fix missed `alt` attribute of the logo image

Fix HTML issue reported by Nu Html Checker:

- Error: An `img` element must have an `alt` attribute, except under
certain conditions in layout_login_page_logo()
mod - core/layout_api.php Diff File

master-2.27 d40810c0

2025-02-11 12:02

raspopov


Details Diff
Fix HTML resizing

Fix HTML issue reported by Nu Html Checker:

- Warning: Consider avoiding `viewport` values that prevent users from
resizing documents in layout_head_meta()
mod - core/layout_api.php Diff File

master-2.27 bb803074

2025-02-11 11:59

raspopov


Details Diff
Fix missed tag in lost_pwd_page.php

Fix HTML issues reported by Nu Html Checker:

- Error: End tag for `body` seen, but there were unclosed elements
- Error: Unclosed element `div`
mod - lost_pwd_page.php Diff File

master-2.27 ad13324a

2025-02-11 11:58

raspopov


Details Diff
Fix HTML error in my_view_inc.php

Fix HTML issue reported by Nu Html Checker:

- Error: Illegal character in query: `[` is not allowed

Add new function string_build_query() to string_api.php, a unified call
of http_build_query().
mod - core/string_api.php Diff File
mod - my_view_inc.php Diff File

master-2.27 7204d95d

2025-02-11 11:56

raspopov


Details Diff
Fix HTML warnings of <script> tags in html_api.php

Fix HTML issue reported by Nu Html Checker:

- Warning: The `type` attribute is unnecessary for JavaScript resources
in html_javascript_link(), html_javascript_cdn_link() and
html_head_javascript()
mod - core/html_api.php Diff File

master-2.27 797c9a8d

2025-02-11 11:54

raspopov


Details Diff
Fix HTML errors in filter_form_api.php

Fix HTML issues reported by Nu Html Checker:

- Error: Row 7 of a row group established by a `tbody` element has no
cells beginning on it
- Warning: A table row was 0 columns wide, which is less than the column
count established by the first row (8) in filter_form_draw_inputs()

Add a new method TableGridLayout::render_spacer() to print a HTML code
for a spacer row of current table.
mod - core/filter_form_api.php Diff File
mod - core/html_api.php Diff File

master-2.27 6f29da7f

2025-02-11 11:50

raspopov


Details Diff
Fix HTML errors in filter_api.php

Fix HTML issues reported by Nu Html Checker:

- Error: Stray end tag `i` in filter_print_view_type_toggle()
- Error: Element `option` without attribute `label` must not be empty in
filter_draw_selection_area()
mod - core/filter_api.php Diff File

master ef3491c2

2025-02-10 16:59

atrol


Details Diff
Fix print_form_button and db_query regressions

Issue 0035215
Affected Issues
0035215
mod - core/news_api.php Diff File
mod - manage_proj_page.php Diff File
mod - manage_user_page.php Diff File

master b1449bbf

2025-02-10 07:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net. [skip ci]
mod - lang/strings_asturian.txt Diff File
mod - lang/strings_german.txt Diff File
 First  Prev  1 2 3 ... 5 6 7 8 9 10 11 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last