Changesets: MantisBT

master 3de1678b

2009-08-31 08:00

dhx


Details Diff
Fix 0010829: Remove custom field 'advanced' flag from SOAP API

This is a follow up to 779150cc5649915044bb3a715a2010d965ef4958 that
removes the "advanced" field from the custom field API. This field is no
longer used and therefore can be removed from the SOAP API as well.
Affected Issues
0010829
mod - api/soap/mc_project_api.php Diff File
mod - api/soap/mantisconnect.php Diff File

master-1.2.x fbcf0c7b

2009-08-31 07:36

dhx


Details Diff
Fix 0010829: Remove "display only on advanced page" for custom fields

As we no longer have a distinction between simple and advanced views, we
don't need the "Display only on advanced page" option for custom fields.

This commit bumps the database schema version to remove a now unused
column from mantis_custom_field_table.
Affected Issues
0010829
mod - lang/strings_swissgerman.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - manage_custom_field_update.php Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_romanian.txt Diff File
mod - lang/strings_estonian.txt Diff File
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_finnish.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_occitan.txt Diff File
mod - lang/strings_german_eintrag.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_galician.txt Diff File
mod - manage_custom_field_page.php Diff File
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - lang/strings_lithuanian.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_slovak.txt Diff File
mod - lang/strings_arabicegyptianspoken.txt Diff File
mod - lang/strings_icelandic.txt Diff File
mod - lang/strings_tagalog.txt Diff File
mod - admin/schema.php Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_norwegian_bokmal.txt Diff File
mod - lang/strings_english.txt Diff File
mod - manage_custom_field_edit_page.php Diff File
mod - lang/strings_russian.txt Diff File
mod - core/custom_field_api.php Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_hebrew.txt Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_greek.txt Diff File
mod - lang/strings_ukrainian.txt Diff File
mod - lang/strings_urdu.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_spanish.txt Diff File

master 779150cc

2009-08-31 07:36

dhx


Details Diff
Fix 0010829: Remove "display only on advanced page" for custom fields

As we no longer have a distinction between simple and advanced views, we
don't need the "Display only on advanced page" option for custom fields.

This commit bumps the database schema version to remove a now unused
column from mantis_custom_field_table.
Affected Issues
0010829
mod - lang/strings_portuguese_standard.txt Diff File
mod - lang/strings_chinese_simplified.txt Diff File
mod - lang/strings_czech.txt Diff File
mod - manage_custom_field_update.php Diff File
mod - lang/strings_galician.txt Diff File
mod - lang/strings_bulgarian.txt Diff File
mod - lang/strings_serbian.txt Diff File
mod - lang/strings_tagalog.txt Diff File
mod - lang/strings_german.txt Diff File
mod - lang/strings_japanese.txt Diff File
mod - lang/strings_chinese_traditional.txt Diff File
mod - lang/strings_urdu.txt Diff File
mod - lang/strings_lithuanian.txt Diff File
mod - lang/strings_hungarian.txt Diff File
mod - lang/strings_german_eintrag.txt Diff File
mod - manage_custom_field_page.php Diff File
mod - lang/strings_norwegian_bokmal.txt Diff File
mod - lang/strings_french.txt Diff File
mod - lang/strings_ukrainian.txt Diff File
mod - lang/strings_italian.txt Diff File
mod - lang/strings_slovak.txt Diff File
mod - lang/strings_arabicegyptianspoken.txt Diff File
mod - lang/strings_spanish.txt Diff File
mod - lang/strings_hebrew.txt Diff File
mod - lang/strings_dutch.txt Diff File
mod - lang/strings_portuguese_brazil.txt Diff File
mod - lang/strings_icelandic.txt Diff File
mod - lang/strings_danish.txt Diff File
mod - lang/strings_arabic.txt Diff File
mod - lang/strings_greek.txt Diff File
mod - lang/strings_finnish.txt Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_swissgerman.txt Diff File
mod - admin/schema.php Diff File
mod - lang/strings_romanian.txt Diff File
mod - core/custom_field_api.php Diff File
mod - manage_custom_field_edit_page.php Diff File
mod - lang/strings_swedish.txt Diff File
mod - lang/strings_polish.txt Diff File
mod - lang/strings_occitan.txt Diff File
mod - lang/strings_korean.txt Diff File
mod - lang/strings_estonian.txt Diff File
mod - lang/strings_catalan.txt Diff File
mod - lang/strings_russian.txt Diff File

master-1.2.x c8d2b5f9

2009-08-31 07:03

dhx


Details Diff
Fix 0010886: Use more robust method of determining php-cgi

Use the php_sapi_name function to check if the script is being executed
from the command line. This is more robust than checking if the server
port variable is defined by PHP.

Thanks to ha17 for this suggestion.
Affected Issues
0010886
mod - scripts/send_emails.php Diff File
mod - scripts/checkin.php Diff File

master 8a1f1d0a

2009-08-31 07:03

dhx


Details Diff
Fix 0010886: Use more robust method of determining php-cgi

Use the php_sapi_name function to check if the script is being executed
from the command line. This is more robust than checking if the server
port variable is defined by PHP.

Thanks to ha17 for this suggestion.
Affected Issues
0010886
mod - scripts/send_emails.php Diff File
mod - scripts/checkin.php Diff File

master-1.2.x 191b5c96

2009-08-31 06:23

dhx


Details Diff
Fix 0010889: user_is_protected() incorrect logic for anon accounts

Commit 3803c90c340dd20a0736af381fe50bfd3cfa838d introduced a bug whereby
the anonymous account would never be considered protected. This was due
to inversed/invalid logic. How embarrassing!
Affected Issues
0010889
mod - core/user_api.php Diff File

master 7b794dfc

2009-08-31 06:23

dhx


Details Diff
Fix 0010889: user_is_protected() incorrect logic for anon accounts

Commit 3803c90c340dd20a0736af381fe50bfd3cfa838d introduced a bug whereby
the anonymous account would never be considered protected. This was due
to inversed/invalid logic. How embarrassing!
Affected Issues
0010889
mod - core/user_api.php Diff File

master 7f84b8c1

2009-08-21 14:33

jreese


Details Diff
Add forced plugin support in management interface

Follow-up to commit 9cb18739. Plugins installed via the configuration
file show up in the management interface with the priority and
protection input elements disabled, in order to make it more obvious to
the user that the values for that plugin cannot be modified.
mod - manage_plugin_page.php Diff File

master 9cb18739

2009-08-21 12:15

jreese


Details Diff
Allow config to force install/protect plugins

This will allow site administrators to select a set of plugins that will
not be able to be uninstalled or change priority through the normal
plugin management interface.
mod - config_defaults_inc.php Diff File
mod - core/plugin_api.php Diff File

master-1.2.x f4c02f6d

2009-08-21 12:13

jreese


Details Diff
Fix: API allows protected plugin to be uninstalled
mod - core/plugin_api.php Diff File

master df475bdc

2009-08-21 12:13

jreese


Details Diff
Fix: API allows protected plugin to be uninstalled
mod - core/plugin_api.php Diff File

master-1.2.x ed553b03

2009-08-21 07:32

cweiske2

Committer: dhx


Details Diff
Fix 0010863: vertical alignment of bugnote meta data cells

The vertical-align property is not inherited as per
http://www.w3.org/TR/CSS2/visudet.html#propdef-vertical-align

Therefore we must apply the vertical-align property to the <td> itself,
and not the parent <tr>.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010863
mod - css/default.css Diff File

master f63e8c66

2009-08-21 07:32

cweiske2

Committer: dhx


Details Diff
Fix 0010863: vertical alignment of bugnote meta data cells

The vertical-align property is not inherited as per
http://www.w3.org/TR/CSS2/visudet.html#propdef-vertical-align

Therefore we must apply the vertical-align property to the <td> itself,
and not the parent <tr>.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010863
mod - css/default.css Diff File

master-1.2.x 75afc103

2009-08-21 04:45

cweiske2

Committer: dhx


Details Diff
Issue 0010859: Add hyperlinks for bugnote IDs

To make it easier to reference bugnotes externally (in emails, IRC,
etc), bugnote IDs on the bug view page should be hyperlinked to match
the existing anchor for each bugnote.

Note that bug_view_inc.php is included by other scripts (such as when
one attempts to update a bug). For this reason, view.php is always used
when creating the bugnote hyperlink, as it doesn't make sense to send an
external user to a bug update page, just so they can view a bugnote.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010859
mod - bugnote_view_inc.php Diff File
mod - lang/strings_english.txt Diff File

master 9131bd1d

2009-08-21 04:45

cweiske2

Committer: dhx


Details Diff
Issue 0010859: Add hyperlinks for bugnote IDs

To make it easier to reference bugnotes externally (in emails, IRC,
etc), bugnote IDs on the bug view page should be hyperlinked to match
the existing anchor for each bugnote.

Note that bug_view_inc.php is included by other scripts (such as when
one attempts to update a bug). For this reason, view.php is always used
when creating the bugnote hyperlink, as it doesn't make sense to send an
external user to a bug update page, just so they can view a bugnote.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010859
mod - bugnote_view_inc.php Diff File
mod - lang/strings_english.txt Diff File

master-1.2.x d6941f36

2009-08-18 21:32

dhx


Details Diff
Fix 0010817: View status column shows integer instead of icon

When setting the view_status column within account_manage_columns_page,
the view issues list only shows the integer value of the view_status
field.

This correction will ensure that the protected/padlock icon is shown for
private issues. For public issues, no icon is shown.

The protected/padlock icon has been removed from the end of the summary
column as it is duplicated by this now working view_status column.

The view_status column is also now sortable, which makes it a little bit
easier to find all the private issues at once.
Affected Issues
0010817
mod - core/columns_api.php Diff File
mod - css/default.css Diff File

master 35832103

2009-08-18 21:32

dhx


Details Diff
Fix 0010817: View status column shows integer instead of icon

When setting the view_status column within account_manage_columns_page,
the view issues list only shows the integer value of the view_status
field.

This correction will ensure that the protected/padlock icon is shown for
private issues. For public issues, no icon is shown.

The protected/padlock icon has been removed from the end of the summary
column as it is duplicated by this now working view_status column.

The view_status column is also now sortable, which makes it a little bit
easier to find all the private issues at once.
Affected Issues
0010817
mod - core/columns_api.php Diff File
mod - css/default.css Diff File

master-1.2.x e58acd93

2009-08-17 13:11

Chris Fitch

Committer: dhx


Details Diff
Fix 0010844: bugnote id not showing on view bugnote revisions page

When viewing a bugnote revision page, the user will always see "View
Revisions: Note 0" where the 0 should actually be the relevant bugnote
ID. This error is caused by trying to use the non-existant bug_id where
we should be using f_bugnote_id.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010844
mod - bug_revision_view_page.php Diff File

master a178518c

2009-08-17 13:11

Chris Fitch

Committer: dhx


Details Diff
Fix 0010844: bugnote id not showing on view bugnote revisions page

When viewing a bugnote revision page, the user will always see "View
Revisions: Note 0" where the 0 should actually be the relevant bugnote
ID. This error is caused by trying to use the non-existant bug_id where
we should be using f_bugnote_id.

Signed-off-by: David Hicks <hickseydr@optusnet.com.au>
Affected Issues
0010844
mod - bug_revision_view_page.php Diff File

master-1.2.x 5d715a48

2009-08-08 00:04

dhx


Details Diff
Fix 0010816: projection column shows integer value

When you enable the projection column through
account_manage_columns_page, the view issues list only shows the integer
value of the projection field rather than the string/text value.

This fixes the problem by adding the missing print_column_projection
function that does the integer value -> enum string lookup.
Affected Issues
0010816
mod - core/columns_api.php Diff File

master 1d3f8617

2009-08-08 00:04

dhx


Details Diff
Fix 0010816: projection column shows integer value

When you enable the projection column through
account_manage_columns_page, the view issues list only shows the integer
value of the projection field rather than the string/text value.

This fixes the problem by adding the missing print_column_projection
function that does the integer value -> enum string lookup.
Affected Issues
0010816
mod - core/columns_api.php Diff File

master-1.2.x 82dfe744

2009-08-07 23:50

dhx


Details Diff
Fix 0010815: hide some internal fields from columns_api

It is possible through account_manage_columns_page.php (and elsewhere)
to view columns such as '_stats', 'profile_id', 'sticky' and 'loading'
which are either just internal bits of data (not intended to be seen by
the user) or in the case of 'sticky', are for internal display purposes
only.

These unnecessary columns should not be exposed through columns_api.
Affected Issues
0010815
mod - core/columns_api.php Diff File

master dccaf9aa

2009-08-07 23:50

dhx


Details Diff
Fix 0010815: hide some internal fields from columns_api

It is possible through account_manage_columns_page.php (and elsewhere)
to view columns such as '_stats', 'profile_id', 'sticky' and 'loading'
which are either just internal bits of data (not intended to be seen by
the user) or in the case of 'sticky', are for internal display purposes
only.

These unnecessary columns should not be exposed through columns_api.
Affected Issues
0010815
mod - core/columns_api.php Diff File

master-1.2.x 6db161f1

2009-08-07 23:31

dhx


Details Diff
Fix 0010814: reproducibility column undefined variable error

When adding the reproducibility column to the view issues list, an
undefined $p_bug variable error occurs.

This is just a simple case of the first argument to
print_column_reproducibility having the wrong name (most likely it was
missed during an earlier upgrade to bug_api).
Affected Issues
0010814
mod - core/columns_api.php Diff File

master 5eb124ea

2009-08-07 23:31

dhx


Details Diff
Fix 0010814: reproducibility column undefined variable error

When adding the reproducibility column to the view issues list, an
undefined $p_bug variable error occurs.

This is just a simple case of the first argument to
print_column_reproducibility having the wrong name (most likely it was
missed during an earlier upgrade to bug_api).
Affected Issues
0010814
mod - core/columns_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 458 459 460 461 462 463 464 ... 490 ... 560 ... 630 ... 700 ... 703 704 705  Next  Last