Search Changesets

MantisBT: master-1.2.x e56bbe53

2009-07-15 08:39

dhx


Details Diff
Fix 0003917: Ability to delete other users from bug monitor list

A new configuration option $g_monitor_delete_others_bug_threshold was
added. This option defines the access level required to delete other
users from the list of users monitoring a bug.

If the current user is in an access level above or equal to
$g_monitor_delete_others_bug_threshold they will see a [Delete] link
next to each username in the bug monitor list for each bug. Clicking on
this link will stop a user from monitoring a bug.
Affected Issues
0003917
mod - bug_monitor_list_view_inc.php Diff File
mod - core/bug_api.php Diff File
mod - config_defaults_inc.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_german_eintrag.txt Diff File
mod - core/html_api.php Diff File

MantisBT: master 33f859c9

2009-07-15 08:39

dhx


Details Diff
Fix 0003917: Ability to delete other users from bug monitor list

A new configuration option $g_monitor_delete_others_bug_threshold was
added. This option defines the access level required to delete other
users from the list of users monitoring a bug.

If the current user is in an access level above or equal to
$g_monitor_delete_others_bug_threshold they will see a [Delete] link
next to each username in the bug monitor list for each bug. Clicking on
this link will stop a user from monitoring a bug.
Affected Issues
0003917
mod - bug_monitor_list_view_inc.php Diff File
mod - core/bug_api.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - lang/strings_english.txt Diff File
mod - lang/strings_german_eintrag.txt Diff File
mod - core/html_api.php Diff File
mod - config_defaults_inc.php Diff File

MantisBT: master 45547ddc

2009-07-15 06:29

dhx


Details Diff
Issue 0010696: more customisation of version showing

In some installations, the product version field may not be used.
However, the target version and fixed in version fields may still be
used in such cases.

An example is where users report bugs or issues where they don't know
what version the bug occurred in. Versions may actually be defined to be
the week number of the year. The target version may still be used in
these cases to let users know what week a resolution can be expected
by.
Affected Issues
0010696
mod - bug_view_inc.php Diff File

MantisBT: master-1.2.x c5263056

2009-07-15 06:29

dhx


Details Diff
Issue 0010696: more customisation of version showing

In some installations, the product version field may not be used.
However, the target version and fixed in version fields may still be
used in such cases.

An example is where users report bugs or issues where they don't know
what version the bug occurred in. Versions may actually be defined to be
the week number of the year. The target version may still be used in
these cases to let users know what week a resolution can be expected
by.
Affected Issues
0010696
mod - bug_view_inc.php Diff File

MantisBT: master 799f2c89

2009-07-15 00:46

dhx


Details Diff
Don't show query count by default Affected Issues
0010729
mod - config_defaults_inc.php Diff File

MantisBT: master-1.2.x 2a301dbe

2009-07-15 00:46

dhx


Details Diff
Don't show query count by default Affected Issues
0010729
mod - config_defaults_inc.php Diff File

MantisBT: master d147c7cc

2009-07-15 00:28

vboctor


Details Diff
Fixes 0010728: Refactor reporting page to allow controlling which fields should be visible.

1. Get rid of the concept of simple / advanced.
2. Allow admins to control which fields to be visible in the report pages.
Affected Issues
0010728
mod - config_defaults_inc.php Diff File
mod - core/obsolete.php Diff File
mod - account_prefs_inc.php Diff File
mod - core/columns_api.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - bug_report_advanced_page.php Diff File
mod - docbook/adminguide/en/user_management.sgml Diff File
mod - core/string_api.php Diff File
mod - bug_report_page.php Diff File

MantisBT: master-1.2.x fce709db

2009-07-15 00:28

vboctor


Details Diff
Fixes 0010728: Refactor reporting page to allow controlling which fields should be visible.

1. Get rid of the concept of simple / advanced.
2. Allow admins to control which fields to be visible in the report pages.
Affected Issues
0010728
mod - account_prefs_inc.php Diff File
mod - core/columns_api.php Diff File
mod - docbook/adminguide/en/configuration.sgml Diff File
mod - bug_report_advanced_page.php Diff File
mod - docbook/adminguide/en/user_management.sgml Diff File
mod - core/string_api.php Diff File
mod - bug_report_page.php Diff File
mod - core/obsolete.php Diff File
mod - config_defaults_inc.php Diff File

MantisBT: master-1.2.x 639629e9

2009-07-15 00:20

vboctor


Details Diff
Fixes 0005595: LDAP authentication requires accounts to be manually created first. Affected Issues
0005595
mod - core/ldap_api.php Diff File
mod - signup_page.php Diff File
mod - core/print_api.php Diff File
mod - lost_pwd_page.php Diff File
mod - core/authentication_api.php Diff File

MantisBT: master ac370f40

2009-07-15 00:20

vboctor


Details Diff
Fixes 0005595: LDAP authentication requires accounts to be manually created first. Affected Issues
0005595
mod - core/ldap_api.php Diff File
mod - signup_page.php Diff File
mod - core/print_api.php Diff File
mod - lost_pwd_page.php Diff File
mod - core/authentication_api.php Diff File

MantisBT: master-1.2.x f07480d8

2009-07-14 20:36

Glenn Henshaw


Details Diff
fixed bug 0010694: graph by category broken
- select bug category by id and use bug history referencing
category field in bug_graph_bycategory.
- fix mapping of category_id in category summary graph

fixed presentation of dates in graph data tables
- use config variable "date_short_format"

fixed setting of alternate font paths in jpgraph
- jpgraph will set a constant on first incluse of the class. After
this, the path can't be changed. Moved this setting to the includes.
Affected Issues
0010694
mod - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File
mod - plugins/MantisGraph/core/graph_api.php Diff File

MantisBT: master 74a10572

2009-07-14 20:36

Glenn Henshaw


Details Diff
fixed bug 0010694: graph by category broken
- select bug category by id and use bug history referencing
category field in bug_graph_bycategory.
- fix mapping of category_id in category summary graph

fixed presentation of dates in graph data tables
- use config variable "date_short_format"

fixed setting of alternate font paths in jpgraph
- jpgraph will set a constant on first incluse of the class. After
this, the path can't be changed. Moved this setting to the includes.
Affected Issues
0010694
mod - plugins/MantisGraph/pages/bug_graph_bycategory.php Diff File
mod - plugins/MantisGraph/pages/bug_graph_bystatus.php Diff File
mod - plugins/MantisGraph/core/graph_api.php Diff File

MantisBT: master-1.2.x 03111aa6

2009-07-14 16:26

jreese


Details Diff
Fix syntax error and formatting.
mod - bug_monitor_list_view_inc.php Diff File

MantisBT: master 5800ee2c

2009-07-14 16:26

jreese


Details Diff
Fix syntax error and formatting.
mod - bug_monitor_list_view_inc.php Diff File

MantisBT: master-1.2.x ac10eb82

2009-07-14 08:54

jreese


Details Diff
Fix category_update to use correct variable
mod - core/category_api.php Diff File

MantisBT: master 8bd21aaa

2009-07-14 08:54

jreese


Details Diff
Fix category_update to use correct variable
mod - core/category_api.php Diff File

MantisBT: master-1.2.x e47ba62d

2009-07-14 02:47

vboctor


Details Diff
Follow up to issue 0010698: Refactor simple / advanced update pages for consistency.

1. Added attachments and due date to visible list.
2. Moved due date next to handler rather than reporter.
Affected Issues
0010698
mod - bug_view_inc.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - config_defaults_inc.php Diff File

MantisBT: master cb7cc35e

2009-07-14 02:47

vboctor


Details Diff
Follow up to issue 0010698: Refactor simple / advanced update pages for consistency.

1. Added attachments and due date to visible list.
2. Moved due date next to handler rather than reporter.
Affected Issues
0010698
mod - bug_view_inc.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - config_defaults_inc.php Diff File

MantisBT: master-1.2.x 329e3298

2009-07-13 22:21

dhx


Details Diff
Fix 0010717: don't always show monitor list add buttons

Don't show "add user to bug monitor list" controls to users who don't
have access to use this feature.
Affected Issues
0010717
mod - bug_monitor_list_view_inc.php Diff File

MantisBT: master 3b16135c

2009-07-13 22:21

dhx


Details Diff
Fix 0010717: don't always show monitor list add buttons

Don't show "add user to bug monitor list" controls to users who don't
have access to use this feature.
Affected Issues
0010717
mod - bug_monitor_list_view_inc.php Diff File

MantisBT: master a5e20250

2009-07-13 19:14

Paul Richards


Details Diff
Update columns api so that columns_get_standard and columns_filter_disabled implement similar filtering.
mod - core/columns_api.php Diff File

MantisBT: master-1.2.x f6a7b45b

2009-07-13 19:14

Paul Richards


Details Diff
Update columns api so that columns_get_standard and columns_filter_disabled implement similar filtering.
mod - core/columns_api.php Diff File

MantisBT: master 64c28d4d

2009-07-13 19:13

Paul Richards


Details Diff
Add empty $g_dsn definition to default config file
mod - core/database_api.php Diff File
mod - config_defaults_inc.php Diff File

MantisBT: master-1.2.x 83226dad

2009-07-13 16:25

jreese


Details Diff
Allow tags to contain +/- as long as they aren't the first character.
mod - core/tag_api.php Diff File

MantisBT: master d9c3d637

2009-07-13 16:25

jreese


Details Diff
Allow tags to contain +/- as long as they aren't the first character.
mod - core/tag_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 479 480 481 482 483 484 485 ... 490 ... 560 ... 630 ... 700 ... 743 744 745  Next  Last