Changesets: MantisBT

master 7802ce22

2014-01-28 13:58

dregad


Details Diff
Direct link to documentation page on mantisbt.org
mod - docbook/Admin_Guide/publican.cfg Diff File

master 07bd60f5

2014-01-28 06:57

dregad


Details Diff
Updated revision history
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File

master 53a8507b

2014-01-28 06:34

dregad


Details Diff
Add MantisBT logo

Replace the Publican default one
mod - docbook/Admin_Guide/en-US/Book_Info.xml Diff File
add - docbook/Admin_Guide/en-US/images/mantis_logo.png Diff File

master 576160b9

2014-01-28 06:33

dregad


Details Diff
Bug tracker, not Issue tracker
mod - docbook/Admin_Guide/en-US/Book_Info.xml Diff File

master 8e5301c2

2014-01-28 06:30

dregad


Details Diff
Add book abstract (replace default text)
mod - docbook/Admin_Guide/en-US/Book_Info.xml Diff File

master e252532b

2014-01-28 06:28

dregad


Details Diff
Remove deprecated docbook tag

We don't have a publication number anyway
mod - docbook/Admin_Guide/en-US/Book_Info.xml Diff File

master fdecccdc

2014-01-28 06:27

dregad


Details Diff
Change book's author to "MantisBT Development Team"

Individual contributors will be credited in revision history.
mod - docbook/Admin_Guide/en-US/Author_Group.xml Diff File

master 091a2937

2014-01-28 06:26

dregad


Details Diff
Fix typo in Gianluca's name
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File

master ba239062

2014-01-28 06:22

dregad


Details Diff
Change revision number to 1.3-1

Publican 3.1.5 requires the revision number to match regex
'^([0-9.]*)-([0-9.]*)$' so with the current revnumber of 0 the build
errors.
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File

master 298d60a1

2014-01-28 06:19

dregad


Details Diff
Change copyright year
mod - docbook/Admin_Guide/en-US/Admin_Guide.ent Diff File

master-1.2.x 2d9acc8d

2014-01-28 06:07

vboctor


Details Diff
Fixes 0016848: Remove main page from main menu when news feature is OFF

The main page was really designed to include the news which has been deprecated for a while. Hence, the main page is useless for most users. This change hides it unless the news feature is ON.

This is until the news feature is completely removed.
Affected Issues
0016848
mod - core/html_api.php Diff File

master 5981daa8

2014-01-28 04:13

dregad


Details Diff
Added constant for ADOdb minimum version

Modified installer and admin checks page to use the new constant
mod - admin/check/check_database_inc.php Diff File
mod - admin/install.php Diff File
mod - core/constant_inc.php Diff File

master 34b961db

2014-01-28 03:04

dregad


Details Diff
Update ADOdb to latest 5.19dev

Using development release as it contains fixes over official 5.18 which
are required for MantisBT to work properly, and John Lim (ADOdb author)
is not responding to repeated requests to release 5.19.
mod - library/adodb Diff File

master 4100f90d

2014-01-28 02:11

dregad


Details Diff
Added missing language strings for admin index page
mod - admin/index.php Diff File
mod - lang/strings_english.txt Diff File

master b2bc8b0a

2014-01-28 02:08

dregad


Details Diff
Fix HTML/CSS for admin index page
mod - admin/index.php Diff File

master ba338a6a

2014-01-28 01:35

dregad


Details Diff
Use DB minimum versions constants
mod - admin/check/check_database_inc.php Diff File

master 6ec0ac39

2014-01-28 01:00

dregad


Details Diff
Install: use DB minimum versions constants
mod - admin/install.php Diff File

master cc06899a

2014-01-28 00:55

dregad


Details Diff
Add constants for minimum DB versions supported
mod - core/constant_inc.php Diff File

master 7b483a81

2014-01-28 00:13

dregad


Details Diff
Dropping deprecated database API function db_query()

Following recent commits [1] db_query() is no longer used in MantisBT.

Considering that the function is marked as deprecated since 1.2.0a2
(April 2008), it is time to effectively remove it.

Fixes 0016898

[1] 3be86ce37bb469b211663da03f61ac2b28500d91, 7d76827617e97d7356e7eb4f2f66736e4c4d41b0, cf596c27b2a2e2aac67749b546cece9c23b4bbb1 and 0db530a855f92752aaa4bcf355df3ecba9af8226
Affected Issues
0016898
mod - core/filter_api.php Diff File
mod - core/file_api.php Diff File
mod - core/database_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/category_api.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/bug_api.php Diff File
mod - core/news_api.php Diff File
mod - core/profile_api.php Diff File
mod - core/project_api.php Diff File
mod - core/user_api.php Diff File
mod - core/user_pref_api.php Diff File
mod - core/version_api.php Diff File

master 0db530a8

2014-01-28 00:00

dregad


Details Diff
Fix 0016880: another one Affected Issues
0016880
mod - plugins/MantisGraph/core/graph_api.php Diff File

master-1.2.x 56fcd1c0

2014-01-28 00:00

dregad


Details Diff
Fix 0016880: another one Affected Issues
0016880
mod - plugins/MantisGraph/core/graph_api.php Diff File

master cf596c27

2014-01-28 00:00

dregad


Details Diff
Fix 0016880: regression introduced by original patch Affected Issues
0016880
mod - plugins/MantisGraph/core/graph_api.php Diff File

master-1.2.x a3c93584

2014-01-28 00:00

dregad


Details Diff
Fix 0016880: regression introduced by original patch Affected Issues
0016880
mod - plugins/MantisGraph/core/graph_api.php Diff File

master 26877d24

2014-01-27 06:50

dregad


Details Diff
Improve handling of E_DEPRECATED unhandled errors

The check_unhandled_errors_exist() function now returns the (lowest)
error type instead of true, so the caller can capture this information
to trigger a warning instead of a hard failure.

Issue 0016890
Affected Issues
0016890
mod - admin/check/check_api.php Diff File

master 323deb3b

2014-01-27 06:47

dregad


Details Diff
Proper processing of unhandled errors

Sometimes the execution of a test itself can trigger an error, and in
some cases the test can be successful despite of that (e.g. a PHP notice
or use of deprecated functionality). The code was not handling these
situations properly when $g_show_all = true, causing the test to
continue silently instead of reporting the problem.

Added a case for E_DEPRECATED and clarified description for unhandled
error types in check_print_error_rows(). Also made sure the error is
properly captured when hiding passed tests and/or verbose error
messages are not shown.

Fixes 0016890
Affected Issues
0016890
mod - admin/check/check_api.php Diff File
 First  Prev  1 2 3 ... 80 ... 160 ... 240 ... 314 315 316 317 318 319 320 ... 400 ... 480 ... 560 ... 640 ... 720 ... 753 754 755  Next  Last