Changesets: MantisBT

master-2.0.x 9c58c6d1

2012-08-09 02:43

Paul Richards


Details Diff
Fix 0014418: Alternate text for logo image is hardcoded
mod - core/html_api.php Diff File

master-2.0.x 70e798bb

2012-08-09 02:39

Paul Richards


Details Diff
Use .prop() instead of .attr() where appropriate
mod - static/javascript/common.js Diff File

master-1.2.x d63864fa

2012-08-09 01:02

Damien Regad


Details Diff
Backport changes to file_add() function from master

Align with changes from 84017535f8718685d755d58af7a39d80f52ffca8
to ease future code maintenance.
mod - core/file_api.php Diff File

master-1.2.x e1bee761

2012-08-09 00:12

Damien Regad


Details Diff
Revised PHPdoc for file_add() function
mod - core/file_api.php Diff File

master a82d0200

2012-08-09 00:12

Damien Regad


Details Diff
Revised PHPdoc for file_add() function
mod - core/file_api.php Diff File

master-2.0.x e32bab20

2012-08-08 23:56

Paul Richards


Details Diff
move signal for EVENT_BUGNOTE_DELETED into core api
mod - bugnote_delete.php Diff File
mod - core/bugnote_api.php Diff File

master-2.0.x 3c22b4f6

2012-08-08 23:53

Paul Richards


Details Diff
Move event_signal into core api - this means the event will get fired automatically if any plugin etc uses creates a new project version
mod - core/version_api.php Diff File
mod - manage/proj_ver_add.php Diff File
mod - manage/proj_ver_copy.php Diff File

master-2.0.x 0d08e819

2012-08-08 12:25

Paul Richards


Details Diff
1) remove unused codeblock from tag_update.php

2) add to tag api a shortcut to not run database query if nothing has changed on the tag.
mod - core/tag_api.php Diff File
mod - tag_update.php Diff File

master-2.0.x 84c62cd6

2012-08-08 11:42

Paul Richards


Details Diff
In this case, we can do a form get request and skip the extra http request for a redirect
mod - core/html_api.php Diff File
rm - jump_to_bug.php Diff

master-1.2.x e0cf86d3

2012-08-07 05:28

Damien Regad


Details Diff
Whitespace fixes
mod - core/file_api.php Diff File
mod - proj_doc_update.php Diff File

master 9397dd91

2012-08-07 05:28

Damien Regad


Details Diff
Whitespace fixes
mod - core/file_api.php Diff File

master-1.2.x eb026965

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.php Diff File

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 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-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-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
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 348 349 350 351 352 353 354 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last