Changesets: MantisBT

master-1.2.x b33cacb9

2011-11-21 00:53

dregad


Details Diff
I18l support for multi-file upload

Adds new strings to handle the plurals when uploading multiple files
(e.g. "Upload File" / "Upload Files") and conditionally display the
appropriate one depending on value of file_upload_max_num

Fixes 0005228
Affected Issues
0005228
mod - bug_file_upload_inc.php Diff File
mod - bug_report_page.php Diff File
mod - lang/strings_english.txt Diff File

master 0d5182eb

2011-11-21 00:39

dregad


Details Diff
Add multi-file upload to bug reporting page

Fixes 0005228

Conflicts:

bug_report.php
bug_report_page.php
Affected Issues
0005228
mod - bug_report.php Diff File
mod - bug_report_page.php Diff File

master-1.2.x 2648708b

2011-11-21 00:39

dregad


Details Diff
Add multi-file upload to bug reporting page

Fixes 0005228
Affected Issues
0005228
mod - bug_report.php Diff File
mod - bug_report_page.php Diff File

master 8027a142

2011-11-21 00:32

dregad


Details Diff
Fix whitespace and code alignment, removed useless code

Conflicts:

bug_report.php
mod - bug_report.php Diff File

master-1.2.x 5006a3bd

2011-11-21 00:32

dregad


Details Diff
Fix whitespace and code alignment, removed useless code
mod - bug_report.php Diff File

master 5c7dab02

2011-11-20 23:46

dregad


Details Diff
Add multiple file upload functionality

Adds a new option in config_defaults_inc.php (file_upload_max_num) to
determine how many files can be simultaneously uploaded.

Modifies the code in issue reporting and view details pages, to enable
the new functionality.

Fixes 0005228

Conflicts:

bug_file_add.php
config_defaults_inc.php
Affected Issues
0005228
mod - bug_file_add.php Diff File
mod - bug_file_upload_inc.php Diff File
mod - config_defaults_inc.php Diff File

master-1.2.x 4599c5ba

2011-11-20 23:46

dregad


Details Diff
Add multiple file upload functionality

Adds a new option in config_defaults_inc.php (file_upload_max_num) to
determine how many files can be simultaneously uploaded.

Modifies the code in issue reporting and view details pages, to enable
the new functionality.

Fixes 0005228
Affected Issues
0005228
mod - bug_file_add.php Diff File
mod - bug_file_upload_inc.php Diff File
mod - config_defaults_inc.php Diff File

master 2ef79a9d

2011-11-19 12:29

dregad


Details Diff
Perform obsolete check against db config also

Previously the check for usage of obsolete configuration variables was
only performed against global variables (defined in config_inc.php).
With this change, a more thorough verification is done, including
values with an override in mantis_config_table.

Detailed information about where the config option is set (database
and/or config_inc.php), for which user(s) and for which project(s), is
printed with the warning message.

To implement this functionality, it was required to alter the order in
which the checks are executed by check/index.php: the DB checks must be
performed before the Configuration checks, otherwise there is no DB
connectivity to verify values in the config table.

Fixes 0013435
Affected Issues
0013435
mod - admin/check/index.php Diff File
mod - core/config_api.php Diff File

master-1.2.x 991e54be

2011-11-19 10:07

dregad


Details Diff
Remove "$g_" prefix from obsolete config warning messages

Designating config options using the "$g_" prefix in the warning
messages when checking for obsolete configurations does not make sense
when they are defined in the database.

Removing this previx also makes the messages consistent with the new
admin checks interface in 1.3.

Affects issue 0013435
Affected Issues
0013435
mod - core/config_api.php Diff File

master 88ca322b

2011-11-19 08:26

dregad


Details Diff
Fix PHP admin check for error logging/reporting

The check for "PHP errors are being logged or reported" in the new
admin check interface has incorrect logic, causing it to always report
a warning condition.

The warning should only be printed if both display_errors and
log_errors are Off.

Fixes 0013545, 0011576
Affected Issues
0011576, 0013545
mod - admin/check/check_php_inc.php Diff File

master 46873ebc

2011-11-14 09:05

rombert


Details Diff
Fix 0013415 ( cloning issue with attachments doesn't work )

Thanks to adminactoll for providing the patch.
Affected Issues
0013415
mod - core/file_api.php Diff File

master-1.2.x 0b8298ec

2011-11-14 09:05

rombert


Details Diff
Fix 0013415 ( cloning issue with attachments doesn't work )

Thanks to adminactoll for providing the patch.
Affected Issues
0013415
mod - core/file_api.php Diff File

master 4a3268a5

2011-11-14 08:53

rombert


Details Diff
SOAP Tests: update to use the new date format
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master b95f1090

2011-11-14 08:49

rombert


Details Diff
Revert "SOAP Tests: update to use the new date format"

This reverts commit 6cd4123ba8313f723d20305cd18dd344ea717b75 , which
introduced whitespace errors.
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master-1.2.x c2746c56

2011-11-11 02:49

atrol


Details Diff
Fix 0013528 : SOAP API accesses undefined variable in error handling Affected Issues
0013528
mod - api/soap/mc_file_api.php Diff File

master b272eaad

2011-11-11 02:40

atrol


Details Diff
Fix 0013528 : SOAP API accesses undefined variable in error handling Affected Issues
0013528
mod - api/soap/mc_file_api.php Diff File

master 8c780515

2011-11-10 20:04

rombert


Details Diff
SOAP Tests: use a more predictable option for the preference test

Since the default value for the language has changed between 1.2 and
1.3 the user preference test is inconsistent across installations. We
now pick the bugnote_order as a less likely preference to be changed.
mod - tests/soap/UserTest.php Diff File

master-1.2.x 6dd19d2d

2011-11-10 20:04

rombert


Details Diff
SOAP Tests: use a more predictable option for the preference test

Since the default value for the language has changed between 1.2 and
1.3 the user preference test is inconsistent across installations. We
now pick the bugnote_order as a less likely preference to be changed.
mod - tests/soap/UserTest.php Diff File

master 618f512f

2011-11-10 19:32

rombert


Details Diff
SOAP filter tests: allow running when issues already exist

These tests assumed that no issues exist in the target repository,
which is not always true. It is more convenient to run against an
existing repository. Also, the tests are enhanced to retrieve a full
page , a partial page and an empty page.
mod - tests/soap/FilterTest.php Diff File

master-1.2.x 0d437de2

2011-11-10 19:32

rombert


Details Diff
SOAP filter tests: allow running when issues already exist

These tests assumed that no issues exist in the target repository,
which is not always true. It is more convenient to run against an
existing repository. Also, the tests are enhanced to retrieve a full
page , a partial page and an empty page.
mod - tests/soap/FilterTest.php Diff File

master 64601e61

2011-11-10 19:12

rombert


Details Diff
SOAP tests: centralise the number of issues to retrieve
mod - tests/soap/FilterTest.php Diff File

master-1.2.x a1e13479

2011-11-10 19:12

rombert


Details Diff
SOAP tests: centralise the number of issues to retrieve
mod - tests/soap/FilterTest.php Diff File

master f5c2fb4f

2011-11-10 19:05

rombert


Details Diff
VersionTest: make tests run against bugtrackers with existing versions
mod - tests/soap/VersionTest.php Diff File

master-1.2.x b34c7c91

2011-11-10 19:05

rombert


Details Diff
VersionTest: make tests run against bugtrackers with existing versions
mod - tests/soap/VersionTest.php Diff File

master 6cd4123b

2011-11-10 18:59

rombert


Details Diff
SOAP Tests: update to use the new date format
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 347 348 349 350 351 352 353 ... 420 ... 490 ... 560 ... 630 ... 700 ... 703 704 705  Next  Last