Changesets: MantisBT

master 804cd348

2012-08-07 01:43

dregad


Details Diff
Fix 0014552: Update admin checks to make sure ADOdb extension is not used Affected Issues
0014552
mod - admin/check/check_database_inc.php Diff File

master-1.2.x 065e5f72

2012-08-07 01:42

dregad


Details Diff
Cosmetic changes and comments in admin/check.php
mod - admin/check.php Diff File

master-1.2.x 9db97b99

2012-08-06 20:51

dregad


Details Diff
Renaming EVENT_BUG_CHANGE_STATUS_FORM to EVENT_UPDATE_BUG_STATUS_FORM

This is per jreese's recommendation, for consistency with existing
events names.

Fixes 0014329, see also 0010126
Affected Issues
0014329
mod - bug_change_status_page.php Diff File
mod - core/events_inc.php Diff File
mod - docbook/developers/en/event-reference-bug.sgml Diff File

master 6bbaa7b9

2012-08-06 20:51

dregad


Details Diff
Renaming EVENT_BUG_CHANGE_STATUS_FORM to EVENT_UPDATE_BUG_STATUS_FORM

This is per jreese's recommendation, for consistency with existing
events names.

Fixes 0014329, see also 0010126
Affected Issues
0014329
mod - bug_change_status_page.php Diff File
mod - core/events_inc.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference_Bug.xml Diff File

master-2.0.x 12aa6d46

2012-08-05 10:55

Paul Richards


Details Diff
page title should be considered obsolete - if people do want to customise the top header, we should direct them to using the top/bottom include functions which allow full customisation.
mod - config_defaults_inc.php Diff File
mod - core/html_api.php Diff File
mod - core/obsolete.php Diff File

master fd1269a0

2012-08-05 09:20

rombert


Details Diff
Fix 0014550: Incorrect values for date_order field when using
mc_project_version_add()

Fix double key in VersionTest ( thanks to atrol ).
Affected Issues
0014550
mod - tests/soap/VersionTest.php Diff File

master-1.2.x 218c5129

2012-08-05 09:19

rombert


Details Diff
Fix 0014550: Incorrect values for date_order field when using
mc_project_version_add()

Fix double key in VersionTest ( thanks to atrol ).
Affected Issues
0014550
mod - tests/soap/VersionTest.php Diff File

master-2.0.x b301eff1

2012-08-04 23:23

Paul Richards


Details Diff
remove sort_icon_arr as a config variable - themes can set appropriate image
mod - config_defaults_inc.php Diff File
mod - core/icon_api.php Diff File
mod - core/obsolete.php Diff File

master-2.0.x 6c573f02

2012-08-04 12:40

Paul Richards


Details Diff
add 'attachments' as a dummy column to column's api
mod - core/columns_api.php Diff File

master-2.0.x b53ace2a

2012-08-04 10:32

Paul Richards


Details Diff
Dynamically load file extension icons.
If an icon does not exist, attempt to generate a basic image to represent the file icon
mod - admin/check/check_attachments_inc.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/file_api.php Diff File
add - img_ext.php Diff File

master-1.2.x d1d49e4e

2012-08-04 01:31

rombert


Details Diff
Fix 0014550: Incorrect values for date_order field when using
mc_project_version_add()
Affected Issues
0014550
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/VersionTest.php Diff File

master 9051f846

2012-08-04 01:31

rombert


Details Diff
Fix 0014550: Incorrect values for date_order field when using
mc_project_version_add()
Affected Issues
0014550
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/VersionTest.php Diff File

master-2.0.x 2e5daf79

2012-08-03 10:13

Paul Richards


Details Diff
content_expire as a config option was previously removed 7 years ago by 4071c8717a23db909dca4df01692f157e58344d1
mod - config_defaults_inc.php Diff File
mod - core/obsolete.php Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File

master-2.0.x 3723c060

2012-08-03 10:08

Paul Richards


Details Diff
update global settings to refer to anonymous to anonymous_login as we now have a single config entry
mod - config_defaults_inc.php Diff File

master-2.0.x dc3091f6

2012-08-03 10:04

Paul Richards


Details Diff
Fix config columns loading on print_bug_page
mod - print_bug_page.php Diff File

master-2.0.x 2bb3bc21

2012-08-03 09:42

Paul Richards


Details Diff
Use standard mantis header/footers on print issues page
mod - print_all_bug_page.php Diff File

master-1.2.x adc66fea

2012-08-02 00:38

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_greek.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_ripoarisch.txt Diff File
mod - lang/strings_tagalog.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_ukrainian.txt Diff File
mod - plugins/XmlImportExport/lang/strings_macedonian.txt Diff File
mod - plugins/XmlImportExport/lang/strings_ripoarisch.txt Diff File

master d9e97d9e

2012-08-01 13:34

dregad


Details Diff
Fix new signup user is protected account on PostgreSQL

This fixes a regression introduced with resolution of 0014288 (see commit
b8d4b5039598248d0b0c78619450c51d4dc98df2)

The user_create() function was not properly resetting the account's
protected flag to false due to specific handling of Boolean type as a
string for PostgreSQL.

Fixes 0014466
Affected Issues
0014466
mod - core/user_api.php Diff File

master-1.2.x 7124ee6f

2012-08-01 13:34

dregad


Details Diff
Fix new signup user is protected account on PostgreSQL

This fixes a regression introduced with resolution of 0014288 (see commit
b8d4b5039598248d0b0c78619450c51d4dc98df2)

The user_create() function was not properly resetting the account's
protected flag to false due to specific handling of Boolean type as a
string for PostgreSQL.

Fixes 0014466
Affected Issues
0014466
mod - core/user_api.php Diff File

master-2.0.x 7c194b97

2012-07-31 12:09

Paul Richards


Details Diff
Move php version check out of compress api to admin checks functionality
mod - admin/check/check_php_inc.php Diff File
mod - core/compress_api.php Diff File

master-2.0.x 0f0c0d7e

2012-07-31 11:49

Paul Richards


Details Diff
remove redundanct function
mod - core/html_api.php Diff File

master 26b38801

2012-07-31 09:20

rombert


Details Diff
Fix 0014192: Add Exchange header for automessage Affected Issues
0014192
mod - core/email_api.php Diff File

master-1.2.x 83068d36

2012-07-31 09:19

rombert


Details Diff
Fix 0014192: Add Exchange header for automessage Affected Issues
0014192
mod - core/email_api.php Diff File

master 81c42d33

2012-07-30 12:19

dregad


Details Diff
Documentation: improve troubleshooting for error 1502
mod - docbook/Admin_Guide/en-US/Troubleshooting.xml Diff File

master-1.2.x c013fabb

2012-07-30 12:19

dregad


Details Diff
Documentation: improve troubleshooting for error 1502
mod - docbook/administration_guide/en/troubleshooting.sgml Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 351 352 353 354 355 356 ... 420 ... 490 ... 560 ... 630 ... 700 ... 730 731 732  Next  Last