You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(80) |
Jun
(166) |
Jul
(27) |
Aug
(346) |
Sep
(166) |
Oct
(83) |
Nov
(40) |
Dec
(117) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(134) |
Feb
(424) |
Mar
(128) |
Apr
(52) |
May
(11) |
Jun
(8) |
Jul
(46) |
Aug
(75) |
Sep
(14) |
Oct
(8) |
Nov
(4) |
Dec
(5) |
2004 |
Jan
(21) |
Feb
(204) |
Mar
(105) |
Apr
(65) |
May
(158) |
Jun
(85) |
Jul
(244) |
Aug
(236) |
Sep
(163) |
Oct
(101) |
Nov
(73) |
Dec
(121) |
2005 |
Jan
(84) |
Feb
(123) |
Mar
(72) |
Apr
(122) |
May
(110) |
Jun
(80) |
Jul
(138) |
Aug
(71) |
Sep
(42) |
Oct
(24) |
Nov
(14) |
Dec
(54) |
2006 |
Jan
(45) |
Feb
(32) |
Mar
(28) |
Apr
(96) |
May
(63) |
Jun
(2) |
Jul
(15) |
Aug
(33) |
Sep
(86) |
Oct
(31) |
Nov
(21) |
Dec
(47) |
2007 |
Jan
(2) |
Feb
(31) |
Mar
(98) |
Apr
(48) |
May
(60) |
Jun
(30) |
Jul
(161) |
Aug
(77) |
Sep
(67) |
Oct
(139) |
Nov
(113) |
Dec
(45) |
2008 |
Jan
(88) |
Feb
(125) |
Mar
(83) |
Apr
(68) |
May
(87) |
Jun
(77) |
Jul
(92) |
Aug
(57) |
Sep
(81) |
Oct
(136) |
Nov
(85) |
Dec
(92) |
2009 |
Jan
(47) |
Feb
(23) |
Mar
(41) |
Apr
(54) |
May
(46) |
Jun
(97) |
Jul
(133) |
Aug
(36) |
Sep
(65) |
Oct
(126) |
Nov
(70) |
Dec
(89) |
2010 |
Jan
(80) |
Feb
(77) |
Mar
(40) |
Apr
(66) |
May
(55) |
Jun
(15) |
Jul
(10) |
Aug
(67) |
Sep
(49) |
Oct
(28) |
Nov
(21) |
Dec
(57) |
2011 |
Jan
(26) |
Feb
(59) |
Mar
(25) |
Apr
(34) |
May
(8) |
Jun
(14) |
Jul
(81) |
Aug
(20) |
Sep
(59) |
Oct
(23) |
Nov
(17) |
Dec
(78) |
2012 |
Jan
(46) |
Feb
(29) |
Mar
(50) |
Apr
(36) |
May
(39) |
Jun
(66) |
Jul
(12) |
Aug
(50) |
Sep
(47) |
Oct
(40) |
Nov
(42) |
Dec
(26) |
2013 |
Jan
(39) |
Feb
(30) |
Mar
(26) |
Apr
(64) |
May
(43) |
Jun
(16) |
Jul
(30) |
Aug
(11) |
Sep
(110) |
Oct
(114) |
Nov
(19) |
Dec
(6) |
2014 |
Jan
(56) |
Feb
(37) |
Mar
(22) |
Apr
(16) |
May
(42) |
Jun
(28) |
Jul
(20) |
Aug
(50) |
Sep
(57) |
Oct
(40) |
Nov
(64) |
Dec
(30) |
2015 |
Jan
(29) |
Feb
(24) |
Mar
(12) |
Apr
(33) |
May
(10) |
Jun
(6) |
Jul
(7) |
Aug
(29) |
Sep
(20) |
Oct
(20) |
Nov
(13) |
Dec
(36) |
2016 |
Jan
(28) |
Feb
(16) |
Mar
(31) |
Apr
(21) |
May
(27) |
Jun
(53) |
Jul
(42) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2016-06-12 00:11:52
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: bd5a685f38d07d9d59908a15a3012ebb05aa4a1d https://github.com/mantisbt/mantisbt/commit/bd5a685f38d07d9d59908a15a3012ebb05aa4a1d Author: Damien Regad <dr...@ma...> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M core/collapse_api.php Log Message: ----------- Fix intermittent "error 2300 token not found" In some rare cases, collapse_cache_token() would attempt to touch a token that does not exist. This can happen when the current user does not have any TOKEN_COLLAPSE token, and the MANTIS_collapse_cookie contains a non-empty value that does not form a valid, colon-delimited pair. The issue has been addressed by adding a token_exists() check prior to calling token_touch(). Fixes #21068 |
From: GitHub <no...@gi...> - 2016-06-11 22:56:07
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 51f2c7826df2c9bd5534191438b255a75475fe5e https://github.com/mantisbt/mantisbt/commit/51f2c7826df2c9bd5534191438b255a75475fe5e Author: Damien Regad <dr...@ma...> Date: 2016-06-12 (Sun, 12 Jun 2016) Changed paths: M print_all_bug_page.php Log Message: ----------- Fix html/css for print_all_bug_page.php This is a follow-up on grangeway's commit to remove function helper_alternate_colors() 9ba4fe9d65444aed9386bc9748e467fd5c12097c. Issue #16471 |
From: GitHub <no...@gi...> - 2016-06-11 18:35:04
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: c8ab4f9088418afbecc33b535a3a949c71169018 https://github.com/mantisbt/mantisbt/commit/c8ab4f9088418afbecc33b535a3a949c71169018 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M core/html_api.php Log Message: ----------- Coding guidelines |
From: GitHub <no...@gi...> - 2016-06-11 18:32:51
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: aee8574707453a9f7a9103563c96d60e112b078f https://github.com/mantisbt/mantisbt/commit/aee8574707453a9f7a9103563c96d60e112b078f Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M api_tokens_page.php M core/api_token_api.php Log Message: ----------- Negate test in api_token_is_used() Fix error in 1f678c2afce4275fc396f3757a0db20d8f1b89fa Fixes #20472 |
From: GitHub <no...@gi...> - 2016-06-11 16:47:39
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 5f6696a4be3c4184d5398cbce400f4b55c417762 https://github.com/mantisbt/mantisbt/commit/5f6696a4be3c4184d5398cbce400f4b55c417762 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M doc/CREDITS Log Message: ----------- Update credits |
From: GitHub <no...@gi...> - 2016-06-11 16:43:47
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 9ba4fe9d65444aed9386bc9748e467fd5c12097c https://github.com/mantisbt/mantisbt/commit/9ba4fe9d65444aed9386bc9748e467fd5c12097c Author: Paul Richards <pa...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M core/helper_api.php M print_all_bug_page.php Log Message: ----------- Remove obsolete helper_alternate_colors() function The helper_alternate_colors function used to add odd/even classes to HTML elements, but dhx worked to remove these in 1.3. Related functions were already removed, however this function was missed. |
From: GitHub <no...@gi...> - 2016-06-11 16:27:54
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 68505fa08a55ac1887c9ceb838aba2db9d8b19d9 https://github.com/mantisbt/mantisbt/commit/68505fa08a55ac1887c9ceb838aba2db9d8b19d9 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: R docbook/erd/README A docbook/erd/README.md Log Message: ----------- Convert README to markdown Commit: 4fbfbde96f0b741c757cc2d28d1952c8ff1baba6 https://github.com/mantisbt/mantisbt/commit/4fbfbde96f0b741c757cc2d28d1952c8ff1baba6 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M docbook/Developers_Guide/en-US/images/erd.png M docbook/erd/README.md M docbook/erd/mantisbt.mwb Log Message: ----------- Update ERD diagram to schema 209 - Reflect changes since schema 189 - Update MySQLWorkbench version in README file - Updated image for Developer's guide Fixes #21082 Commit: a6b1afd8bab03f61bf5aed10f5fc1a8cf367ff55 https://github.com/mantisbt/mantisbt/commit/a6b1afd8bab03f61bf5aed10f5fc1a8cf367ff55 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: A docbook/Makefile Log Message: ----------- New makefile to build both manuals at once Commit: e8ad9564e000d7dd341a770b305c6a0c6a4103b9 https://github.com/mantisbt/mantisbt/commit/e8ad9564e000d7dd341a770b305c6a0c6a4103b9 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M docbook/Admin_Guide/en-US/About.xml M docbook/Admin_Guide/en-US/Admin_Guide.ent R docbook/Admin_Guide/en-US/Chapter.xml M docbook/Admin_Guide/en-US/Installation.xml M docbook/Admin_Guide/en-US/Revision_History.xml M docbook/Admin_Guide/publican.cfg Log Message: ----------- Preparing Admin guide for release Commit: 0b8990c4b4cd8b81e053ef1fdfabae865468a32a https://github.com/mantisbt/mantisbt/commit/0b8990c4b4cd8b81e053ef1fdfabae865468a32a Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M docbook/Developers_Guide/en-US/Developers_Guide.ent M docbook/Developers_Guide/en-US/Revision_History.xml Log Message: ----------- Preparing Developers guide for release Compare: https://github.com/mantisbt/mantisbt/compare/28310c2e4b0b...0b8990c4b4cd |
From: GitHub <no...@gi...> - 2016-06-11 16:09:03
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 17c05b5d6dfe6271a70bbf6cf69d482302149921 https://github.com/mantisbt/mantisbt/commit/17c05b5d6dfe6271a70bbf6cf69d482302149921 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M admin/schema.php Log Message: ----------- Fixing api_token table structure After careful review following @grangeway's comment in PR 685 [1]: - user_id field should be *unsigned* int - default value for varchar columns should be '' - default value for date fields should be 1 not 0 [1] https://github.com/mantisbt/mantisbt/pull/685#discussion_r48686670 Fixes #20472 Commit: 1f678c2afce4275fc396f3757a0db20d8f1b89fa https://github.com/mantisbt/mantisbt/commit/1f678c2afce4275fc396f3757a0db20d8f1b89fa Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M api_tokens_page.php M core/api_token_api.php Log Message: ----------- New api_token_is_used() function Move the logic to determine whether a token has been used from api_tokens_page.php to the api_tokens API where it belongs. The check against date_used has been changed from '=== 0' to '<= 1' to reflect the change in schema definition in step 206. Fixes #20472 Commit: 4be5f2289b50533f7c6c0ebbbde87dbd1225501c https://github.com/mantisbt/mantisbt/commit/4be5f2289b50533f7c6c0ebbbde87dbd1225501c Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M admin/schema.php Log Message: ----------- Revert 'name' and 'hash' columns to original definition Following discussion in PR https://github.com/mantisbt/mantisbt/pull/700 Fixes #20472 Commit: 28310c2e4b0be7e1ffea0b53bdece924df6ce32f https://github.com/mantisbt/mantisbt/commit/28310c2e4b0be7e1ffea0b53bdece924df6ce32f Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M admin/schema.php M api_tokens_page.php M core/api_token_api.php Log Message: ----------- Merge branch 'token_api-fixes' Fixes https://github.com/mantisbt/mantisbt/pull/700 Compare: https://github.com/mantisbt/mantisbt/compare/76cb1ad26ed0...28310c2e4b0b |
From: GitHub <no...@gi...> - 2016-06-11 15:44:17
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: cacac6ac7ab620a5e5a46b52b586deefe0286922 https://github.com/mantisbt/mantisbt/commit/cacac6ac7ab620a5e5a46b52b586deefe0286922 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M css/default.css Log Message: ----------- CSS: restore 'pagetitle' class This reverts commit 24e35d7d106024aa7793bc84ec274fb621d6d2bb. While not used in the code anymore since removal of html_header() function (see 6d6f093ea073681a0d6ccf1611e8789dbc84070e), the class is still referenced in the documentation to be used for custom page title via $g_top_include_page. Fixes #21087 Commit: 416a26eff8de345ccf5977238ac7fb958fb5b19c https://github.com/mantisbt/mantisbt/commit/416a26eff8de345ccf5977238ac7fb958fb5b19c Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M core/html_api.php Log Message: ----------- New html_print_logo() API function This makes it easier for people to add the logo in an include file, since it is not shown anymore when $g_top_include_page is set. The html_top_banner() function was modified to use the new API. Fixes #21087 Commit: ab9db31cec49749c52a0f6519caa741da5bb1c19 https://github.com/mantisbt/mantisbt/commit/ab9db31cec49749c52a0f6519caa741da5bb1c19 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M docbook/Admin_Guide/en-US/config/display.xml M docbook/Admin_Guide/en-US/config/html.xml Log Message: ----------- Doc: replacement of $g_page_title by $g_top_include_page Fixes #21087 Commit: 76cb1ad26ed02c20be94f76c244b1c973624acfc https://github.com/mantisbt/mantisbt/commit/76cb1ad26ed02c20be94f76c244b1c973624acfc Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M admin/schema.php Log Message: ----------- Reduce email and realname columns to 191 chars The varchar(255) implemented to address issue #8017 was causing issues with utf8mb4 encoding due a limitation in the size of indexes in MySQL. Fixes #20465 Compare: https://github.com/mantisbt/mantisbt/compare/3c54ace97e55...76cb1ad26ed0 |
From: GitHub <no...@gi...> - 2016-06-11 00:02:59
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 11ab3d6c82a1d3a89b1024f77349fb60a83743c5 https://github.com/mantisbt/mantisbt/commit/11ab3d6c82a1d3a89b1024f77349fb60a83743c5 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M core/html_api.php M manage_custom_field_edit_page.php Log Message: ----------- Fix XSS in custom fields management Kacper Szurek (http://security.szurek.pl/) discovered an XSS vulnerability in Custom fields management pages, caused by unescaped output of 'return URL' GPC parameter. His report describes two ways to exploit this issue: 1. using 'accesskey' inside hidden input field (see [1]) reflects XSS to the administrator in manage_custom_field_edit_page.php when the keyboard shortcut is actioned 2. using 'javascript:' URI scheme executes the code when the user clicks the [Proceed] link on manage_custom_field_update.php after updating a custom field This commit fixes both attack vectors: - properly escape the return URL prior to printing it on the hidden form field - let html_operation_successful() sanitize the URL before displaying it, just like html_meta_redirect() does. In this case, if the string contains an URI scheme, it will be replaced by 'index.php' [1] http://blog.portswigger.net/2015/11/xss-in-hidden-input-fields.html Fixes #20956 Commit: 3c54ace97e558d6f1d2d225616b6f50c3d0bfc2d https://github.com/mantisbt/mantisbt/commit/3c54ace97e558d6f1d2d225616b6f50c3d0bfc2d Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M tests/Mantis/StringTest.php Log Message: ----------- String Test: 'javascript:' uri scheme Should redirect to index.php Compare: https://github.com/mantisbt/mantisbt/compare/ecd12610576e...3c54ace97e55 |
From: GitHub <no...@gi...> - 2016-06-11 00:02:24
|
Branch: refs/heads/master-1.2.x Home: https://github.com/mantisbt/mantisbt Commit: 5068df2dcf79c34741c746c9b27e0083f2a374da https://github.com/mantisbt/mantisbt/commit/5068df2dcf79c34741c746c9b27e0083f2a374da Author: Damien Regad <dr...@ma...> Date: 2016-06-07 (Tue, 07 Jun 2016) Changed paths: M account_prefs_update.php M manage_config_revert.php M manage_custom_field_delete.php M manage_custom_field_update.php M print_all_bug_options_update.php M set_project.php Log Message: ----------- Fix XSS in custom fields management Kacper Szurek (http://security.szurek.pl/) discovered an XSS vulnerability in Custom fields management pages, caused by unescaped output of 'return URL' GPC parameter. His report describes two ways to exploit this issue: 1. using 'accesskey' inside hidden input field (see [1]) reflects XSS to the administrator in manage_custom_field_edit_page.php when the keyboard shortcut is actioned 2. using 'javascript:' URI scheme executes the code when the user clicks the [Proceed] link on manage_custom_field_update.php after updating a custom field This commit fixes both attack vectors: - properly escape the return URL prior to printing it on the hidden form field - let html_operation_successful() sanitize the URL before displaying it, just like html_meta_redirect() does. In this case, if the string contains an URI scheme, it will be replaced by 'index.php' [1] http://blog.portswigger.net/2015/11/xss-in-hidden-input-fields.html Fixes #20956 This is a backport from master 3f2779b4c6dc8d465fb73c08cfa1d806184d2e79. |
From: GitHub <no...@gi...> - 2016-06-10 23:02:20
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: ecd12610576e71764a318d8ead1c753ab7a30d16 https://github.com/mantisbt/mantisbt/commit/ecd12610576e71764a318d8ead1c753ab7a30d16 Author: Damien Regad <dr...@ma...> Date: 2016-06-11 (Sat, 11 Jun 2016) Changed paths: M admin/schema.php M core/constant_inc.php Log Message: ----------- Reduce user.username column size to 191 chars The varchar(255) implemented to address issue #8017 was causing issues with utf8mb4 encoding due a limitation in the size of indexes in MySQL. Fixes #20465 |
From: GitHub <no...@gi...> - 2016-06-10 15:59:13
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 80a8a87e8e4029e179742806ac9f5dd39331e028 https://github.com/mantisbt/mantisbt/commit/80a8a87e8e4029e179742806ac9f5dd39331e028 Author: Roland Becker <ro...@at...> Date: 2016-06-10 (Fri, 10 Jun 2016) Changed paths: M docbook/Admin_Guide/en-US/config/uploads.xml Log Message: ----------- Enhance documentation for option max_file_size Fixes #6282 |
From: GitHub <no...@gi...> - 2016-06-08 20:33:08
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 77ce90b4f2595df6222ffaea3bd04a30b374987c https://github.com/mantisbt/mantisbt/commit/77ce90b4f2595df6222ffaea3bd04a30b374987c Author: Roland Becker <ro...@at...> Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M core/csv_api.php Log Message: ----------- Correct PHPdoc Issue #20660 |
From: GitHub <no...@gi...> - 2016-06-08 15:58:59
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 02cf397c7a9b15bf99041110bd66447dbf623951 https://github.com/mantisbt/mantisbt/commit/02cf397c7a9b15bf99041110bd66447dbf623951 Author: Roland Becker <ro...@at...> Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M readme.md Log Message: ----------- Minor corrections |
From: GitHub <no...@gi...> - 2016-06-08 15:42:15
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: d79e4c7f5a96b591d3ffaf690952bb24a7f5e86e https://github.com/mantisbt/mantisbt/commit/d79e4c7f5a96b591d3ffaf690952bb24a7f5e86e Author: Roland Becker <ro...@at...> Date: 2016-06-08 (Wed, 08 Jun 2016) Changed paths: M doc/CREDITS Log Message: ----------- Align copyright statement to what we have in PHP source |
From: GitHub <no...@gi...> - 2016-06-05 23:34:58
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 1a4ecfcb0b98ddcc25dd770f35a7f836fcf7aaa3 https://github.com/mantisbt/mantisbt/commit/1a4ecfcb0b98ddcc25dd770f35a7f836fcf7aaa3 Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M bug_change_status_page.php M bug_update.php Log Message: ----------- Do not enforce related thresholds when sponsorship is OFF When $g_enable_sponsorship = OFF, we should not enforce related thresholds ($g_handle_sponsored_bugs_threshold and $g_assign_sponsored_bugs_threshold) when updating issues. Fixes #21030 Commit: 751e0e37f65734c1b68213320dac86442b99e04f https://github.com/mantisbt/mantisbt/commit/751e0e37f65734c1b68213320dac86442b99e04f Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M bug_change_status_page.php Log Message: ----------- Replace nested ifs by &&-ed expressions Compare: https://github.com/mantisbt/mantisbt/compare/d3e3f4e52827...751e0e37f657 |
From: GitHub <no...@gi...> - 2016-06-05 23:24:42
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 58ca803c9827100ced0768ff155d53793d83711b https://github.com/mantisbt/mantisbt/commit/58ca803c9827100ced0768ff155d53793d83711b Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M library/README.md M library/adodb Log Message: ----------- Update ADOdb library to 5.20.4 Fixes #21055 Commit: b5244009be94856efe435cc645c165d9bca51ad3 https://github.com/mantisbt/mantisbt/commit/b5244009be94856efe435cc645c165d9bca51ad3 Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M library/README.md M library/phpmailer Log Message: ----------- Update PHPMailer library to 5.2.15 Fixes #21056 Commit: c8da8877b15f550f8ba996b394407f8338b41545 https://github.com/mantisbt/mantisbt/commit/c8da8877b15f550f8ba996b394407f8338b41545 Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M library/README.md M library/securimage Log Message: ----------- Update securimage captcha library to 3.6.4 Fixes #21057 Commit: e753cca6d2c5e273655b60c5ce9370e59f60eef1 https://github.com/mantisbt/mantisbt/commit/e753cca6d2c5e273655b60c5ce9370e59f60eef1 Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M admin/install.php Log Message: ----------- Use JQUERY_VERSION constant in install.php Commit fc9a3320815f8341236cb7bf0c41855227a3c8c3 missed one occurence of jQuery version number. Issue #19932 Commit: 7795b3020a00e0c28550f5dc4578bbb21a93d5ff https://github.com/mantisbt/mantisbt/commit/7795b3020a00e0c28550f5dc4578bbb21a93d5ff Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M core/constant_inc.php R js/jquery-1.11.3.min.js A js/jquery-1.12.4.min.js Log Message: ----------- Upgrade jQuery from v1.11.3 to v1.12.4 Fixes #21059 Commit: d3e3f4e52827135aa4fd95e10471fd929b494da2 https://github.com/mantisbt/mantisbt/commit/d3e3f4e52827135aa4fd95e10471fd929b494da2 Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M library/README.md M library/disposable Log Message: ----------- Update disposable_email_checker library to 2.1.1 Fixes #21058 Compare: https://github.com/mantisbt/mantisbt/compare/0bb3cfb13e33...d3e3f4e52827 |
From: GitHub <no...@gi...> - 2016-06-05 22:58:33
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 0bb3cfb13e33ba89ab1c88019a1cc18f21e34faf https://github.com/mantisbt/mantisbt/commit/0bb3cfb13e33ba89ab1c88019a1cc18f21e34faf Author: Damien Regad <dr...@ma...> Date: 2016-06-06 (Mon, 06 Jun 2016) Changed paths: M core/email_api.php Log Message: ----------- Enhance logging to show debug email when used Prior to this, when using an invalid address, user would not see a clear indication in the log file that the debug email was being used, resulting in confusion caused by the error message generated by email_send(). This commit adds a LOG_EMAIL_VERBOSE entry clearly showing when the debug email address is used. Fixes #20679 |
From: GitHub <no...@gi...> - 2016-06-05 18:42:32
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 8684dfea60bcacec552e8a28f247496675d6bbe7 https://github.com/mantisbt/mantisbt/commit/8684dfea60bcacec552e8a28f247496675d6bbe7 Author: Victor Boctor <vi...@ma...> Date: 2016-06-04 (Sat, 04 Jun 2016) Changed paths: M docbook/Admin_Guide/en-US/config/logging.xml Log Message: ----------- Update documentation of 'debug_email' Fixes #20684 |
From: GitHub <no...@gi...> - 2016-05-31 15:41:25
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 1d3af0c53509061800c001f25ed2ffabc8998ef0 https://github.com/mantisbt/mantisbt/commit/1d3af0c53509061800c001f25ed2ffabc8998ef0 Author: Carlos Proensa <pr...@gm...> Date: 2016-05-31 (Tue, 31 May 2016) Changed paths: M core/cfdefs/cfdef_standard.php Log Message: ----------- Do not wrap inline items for custom field value lists Avoid wrapping of each individual item that is part of a custom fields value list, displayed as inline inputs. Fixes #20964 Signed-off-by: Damien Regad <dr...@ma...> |
From: GitHub <no...@gi...> - 2016-05-29 10:36:06
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: 4d46f8e3fdf1c0848d3cfdfc016bb429b699ceb6 https://github.com/mantisbt/mantisbt/commit/4d46f8e3fdf1c0848d3cfdfc016bb429b699ceb6 Author: Damien Regad <dr...@ma...> Date: 2016-05-29 (Sun, 29 May 2016) Changed paths: M core/history_api.php Log Message: ----------- PHPDoc: fix incorrect param type Commit: ef2628e161de2ad5bd90f9789b834c149db12b89 https://github.com/mantisbt/mantisbt/commit/ef2628e161de2ad5bd90f9789b834c149db12b89 Author: Damien Regad <dr...@ma...> Date: 2016-05-29 (Sun, 29 May 2016) Changed paths: M core/history_api.php Log Message: ----------- Let Timeline handle non-existing bugs If an history entry refers to a bug that does not exist in the database, history_get_event_from_row() throws application error 1100. Even though it is not a normal situation to find orphan records in the history table, the overhead of verifying a bug's existence at the beginning of the loop is negligible, so it doesn't hurt to add the extra bug_exists() check. Fixes #20727 Compare: https://github.com/mantisbt/mantisbt/compare/73f2cf8c1718...ef2628e161de |
From: GitHub <no...@gi...> - 2016-05-24 10:49:04
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: f7b11528e39668db7ae09a18d0dcc1b324cccc8c https://github.com/mantisbt/mantisbt/commit/f7b11528e39668db7ae09a18d0dcc1b324cccc8c Author: Carlos Proensa <pr...@gm...> Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M account_page.php Log Message: ----------- Remove old code from account_page After the new functionality of verify.php page was implemented (see issue #20686), account_page is no longer included, and some old code can be removed. Commit: 73f2cf8c171848c2f007228374cde87032ff8ff2 https://github.com/mantisbt/mantisbt/commit/73f2cf8c171848c2f007228374cde87032ff8ff2 Author: Carlos Proensa <pr...@gm...> Date: 2016-05-24 (Tue, 24 May 2016) Changed paths: M api_tokens_page.php Log Message: ----------- Add account menu in api tokens page Add the account menu to the API tokens manage page (this page is one of the items in that menu). Now the layout is consistent with the other account manage pages. API tokens page was originally implemented in issue #17766 Fixes #20943 Compare: https://github.com/mantisbt/mantisbt/compare/f3ab14c5fb97...73f2cf8c1718 |
From: GitHub <no...@gi...> - 2016-05-23 09:56:43
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: f3ab14c5fb974d34bdeb4ffa5d70d56b4aca8b46 https://github.com/mantisbt/mantisbt/commit/f3ab14c5fb974d34bdeb4ffa5d70d56b4aca8b46 Author: Damien Regad <dr...@ma...> Date: 2016-05-23 (Mon, 23 May 2016) Changed paths: M core/user_api.php Log Message: ----------- Use correct function name db_param_push() Commit fbc379faaf27e6b853c8b08ac380834836b81032 referenced the wrong name db_push_param(). Issue #20479 |
From: GitHub <no...@gi...> - 2016-05-23 07:56:54
|
Branch: refs/heads/master Home: https://github.com/mantisbt/mantisbt Commit: fa4f7950792dc41fecfb891c95ac652246f5aa07 https://github.com/mantisbt/mantisbt/commit/fa4f7950792dc41fecfb891c95ac652246f5aa07 Author: Siebrand Mazeland <sie...@ki...> Date: 2016-05-23 (Mon, 23 May 2016) Changed paths: M lang/strings_arabic.txt M lang/strings_asturian.txt M lang/strings_belarusian_tarask.txt M lang/strings_chinese_simplified.txt M lang/strings_dutch.txt M lang/strings_french.txt M lang/strings_galician.txt M lang/strings_german.txt M lang/strings_hebrew.txt M lang/strings_hungarian.txt M lang/strings_italian.txt M lang/strings_korean.txt M lang/strings_lithuanian.txt M lang/strings_macedonian.txt M lang/strings_ripoarisch.txt M lang/strings_russian.txt M lang/strings_serbian.txt M lang/strings_serbian_latin.txt M lang/strings_spanish.txt M lang/strings_swedish.txt M lang/strings_ukrainian.txt M plugins/MantisCoreFormatting/lang/strings_arabic.txt M plugins/MantisGraph/lang/strings_korean.txt M plugins/MantisGraph/lang/strings_spanish.txt M plugins/XmlImportExport/lang/strings_arabic.txt Log Message: ----------- Localisation updates from https://translatewiki.net. |