Changesets: MantisBT

master-2.0.x 4ba772e9

2013-04-11 12:56

Paul Richards


Details Diff
Fix typo spotted by atrol
mod - core/php_api.php Diff File

master-1.2.x 494d54f5

2013-04-11 12:33

dregad


Details Diff
Changed version to 1.2.16dev
mod - core/constant_inc.php Diff File

master-1.2.x 7455c40e

2013-04-11 12:31

dregad


Details Diff
Bump version and update release notes for 1.2.15
mod - core/constant_inc.php Diff File
mod - doc/RELEASE Diff File

master-1.2.x cb4e22cb

2013-04-11 12:20

dregad


Details Diff
Fix regression in filter_api.php

Commit c9bc0646d69b2e39cd5e48320be82a83d8e39ebc introduced a regression,
whereby the filter would exclude issues without bugnotes when using text
search.

This was caused by removal of left outer join between bugnote_table and
bugnote_text_table, which was in fact required because the join clause
fails to return any record when the bugnote_text_id is null (which is
the case when there are no bugnotes).

Thanks to user Kitzberger for reporting this and atrol for providing the
steps to reproduce.
mod - core/filter_api.php Diff File

master 49ac7590

2013-04-11 12:20

dregad


Details Diff
Fix regression in filter_api.php

Commit c9bc0646d69b2e39cd5e48320be82a83d8e39ebc introduced a regression,
whereby the filter would exclude issues without bugnotes when using text
search.

This was caused by removal of left outer join between bugnote_table and
bugnote_text_table, which was in fact required because the join clause
fails to return any record when the bugnote_text_id is null (which is
the case when there are no bugnotes).

Thanks to user Kitzberger for reporting this and atrol for providing the
steps to reproduce.
mod - core/filter_api.php Diff File

master-1.2.x bb6b113d

2013-04-10 22:06

dregad


Details Diff
Revised reminder_list_truncated string

Follow-up on revert commit for issue 0002971, as we don't store recipients
in history anymore.

Affects issue 0015470
Affected Issues
0002971, 0015470
mod - lang/strings_english.txt Diff File

master d95eeae7

2013-04-10 22:06

dregad


Details Diff
Revised reminder_list_truncated string

Follow-up on revert commit for issue 0002971, as we don't store recipients
in history anymore.

Affects issue 0015470
Affected Issues
0002971, 0015470
mod - lang/strings_english.txt Diff File

master 49406e52

2013-04-10 13:49

dregad


Details Diff
Create reminder bugnote even if no message text provided

When adding a reminder, a bugnote was actually NOT created when the
reminder text is empty, even if $g_store_reminders = ON. This was due
to bugnote_add() returning false when $p_bugnote_text is blank as the
code did not take REMINDER type notes into consideration.

Fixes 0015744
Affected Issues
0015744
mod - core/bugnote_api.php Diff File

master 0ff9acd0

2013-04-10 13:48

dregad


Details Diff
Revert "Fix 0002971: add reminder events to the bug history"

This reverts commit 3d34fba1c1ecfa703134d69f11a44de1ec9f4e7e following
discussion on the mailing list [1].

[1] http://thread.gmane.org/gmane.comp.bug-tracking.mantis.devel/4330
Affected Issues
0002971
mod - bug_reminder.php Diff File
mod - core/constant_inc.php Diff File
mod - core/history_api.php Diff File

master-1.2.x 56836251

2013-04-10 13:28

dregad


Details Diff
Create reminder bugnote even if no message text provided

When adding a reminder, a bugnote was actually NOT created when the
reminder text is empty, even if $g_store_reminders = ON. This was due
to bugnote_add() returning false when $p_bugnote_text is blank as the
code did not take REMINDER type notes into consideration.

Fixes 0015744
Affected Issues
0015744
mod - core/bugnote_api.php Diff File

master-1.2.x 2cbd52d6

2013-04-10 06:01

dregad


Details Diff
Revert "Fix 0002971: add reminder events to the bug history"

This reverts commit f4753ec5be52ddae8518c3c1a26caea0c88e61c8 following
discussion on the mailing list [1].

[1] http://thread.gmane.org/gmane.comp.bug-tracking.mantis.devel/4330

Conflicts:
bug_reminder.php
Affected Issues
0002971
mod - bug_reminder.php Diff File
mod - core/constant_inc.php Diff File
mod - core/history_api.php Diff File

master-1.2.x ebbacb18

2013-04-08 13:10

dregad


Details Diff
Updated CREDITS file in preparation of 1.2.15 release
mod - doc/CREDITS Diff File

master-2.0.x 3e35866d

2013-04-07 15:59

Paul Richards


Details Diff
fix typo in db layer changes
mod - core/bug_api.php Diff File

master-2.0.x f980976a

2013-04-07 15:22

Paul Richards


Details Diff
Remove legacy references to g_absolute_path
mod - admin/install.php Diff File

master-2.0.x 8def9590

2013-04-07 15:21

Paul Richards


Details Diff
Mysql: XL can not support default
mod - admin/schema.php Diff File

master-2.0.x e4615db6

2013-04-07 15:21

Paul Richards


Details Diff
Fix datadict query to drop an index
mod - core/classes/MantisDatabaseDict/MantisDatabaseDict.class.php Diff File

master-2.0.x 17298ede

2013-04-07 15:00

Paul Richards


Details Diff
Add optional user_id/project_id parameters to some functions to fix the filter migration in the installer
mod - core/columns_api.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/custom_function_api.php Diff File
mod - core/filter_api.php Diff File
mod - core/helper_api.php Diff File
mod - core/install_helper_functions_api.php Diff File

master-2.0.x eae2a50b

2013-04-07 13:35

Paul Richards


Details Diff
Allow helper_get_columns_to_view to specify project id for which we want a column list.
mod - core/custom_function_api.php Diff File
mod - core/helper_api.php Diff File

master-2.0.x cc89f12f

2013-04-07 10:14

Paul Richards


Details Diff
mysql: blob/text type does not allow default value
mod - admin/schema.php Diff File

master-2.0.x 70874b63

2013-04-07 10:07

Paul Richards


Details Diff
Fix mysql upgrades if token table is not empty - it's feasible for the token table to have 0000-00-00 timestamps for the 'expiry' field
mod - core/classes/MantisDatabase/MantisDatabase.class.php Diff File

master-1.2.x 074bd9fe

2013-04-07 08:39

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_danish.txt Diff File
mod - lang/strings_finnish.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File

master-2.0.x fea788d3

2013-04-06 16:24

Paul Richards


Details Diff
implement UserNotFound Exception
add - core/classes/Exception/User/UserNotFound.class.php Diff File
mod - core/classes/MantisUser.class.php Diff File
mod - core/user_api.php Diff File

master-2.0.x 116d9f3c

2013-04-06 15:38

Paul Richards


Details Diff
remove use of lang_get
mod - core/bug_group_action_api.php Diff File

master-2.0.x bdd43251

2013-04-06 13:15

Paul Richards


Details Diff
Fix up config_workflow_page to work without using lang_get
mod - manage/config_workflow_page.php Diff File

master-2.0.x 763a22c9

2013-04-06 12:50

Paul Richards


Details Diff
use get_enum_element where appropriate
mod - bug_change_status_page.php Diff File
mod - core/html_api.php Diff File
mod - core/print_api.php Diff File
mod - core/workflow_api.php Diff File
mod - manage/adm_permissions_report.php Diff File
mod - manage/config_email_page.php Diff File
mod - manage/config_workflow_page.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 299 300 301 302 303 304 305 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 703 704 705  Next  Last