Changesets: MantisBT

master efbfd052

2012-12-04 09:58

dregad


Details Diff
Enable filter date fields by default when $g_use_javascript = OFF

With javascript disabled, when ticking 'use date filters' checkbox in
view issues page, the associated selection fields to pick the date
criteria remain disabled, preventing date filtering.

The code now detects the state of $g_use_javascript and sets the
'disabled' state of the date selection fields accordingly.

Also removes 'Undefined variables' system notices.

Fixes 0015255
Affected Issues
0015255
mod - core/filter_api.php Diff File

master-1.2.x deb45ecd

2012-12-01 14:42

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_greek.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_swedish.txt Diff File
add - plugins/MantisCoreFormatting/lang/strings_ukrainian.txt Diff File

master-1.2.x 2ef9935a

2012-12-01 06:08

dregad


Details Diff
Remove unnecessary assignment

Commit 361089d2a2f8b85e178de315046916ea26836e92 omitted to remove the
old default value for $g_set_status_threshold.
mod - config_defaults_inc.php Diff File

master 17858aee

2012-11-29 05:15

dregad


Details Diff
Make email_send_all() send older queued messages first

To achieve this, a new optional parameter was added to function
email_queue_get_ids() to specify the desired sort order (defaults to
'DESC' to ensure no change in behavior).

email_send_all() now retrieves the list of emails to send in ascending
order.

Fixes 0015248
Affected Issues
0015248
mod - core/email_api.php Diff File
mod - core/email_queue_api.php Diff File

master-1.2.x 0737f330

2012-11-29 05:15

dregad


Details Diff
Make email_send_all() send older queued messages first

To achieve this, a new optional parameter was added to function
email_queue_get_ids() to specify the desired sort order (defaults to
'DESC' to ensure no change in behavior).

email_send_all() now retrieves the list of emails to send in ascending
order.

Fixes 0015248
Affected Issues
0015248
mod - core/email_api.php Diff File
mod - core/email_queue_api.php Diff File

master e7509154

2012-11-29 05:15

dregad


Details Diff
Reworded PHPdoc email_send_all() function description
mod - core/email_api.php Diff File

master-1.2.x 3be57b7b

2012-11-29 05:15

dregad


Details Diff
Reworded PHPdoc email_send_all() function description
mod - core/email_api.php Diff File

master-1.2.x efdb61ed

2012-11-29 04:31

dregad


Details Diff
Don't send notif mail when updating Protected account's Access Level

Prior to this, Mantis would effectively not update the protected user
account's 'Access Level' field, but would still send a notification to
the user informing them that the field was modified, causing confusion.

The confirmation message for protected account update was reworded.

Fixes 0015247
Affected Issues
0015247
mod - lang/strings_english.txt Diff File
mod - manage_user_update.php Diff File

master 37a2fee2

2012-11-29 04:31

dregad


Details Diff
Don't send notif mail when updating Protected account's Access Level

Prior to this, Mantis would effectively not update the protected user
account's 'Access Level' field, but would still send a notification to
the user informing them that the field was modified, causing confusion.

The confirmation message for protected account update was reworded.

Fixes 0015247
Affected Issues
0015247
mod - lang/strings_english.txt Diff File
mod - manage_user_update.php Diff File

master-1.2.x 1c847ef0

2012-11-26 03:15

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_russian.txt Diff File

master-1.2.x e7bb7016

2012-11-22 16:37

rombert


Details Diff
Fix 0015199: Update json api error format Affected Issues
0015199
mod - core/json_api.php Diff File

master dd679233

2012-11-22 16:37

rombert


Details Diff
Fix 0015199: Update json api error format Affected Issues
0015199
mod - core/json_api.php Diff File

master-1.2.x acd7562d

2012-11-21 14:58

rombert


Details Diff
soap api: fall back to the default_category_for_moves when deleting
categories

Fixes 0015222: mc_project_delete_category fails to delete category
Affected Issues
0015222
mod - api/soap/mc_project_api.php Diff File

master 4c6e6f0d

2012-11-21 14:58

rombert


Details Diff
soap api: fall back to the default_category_for_moves when deleting
categories

Fixes 0015222: mc_project_delete_category fails to delete category
Affected Issues
0015222
mod - api/soap/mc_project_api.php Diff File

master 10ac96e8

2012-11-20 16:21

rombert


Details Diff
SOAP API: only reference the global default category if it exists

Fixes 0015222: mc_project_delete_category fails to delete category
Affected Issues
0015222
mod - api/soap/mc_project_api.php Diff File

master-1.2.x 9ddbfae8

2012-11-20 16:21

rombert


Details Diff
SOAP API: only reference the global default category if it exists

Fixes 0015222: mc_project_delete_category fails to delete category
Affected Issues
0015222
mod - api/soap/mc_project_api.php Diff File

master-1.2.x e4d4f1bb

2012-11-20 07:05

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_spanish.txt Diff File
add - plugins/MantisCoreFormatting/lang/strings_danish.txt Diff File
mod - plugins/MantisGraph/lang/strings_danish.txt Diff File
mod - plugins/XmlImportExport/lang/strings_chinese_traditional.txt Diff File
add - plugins/XmlImportExport/lang/strings_danish.txt Diff File

master ff2e6506

2012-11-15 17:32

dregad


Details Diff
Fix regex to remove UTF-8 chars invalid in XML 1.0

The regex introduced in string_html_specialchars() function with commit
2b5d66217bd4ecf5e7271f1a4b2b339d7681e91c caused problems with multibyte
UTF-8 chars, as PCRE require that they are specified like '\x{NNNN}';
the syntax without braces '\xNN' only supports up to 2 hex digits [1].

Fixes 0014744

[1] http://php.net/regexp.reference.escape
Affected Issues
0014744
mod - core/string_api.php Diff File

master-1.2.x 500a0fce

2012-11-15 15:01

rombert


Details Diff
Fix replacing of invalid XML characters

Fixes 0014157: Array to string conversion error on soap request with PHP
5.4
Affected Issues
0014157
mod - api/soap/mc_api.php Diff File

master 7ae2d9ae

2012-11-15 15:01

rombert


Details Diff
Fix replacing of invalid XML characters

Fixes 0014157: Array to string conversion error on soap request with PHP
5.4
Affected Issues
0014157
mod - api/soap/mc_api.php Diff File

master fbbf1d23

2012-11-14 17:01

rombert


Details Diff
SOAP API: add failing test for retrieving issue text in non-latin charsets

Affects 0014157: Array to string conversion error on soap request with
PHP 5.4
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File

master-1.2.x 88a332a6

2012-11-14 17:01

rombert


Details Diff
SOAP API: add failing test for retrieving issue text in non-latin charsets

Affects 0014157: Array to string conversion error on soap request with
PHP 5.4
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File

master-1.2.x 8fa6a5c1

2012-11-14 16:44

rombert


Details Diff
SOAP API: make the first parameter of mci_soap_fault_access_denied
optional

Fixes 0014871: Add support for the built-in soap extension in addition to
nusoap
Affected Issues
0014871
mod - api/soap/mc_api.php Diff File

master eac6b08a

2012-11-14 16:44

rombert


Details Diff
SOAP API: make the first parameter of mci_soap_fault_access_denied
optional

Fixes 0014871: Add support for the built-in soap extension in addition to
nusoap
Affected Issues
0014871
mod - api/soap/mc_api.php Diff File

master 12da98b1

2012-11-14 10:42

dregad


Details Diff
Fix initialization of default timezone in core.php

Fixes #14084, see also related issue 0014009 for 1.2.x branch
Affected Issues
0014009
mod - core.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 353 354 355 356 357 358 359 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last