Changesets: MantisBT
|
dependabot/composer/adodb/adodb-php-5.21.0 4ab6b272 2021-03-07 19:52 dependabot-preview[bot] Committer: community Details Diff |
Bump adodb/adodb-php from 5.20.20 to 5.21.0 Bumps [adodb/adodb-php](https://github.com/ADOdb/ADOdb) from 5.20.20 to 5.21.0. - [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.20.20...v5.21.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
| mod - composer.lock | Diff File | ||
|
dependabot/composer/erusev/parsedown-1.7.4 55ea2e00 2021-03-07 15:00 dependabot-preview[bot] Committer: community Details Diff |
Bump erusev/parsedown from 1.7.3 to 1.7.4 Bumps [erusev/parsedown](https://github.com/erusev/parsedown) from 1.7.3 to 1.7.4. - [Release notes](https://github.com/erusev/parsedown/releases) - [Commits](https://github.com/erusev/parsedown/compare/1.7.3...1.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> |
||
| mod - composer.json | Diff File | ||
| mod - composer.lock | Diff File | ||
|
master c9c3915d 2021-03-07 14:46 Details Diff |
Merge branch 'php7-phpunit6' into master PR https://github.com/mantisbt/mantisbt/pull/1742 |
||
| mod - .travis.yml | Diff File | ||
| mod - build/travis_script.sh | Diff File | ||
| mod - composer.json | Diff File | ||
| mod - composer.lock | Diff File | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - docbook/Admin_Guide/en-US/Installation.xml | Diff File | ||
| mod - plugins/MantisCoreFormatting/tests/MarkdownTest.php | Diff File | ||
| mod - tests/AllTests.php | Diff File | ||
| mod - tests/Mantis/AllTests.php | Diff File | ||
| mod - tests/Mantis/ConfigParserTest.php | Diff File | ||
| mod - tests/Mantis/HelperTest.php | Diff File | ||
| mod - tests/Mantis/MantisCoreBase.php | Diff File | ||
| mod - tests/Mantis/PluginTest.php | Diff File | ||
| mod - tests/rest/AllTests.php | Diff File | ||
| mod - tests/rest/RestBase.php | Diff File | ||
| mod - tests/soap/AllTests.php | Diff File | ||
| mod - tests/soap/SoapBase.php | Diff File | ||
| mod - tests/soap/VersionTest.php | Diff File | ||
|
master 56c7392b 2021-03-07 13:17 Details Diff |
Set version to 2.26.0-dev | ||
| mod - core/constant_inc.php | Diff File | ||
|
master 99510643 2021-03-07 13:09 Details Diff |
Bump version to 2.25.0 | ||
| mod - core/constant_inc.php | Diff File | ||
| mod - doc/CREDITS | Diff File | ||
| mod - docbook/Admin_Guide/en-US/Revision_History.xml | Diff File | ||
| mod - docbook/Developers_Guide/en-US/Revision_History.xml | Diff File | ||
|
master d27f7dfd 2021-03-07 07:25 Details Diff |
Release builds: fix PEP8 and PyCharm warnings | ||
| mod - build/buildrelease-repo.py | Diff File | ||
| mod - build/buildrelease.py | Diff File | ||
|
master 537219db 2021-03-07 01:32 Details Diff |
Docbook builds: fix PEP8 and PyCharm warnings | ||
| mod - build/docbook-manual-repo.py | Diff File | ||
| mod - build/docbook-manual.py | Diff File | ||
|
master 0dc15396 2021-03-07 01:07 Details Diff |
Fix syntax error in publican PDF build Git SSH URLs are not considered as valid URLs when building PDFs, so the build fails. Replacing the <ulink> tags by <literal> circumvents the problem. |
||
| mod - docbook/Developers_Guide/en-US/Contributors.xml | Diff File | ||
|
master 2d93f1b3 2021-03-05 15:17 Details Diff |
Merge tag 'release-2.24.5' Stable release 2.24.5 # Conflicts: # core/constant_inc.php |
||
|
master-2.24 3a549441 2021-03-05 14:59 Details Diff |
Bump version to 2.24.5 | ||
| mod - core/constant_inc.php | Diff File | ||
|
master c59060c0 2021-03-05 14:26 Details Diff |
Merge remote-tracking branch 'origin/master-2.24' into master # Conflicts: # core/cfdefs/cfdef_standard.php |
||
|
master 65ebd29f 2021-03-05 13:44 Details Diff |
New API function to get User Id by cookie string By calling user_get_id_by_cookie(), we avoid code duplication in authentication API, replacing 4 specific SQL statements against the user table. Fixes 0028002 |
Affected Issues 0028002 |
|
| mod - core/authentication_api.php | Diff File | ||
| mod - core/user_api.php | Diff File | ||
|
master 7d532d6f 2021-03-05 13:18 Details Diff |
Fix PHPStorm warnings, PHPDoc Also, fix whitespace and typos. |
||
| mod - core/authentication_api.php | Diff File | ||
|
master c2ed5da6 2021-03-04 03:01 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_macedonian.txt | Diff File | ||
|
master 444aed90 2021-03-01 21:58 Details Diff |
Break long lines | ||
| mod - manage_proj_edit_page.php | Diff File | ||
|
master 3dd8a44d 2021-03-01 21:53 Details Diff |
Fix form inputs missing associated label warnings |
Affected Issues 0028082 |
|
| mod - manage_proj_edit_page.php | Diff File | ||
|
master 8da89e65 2021-03-01 21:50 Details Diff |
Make Category field required too To be consistent with the Version field, as suggested by @atrol. Issue 0027994 |
Affected Issues 0027994 |
|
| mod - manage_proj_edit_page.php | Diff File | ||
|
master 0f37d2fe 2021-03-01 21:49 Details Diff |
Fix missing language string 'edit_link' Regression from 0a8eaa710fb8c0801452ec0e75911d246e65af9d. Fixes 0027298 |
Affected Issues 0027298 |
|
| mod - manage_proj_edit_page.php | Diff File | ||
|
master d1b99b56 2021-03-01 07:29 Details Diff |
Version field is now required When adding a new version from manage_proj_edit_page.php via the 'Add Version' or 'Add and Edit Version', it should not be allowed to submit an empty field. The HTML required attribute has been added to the 'version' input, and the manage_proj_ver_add.php page displays an error message if no version was created. Fixes 0027994 |
Affected Issues 0027994 |
|
| mod - manage_proj_edit_page.php | Diff File | ||
| mod - manage_proj_ver_add.php | Diff File | ||
|
master 00c6da25 2021-03-01 03:46 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_chinese_traditional.txt | Diff File | ||
|
master 3868bdb9 2021-02-26 14:00 Details Diff |
Doc: improve Dev Guide Plugins section - General revision and various improvements to the "Building a Plugin" section - Remove references to deprecated helper_alternate_class() function - remove the "Example Plugin Source Listing" section, code is now hosted in a GitHub repository in the mantisbt-plugins organization [1] - Improve the Example Plugin; for details, see [1] Fixes 0027992, 0027993 [1]: https://github.com/mantisbt-plugins/Example |
Affected Issues 0021657, 0027992, 0027993 |
|
| mod - docbook/Developers_Guide/en-US/Plugins.xml | Diff File | ||
| mod - docbook/Developers_Guide/en-US/Plugins_Building.xml | Diff File | ||
| rm - docbook/Developers_Guide/en-US/Plugins_Building_Source.xml | Diff | ||
|
master e140ec53 2021-02-25 05:20 translatewiki.net Details Diff |
Localisation updates from https://translatewiki.net. | ||
| mod - lang/strings_catalan.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_swedish.txt | Diff File | ||
| mod - lang/strings_turkish.txt | Diff File | ||
|
master-2.24 79a78c09 2021-02-24 08:16 Details Diff |
Set a new random cookie string upon logout When a user logs out from Mantis, we reset their session cookie string. This ensures that anyone knowing its value is no longer able to login with it. While not a complete fix for issue 0011296, this does improve the situation by providing an easy and logical means for users to effectively invalidate all their previous sessions. Additionally, using an empty value to indicate an invalidated cookie string instead of directly generating a new hash makes it easy to: - identify user records which should be considered as logged out (e.g. last_visit older than $g_cookie_time_length) - invalidate login cookies (set them to '') Leveraging this is left for future improvements. Note: an empty string in the session cookie always triggers an anonymous login (or sends the user back to login page if anonymous login is disabled). Fixes 0027976 (cherry picked from commit d8181a548e5131eede5d3b891bec0df68b472ba9) |
Affected Issues 0011296, 0027976 |
|
| mod - core/authentication_api.php | Diff File | ||
|
master d8181a54 2021-02-24 08:16 Details Diff |
Set a new random cookie string upon logout Per @vboctor's request in PR review [1]. This reverts the earlier implementation, where the cookie string was set to '' and a new one generated at next login. Fixes 0027976 [1]: https://github.com/mantisbt/mantisbt/pull/1737 |
Affected Issues 0027976 |
|
| mod - core/authentication_api.php | Diff File | ||
|
vboctor/gitpod-setup 9016cbde 2021-02-23 19:34 Details Diff |
Open browser once port 8000 is ready | ||
| mod - .gitpod.yml | Diff File | ||