Changesets: MantisBT

master-1.2.x 74ac9bfc

2014-10-16 14:11

Paul Richards

Committer: dregad


Details Diff
Fix: Javascript error in extended project browser
mod - core/print_api.php Diff File

master 74f3cb3a

2014-10-15 20:54

vboctor


Details Diff
Refactor override reporter access check

- Refactored the check in mc_issue_add() and mc_issue_note_add().
- Added TODOs to add the test cases to SOAP API when it is possible to add users via SOAP.
mod - api/soap/mc_issue_api.php Diff File

master 2ffc3393

2014-10-15 15:58

dregad


Details Diff
Whitespace
mod - plugins/XmlImportExport/ImportXml.php Diff File
mod - plugins/XmlImportExport/ImportXml/Issue.php Diff File
mod - plugins/XmlImportExport/ImportXml/Mapper.php Diff File
mod - plugins/XmlImportExport/mantis.dtd Diff File

master b8b307d7

2014-10-15 15:54

dregad


Details Diff
XML Import: HTML/CSS fixes
mod - css/default.css Diff File
mod - plugins/XmlImportExport/pages/import.php Diff File

master 2d82b243

2014-10-15 15:39

dregad


Details Diff
New BugData object due_date should be blank

Prior to this, the due_date field was initialized to 0, causing the date
to be incorrectly preset to 1970-01-01 00:00 UTC.

Fixes 0017847
Affected Issues
0017847
mod - core/bug_api.php Diff File

master-1.2.x 1cba70e6

2014-10-15 15:39

dregad


Details Diff
New BugData object due_date should be blank

Prior to this, the due_date field was initialized to 0, causing the date
to be incorrectly preset to 1970-01-01 00:00 UTC.

Backport from master 2d82b2430922e6bc0ac733007792955c92a4df05

Fixes 0017847
Affected Issues
0017847
mod - core/bug_api.php Diff File

master 03aa6d5f

2014-10-15 14:19

dregad


Details Diff
XML import plugin: replace links in 'steps to reproduce'

Duplicates logic used to process links for 'description' field.

Fixes 0017775
Affected Issues
0017775
mod - library/adodb Diff File
mod - plugins/XmlImportExport/ImportXml.php Diff File

master aea1a348

2014-10-15 14:16

dregad


Details Diff
XML import plugin does not process links

There was an error in the if statement logic in ImportXML::import(), due
to an incorrectly placed closing parenthesis, the replace statement was
never executed.

Fixes 0017774
Affected Issues
0017774
mod - plugins/XmlImportExport/ImportXml.php Diff File

master 9a29f27e

2014-10-14 07:20

dregad


Details Diff
Revised admin check for $g_default_timezone

- Clarification of messages, added links to PHP documentation
- When default timezone is null, issue warning instead of failure and
indicate defaulting to UTC
mod - admin/check/check_i18n_inc.php Diff File

master 86ff189c

2014-10-14 07:18

dregad


Details Diff
Update documentation for $g_default_timezone
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/config/timezone.xml Diff File

master 6d0b96cb

2014-10-14 06:38

dregad


Details Diff
Fix timezone initialization in core.php

Prior to this, core.php would trigger a PHP warning on PHP >= 5.3 when
date_default_timezone_get() is not able to determine the timezone and
defaults to UTC (e.g. when php.ini date.timezone is not set).

The timezone is determined in the following order
1. user preferences
2. MantisBT configuration ($g_default_timezone)
3. php.ini setting (date.timezone)
4. UTC (set by date_default_timezone_get())

Fixes 0017747
Affected Issues
0017747
mod - core.php Diff File
mod - core/date_api.php Diff File

master f350dbcf

2014-10-14 03:13

dregad


Details Diff
Fix 0017751: add 'UTC' to timezone selection list

Also fixes the list for timezones containing a '/' in the name (e.g.
Argentina/xxx)
Affected Issues
0017751
mod - core/print_api.php Diff File

master d7ff5e14

2014-10-13 14:19

Paul Richards


Details Diff
phpdoc compress_api.php: remove incorrect @uses statement
mod - core/compress_api.php Diff File

master 91871704

2014-10-12 14:48

vboctor


Details Diff
Document 'webservice_specify_reporter_...' config
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File

master 666b56c7

2014-10-12 14:38

dominik

Committer: vboctor


Details Diff
Fix 0012541: mc_issue_note_add function not honoring reporter data

When using the function mc_issue_note_add() the submitted reporter data aren't used.
This fixes allows users with 'webservice_specify_reporter_on_add_access_level_threshold'
access level to override reporter when submitting notes. This makes it consistent
with mc_issue_add() api.
Affected Issues
0012541
mod - api/soap/mc_issue_api.php Diff File

master bd317e36

2014-10-12 12:21

Paul Richards


Details Diff
Add check to ensure php fastcgi handler sets SCRIPT_NAME
mod - admin/check/check_php_inc.php Diff File

master 13264a7c

2014-10-12 02:51

Paul Richards


Details Diff
Add ability to skip display of submenus
mod - core/authentication_api.php Diff File
mod - core/html_api.php Diff File

master c1feb96a

2014-10-11 09:25

Paul Richards


Details Diff
CSS: Remove uppercase transform on menu headings
mod - css/default.css Diff File

master c2e2bf1c

2014-10-10 04:36

dregad


Details Diff
Hide attachments in history if user can't see them

If user is not allowed to view attachments (i.e. their access level is
lower than $g_view_attachments_threshold), then the history should not
display information about attachments.

Fixes 0017744
Affected Issues
0017744
mod - core/history_api.php Diff File

master-1.2.x 2c93b0df

2014-10-10 04:36

dregad


Details Diff
Hide attachments in history if user can't see them

If user is not allowed to view attachments (i.e. their access level is
lower than $g_view_attachments_threshold), then the history should not
display information about attachments.

Fixes 0017744

Backported from master (c2e2bf1c614afe2e3b0739c789f85413d4ef29cd)
Affected Issues
0017744
mod - core/history_api.php Diff File

master c4818a39

2014-10-10 01:22

dregad


Details Diff
"Add and Edit Category" button

Introduces a new button to the Manage Projects and Edit Project pages,
similar to the existing "Add and Edit Version" feature.

Fixes 0006444
Affected Issues
0006444
mod - lang/strings_english.txt Diff File
mod - manage_proj_cat_add.php Diff File
mod - manage_proj_edit_page.php Diff File
mod - manage_proj_page.php Diff File

master 475d2213

2014-10-08 11:34

Andreas Stieger


Details Diff
Update GPL 2.0 text including postal address

Verbatim from https://www.gnu.org/licenses/gpl-2.0.txt
mod - doc/LICENSE Diff File

master 4bc2b793

2014-10-06 13:26

Paul Richards


Details Diff
Tidy require_api/require_lib

1) $t_existing_globals is never used
2) avoid using extract()
3) fix Mantis build on phpng (which currently doesn't define the globals)
mod - core.php Diff File

master f3955182

2014-10-06 02:05

siebrand


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_breton.txt Diff File
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_dutch.txt Diff File
add - lang/strings_eu.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_occitan.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_turkish.txt Diff File
mod - lang/strings_ukrainian.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_breton.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_bulgarian.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_occitan.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_ukrainian.txt Diff File
mod - plugins/XmlImportExport/lang/strings_portuguese_brazil.txt Diff File

master 79a1df1f

2014-10-04 16:36

Paul Richards


Details Diff
Fix function name logging for db queries
mod - core/logging_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 236 237 238 239 240 241 242 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 702 703 704  Next  Last