Changesets: MantisBT

master-1.2.x efdd6a75

2012-12-30 17:26

dregad


Details Diff
Respect $g_show_realname setting in config report's filter userlist

The filter's original implementation displayed "Realname (username)" in
the user selection list. We now only retrieve the user id from the db,
and call user_get_name() to get either the realname or the username as
appropriate instead.

Issue 0014559
Affected Issues
0014559
mod - adm_config_report.php Diff File

master-1.2.x 9f724904

2012-12-30 16:41

dregad


Details Diff
Fix 1st uppercase letter for 'Filters' language string

Affects issue 0014559
Affected Issues
0014559
mod - lang/strings_english.txt Diff File

master-1.2.x 3f75f68b

2012-12-30 16:24

dregad


Details Diff
Revised Cookies documentation

- Removed paragraph with incorrect information about need to redefine
cookie variables after modifying $g_cookie_prefix.
- Revised layout
- Updated description for some variables
- Reflected these changes in related comments in config_default_inc.php
mod - config_defaults_inc.php Diff File
mod - docbook/administration_guide/en/configuration.sgml Diff File

master-1.2.x d8c81888

2012-12-30 05:32

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_latvian.txt Diff File
mod - lang/strings_ripoarisch.txt Diff File
mod - lang/strings_russian.txt Diff File
mod - lang/strings_swedish.txt Diff File

master 370082a7

2012-12-27 18:44

dregad


Details Diff
Fix 0015329: use CSS to display admin page sub-menu Affected Issues
0015329
mod - admin/index.php Diff File
mod - css/default.css Diff File

master f5dc0d24

2012-12-27 18:26

dregad


Details Diff
Fix 0015327: Removed unnecessary blank line above Account sub-menu Affected Issues
0015327
mod - css/default.css Diff File

master 8ca85e1a

2012-12-27 18:19

dregad


Details Diff
Fix 0015328: CSS for bracketed sub-menus

Make the bracketed sub-menus more similar to 1.2.x-style GUI by adding
padding between each line item and around current menu text.
Affected Issues
0015328
mod - core/html_api.php Diff File
mod - css/default.css Diff File

master 47bdc423

2012-12-27 18:07

dregad


Details Diff
Improve readability of CSS for sub-menus
mod - css/default.css Diff File

master fae02ce8

2012-12-27 07:38

Kirill


Details Diff
Fix incorrect logo file name

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0014119
mod - admin/check/index.php Diff File

master-1.2.x 07b5d532

2012-12-21 13:47

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_macedonian.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - plugins/XmlImportExport/lang/strings_swedish.txt Diff File

master-1.2.x 4f944405

2012-12-16 14:20

siebrand


Details Diff
Localisation updates from http://translatewiki.net.
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_finnish.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_ukrainian.txt Diff File
add - plugins/MantisGraph/lang/strings_ukrainian.txt Diff File
mod - plugins/XmlImportExport/lang/strings_catalan.txt Diff File
mod - plugins/XmlImportExport/lang/strings_czech.txt Diff File

master-1.2.x d828a3bc

2012-12-15 19:06

rombert


Details Diff
Fix undefined access to $l_oServer
mod - api/soap/mantisconnect.php Diff File

master dcc0fbe2

2012-12-15 19:06

rombert


Details Diff
Fix undefined access to $l_oServer
mod - api/soap/mantisconnect.php Diff File

master-1.2.x 8890b218

2012-12-15 02:17

dregad


Details Diff
Make it possible to edit config options in adm_config_report.php

Use CONFIG_TYPE_xxx constants instead of magic strings to define the
type of config value to process.

Added code for FLOAT type which was previously handled through COMPLEX.

Improve handling of INT (and FLOAT) by calling constant_replace(),
allowing user to specify a defined constant instead of a numeric value.

Fixes 0007586
Affected Issues
0007586
mod - adm_config_report.php Diff File
mod - adm_config_set.php Diff File
mod - core/constant_inc.php Diff File
mod - core/print_api.php Diff File

master-1.2.x 259f95cd

2012-12-14 10:10

dregad


Details Diff
Issue 0014559: improve adm_report_config.php filter

The following changes were made

- revised UI to make it more similar to the issues filter
- make use of existing constants and language strings
- filter defaults to All Users / All Projects / All options which avoids
performance issues in installations having a large number of entries
in the config table (workaround for issue 0013680)
- filter form uses post instead of get method
- comply to coding guidelines
Affected Issues
0013680, 0014559
mod - adm_config_report.php Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_french.txt Diff File

master 0dfe2549

2012-12-14 08:37

dregad


Details Diff
Do not remove current user from list

As mentioned by atrol in issue 0010130, removing the current user causes
potential loss of functionality when using filters because [myself]
(handler_id = -1) is not the same as a specific handler_id.

This is a partial revert of 748c4cec6457475673f21ad554ba1791c90222c7.
Affected Issues
0010130
mod - core/print_api.php Diff File

master-1.2.x 07351732

2012-12-14 08:37

dregad


Details Diff
Do not remove current user from list

As mentioned by atrol in issue 0010130, removing the current user causes
potential loss of functionality when using filters because [myself]
(handler_id = -1) is not the same as a specific handler_id.

This is a partial revert of 748c4cec6457475673f21ad554ba1791c90222c7.
Affected Issues
0010130
mod - core/print_api.php Diff File

master c7e261e1

2012-12-12 12:56

dregad


Details Diff
Removing current user from list built by print_user_option_list()

Since there is a [myself] value in the list, the current user should be
removed. This was done for ALL_PROJECTS with the fix for issue 0010130,
but the single-project code still listed the current user.

By moving the code to remove the current user to the foreach loop that
builds the sort arrays, we ensure that it is removed in both cases.
Affected Issues
0010130
mod - core/print_api.php Diff File

master-1.2.x 748c4cec

2012-12-12 12:56

dregad


Details Diff
Removing current user from list built by print_user_option_list()

Since there is a [myself] value in the list, the current user should be
removed. This was done for ALL_PROJECTS with the fix for issue 0010130,
but the single-project code still listed the current user.

By moving the code to remove the current user to the foreach loop that
builds the sort arrays, we ensure that it is removed in both cases.
Affected Issues
0010130
mod - core/print_api.php Diff File

master dba4f3e5

2012-12-12 12:39

dregad


Details Diff
Optimise code in print_user_option_list()

Improve performance of code building the list of users for all projects
introduced in commit 21746dd1a6a7e4c6df8baa9cbfc3dac48c82899c.

By using an associative array, the foreach loop to remove duplicates can
be simplified (no need for an if statement) and we can also remove the
current user from the list more easily.

Affects issue 0010130
Affected Issues
0010130
mod - core/print_api.php Diff File

master-1.2.x dab0021e

2012-12-12 12:39

dregad


Details Diff
Optimise code in print_user_option_list()

Improve performance of code building the list of users for all projects
introduced in commit 21746dd1a6a7e4c6df8baa9cbfc3dac48c82899c.

By using an associative array, the foreach loop to remove duplicates can
be simplified (no need for an if statement) and we can also remove the
current user from the list more easily.

Affects issue 0010130
Affected Issues
0010130
mod - core/print_api.php Diff File

master 378ad974

2012-12-12 03:52

dregad


Details Diff
Make username in Manage Projects page a link to edit user

Fixes 0003693
Affected Issues
0003693
mod - manage_proj_edit_page.php Diff File

master-1.2.x b094035a

2012-12-12 03:52

dregad


Details Diff
Make username in Manage Projects page a link to edit user

Fixes 0003693
Affected Issues
0003693
mod - manage_proj_edit_page.php Diff File

master f92f1a0a

2012-12-11 05:59

MatthieuR

Committer: Damien Regad


Details Diff
Manage columns include: rename form and remove multipart encoding

The form in manage_columns_inc.php was apparently copy-pasted from
bug_report_page.php; it was named "report_bug_form" and an optional
multipart encoding if file upload is enabled, which does not make sense
in this context.

This code-cleanup commit removes the enctype and renames the form.

Fixes 0015280

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0015280
mod - manage_columns_inc.php Diff File

master-1.2.x 72689180

2012-12-11 05:59

MatthieuR

Committer: Damien Regad


Details Diff
Manage columns include: rename form and remove multipart encoding

The form in manage_columns_inc.php was apparently copy-pasted from
bug_report_page.php; it was named "report_bug_form" and an optional
multipart encoding if file upload is enabled, which does not make sense
in this context.

This code-cleanup commit removes the enctype and renames the form.

Fixes 0015280

Signed-off-by: Damien Regad <damien.regad@merckgroup.com>
Affected Issues
0015280
mod - manage_columns_inc.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 334 335 336 337 338 339 340 ... 350 ... 420 ... 490 ... 560 ... 630 ... 700 ... 729 730 731  Next  Last