Changesets: MantisBT

master 5fd83b65

2017-09-03 23:10

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_belarusian_tarask.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - plugins/MantisGraph/lang/strings_danish.txt Diff File
mod - plugins/XmlImportExport/lang/strings_danish.txt Diff File

master 91bd2fa8

2017-09-03 14:18

vboctor


Details Diff
Update version to `2.6.0`
mod - core/constant_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File

master 715869bb

2017-09-03 14:17

vboctor


Details Diff
Update credits
mod - doc/CREDITS Diff File

master-2.5 0f1ed233

2017-09-03 14:13

vboctor


Details Diff
Update version to `2.5.2`
mod - core/constant_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File

master-2.5 93490943

2017-09-03 14:09

vboctor


Details Diff
Update credits
mod - doc/CREDITS Diff File

master-1.3.x 3109f32a

2017-09-03 14:05

vboctor


Details Diff
Update credits
mod - doc/CREDITS Diff File

master-1.3.x b719317f

2017-09-03 14:03

vboctor


Details Diff
Update version to `1.3.12`
mod - core/constant_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Revision_History.xml Diff File
mod - docbook/Developers_Guide/en-US/Revision_History.xml Diff File

master-1.3.x 460061fc

2017-09-03 13:56

vboctor


Details Diff
Add `.DS_Store` to .gitignore for Macs
mod - .gitignore Diff File

master 384f6ccf

2017-08-31 02:50

cproensa

Committer: dregad


Details Diff
Show a warning when changing field type

Show a warning when updating type for a custom field, for which already exists stored
values.

Related issue: 0023270
Affected Issues
0023270
mod - core/custom_field_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - manage_custom_field_update.php Diff File

master c9bc6f97

2017-08-30 22:04

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_belarusian_tarask.txt Diff File
mod - lang/strings_breton.txt Diff File
mod - lang/strings_spanish.txt Diff File

master 32b248ba

2017-08-28 14:06

cproensa

Committer: dregad


Details Diff
Fix cast of empty string

Fix casting empty string to numeric, which throws an error with some
databaes.
mod - core/custom_field_api.php Diff File
mod - core/filter_api.php Diff File

master fe380518

2017-08-27 21:47

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_belarusian_tarask.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_greek.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_vietnamese.txt Diff File
mod - plugins/MantisGraph/lang/strings_vietnamese.txt Diff File

master 5a523672

2017-08-27 14:34

cproensa

Committer: dregad


Details Diff
Fix oracle sql syntax for table alias

Fix the oracle syntax to not remove those "AS" that are part of CAST
expressions.

Oracle doesn't suppor AS keyword as part of table aliases.
Previous code was modifying the query sql to remove all appearances of
"AS". However, "AS" can also appear as part of a CAST expression:
CAST( x AS y )

Fixes: 0023268
Affected Issues
0023268
mod - core/database_api.php Diff File

master a49974f4

2017-08-27 05:29

cproensa

Committer: atrol


Details Diff
Fix misplaced end bracket of "if"
mod - bugnote_stats_inc.php Diff File

master a818284d

2017-08-27 02:23

dregad


Details Diff
Fix HTML errors in account_prefs_inc.php

- Move fieldset below form, out of invalid location under table tag
- Move closing fieldset tag accordingly
- Move closing form tag
mod - account_prefs_inc.php Diff File

master c2b21b87

2017-08-27 02:23

dregad


Details Diff
Move "Reset Prefs" button to footer

Thanks to the 'formaction' attribute, there is no need for a separate
HTML form, so we can reuse the existing hidden inputs to submit to
account_prefs_reset.php.

Fixes 0023267
Affected Issues
0023267
mod - account_prefs_inc.php Diff File

master 65ed709a

2017-08-27 01:29

dregad


Details Diff
Use CSS for spacing before checkbox/radio labels

Use padding-6 class and remove hardcoded whitespace

Fixes 0023243
Affected Issues
0023243
mod - account_prefs_inc.php Diff File
mod - bug_actiongroup_page.php Diff File
mod - bug_change_status_page.php Diff File
mod - bug_report_page.php Diff File
mod - bugnote_add_inc.php Diff File
mod - core/filter_form_api.php Diff File
mod - login_password_page.php Diff File
mod - manage_filter_edit_page.php Diff File
mod - manage_user_page.php Diff File
mod - plugins/MantisCoreFormatting/pages/config.php Diff File
mod - plugins/XmlImportExport/pages/import.php Diff File
mod - query_store_page.php Diff File
mod - view_all_inc.php Diff File

master d886a795

2017-08-26 04:42

cproensa

Committer: dregad


Details Diff
Cast custom fields distinct values

Cast values for number based custom fields, when retrieving distinct
values. This allows:
- The values are sorted numerically on the list
- The values returned match what will be shown in the custom field, in
case of type mismatch. For example, when having text stored in a
numeric field.

Fixes: 0023265, 0023266
Affected Issues
0023265, 0023266
mod - core/custom_field_api.php Diff File

master dc68e440

2017-08-25 16:03

cproensa

Committer: dregad


Details Diff
Fix sorting for number based custom fields

For types numeric, float, and dates
- Make nulls appear last in the ordered result.
- Cast the values to sort them numerically.

Fixes: 0023260, 0006872
Affected Issues
0006872, 0023260
mod - core/filter_api.php Diff File

master 9d24d04e

2017-08-25 15:46

cproensa

Committer: dregad


Details Diff
Skip joins for non accesible custom fields

Don't add joins for custom fields that cant be used, for example,
because of none of the values are viewable.
mod - core/filter_api.php Diff File

master 692f8f43

2017-08-25 15:39

cproensa

Committer: dregad


Details Diff
Skip date custom fields with value of "any"

Early detect custom fields of type date with value "any", to not do any
work with them.
mod - core/filter_api.php Diff File

master 64993714

2017-08-23 23:34

translatewiki.net


Details Diff
Localisation updates from https://translatewiki.net.
mod - lang/strings_italian.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_danish.txt Diff File
mod - plugins/MantisCoreFormatting/lang/strings_italian.txt Diff File

master d2b1d541

2017-08-23 16:55

cproensa

Committer: dregad


Details Diff
Fix pgsql sort query

Pgsql needs the sort expression to appear as member of the "select
distinct".
mod - core/filter_api.php Diff File

master da11963b

2017-08-23 16:22

cproensa

Committer: dregad


Details Diff
Fix sorting of due date for undefined values

Previously fixed in 0016259, the order clause still has error with some
databases.
Rewrite the sort expression in a protable syntax.

Fixes: 0023241
Affected Issues
0023241
mod - core/filter_api.php Diff File

master c7819ff5

2017-08-23 16:01

cproensa

Committer: dregad


Details Diff
Reuse filtered custom fields joins for sorting

if the custom field was filtered, there is already a calculated join, so
reuse that table alias. Otherwise, a new join must be calculated for the
sort clauses.
mod - core/filter_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 176 177 178 179 180 181 182 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 746 747 748  Next  Last