Changesets: MantisBT

master-1.2.x 24cb3dd6

2009-10-26 11:05

jreese


Details Diff
Fix invalid bug parameter sent to plugin columns
mod - core/custom_function_api.php Diff File

master dce7fdf6

2009-10-26 11:05

jreese


Details Diff
Fix invalid bug parameter sent to plugin columns
mod - core/custom_function_api.php Diff File

master-1.2.x 18ad379c

2009-10-26 06:47

rombert


Details Diff
Fixes 0010615: Excel export did not use the BugData API

excel_xml_export used the old array-style access of the bug information,
but filter_get_bug_rows returns BugData objects.
Affected Issues
0010615
mod - excel_xml_export.php Diff File

master 2d5e0144

2009-10-26 06:47

rombert


Details Diff
Fixes 0010615: Excel export did not use the BugData API

excel_xml_export used the old array-style access of the bug information,
but filter_get_bug_rows returns BugData objects.
Affected Issues
0010615
mod - excel_xml_export.php Diff File

master-1.2.x b4fe91cb

2009-10-26 02:35

vboctor


Details Diff
Fixes 0011053: Using real names and monitoring. Affected Issues
0011053
mod - bug_monitor_add.php Diff File

master d5c21376

2009-10-26 02:35

vboctor


Details Diff
Fixes 0011053: Using real names and monitoring. Affected Issues
0011053
mod - bug_monitor_add.php Diff File

master-1.2.x a8f9af9c

2009-10-26 02:29

vboctor


Details Diff
Fixes 0011078: LDAP realname is not always picked up -- pull data from LDAP to local database on login

The fix is to update the user data from LDAP to the database on login. This includes password, realname and email. This will not fix the issue until all users login. However, it is the right long term fix since:

1. Locations that require retrieval of user realname don't have to know about LDAP.
2. Database information will be kept up to date and hence we can fallback to the database.
3. Local queries against the DB can be done without going back to LDAP.
4. Less possibility for LDAP specific bugs.
Affected Issues
0011078
mod - core/ldap_api.php Diff File

master 7d3ad3b5

2009-10-26 02:29

vboctor


Details Diff
Fixes 0011078: LDAP realname is not always picked up -- pull data from LDAP to local database on login

The fix is to update the user data from LDAP to the database on login. This includes password, realname and email. This will not fix the issue until all users login. However, it is the right long term fix since:

1. Locations that require retrieval of user realname don't have to know about LDAP.
2. Database information will be kept up to date and hence we can fallback to the database.
3. Local queries against the DB can be done without going back to LDAP.
4. Less possibility for LDAP specific bugs.
Affected Issues
0011078
mod - core/ldap_api.php Diff File

master ccd99a0e

2009-10-25 15:31

rombert


Details Diff
Record patching of NuSOAP in README.libs
mod - library/README.libs Diff File

master-1.2.x 91ff59f3

2009-10-25 12:39

calimero100582

Committer: rombert


Details Diff
convert ereg to preg

Signed-off-by: Robert Munteanu <robert.munteanu@gmail.com>
mod - library/nusoap/class.soap_transport_http.php Diff File
mod - library/nusoap/class.soap_parser.php Diff File
mod - library/nusoap/class.nusoap_base.php Diff File
mod - library/nusoap/nusoap.php Diff File
mod - api/soap/mc_enum_api.php Diff File
mod - library/nusoap/class.wsdl.php Diff File
mod - library/nusoap/class.soapclient.php Diff File
mod - library/nusoap/class.xmlschema.php Diff File
mod - library/nusoap/class.soap_server.php Diff File

master 79dc0efe

2009-10-25 12:39

calimero100582

Committer: rombert


Details Diff
convert ereg to preg

Signed-off-by: Robert Munteanu <robert.munteanu@gmail.com>
mod - library/nusoap/class.soap_transport_http.php Diff File
mod - library/nusoap/class.soap_parser.php Diff File
mod - library/nusoap/class.nusoap_base.php Diff File
mod - library/nusoap/nusoap.php Diff File
mod - api/soap/mc_enum_api.php Diff File
mod - library/nusoap/class.wsdl.php Diff File
mod - library/nusoap/class.soapclient.php Diff File
mod - library/nusoap/class.xmlschema.php Diff File
mod - library/nusoap/class.soap_server.php Diff File

master-1.2.x 702001d6

2009-10-24 02:00

vboctor


Details Diff
Fixes 0011045: Display of attached files. Affected Issues
0011045
mod - file_download.php Diff File

master e6bc4638

2009-10-24 02:00

vboctor


Details Diff
Fixes 0011045: Display of attached files. Affected Issues
0011045
mod - file_download.php Diff File

master a7c34413

2009-10-23 01:19

vboctor


Details Diff
Fixes 0005022: user-names must not contain dots [.]. Affected Issues
0005022
mod - lang/strings_english.txt Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - config_defaults_inc.php Diff File

master-1.2.x a62b19c4

2009-10-23 01:19

vboctor


Details Diff
Fixes 0005022: user-names must not contain dots [.]. Affected Issues
0005022
mod - lang/strings_english.txt Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - config_defaults_inc.php Diff File

master-1.2.x 33dc681e

2009-10-22 23:47

vboctor


Details Diff
Fixes 0011068: Wrong parameter being passed to print_column_plugin() from custom_function_default_print_column_value function. -- thanks to brainstv. Affected Issues
0011068
mod - core/custom_function_api.php Diff File

master a2a15a4a

2009-10-22 23:47

vboctor


Details Diff
Fixes 0011068: Wrong parameter being passed to print_column_plugin() from custom_function_default_print_column_value function. -- thanks to brainstv. Affected Issues
0011068
mod - core/custom_function_api.php Diff File

master-1.2.x 1146ee66

2009-10-22 15:42

rombert


Details Diff
Issue 0010749: Verify that the data read using the SOAP API has a handler

Two new SOAP tests have been added:

- verify that the handler added on issue creation is returned;
- verify that the handler added on issue update is returned.
Affected Issues
0010749
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master bd31d62a

2009-10-22 15:42

rombert


Details Diff
Issue 0010749: Verify that the data read using the SOAP API has a handler

Two new SOAP tests have been added:

- verify that the handler added on issue creation is returned;
- verify that the handler added on issue update is returned.
Affected Issues
0010749
mod - tests/soap/IssueAddTest.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master-1.2.x a4392b83

2009-10-22 10:43

frodgers

Committer: jreese


Details Diff
Added bug_id to EVENT_BUGNOTE_DATA. Needed to store bugnote text in an Array indexed by bug_id

Signed-off-by: John Reese <jreese@leetcode.net>
Affected Issues
0011066
mod - core/bugnote_api.php Diff File

master b3753e8f

2009-10-22 10:43

frodgers

Committer: jreese


Details Diff
Added bug_id to EVENT_BUGNOTE_DATA. Needed to store bugnote text in an Array indexed by bug_id

Signed-off-by: John Reese <jreese@leetcode.net>
Affected Issues
0011066
mod - core/bugnote_api.php Diff File

master-1.2.x bfd2eae2

2009-10-22 04:18

rombert

Committer: vboctor


Details Diff
Issue 0011061: SOAP issue tests fail

Fix according to review:

- style fixes: there should be no spaces between function names and ()
- removed isset checks from some of the mci_get functions called
by mc_issue_add and mc_issue_update since they are no longer used.
Affected Issues
0011061
mod - api/soap/mc_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File

master 85bcf015

2009-10-22 04:18

rombert

Committer: vboctor


Details Diff
Issue 0011061: SOAP issue tests fail

Fix according to review:

- style fixes: there should be no spaces between function names and ()
- removed isset checks from some of the mci_get functions called
by mc_issue_add and mc_issue_update since they are no longer used.
Affected Issues
0011061
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_api.php Diff File

master-1.2.x bc4366f2

2009-10-21 10:48

rombert


Details Diff
Configure the SOAP client to never cache the WSDL

This causes strange issue when testing, and changes in the actual
WSDL definition are propagated to the client, which is
not desired when developing against the SOAP API.
mod - tests/soap/SoapBase.php Diff File

master 787f3a26

2009-10-21 10:48

rombert


Details Diff
Configure the SOAP client to never cache the WSDL

This causes strange issue when testing, and changes in the actual
WSDL definition are propagated to the client, which is
not desired when developing against the SOAP API.
mod - tests/soap/SoapBase.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 477 478 479 480 481 482 483 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last