Changesets: MantisBT

master-1.2.x 816cefd5

2009-11-01 12:45

vboctor


Details Diff
Fixes 0006792: Option to update the severity of selected bugs. Affected Issues
0006792
add - bug_actiongroup_update_severity_inc.php Diff File
mod - lang/strings_english.txt Diff File
mod - core/print_api.php Diff File

master 0d3f955c

2009-11-01 12:45

vboctor


Details Diff
Fixes 0006792: Option to update the severity of selected bugs. Affected Issues
0006792
add - bug_actiongroup_update_severity_inc.php Diff File
mod - core/print_api.php Diff File
mod - lang/strings_english.txt Diff File

master-1.2.x 7b2cce95

2009-10-31 18:45

vboctor


Details Diff
Updated link to user documentation (the manual).
mod - config_defaults_inc.php Diff File

master 2c4cdbd5

2009-10-31 18:45

vboctor


Details Diff
Updated link to user documentation (the manual).
mod - config_defaults_inc.php Diff File

master-1.2.x 7b192145

2009-10-31 18:32

vboctor


Details Diff
Fixes 0011103: Disable Project Documentation feature by default - should move to a plugin in the future. Affected Issues
0011103
mod - config_defaults_inc.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File

master 4a6b8b8f

2009-10-31 18:32

vboctor


Details Diff
Fixes 0011103: Disable Project Documentation feature by default - should move to a plugin in the future. Affected Issues
0011103
mod - config_defaults_inc.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File

master-1.2.x 26f0885c

2009-10-31 18:27

vboctor


Details Diff
Fixes 0011102: Disable News feature by default - should move a plugin in the future. Affected Issues
0011102
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - config_defaults_inc.php Diff File

master 318106f1

2009-10-31 18:27

vboctor


Details Diff
Fixes 0011102: Disable News feature by default - should move a plugin in the future. Affected Issues
0011102
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - config_defaults_inc.php Diff File

master-1.2.x 72c61853

2009-10-30 23:20

vboctor


Details Diff
Fixes 0010947: Entries in RSS feed show theusername@example.com + a PHP error fix. Affected Issues
0010947
mod - issues_rss.php Diff File
mod - news_rss.php Diff File

master 9fc04be8

2009-10-30 23:20

vboctor


Details Diff
Fixes 0010947: Entries in RSS feed show theusername@example.com + a PHP error fix. Affected Issues
0010947
mod - issues_rss.php Diff File
mod - news_rss.php Diff File

master-1.2.x aa457a1a

2009-10-30 18:06

rombert


Details Diff
Issue 0011100: Avoid warnings when the ldap simulation files is not found Affected Issues
0011100
mod - core/ldap_api.php Diff File

master 94f40e2b

2009-10-30 18:06

rombert


Details Diff
Issue 0011100: Avoid warnings when the ldap simulation files is not found Affected Issues
0011100
mod - core/ldap_api.php Diff File

master-1.2.x 06c9ea2a

2009-10-30 15:56

jreese


Details Diff
Use floating spans to better position page links

When adding custom columns, the old method of using colspan to place
page links on the right side breaks down, often resulting in page links
broken over multiple lines, with plenty of whitespace to the left.

Rather than trying to add an intelligint column counting algorithm, the
colspan was replaced with a span floated to the right side. We'll leave
it up to the browser to handle overflow.
mod - view_all_inc.php Diff File
mod - css/default.css Diff File

master ecb3b6ba

2009-10-30 15:56

jreese


Details Diff
Use floating spans to better position page links

When adding custom columns, the old method of using colspan to place
page links on the right side breaks down, often resulting in page links
broken over multiple lines, with plenty of whitespace to the left.

Rather than trying to add an intelligint column counting algorithm, the
colspan was replaced with a span floated to the right side. We'll leave
it up to the browser to handle overflow.
mod - view_all_inc.php Diff File
mod - css/default.css Diff File

master-1.2.x 6bd0c4e3

2009-10-30 15:42

jreese


Details Diff
Allow plugin columns to pre-validate user input
mod - core/classes/MantisFilter.class.php Diff File
mod - core/filter_api.php Diff File

master 571ce38b

2009-10-30 15:42

jreese


Details Diff
Allow plugin columns to pre-validate user input
mod - core/classes/MantisFilter.class.php Diff File
mod - core/filter_api.php Diff File

master-1.2.x 4f69a54b

2009-10-30 15:41

jreese


Details Diff
Make MantisColumn->options explicitly public
mod - core/classes/MantisFilter.class.php Diff File

master 1d01388f

2009-10-30 15:41

jreese


Details Diff
Make MantisColumn->options explicitly public
mod - core/classes/MantisFilter.class.php Diff File

master-1.2.x 6f5780fc

2009-10-30 15:40

jreese


Details Diff
Fix system notice for unknown variable name
mod - core/custom_function_api.php Diff File

master 72c8a08e

2009-10-30 15:40

jreese


Details Diff
Fix system notice for unknown variable name
mod - core/custom_function_api.php Diff File

master-1.2.x 5f52be16

2009-10-30 09:21

rombert


Details Diff
Issue 0011081: Username not printed correctly when failing to enter a bug via SOAP API

Use the new error reporting functions.
Affected Issues
0011081
mod - api/soap/mc_file_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_project_attachment_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - api/soap/mc_issue_attachment_api.php Diff File
mod - api/soap/mc_filter_api.php Diff File
mod - api/soap/mc_config_api.php Diff File

master cf703349

2009-10-30 09:21

rombert


Details Diff
Issue 0011081: Username not printed correctly when failing to enter a bug via SOAP API

Use the new error reporting functions.
Affected Issues
0011081
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_project_attachment_api.php Diff File
mod - api/soap/mc_file_api.php Diff File
mod - api/soap/mc_issue_attachment_api.php Diff File
mod - api/soap/mc_filter_api.php Diff File
mod - api/soap/mc_config_api.php Diff File
mod - api/soap/mc_project_api.php Diff File

master-1.2.x 114364f6

2009-10-30 08:38

rombert


Details Diff
Issue 0011081: Username not printed correctly when failing to enter a bug via SOAP API

Adds two utility functions for reporting login failed and
access denied errors.
Affected Issues
0011081
mod - api/soap/mc_api.php Diff File

master 2de6c6ab

2009-10-30 08:38

rombert


Details Diff
Issue 0011081: Username not printed correctly when failing to enter a bug via SOAP API

Adds two utility functions for reporting login failed and
access denied errors.
Affected Issues
0011081
mod - api/soap/mc_api.php Diff File

master-1.2.x e5b7a744

2009-10-30 05:53

rombert


Details Diff
Return a proper soap_fault if attachment retrieval fails

Attempts to get an inexisting attachment had inconsistent results,
depending on the attachment_type, either returning empty for
project attachents or throwing an internal error ( no bug with
id 0 ).

This commit changes the API to return a soap_fault is the
attachment can not be retrieved and verifies it with two
new tests.
mod - tests/soap/AttachmentTest.php Diff File
mod - api/soap/mc_file_api.php Diff File
mod - api/soap/mc_issue_attachment_api.php Diff File
mod - api/soap/mc_project_attachment_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 447 448 449 450 451 452 453 ... 490 ... 560 ... 630 ... 700 ... 702 703 704  Next  Last