Changesets: MantisBT
|
master f29bc540 2014-09-21 14:26 Paul Richards Details Diff |
Remove redundant comment Comment request is implemented within file_is_uploading_enabled a few lines above the comment |
||
| mod - core/file_api.php | Diff File | ||
|
master 3d732852 2014-09-21 14:11 Paul Richards Details Diff |
Remove reference to prior PHP 5.3.0 functionality. | ||
| mod - config_defaults_inc.php | Diff File | ||
|
master f330df3a 2014-09-21 13:57 Paul Richards Details Diff |
Fix html validation and layout of system utility page | ||
| mod - admin/system_utils.php | Diff File | ||
|
master ccd0ce48 2014-09-21 13:37 Paul Richards Details Diff |
Tidy up db stats page. Merge test_email and email_queue functionality. Remove link to test_email.php |
||
| mod - admin/db_stats.php | Diff File | ||
| mod - admin/email_queue.php | Diff File | ||
| mod - admin/index.php | Diff File | ||
| rm - admin/test_email.php | Diff | ||
|
master 150986cc 2014-09-20 19:31 Details Diff |
Fix array index php error in print_all_bug_page | ||
| mod - print_all_bug_page.php | Diff File | ||
|
master ff940215 2014-09-20 10:53 Paul Richards Details Diff |
Fix missing ; | ||
| mod - core/classes/MantisFilter.class.php | Diff File | ||
|
master b5bb3a38 2014-09-18 22:53 Details Diff |
Use existing BugData object instead of bug_get_field() | ||
| mod - bug_actiongroup.php | Diff File | ||
|
master 523e7fe0 2014-09-18 22:51 Details Diff |
Coding guidelines | ||
| mod - bug_actiongroup.php | Diff File | ||
|
master 56825e53 2014-09-18 07:54 Details Diff |
Version list now contains ALL_VERSIONS Previously, behavior of new mass-update option was the same as UP_TARGET_VERSION, i.e. version list was limited to future version. |
||
| mod - bug_actiongroup_page.php | Diff File | ||
|
master 348c7943 2014-09-17 15:05 Paul Richards Details Diff |
use normal if construct instead of ternary operator | ||
| mod - core/history_api.php | Diff File | ||
|
master 2af080b1 2014-09-17 15:02 Paul Richards Details Diff |
Avoid user_get_name call on empty string | ||
| mod - core/history_api.php | Diff File | ||
|
master 73e55445 2014-09-17 15:01 Paul Richards Details Diff |
Fixes history_log_event_special passing null to not null field | ||
| mod - core/history_api.php | Diff File | ||
|
master 3edff10b 2014-09-17 12:29 Paul Richards Details Diff |
HTML validation in bug_report.php | ||
| mod - bug_report_page.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
master ae908487 2014-09-16 14:51 Paul Richards Details Diff |
XHTML/CSS fixes | ||
| mod - plugins/MantisCoreFormatting/pages/config.php | Diff File | ||
| mod - plugins/MantisGraph/pages/config.php | Diff File | ||
| mod - plugins/XmlImportExport/pages/import.php | Diff File | ||
|
master b6abfcb1 2014-09-16 07:05 Details Diff |
Treat E_RECOVERABLE_ERROR as a fatal error By default, Mantis will HALT since as per PHP documentation this is probably a dangerous error that occured without leaving the Engine in an unstable state. Issue 0019629 |
Affected Issues 0019629 |
|
| mod - config_defaults_inc.php | Diff File | ||
|
master 7e3e8937 2014-09-16 07:05 Details Diff |
Error API: catch all known error types Our error handler was not specifically dealing with some known error types, resulting in a default "catch all" error message e.g. for E_STRICT or E_RECOVERABLE_ERROR. Now all constants defined in http://php.net/errorfunc.constants at the time of this writing are handled, while retaining the default case for future error types. Fixes 0019629 |
Affected Issues 0019629 |
|
| mod - core/error_api.php | Diff File | ||
|
master 92354171 2014-09-16 04:46 Details Diff |
Fix E_STRICT notice in email_is_valid() Regression from a38858a3accc5aea905cd8c913a0690f4fce7210 |
||
| mod - core/email_api.php | Diff File | ||
|
master 42e35186 2014-09-15 14:11 Paul Richards Details Diff |
Simplify configuration of last visited feature | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/last_visited_api.php | Diff File | ||
| mod - core/obsolete.php | Diff File | ||
| mod - core/print_api.php | Diff File | ||
|
master 0ba28208 2014-09-14 07:28 Paul Richards Details Diff |
Remove old packaging files These haven't been updated since 1.1.0a5 If we do want to do packages, we should make it part of a build process. |
||
| mod - admin/check/check_paths_inc.php | Diff File | ||
| rm - packages/.htaccess | Diff | ||
| rm - packages/Web.config | Diff | ||
| rm - packages/mantis-httpd.conf | Diff | ||
| rm - packages/mantis.spec | Diff | ||
|
master dc00c1db 2014-09-14 07:16 Paul Richards Details Diff |
HTML Validation fixes Use form id over name fix CSS in manage config email page |
||
| mod - admin/move_attachments_page.php | Diff File | ||
| mod - bug_update_page.php | Diff File | ||
| mod - bugnote_add_inc.php | Diff File | ||
| mod - css/default.css | Diff File | ||
| mod - manage_config_email_page.php | Diff File | ||
| mod - manage_config_work_threshold_page.php | Diff File | ||
| mod - manage_config_workflow_page.php | Diff File | ||
| mod - plugins/MantisGraph/pages/bug_graph_page.php | Diff File | ||
| mod - plugins/XmlImportExport/pages/import.php | Diff File | ||
| mod - view_all_inc.php | Diff File | ||
|
master ad4b7bf0 2014-09-14 02:51 Paul Richards Details Diff |
Allow plugin authors to define database queries using new syntax This is designed to make the life easier for plugin authors to choose when to update their plugins. In 1.2 we have only old DB syntax. In 1.3 we allow the new syntax, and continue to use adodb. In 2.x we use the new syntax and move to the PDO based layer. |
||
| mod - core/database_api.php | Diff File | ||
|
master a0aaca2b 2014-09-13 13:22 Paul Richards Details Diff |
Fix: <span> may not contain <table> tags | ||
| mod - tag_view_page.php | Diff File | ||
|
master 6f003878 2014-09-08 14:12 Paul Richards Details Diff |
Simplify call to access_cache_matrix_project helper_get_current_project handles the check for project_override internally so we don't need to do it here. |
||
| mod - bugnote_view_inc.php | Diff File | ||
|
master c3d89a55 2014-09-08 14:02 Paul Richards Details Diff |
Remove unused variable reference | ||
| mod - bug_update_page.php | Diff File | ||
|
master 10384669 2014-09-08 12:46 Paul Richards Details Diff |
Use standard mantis header/footers on print issues page page | ||
| mod - print_all_bug_page.php | Diff File | ||