Changesets: MantisBT

master efa18ce9

2012-08-13 01:51

dregad


Details Diff
Fix 0006479: Force page reload to refresh Project Selector Affected Issues
0006479
mod - bug_report_page.php Diff File
mod - view_all_bug_page.php Diff File
mod - view_all_inc.php Diff File

master-1.2.x edfbecf2

2012-08-12 19:50

Lapinkiller

Committer: Damien Regad


Details Diff
Fix 0006479: Direct project links

Adding possibility to change the current project id via GET/POST
parameters. Enables direct project selection for the following pages:
* bug_report_page.php
* view_all_bug_page.php

Lapinkiller's original patch was modified to align with MantisBT coding
guidelines, and reword the commit message.

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0006479
mod - bug_report_page.php Diff File
mod - core/helper_api.php Diff File
mod - view_all_bug_page.php Diff File
mod - view_all_inc.php Diff File

master 0fdebfb5

2012-08-12 19:50

Lapinkiller

Committer: Damien Regad


Details Diff
Fix 0006479: Direct project links

Adding possibility to change the current project id via GET/POST
parameters. Enables direct project selection for the following pages:
* bug_report_page.php
* view_all_bug_page.php

Lapinkiller's original patch was modified to align with MantisBT coding
guidelines, and reword the commit message.

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0006479
mod - bug_report_page.php Diff File
mod - core/helper_api.php Diff File
mod - view_all_bug_page.php Diff File
mod - view_all_inc.php Diff File

master-1.2.x dfe91373

2012-08-12 07:27

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_serbian.txt Diff File

master-2.0.x 85dff388

2012-08-11 23:47

Paul Richards


Details Diff
set prefix/suffix on table names
mod - admin/install.php Diff File

master d5b34470

2012-08-11 23:22

atrol


Details Diff
Fix 0014587: Dynamic value lists of enumeration custom fields not working for category Affected Issues
0014587
mod - core/custom_function_api.php Diff File

master-1.2.x e9383dea

2012-08-11 23:19

atrol


Details Diff
Fix 0014587: Dynamic value lists of enumeration custom fields not working for category Affected Issues
0014587
mod - core/custom_function_api.php Diff File

master-2.0.x ca68eb5b

2012-08-11 13:19

Paul Richards


Details Diff
Check that old value to date_migrate function is not already an integer - we expect an old style sql date string.

If it is an integer, chances are the data conversion has already been run - however, proceeding past this schema update would like corrupt the dates in the db.
mod - core/install_helper_functions_api.php Diff File

master 2dcf6fa7

2012-08-10 23:21

rombert


Details Diff
mc_issue_api: correct comment styles

Affects 0014558: Monitors get lost when calling mc_issue_update via SOAP
mod - api/soap/mc_issue_api.php Diff File

master-1.2.x a8cefa23

2012-08-10 23:21

rombert


Details Diff
mc_issue_api: correct comment styles

Affects 0014558: Monitors get lost when calling mc_issue_update via SOAP
mod - api/soap/mc_issue_api.php Diff File

master 9a8d41dd

2012-08-10 10:41

rombert


Details Diff
Fix 0014558: Monitors get lost when calling mc_issue_update via SOAP Affected Issues
0014558
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master-1.2.x 05f7c33c

2012-08-10 10:41

rombert


Details Diff
Fix 0014558: Monitors get lost when calling mc_issue_update via SOAP Affected Issues
0014558
mod - api/soap/mc_issue_api.php Diff File
mod - tests/soap/IssueUpdateTest.php Diff File

master-1.2.x 6d970741

2012-08-10 04:02

Damien Regad


Details Diff
SOAP API: align mci_file_add() with core file_add()

Most importantly, use bind variables (db_query_bound) and remove
deprecated db_prepare_* function calls.

A few other, minor changes were made to ensure mci_file_add() is as
similar as possible as the core file_add(), and the two functions behave
in a consistent way.
mod - api/soap/mc_file_api.php Diff File

master cc33ef81

2012-08-10 04:02

Damien Regad


Details Diff
SOAP API: align mci_file_add() with core file_add()

Most importantly, use bind variables (db_query_bound) and remove
deprecated db_prepare_* function calls.

A few other, minor changes were made to ensure mci_file_add() is as
similar as possible as the core file_add(), and the two functions behave
in a consistent way.
mod - api/soap/mc_file_api.php Diff File

master-2.0.x 8712d62a

2012-08-10 01:21

Paul Richards


Details Diff
trim summary/build string within bugdata class
mod - bug_actiongroup_update_product_build_inc.php Diff File
mod - bug_report.php Diff File
mod - core/classes/MantisBug.class.php Diff File

master-2.0.x e400bf50

2012-08-10 00:49

Paul Richards


Details Diff
move logic to calculate short_path/path out of config defaults and into core.php
mod - config_defaults_inc.php Diff File
mod - core.php Diff File

master-2.0.x 997004b0

2012-08-10 00:35

Paul Richards


Details Diff
email api should use config_get to retrieve $g_path and not the global directly
mod - core/email_api.php Diff File

master-2.0.x 72f8fab5

2012-08-10 00:17

Paul Richards


Details Diff
1) throw exception in both case
2) remove non-required trim
mod - bugnote_add.php Diff File
mod - core/bugnote_api.php Diff File

master-2.0.x 29d33ce4

2012-08-09 23:40

Paul Richards


Details Diff
remove non-required trim statement
mod - core/summary_api.php Diff File

master-2.0.x a47ded26

2012-08-09 23:39

Paul Richards


Details Diff
the project id passed to version_get_id should be for the current bug in the loop as we may pass in ALL_PROJECTS
mod - account_sponsor_page.php Diff File

master-2.0.x 57c49fcf

2012-08-09 22:56

Paul Richards


Details Diff
helper_get_current_project handles the check for project_override internally
mod - bugnote_view_inc.php Diff File

master 06166e53

2012-08-09 22:54

dregad


Details Diff
Documentation: RDBMS support note
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File

master-1.2.x 2fe465b2

2012-08-09 22:54

dregad


Details Diff
Documentation: RDBMS support note
mod - docbook/administration_guide/en/installation.sgml Diff File

master-2.0.x e4e6cc65

2012-08-09 22:36

Paul Richards


Details Diff
remove unused variable
mod - bug_update_page.php Diff File

master-2.0.x 563c882a

2012-08-09 22:26

Paul Richards


Details Diff
fix undefined array error
mod - core/gpc_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 364 365 366 367 368 369 370 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last