Changesets: MantisBT

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

master 55bd11fe

2014-10-01 22:01

vboctor


Details Diff
Fix 0017715: Manage Config should trim option name Affected Issues
0017715
mod - adm_config_set.php Diff File

master 45b6c7dc

2014-09-28 14:52

Paul Richards


Details Diff
Pass current bugs project id to version_get_id.

The project id passed to version_get_id should be for the current bug
in the loop as we may pass in ALL_PROJECTS
mod - account_sponsor_page.php Diff File

master 2dfb2082

2014-09-28 14:43

Paul Richards


Details Diff
Trigger EVENT_MANAGE_VERSION_CREATE within core api

Move event_signal into core api - this means the event will get fired
automatically if any plugin etc uses creates a new project version.

As per docs, "This event is triggered for each version created."
mod - core/version_api.php Diff File
mod - manage_proj_ver_add.php Diff File
mod - manage_proj_ver_copy.php Diff File

master 97ad1ee2

2014-09-28 14:36

Paul Richards


Details Diff
Remove unused configuration option - email_set_category
mod - config_defaults_inc.php Diff File
mod - core/constant_inc.php Diff File
mod - core/obsolete.php Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File

master 7ad93867

2014-09-28 14:31

Paul Richards


Details Diff
Fix 0007118 Attaching an oversized file raises wrong error message Affected Issues
0007118
mod - bug_report.php Diff File
mod - bug_report_page.php Diff File

master 7603c7b3

2014-09-28 14:27

Paul Richards


Details Diff
Merge branch 'bugnotedel'
mod - bugnote_delete.php Diff File
mod - core/bugnote_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 277 278 279 280 281 282 283 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 743 744 745  Next  Last