Changesets: MantisBT

master 0e76640b

2011-04-14 17:09

Stefan Pettersson


Details Diff
Fixed missing end tags of print all bug page.
r
mod - print_all_bug_page.php Diff File

master b47fa825

2011-04-14 16:35

Stefan Pettersson


Details Diff
Fix HTML, missing closing td tag in account_sponsor_page.php
mod - account_sponsor_page.php Diff File

master 7582dab4

2011-04-12 16:06

rombert


Details Diff
Fix 0012932 : Error triggered when adding a task relationship

- correct the undefined variable access when adding a task relationship
- regression tests added for creating and deleting relationships
- bump the update date of the destination bug when deleting a relationship
Affected Issues
0012932
mod - tests/soap/AllTests.php Diff File
mod - api/soap/mc_issue_api.php Diff File
add - tests/soap/RelationshipTest.php Diff File

master-1.2.x 933219ed

2011-04-12 16:06

rombert


Details Diff
Fix 0012932 : Error triggered when adding a task relationship

- correct the undefined variable access when adding a task relationship
- regression tests added for creating and deleting relationships
- bump the update date of the destination bug when deleting a relationship
Affected Issues
0012932
mod - tests/soap/AllTests.php Diff File
add - tests/soap/RelationshipTest.php Diff File
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x c5fc7892

2011-04-11 18:10

rombert


Details Diff
Fix 0012928 : Expose note_type and note_attr bug note fields to the SOAP API

- include the note_attr and note_type fields in the SOAP output
- test that notes added individually, as part of new issues and as
part of existing issues have the fields properly set
Affected Issues
0012928
mod - tests/soap/IssueUpdateTest.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueNoteTest.php Diff File
mod - api/soap/mantisconnect.php Diff File

master 5991f5dc

2011-04-11 18:06

rombert


Details Diff
Fix 0012928 : Expose note_type and note_attr bug note fields to the SOAP API

- include the note_attr and note_type fields in the SOAP output
- test that notes added individually, as part of new issues and as
part of existing issues have the fields properly set
Affected Issues
0012928
mod - tests/soap/IssueNoteTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - api/soap/mantisconnect.php Diff File

master c181cc19

2011-04-11 17:28

rombert


Details Diff
Fix 0012795 : Handle the 'user_id' property of attachments Affected Issues
0012795
mod - api/soap/mantisconnect.php Diff File
mod - api/soap/mc_project_attachment_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/AttachmentTest.php Diff File
mod - api/soap/mc_issue_attachment_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_file_api.php Diff File

master-1.2.x 49a41e2f

2011-04-11 17:28

rombert


Details Diff
Fix 0012795 : Handle the 'user_id' property of attachments Affected Issues
0012795
mod - api/soap/mc_issue_attachment_api.php Diff File
mod - tests/soap/AttachmentTest.php Diff File
mod - api/soap/mantisconnect.php Diff File
mod - tests/soap/IssueAddTest.php Diff File
mod - api/soap/mc_project_attachment_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - api/soap/mc_file_api.php Diff File

master 13bc7452

2011-04-11 17:01

rombert


Details Diff
Fix 0012694 : mc_project_version_update - add parameter 'obsolete'

Add and test the usage of the 'obsolete' parameter.
Affected Issues
0012694
mod - api/soap/mc_api.php Diff File
mod - api/soap/mantisconnect.php Diff File
add - tests/soap/VersionTest.php Diff File
mod - tests/soap/AllTests.php Diff File
mod - api/soap/mc_project_api.php Diff File

master-1.2.x aaa606d0

2011-04-11 17:01

rombert


Details Diff
Fix 0012694 : mc_project_version_update - add parameter 'obsolete'

Add and test the usage of the 'obsolete' parameter.
Affected Issues
0012694
mod - api/soap/mantisconnect.php Diff File
mod - tests/soap/AllTests.php Diff File
mod - api/soap/mc_api.php Diff File
add - tests/soap/VersionTest.php Diff File
mod - api/soap/mc_project_api.php Diff File

master 826cdd8b

2011-04-11 15:36

rombert


Details Diff
Fix 0012887: mc_issue_get_biggest_id do wrong

The internal sorting should be based on id, rather than on
date_submitted.
Affected Issues
0012887
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueAddTest.php Diff File

master-1.2.x d90003b4

2011-04-11 15:36

rombert


Details Diff
Fix 0012887: mc_issue_get_biggest_id do wrong

The internal sorting should be based on id, rather than on
date_submitted.
Affected Issues
0012887
mod - tests/soap/IssueAddTest.php Diff File
mod - api/soap/mc_issue_api.php Diff File

master a8864b08

2011-04-07 10:30

dhx


Details Diff
Fix 0012675: Do not attempt connection to non-existent database

The original fix for 0012675 was incorrect - the patch was applied to the
wrong line of install.php. We should not be attempting to connect to a
specific database that doesn't exist and needs creating.

The proper solution to 0012675 requires more thought and work because
only certain database backends support connections to database servers
without specifying a database to connect to.
Affected Issues
0012675
mod - admin/install.php Diff File

master-1.2.x 1e1c073b

2011-04-07 10:30

dhx


Details Diff
Fix 0012675: Do not attempt connection to non-existent database

The original fix for 0012675 was incorrect - the patch was applied to the
wrong line of install.php. We should not be attempting to connect to a
specific database that doesn't exist and needs creating.

The proper solution to 0012675 requires more thought and work because
only certain database backends support connections to database servers
without specifying a database to connect to.
Affected Issues
0012675
mod - admin/install.php Diff File

master 41fddb77

2011-04-07 10:25

dhx


Details Diff
Remove MySQL database version check from install script

The MySQL database version check is no longer working on recent versions
and configurations of MySQL and should therefore be removed. This check
is no longer necessary because MySQL 4 is thoroughly deprecated and
shouldn't be seen in the wild anymore.
Affected Issues
0012927
mod - admin/install.php Diff File

master-1.2.x a4774043

2011-04-07 10:25

dhx


Details Diff
Remove MySQL database version check from install script

The MySQL database version check is no longer working on recent versions
and configurations of MySQL and should therefore be removed. This check
is no longer necessary because MySQL 4 is thoroughly deprecated and
shouldn't be seen in the wild anymore.
Affected Issues
0012927
mod - admin/install.php Diff File

master 7b456a54

2011-04-07 10:16

dhx


Details Diff
Tidy list of database types in install script
mod - admin/install.php Diff File

master-1.2.x c749c0cd

2011-04-07 10:16

dhx


Details Diff
Tidy list of database types in install script
mod - admin/install.php Diff File

master 57db68ce

2011-04-07 09:46

dhx


Details Diff
Delete bug_assign.php

Commit 79ffdb847a9e6094df5c0892e06b1fe5d69d139c forgot to delete
bug_assign.php
rm - bug_assign.php Diff

master 73493e22

2011-04-07 09:30

dhx


Details Diff
Remove unnecessary return value from EVENT_UPDATE_BUG_DATA

The EVENT_UPDATE_BUG_DATA event call within bug_update.php was forcing
the return of the original bug structure. This is unnecessary
information as bug_update.php already has this information at hand.
mod - docbook/Developers_Guide/en-US/Events_Reference_Bug.xml Diff File
mod - bug_update.php Diff File

master 79ffdb84

2011-04-07 08:53

dhx


Details Diff
Remove bug_assign.php (use bug_update.php instead)

bug_update.php was updated a while ago to provide a generic method for
updating bugs. This update has deprecated the need for a separate
bug_assign.php script - we can just direct the forms to bug_update.php
directly.
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_latvian.txt Diff File
mod - lang/strings_occitan.txt Diff File
mod - lang/strings_slovene.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_urdu.txt Diff File
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_estonian.txt Diff File
mod - lang/strings_croatian.txt Diff File
mod - lang/strings_swissgerman.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_lithuanian.txt Diff File
mod - lang/strings_breton.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_arabicegyptianspoken.txt Diff File
mod - lang/strings_ukrainian.txt Diff File
mod - lang/strings_finnish.txt Diff File
mod - lang/strings_tagalog.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_norwegian_bokmal.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_greek.txt Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_slovak.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_icelandic.txt Diff File
mod - lang/strings_hebrew.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_romanian.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - core/html_api.php Diff File
mod - lang/strings_czech.txt Diff File

master 052b15ef

2011-04-05 17:40

jreese


Details Diff
Updated CREDITS with contributers from 1.2.x
mod - doc/CREDITS Diff File

master-1.2.x 07727878

2011-04-05 17:40

jreese


Details Diff
Updated CREDITS with contributers from 1.2.x
mod - doc/CREDITS Diff File

master-1.2.x 162c0d27

2011-04-05 14:13

jreese


Details Diff
Fix 0010850: commit cd33b412 generates incorrect url Affected Issues
0010850
mod - core/user_api.php Diff File

master b01c7265

2011-04-05 14:13

jreese


Details Diff
Fix 0010850: commit cd33b412 generates incorrect url Affected Issues
0010850
mod - core/user_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 425 426 427 428 429 430 431 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last