Changesets: MantisBT

next 8b4396ac

2011-07-16 04:08

dhx


Details Diff
Remove test error from start of access_api

This error was placed in access_api for testing purposes and was
accidentally included in the last commit, throwing an uncaught error on
every MantisBT page.
mod - application/core/access_api.php Diff File

next c2b606ed

2011-07-16 04:08

dhx


Details Diff
Remove test error from start of access_api

This error was placed in access_api for testing purposes and was
accidentally included in the last commit, throwing an uncaught error on
every MantisBT page.
mod - application/core/access_api.php Diff File

next 5e3b90a1

2011-07-16 04:08

dhx


Details Diff
Remove test error from start of access_api

This error was placed in access_api for testing purposes and was
accidentally included in the last commit, throwing an uncaught error on
every MantisBT page.
mod - application/core/access_api.php Diff File

next e4fb6dfd

2011-07-16 04:08

dhx


Details Diff
Remove test error from start of access_api

This error was placed in access_api for testing purposes and was
accidentally included in the last commit, throwing an uncaught error on
every MantisBT page.
mod - application/core/access_api.php Diff File

next 7b936341

2011-07-16 04:08

dhx


Details Diff
Remove test error from start of access_api

This error was placed in access_api for testing purposes and was
accidentally included in the last commit, throwing an uncaught error on
every MantisBT page.
mod - application/core/access_api.php Diff File

next 984b4db6

2011-07-16 04:08

dhx


Details Diff
Remove test error from start of access_api

This error was placed in access_api for testing purposes and was
accidentally included in the last commit, throwing an uncaught error on
every MantisBT page.
mod - application/core/access_api.php Diff File

next d8855046

2011-07-16 03:54

dhx


Details Diff
Replace error_string calls with calls to the Error class

The old error_string function has been moved to the MantisBT\Error
class as a static function.
mod - application/services/soap/mc_api.php Diff File
mod - public/admin/check/check_api.php Diff File
mod - public/print_all_bug_options_reset.php Diff File
mod - public/print_all_bug_options_update.php Diff File

next 95e9b884

2011-07-16 03:54

dhx


Details Diff
Replace error_string calls with calls to the Error class

The old error_string function has been moved to the MantisBT\Error
class as a static function.
mod - application/services/soap/mc_api.php Diff File
mod - public/admin/check/check_api.php Diff File
mod - public/print_all_bug_options_reset.php Diff File
mod - public/print_all_bug_options_update.php Diff File

next 7c9d26e9

2011-07-16 03:54

dhx


Details Diff
Replace error_string calls with calls to the Error class

The old error_string function has been moved to the MantisBT\Error
class as a static function.
mod - application/services/soap/mc_api.php Diff File
mod - public/admin/check/check_api.php Diff File
mod - public/print_all_bug_options_reset.php Diff File
mod - public/print_all_bug_options_update.php Diff File

next e1dd0bfb

2011-07-16 03:54

dhx


Details Diff
Replace error_string calls with calls to the Error class

The old error_string function has been moved to the MantisBT\Error
class as a static function.
mod - application/services/soap/mc_api.php Diff File
mod - public/admin/check/check_api.php Diff File
mod - public/print_all_bug_options_reset.php Diff File
mod - public/print_all_bug_options_update.php Diff File

next 74b7e1bb

2011-07-16 03:54

dhx


Details Diff
Replace error_string calls with calls to the Error class

The old error_string function has been moved to the MantisBT\Error
class as a static function.
mod - application/services/soap/mc_api.php Diff File
mod - public/admin/check/check_api.php Diff File
mod - public/print_all_bug_options_reset.php Diff File
mod - public/print_all_bug_options_update.php Diff File

next f1443ab6

2011-07-16 03:54

dhx


Details Diff
Replace error_string calls with calls to the Error class

The old error_string function has been moved to the MantisBT\Error
class as a static function.
mod - application/services/soap/mc_api.php Diff File
mod - public/admin/check/check_api.php Diff File
mod - public/print_all_bug_options_reset.php Diff File
mod - public/print_all_bug_options_update.php Diff File

next eab3b0a1

2011-07-16 03:54

dhx


Details Diff
Replace error_string calls with calls to the Error class

The old error_string function has been moved to the MantisBT\Error
class as a static function.
mod - application/services/soap/mc_api.php Diff File
mod - public/admin/check/check_api.php Diff File
mod - public/print_all_bug_options_reset.php Diff File
mod - public/print_all_bug_options_update.php Diff File

next 3cf037cb

2011-07-16 03:54

dhx


Details Diff
Replace error_string calls with calls to the Error class

The old error_string function has been moved to the MantisBT\Error
class as a static function.
mod - application/services/soap/mc_api.php Diff File
mod - public/admin/check/check_api.php Diff File
mod - public/print_all_bug_options_reset.php Diff File
mod - public/print_all_bug_options_update.php Diff File

next bb96b98a

2011-07-16 03:46

dhx


Details Diff
Replace additional access denied errors

Replace calls to:
trigger_error(ERROR_ACCESS_DENIED, ERROR)

With:
throw new AccessDenied()
mod - application/core/access_api.php Diff File
mod - application/core/bug_api.php Diff File
mod - public/account_prof_edit_page.php Diff File
mod - public/account_prof_menu_page.php Diff File
mod - public/account_prof_update.php Diff File
mod - public/billing_page.php Diff File
mod - public/bug_update.php Diff File
mod - public/view_user_page.php Diff File

next e7d87649

2011-07-16 03:46

dhx


Details Diff
Replace additional access denied errors

Replace calls to:
trigger_error(ERROR_ACCESS_DENIED, ERROR)

With:
throw new AccessDenied()
mod - application/core/access_api.php Diff File
mod - application/core/bug_api.php Diff File
mod - public/account_prof_edit_page.php Diff File
mod - public/account_prof_menu_page.php Diff File
mod - public/account_prof_update.php Diff File
mod - public/billing_page.php Diff File
mod - public/bug_update.php Diff File
mod - public/view_user_page.php Diff File

next b94731c7

2011-07-16 03:46

dhx


Details Diff
Replace additional access denied errors

Replace calls to:
trigger_error(ERROR_ACCESS_DENIED, ERROR)

With:
throw new AccessDenied()
mod - application/core/access_api.php Diff File
mod - application/core/bug_api.php Diff File
mod - public/account_prof_edit_page.php Diff File
mod - public/account_prof_menu_page.php Diff File
mod - public/account_prof_update.php Diff File
mod - public/billing_page.php Diff File
mod - public/bug_update.php Diff File
mod - public/view_user_page.php Diff File

next 9f1cf19f

2011-07-16 03:46

dhx


Details Diff
Replace additional access denied errors

Replace calls to:
trigger_error(ERROR_ACCESS_DENIED, ERROR)

With:
throw new AccessDenied()
mod - application/core/access_api.php Diff File
mod - application/core/bug_api.php Diff File
mod - public/account_prof_edit_page.php Diff File
mod - public/account_prof_menu_page.php Diff File
mod - public/account_prof_update.php Diff File
mod - public/billing_page.php Diff File
mod - public/bug_update.php Diff File
mod - public/view_user_page.php Diff File

next df3a7507

2011-07-16 03:46

dhx


Details Diff
Replace additional access denied errors

Replace calls to:
trigger_error(ERROR_ACCESS_DENIED, ERROR)

With:
throw new AccessDenied()
mod - application/core/access_api.php Diff File
mod - application/core/bug_api.php Diff File
mod - public/account_prof_edit_page.php Diff File
mod - public/account_prof_menu_page.php Diff File
mod - public/account_prof_update.php Diff File
mod - public/billing_page.php Diff File
mod - public/bug_update.php Diff File
mod - public/view_user_page.php Diff File

next 96f59e1a

2011-07-16 03:46

dhx


Details Diff
Replace additional access denied errors

Replace calls to:
trigger_error(ERROR_ACCESS_DENIED, ERROR)

With:
throw new AccessDenied()
mod - application/core/access_api.php Diff File
mod - application/core/bug_api.php Diff File
mod - public/account_prof_edit_page.php Diff File
mod - public/account_prof_menu_page.php Diff File
mod - public/account_prof_update.php Diff File
mod - public/billing_page.php Diff File
mod - public/bug_update.php Diff File
mod - public/view_user_page.php Diff File

next 0f607b42

2011-07-16 03:46

dhx


Details Diff
Replace additional access denied errors

Replace calls to:
trigger_error(ERROR_ACCESS_DENIED, ERROR)

With:
throw new AccessDenied()
mod - application/core/access_api.php Diff File
mod - application/core/bug_api.php Diff File
mod - public/account_prof_edit_page.php Diff File
mod - public/account_prof_menu_page.php Diff File
mod - public/account_prof_update.php Diff File
mod - public/billing_page.php Diff File
mod - public/bug_update.php Diff File
mod - public/view_user_page.php Diff File

next 04a42058

2011-07-16 03:46

dhx


Details Diff
Replace additional access denied errors

Replace calls to:
trigger_error(ERROR_ACCESS_DENIED, ERROR)

With:
throw new AccessDenied()
mod - application/core/access_api.php Diff File
mod - application/core/bug_api.php Diff File
mod - public/account_prof_edit_page.php Diff File
mod - public/account_prof_menu_page.php Diff File
mod - public/account_prof_update.php Diff File
mod - public/billing_page.php Diff File
mod - public/bug_update.php Diff File
mod - public/view_user_page.php Diff File

master-2.0.x 5cdb27a3

2011-07-16 03:30

unknown


Details Diff
Merge remote-tracking branch 'david.hicks/dbfixes' into db

Conflicts:
account_sponsor_page.php
core/relationship_api.php
manage_user_page.php
mod - account_sponsor_page.php Diff File
mod - admin/copy_field.php Diff File
mod - admin/move_db2disk.php Diff File
mod - api/soap/mc_api.php Diff File
mod - api/soap/mc_issue_api.php Diff File
mod - api/soap/mc_project_api.php Diff File
mod - core/bug_api.php Diff File
mod - core/file_api.php Diff File
mod - core/relationship_api.php Diff File
mod - core/user_api.php Diff File
mod - manage_user_page.php Diff File
mod - manage_user_prune.php Diff File
mod - print_bugnote_inc.php Diff File

next be28fe0b

2011-07-16 03:06

dhx


Details Diff
Implement AccessDenied exception, remove access_denied() function

The removed access_denied() function did have some redirect magic for
the login page that will need to be reimplemented again using a more
modern OO exception handling approach.
add - application/MantisBT/Exception/Access/AccessDenied.php Diff File
mod - application/MantisBT/Error.php Diff File
mod - application/MantisBT/Exception/ExceptionAbstract.php Diff File
mod - application/core/access_api.php Diff File
mod - application/core/authentication_api.php Diff File
mod - application/core/news_api.php Diff File
mod - public/account_sponsor_page.php Diff File
mod - public/bug_change_status_page.php Diff File
mod - public/bug_file_add.php Diff File
mod - public/bug_relationship_graph.php Diff File
mod - public/bug_relationship_graph_img.php Diff File
mod - public/bug_set_sponsorship.php Diff File
mod - public/file_download.php Diff File
mod - public/issues_rss.php Diff File
mod - public/manage_columns_copy.php Diff File
mod - public/manage_config_columns_set.php Diff File
mod - public/manage_config_revert.php Diff File
mod - public/manage_config_workflow_graph_page.php Diff File
mod - public/news_rss.php Diff File
mod - public/proj_doc_add.php Diff File
mod - public/proj_doc_add_page.php Diff File
mod - public/proj_doc_delete.php Diff File
mod - public/proj_doc_edit_page.php Diff File
mod - public/proj_doc_page.php Diff File
mod - public/proj_doc_update.php Diff File
mod - public/tag_update.php Diff File
mod - public/tag_update_page.php Diff File
mod - public/workflow_graph_img.php Diff File

next a8867de6

2011-07-16 03:06

dhx


Details Diff
Implement AccessDenied exception, remove access_denied() function

The removed access_denied() function did have some redirect magic for
the login page that will need to be reimplemented again using a more
modern OO exception handling approach.
add - application/MantisBT/Exception/Access/AccessDenied.php Diff File
mod - application/MantisBT/Error.php Diff File
mod - application/MantisBT/Exception/ExceptionAbstract.php Diff File
mod - application/core/access_api.php Diff File
mod - application/core/authentication_api.php Diff File
mod - application/core/news_api.php Diff File
mod - public/account_sponsor_page.php Diff File
mod - public/bug_change_status_page.php Diff File
mod - public/bug_file_add.php Diff File
mod - public/bug_relationship_graph.php Diff File
mod - public/bug_relationship_graph_img.php Diff File
mod - public/bug_set_sponsorship.php Diff File
mod - public/file_download.php Diff File
mod - public/issues_rss.php Diff File
mod - public/manage_columns_copy.php Diff File
mod - public/manage_config_columns_set.php Diff File
mod - public/manage_config_revert.php Diff File
mod - public/manage_config_workflow_graph_page.php Diff File
mod - public/news_rss.php Diff File
mod - public/proj_doc_add.php Diff File
mod - public/proj_doc_add_page.php Diff File
mod - public/proj_doc_delete.php Diff File
mod - public/proj_doc_edit_page.php Diff File
mod - public/proj_doc_page.php Diff File
mod - public/proj_doc_update.php Diff File
mod - public/tag_update.php Diff File
mod - public/tag_update_page.php Diff File
mod - public/workflow_graph_img.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 414 415 416 417 418 419 420 ... 490 ... 560 ... 630 ... 700 ... 736 737 738  Next  Last