Changesets: MantisBT

master b4214457

2022-05-10 08:31

dregad


Details Diff
Merge branch 'i24393'

PR https://github.com/mantisbt/mantisbt/pull/1805
mod - core/bug_api.php Diff File

master-2.25 4f4e176d

2022-05-10 08:31

dregad


Details Diff
Process bugnote stats in chunks for MSSQL

This is a workaround for SQL Server's limitation of 2100 parameters per
query [1], using DbQuery.

Fixes 0024393

Cherry picked from merge commit b4214457c30cd8c5c3fe5d053aee0ba88dded0c6
Affected Issues
0024393
mod - core/bug_api.php Diff File

master 97642421

2022-05-09 07:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_zazaki.txt Diff File

dependabot/composer/adodb/adodb-php-5.22.2 8587c1b5

2022-05-08 22:08

dependabot[bot]

Committer: community


Details Diff
Bump adodb/adodb-php from 5.21.4 to 5.22.2

Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.21.4 to 5.22.2.
- [Release notes](https://github.com/ADOdb/ADOdb/releases)
- [Changelog](https://github.com/ADOdb/ADOdb/blob/master/docs/changelog.md)
- [Commits](https://github.com/ADOdb/ADOdb/compare/v5.21.4...v5.22.2)

---
updated-dependencies:
- dependency-name: adodb/adodb-php
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
mod - composer.lock Diff File

master-2.25 46feeb87

2022-05-07 14:19

atrol

Committer: dregad


Details Diff
Fix access check on "View Issues" page

Fixes 0030182

Backported from 9f38cd3ba945156f8d90bcf72ce93f95dce711b4
Affected Issues
0030182
mod - core/columns_api.php Diff File

master 9f38cd3b

2022-05-07 14:19

atrol


Details Diff
Fix access check on "View Issues" page

Fixes 0030182
Affected Issues
0030182
mod - core/columns_api.php Diff File

master-2.25 ee837063

2022-05-07 11:37

atrol

Committer: dregad


Details Diff
Fix access check on "My View"

Fixes 0030178

Backported from 1f687ffd1ee7acbc08dd9fb7edd6fe6125b7731c
Affected Issues
0030178
mod - my_view_inc.php Diff File

master 1f687ffd

2022-05-07 11:37

atrol


Details Diff
Fix access check on "My View"

Fixes 0030178
Affected Issues
0030178
mod - my_view_inc.php Diff File

master 457f3982

2022-05-05 12:53

dregad


Details Diff
Minor adjustments following merge of PR 1761

- Use `overflow-wrap` instead of legacy `word-wrap`
- CSS for <pre> to prevent horizontal scrolling is no longer needed

Issue 0027114, PR https://github.com/mantisbt/mantisbt/pull/1761
Affected Issues
0027114
mod - css/ace-mantis.css Diff File

master d31ed9e1

2022-05-05 12:47

malomn

Committer: community


Details Diff
Fix auto-wrap for long, unbreakable text

These new CSS rules apply @syncguru's original solution [1] in a more
selective way. The main problem with the initial approach was its
application to the whole table.

As CSS tables are divided in two main parts (header <thead> and body
<tbody>), we can restrict the rule to <tbody>, which ensures that the
the header's behavior is not affected.

Fixes 0027114, PR https://github.com/mantisbt/mantisbt/pull/1761

[1]: see PR https://github.com/mantisbt/mantisbt/pull/1690,
reverted in 60d28cce0569d2acd1daccce930e5215a1abda72

Co-authored-by: Malo MM. MAISONNEUVE <mmaisonneuve@cantoriel.local>
Affected Issues
0027114
mod - css/ace-mantis.css Diff File

master e48bbeaf

2022-05-05 12:07

dregad


Details Diff
Merge branch 'master-2.25'
mod - admin/install.php Diff File
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/database.xml Diff File
mod - js/install.js Diff File

master 5393422a

2022-05-05 11:58

dregad


Details Diff
Update documentation for table prefix/suffix
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/database.xml Diff File

master 8c92f576

2022-05-05 11:55

dregad


Details Diff
Install: plugin table prefix field mandatory

An empty prefix could cause name problems, e.g. conflicts if a plugin's
basename happens to match one of MantisBT's base tables.
mod - admin/install.php Diff File

master 810d3384

2022-05-05 10:18

dregad


Details Diff
Process bugnote stats in chunks for MSSQL

This is a workaround for SQL Server's limitation of 2100 parameters per
query [1], using DbQuery.

Fixes 0024393

[1] https://docs.microsoft.com/en-us/sql/sql-server/maximum-capacity-specifications-for-sql-server
Affected Issues
0024393
mod - core/bug_api.php Diff File

master 9aaeaacb

2022-05-05 07:07

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_icelandic.txt Diff File

master 8361cbe9

2022-05-04 10:16

dregad


Details Diff
Fix PHPStorm warnings
mod - core/bug_api.php Diff File

master 7dd6c512

2022-05-04 10:13

dregad


Details Diff
Use null-coalescing operator
mod - core/bug_api.php Diff File

master f29b8f72

2022-05-04 10:13

dregad


Details Diff
Return immediately if input array is empty
mod - core/bug_api.php Diff File

master 39b15693

2022-05-02 07:06

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_persian.txt Diff File

master 4b6aea42

2022-04-29 07:59

dregad


Details Diff
Install: trigger change event on DB type select

This ensures that the <span> that displays Oracle-specific information
is hidden if another DB type is selected (which is normally the case as
we default to mysqli), and the shortened db table prefix/suffix fields
are set accordingly.

Fixes 0030077
Affected Issues
0030077
mod - js/install.js Diff File

master afe4c8da

2022-04-29 07:57

dregad


Details Diff
Code cleanup

- Fix static analysis warnings
- replace deprecated jQuery api calls by their modern alternative.
mod - js/install.js Diff File

master 202890b4

2022-04-29 07:55

dregad


Details Diff
Install: refactor update_sample_table_names()

Use a new helper function process_table_name_field() to ensure that a
single `_` is appended or prepended to the input fields ' value.

The also code ensures the field is a valid jQuery object before
attempting to process its value, preventing occurrence of an Uncaught
TypeError.

Fixes 0029991
Affected Issues
0029991
mod - js/install.js Diff File

master 64a44a7e

2022-04-29 07:48

dregad


Details Diff
Fix "Uncaught TypeError" on install.php

Only load the JavaScript, when it is actually needed (i.e. with install
steps 0 & 1).

Fixes 0029991
Affected Issues
0029991
mod - admin/install.php Diff File

master 9cbd65e8

2022-04-29 03:57

vboctor


Details Diff
Use 'ProjectUsersGetCommand' in SOAP API

Fixes 0022791
Affected Issues
0022791
mod - api/soap/mc_project_api.php Diff File

master 176cc967

2022-04-29 03:57

vboctor


Details Diff
Use 'ProjectUsersGetCommand' from REST API

Fixes 0022791
Affected Issues
0022791
mod - api/rest/restcore/projects_rest.php Diff File
 First  Prev  1 2 3 ... 67 68 69 70 71 72 73 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 737 738 739  Next  Last