Changesets: MantisBT

master 5fd07458

2014-08-11 08:17

Paul Richards


Details Diff
Update db_get_table() calls for table 'sponsorship'

Commit ac49ad898958dd72f36fddee72b4b92ef6039d1b adds support for the new
table name syntax,allowing us to replace db_get_table calls within queries.

Calls to db_get_table that are used by other database function,
i.e. db_insert_id, db_field_exists are deliberately left unchanged at this
stage.

This is aimed at breaking down the future DB API changes into manageable
chunks, and to aid the review process after 1.3 for 2.0.

This Pull request deals with calls for the 'sponsorship' table only,
for ease of review, and syncing until merged.
mod - account_sponsor_page.php Diff File
mod - core/sponsorship_api.php Diff File

master edfa2049

2014-08-11 08:17

Paul Richards


Details Diff
Update db_get_table() calls for table 'tag'

Commit ac49ad898958dd72f36fddee72b4b92ef6039d1b adds support for the new
table name syntax,allowing us to replace db_get_table calls within queries.

Calls to db_get_table that are used by other database function,
i.e. db_insert_id, db_field_exists are deliberately left unchanged at this
stage.

This is aimed at breaking down the future DB API changes into manageable
chunks, and to aid the review process after 1.3 for 2.0.

This Pull request deals with calls for the 'tag' table only,
for ease of review, and syncing until merged.
mod - core/tag_api.php Diff File
mod - manage_tags_page.php Diff File

master aa566633

2014-08-11 08:17

Paul Richards


Details Diff
Update db_get_table() calls for table 'tokens'

Commit ac49ad898958dd72f36fddee72b4b92ef6039d1b adds support for the new
table name syntax,allowing us to replace db_get_table calls within queries.

Calls to db_get_table that are used by other database function,
i.e. db_insert_id, db_field_exists are deliberately left unchanged at this
stage.

This is aimed at breaking down the future DB API changes into manageable
chunks, and to aid the review process after 1.3 for 2.0.

This Pull request deals with calls for the 'tokens' table only,
for ease of review, and syncing until merged.
mod - core/install_helper_functions_api.php Diff File
mod - core/tokens_api.php Diff File

master f308b5b1

2014-08-11 08:17

Paul Richards


Details Diff
Update db_get_table() calls for table 'user'

Commit ac49ad898958dd72f36fddee72b4b92ef6039d1b adds support for the new
table name syntax,allowing us to replace db_get_table calls within queries.

Calls to db_get_table that are used by other database function,
i.e. db_insert_id, db_field_exists are deliberately left unchanged at this
stage.

This is aimed at breaking down the future DB API changes into manageable
chunks, and to aid the review process after 1.3 for 2.0.

This Pull request deals with calls for the 'user' table only,
for ease of review, and syncing until merged.
mod - core/authentication_api.php Diff File
mod - core/bug_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/project_api.php Diff File
mod - core/tag_api.php Diff File
mod - core/user_api.php Diff File
mod - lost_pwd.php Diff File
mod - manage_user_page.php Diff File
mod - manage_user_prune.php Diff File
mod - manage_user_update.php Diff File
mod - proj_doc_page.php Diff File

master 1864ce7f

2014-08-11 08:16

Paul Richards


Details Diff
Update db_get_table() calls for table 'user_pref'

Commit ac49ad898958dd72f36fddee72b4b92ef6039d1b adds support for the new
table name syntax,allowing us to replace db_get_table calls within queries.

Calls to db_get_table that are used by other database function,
i.e. db_insert_id, db_field_exists are deliberately left unchanged at this
stage.

This is aimed at breaking down the future DB API changes into manageable
chunks, and to aid the review process after 1.3 for 2.0.

This Pull request deals with calls for the 'user_pref' table only,
for ease of review, and syncing until merged.
mod - core/profile_api.php Diff File
mod - core/user_pref_api.php Diff File

master b539421d

2014-08-11 08:16

Paul Richards


Details Diff
Update db_get_table() calls for table 'user_print_pref'

Commit ac49ad898958dd72f36fddee72b4b92ef6039d1b adds support for the new
table name syntax,allowing us to replace db_get_table calls within queries.


Calls to db_get_table that are used by other database function,
i.e. db_insert_id, db_field_exists are deliberately left unchanged at this
stage.

This is aimed at breaking down the future DB API changes into manageable
chunks, and to aid the review process after 1.3 for 2.0.

This Pull request deals with calls for the 'user_print_pref' table only,
for ease of review, and syncing until merged.
mod - print_all_bug_options_inc.php Diff File
mod - print_all_bug_options_reset.php Diff File
mod - print_all_bug_options_update.php Diff File

master 2684e947

2014-08-11 08:16

Paul Richards


Details Diff
Update db_get_table() calls for table 'user_profile'

Commit ac49ad898958dd72f36fddee72b4b92ef6039d1b adds support for the new
table name syntax,allowing us to replace db_get_table calls within queries.

Calls to db_get_table that are used by other database function,
i.e. db_insert_id, db_field_exists are deliberately left unchanged at this
stage.

This is aimed at breaking down the future DB API changes into manageable
chunks, and to aid the review process after 1.3 for 2.0.

This Pull request deals with calls for the 'user_profile' table only,
for ease of review, and syncing until merged.
mod - core/profile_api.php Diff File
mod - core/user_api.php Diff File

master 6412086a

2014-08-10 04:58

atrol


Details Diff
Fix 0017510: regression in test_langs.php Affected Issues
0017510
mod - admin/test_langs.php Diff File

master ad94ddb2

2014-08-10 04:56

atrol


Details Diff
Merge branch 'fix13-test_langs' of github.com:atrol/mantisbt into atrol-fix13-test_langs
mod - admin/test_langs.php Diff File

master 4fffdfc5

2014-08-10 04:39

Paul Richards


Details Diff
Port language update from master-1.2 that was not put into master.
mod - lang/strings_english.txt Diff File

master d1d2a950

2014-08-09 13:58

Paul Richards


Details Diff
remove legacy comment:

This was previously identified in c1945f2917726e62051a897676baefd32f2656e3
mod - core/filter_api.php Diff File

master 660f2b22

2014-08-09 13:53

Paul Richards


Details Diff
Use static variable over global variable.

This is a backport of code previously sent to github in 2011,
but not yet in master.
mod - core/php_api.php Diff File

master 4b1c28b5

2014-08-09 13:21

Paul Richards


Details Diff
Port bf4a7c84ec1f8c57b1cc74dacf5d17aefcf2e116 to master

This moves test icons checking functionality to a admin check
and is backported from work completed and previously in reviewed in github
from the next branch in 2011.
mod - admin/check/check_attachments_inc.php Diff File
mod - admin/index.php Diff File
rm - admin/test_icons.php Diff

master 581204b1

2014-08-09 11:13

Paul Richards


Details Diff
Following merge of 0000216 - update calls to db_get_table().

0000216 adds support for the new table name syntax,
allowing us to replace db_get_table calls within queries.

Calls to db_get_table that are used by other database function,
i.e. db_insert_id, db_field_exists are deliberately left unchanged at this
stage.

This is aimed at breaking down the future DB API changes into manageable
chunks, and to aid the review process after 1.3 for 2.0.

This Pull request deals with calls for the 'project_hierarchy' table only,
for ease of review, and syncing until merged.
mod - core/install_helper_functions_api.php Diff File
mod - core/project_hierarchy_api.php Diff File
mod - core/user_api.php Diff File

master d475ad12

2014-08-09 08:46

Paul Richards


Details Diff
Remove use of AS keyword from sql query in changelog page.

In general, in the mantis code base, we do not add 'as' for tables,
and some database engines do not support AS in this context.
mod - changelog_page.php Diff File

master fa6906bc

2014-08-09 08:17

Paul Richards


Details Diff
Remove use of AS keyword from sql query in tag api.

In general, in the mantis code base, we do not add 'as' for tables,
and some database engines do not support AS in this context.
mod - adm_config_report.php Diff File

master 07737ce9

2014-08-09 06:28

Paul Richards


Details Diff
Remove use of AS keyword from sql query in tag api.

In general, in the mantis code base, we do not add 'as' for tables,
and some database engines do not support AS in this context.
mod - core/tag_api.php Diff File

master aded8cca

2014-08-09 06:05

Paul Richards


Details Diff
Use db_param to supply in all parameters
mod - core/plugin_api.php Diff File

master 79d8aa34

2014-08-09 03:48

Paul Richards


Details Diff
Remove unused variable/db_get_table call.

We only hit the bug table for the summary reports
mod - core/summary_api.php Diff File
mod - plugins/MantisGraph/core/graph_api.php Diff File

master 1ad1339e

2014-08-08 15:25

Paul Richards


Details Diff
DB Casts within custom field api.

For better compatibilty across the db layers and types,
cast the parameters appropriately
mod - core/custom_field_api.php Diff File

master bc8e9a59

2014-08-08 15:07

dregad


Details Diff
Coding guidelines
mod - core/plugin_api.php Diff File

master 3d0625d8

2014-08-08 14:48

dregad


Details Diff
adm_config_report: improve invalid config handling

When receiving an invalid config_id, the page will default the select to
[any] (META_FILTER_NONE) instead of adding the invalid config to the
list.

Improvement over cabacdc291c251bfde0dc2a2c945c02cef41bf40, we don't
really need to trigger an error here, it's more user-friendly to fall
back to a sensible default, similar to what we do when given an invalid
project.
Affected Issues
0017889
mod - adm_config_report.php Diff File

master a7c72491

2014-08-08 14:28

dregad


Details Diff
Fix typo in install function name
mod - admin/schema.php Diff File
mod - core/install_helper_functions_api.php Diff File

master c3dd61f0

2014-08-08 14:28

dregad


Details Diff
Single quotes around function names
mod - admin/schema.php Diff File

master 98258643

2014-08-08 13:59

Paul Richards


Details Diff
Only show webmaster email if not blank.

This allows someone to disable showing 'contact us' line at the bottom of the page.
mod - core/html_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 269 270 271 272 273 274 275 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last