Changesets: MantisBT
|
master-2.0.x 5e2795c1 2013-04-16 12:33 Damien Regad Committer: dregadmin Details Diff |
Fix 0015762: case insensitive email parsing regex |
Affected Issues 0015762 |
|
| mod - core/email_api.php | Diff File | ||
|
master fe90bbec 2013-04-16 12:33 Details Diff |
Fix 0015762: case insensitive email parsing regex |
Affected Issues 0015762 |
|
| mod - core/email_api.php | Diff File | ||
|
master-1.2.x 4cb774c0 2013-04-16 12:33 Details Diff |
Fix 0015762: case insensitive email parsing regex |
Affected Issues 0015762 |
|
| mod - core/email_api.php | Diff File | ||
|
master-1.2.x 2384d299 2013-04-15 00:58 Details Diff |
Fix redirection to system utils page after moving attachments |
Affected Issues 0015496 |
|
| mod - admin/move_attachments.php | Diff File | ||
|
master 2f3baa33 2013-04-15 00:58 Details Diff |
Fix redirection to system utils page after moving attachments |
Affected Issues 0015496 |
|
| mod - admin/move_attachments.php | Diff File | ||
|
master-1.2.x d2bc53ec 2013-04-14 09:56 Details Diff |
Localisation updates from http://translatewiki.net. | ||
| mod - lang/strings_dutch.txt | Diff File | ||
| mod - lang/strings_finnish.txt | Diff File | ||
| mod - lang/strings_german.txt | Diff File | ||
| mod - lang/strings_polish.txt | Diff File | ||
| mod - lang/strings_portuguese_brazil.txt | Diff File | ||
| mod - lang/strings_portuguese_standard.txt | Diff File | ||
| mod - lang/strings_spanish.txt | Diff File | ||
| mod - plugins/XmlImportExport/lang/strings_romanian.txt | Diff File | ||
|
master-2.0.x db2c92b7 2013-04-11 12:57 Paul Richards Details Diff |
misc fixes for 2.x | ||
| mod - admin/install.php | Diff File | ||
| mod - bug_monitor_add.php | Diff File | ||
| mod - config_defaults_inc.php | Diff File | ||
| mod - core/classes/MantisDatabaseDict/MantisDatabaseDict.class.php | Diff File | ||
| mod - core/user_pref_api.php | Diff File | ||
| mod - manage/user_create.php | Diff File | ||
| mod - manage/user_update.php | Diff File | ||
|
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 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 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 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 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 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 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 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 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 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 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 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 | ||