Changesets: MantisBT
master 51d7ef7e 2021-04-08 08:57:20 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_czech.txt | Diff File | ||
mod - lang/strings_danish.txt | Diff File | ||
mod - lang/strings_italian.txt | Diff File | ||
mod - lang/strings_portuguese_brazil.txt | Diff File | ||
mod - lang/strings_slovak.txt | Diff File | ||
mod - lang/strings_swedish.txt | Diff File | ||
mod - lang/strings_vietnamese.txt | Diff File | ||
add - plugins/Gravatar/lang/strings_slovak.txt | Diff File | ||
mod - plugins/MantisCoreFormatting/lang/strings_slovak.txt | Diff File | ||
mod - plugins/MantisGraph/lang/strings_slovak.txt | Diff File | ||
mod - plugins/XmlImportExport/lang/strings_slovak.txt | Diff File | ||
master dbeeb60e 2021-04-04 19:34:18 Details Diff |
Fix invalid HTML, improvements in manage_user_proj_delete.php PR https://github.com/mantisbt/mantisbt/pull/1746 |
||
mod - account_prefs_inc.php | Diff File | ||
mod - core/print_api.php | Diff File | ||
mod - core/user_api.php | Diff File | ||
mod - core/user_pref_api.php | Diff File | ||
mod - lang/strings_english.txt | Diff File | ||
mod - manage_user_edit_page.php | Diff File | ||
mod - manage_user_proj_delete.php | Diff File | ||
dependabot/composer/phpmailer/phpmailer-6.4.0 a591b7e9 2021-04-02 01:34:14 dependabot-preview[bot] Committer: community Details Diff |
Bump phpmailer/phpmailer from 6.3.0 to 6.4.0 Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/PHPMailer/PHPMailer/releases) - [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md) - [Commits](https://github.com/PHPMailer/PHPMailer/compare/v6.3.0...v6.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
mod - composer.lock | Diff File | ||
master 1091f08d 2021-04-01 08:28:22 Details Diff |
Enhance manage_plugin_threshold documentation Issue 0028165 |
Affected Issues 0028165 |
|
mod - config_defaults_inc.php | Diff File | ||
master 5269b836 2021-04-01 07:44:29 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_french.txt | Diff File | ||
master 528c06ab 2021-03-29 11:58:06 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_german.txt | Diff File | ||
mod - lang/strings_turkish.txt | Diff File | ||
mod - plugins/XmlImportExport/lang/strings_german.txt | Diff File | ||
master 0344f381 2021-03-25 20:15:51 Details Diff |
Fix PHPStorm warnings Suppressing the following inspections: - "unhandled" exceptions are expected and will actually be dealt with by the default error handler. - the project_id checkboxes have no label |
||
mod - manage_user_edit_page.php | Diff File | ||
master 7044d4bd 2021-03-25 20:11:11 Details Diff |
Align width of 1st column Fixes 0028124 |
Affected Issues 0028124 |
|
mod - account_prefs_inc.php | Diff File | ||
mod - manage_user_edit_page.php | Diff File | ||
master e1a8e7da 2021-03-25 20:03:50 Details Diff |
Remove unnecessary <fieldset> tag | ||
mod - manage_user_edit_page.php | Diff File | ||
master 8fa3dc63 2021-03-25 20:00:53 Details Diff |
Fix invalid HTML, indentation of Edit User section Fixes 0028114 |
Affected Issues 0028114 |
|
mod - manage_user_edit_page.php | Diff File | ||
master d9ed3b7f 2021-03-25 19:53:16 Details Diff |
Whitespace: indentation, break long lines | ||
mod - manage_user_edit_page.php | Diff File | ||
master c163e624 2021-03-25 19:45:18 Details Diff |
Replace <input> by <button> | ||
mod - manage_user_edit_page.php | Diff File | ||
master 12521fd2 2021-03-25 19:39:57 Details Diff |
Fix invalid HTML Move the <form> tag out of the <table>. Fixes 0028114 |
Affected Issues 0028114 |
|
mod - manage_user_edit_page.php | Diff File | ||
master f380b964 2021-03-25 19:30:38 Details Diff |
Cache user data when clearing invalid project defaults user_pref_clear_invalid_project_default() can potentially work with a large number of records, if the project being processed has been set as default by many users. Caching all user rows early reduces the overhead, as we execute a single DB query instead of one per user. Fixes 0028120 |
Affected Issues 0028120 |
|
mod - core/user_pref_api.php | Diff File | ||
master 3426c5ea 2021-03-25 19:20:45 Details Diff |
Correct user_get_field() warning for invalid user id When user_get_field() was called with a non-existing user id, it threw an ERROR_DB_FIELD_NOT_FOUND warning, which is incorrect and misleading. It now triggers an ERROR_USER_BY_ID_NOT_FOUND warning instead. Fixes 0028119 |
Affected Issues 0028119 |
|
mod - core/user_api.php | Diff File | ||
master bff36aff 2021-03-25 19:10:46 Details Diff |
Remove unused print_project_user_list() API The logic is now handled directly in manage_user_edit_page.php, so this function is no longer necessary. Issue 0028122 |
Affected Issues 0028122 |
|
mod - core/print_api.php | Diff File | ||
master 94f10608 2021-03-25 19:09:50 Details Diff |
New "Assigned Projects" section on edit user page The "Add user to project" section on manage_user_edit_page.php mixes two distinct functions, removing currently assigned projects and adding new ones. This replaces the "Assigned projects" row by a new section that lists the projects currently assigned to a user in a proper table, and allows the admin to remove them. Multiple assignments can now be removed in a single operation. Fixes 0028122 |
Affected Issues 0028122 |
|
mod - lang/strings_english.txt | Diff File | ||
mod - manage_user_edit_page.php | Diff File | ||
mod - manage_user_proj_delete.php | Diff File | ||
master b2971367 2021-03-25 13:56:52 Details Diff |
Merge branch 'master-2.25' into master | ||
mod - manage_user_edit_page.php | Diff File | ||
master-2.25 6f2a3e18 2021-03-25 13:10:44 Details Diff |
Fix spacing between icon and text Fixes 0028112 |
Affected Issues 0028112 |
|
mod - manage_user_edit_page.php | Diff File | ||
master-2.25 bbcd5be2 2021-03-25 12:54:56 Details Diff |
Revert "Fix invalid HTML" This reverts commit d45f1dc31d85cd31dbf028bb2334c810b35ba107. The change introduced a regression when removing a project from the manage user page, because the "Remove" button is generated as an HTML form (via print_project_user_list -> html_button() functions). Since forms cannot be nested, the parent form's action (manage_user_proj_add.php) gets triggered instead of the expected one (manage_user_proj_delete.php). Fixes 0028106 |
Affected Issues 0028106 |
|
mod - manage_user_edit_page.php | Diff File | ||
master abc6c71e 2021-03-22 10:40:34 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_german.txt | Diff File | ||
mod - lang/strings_slovene.txt | Diff File | ||
mod - lang/strings_spanish.txt | Diff File | ||
mod - plugins/XmlImportExport/lang/strings_german.txt | Diff File | ||
master be0da090 2021-03-18 08:52:52 Details Diff |
Merge branch 'master-2.25' into master | ||
mod - css/ace-mantis.css | Diff File | ||
mod - manage_proj_edit_page.php | Diff File | ||
master 15353eeb 2021-03-18 08:46:47 Details Diff |
Fix hidden checkboxes on Project Edit Page Regression introduced by 3dd8a44def46d87e2bf84f6f5241f3172514b8bb. When the row header was set as column label, the <span class="lbl"> should not have been removed. Fixes 0028082 |
Affected Issues 0028082 |
|
mod - manage_proj_edit_page.php | Diff File | ||
master 5c885634 2021-03-18 08:45:33 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
mod - lang/strings_catalan.txt | Diff File | ||
mod - lang/strings_spanish.txt | Diff File | ||
mod - plugins/MantisGraph/lang/strings_spanish.txt | Diff File | ||
mod - plugins/XmlImportExport/lang/strings_catalan.txt | Diff File | ||
mod - plugins/XmlImportExport/lang/strings_spanish.txt | Diff File | ||
master 5615c1ba 2021-03-18 03:47:36 Details Diff |
Only set bold font for th > label, not td > label Regression introduced by d27ea37de79604f9e6cbbd908383085f4a5f679a. Fixes 0028084 |
Affected Issues 0028084 |
|
mod - css/ace-mantis.css | Diff File |