Changesets: MantisBT

master 45e4743a

2003-02-16 05:06

jlatour


Details Diff
Fixed 'Jump to bug'

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1857 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - jump_to_bug.php Diff File

master 4a735df3

2003-02-16 04:55

vboctor


Details Diff
- Removed custom_fields.txt
- Minor update in Credits

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1856 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/CREDITS Diff File
rm - doc/custom_fields.txt Diff

master 07753da6

2003-02-16 03:48

Julian Fitzell


Details Diff
* admin/check.php: load obsolete.php

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1855 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - admin/check.php Diff File

master b861875b

2003-02-16 03:41

Julian Fitzell


Details Diff
* upgrades/0_17_inc.php: add an upgrade to remove the view column from the
bug table (we need to link users to bugs in a votes table if we want
that functionality so people can't vote more than once)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1854 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - admin/upgrades/0_17_inc.php Diff File

master 08e31a71

2003-02-16 03:13

Julian Fitzell


Details Diff
Add custom fields tables to the upgrade scripts.
Use config options instead of constants for table names.
Add upgrades to fix the double escaping problems in old db data.

* upgrade_warning.php: go to upgrade_list.php instead of upgrade.php

* upgrade_list.php: new file that gives a list of upgrade sets

* upgrade.php:
* upgrade_advanced.php:
give a link to return the upgrade list page

* upgrade_inc.php:
* upgrades/0_13_inc.php:
* upgrades/0_14_inc.php:
* upgrades/0_15_inc.php:
* upgrades/0_16_inc.php:
use config options to get table names

* upgrades/0_17_inc.php:
+ use config options to get table names
+ add upgrade to drop mantis_project_customization table if it exists
+ add upgrades to add the custom fields tables

* db_table_names_inc.php: new file that loads all the table names from
config options into global variables

* upgrade_escaping.php: new file that does the db escaping fix upgrades

* upgrades/0_17_escaping_fixes_inc.php: new file that actually contains
the upgrades for the double escaping fixes

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1853 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - admin/upgrade_warning.php Diff File
mod - admin/upgrade.php Diff File
mod - admin/upgrades/0_15_inc.php Diff File
add - admin/upgrade_escaping.php Diff File
mod - admin/upgrade_inc.php Diff File
mod - admin/upgrades/0_17_inc.php Diff File
add - admin/upgrades/0_17_escaping_fixes_inc.php Diff File
mod - admin/upgrades/0_14_inc.php Diff File
mod - admin/upgrades/0_13_inc.php Diff File
add - admin/upgrade_list.php Diff File
mod - admin/upgrade_advanced.php Diff File
add - admin/db_table_names_inc.php Diff File
mod - admin/upgrades/0_16_inc.php Diff File

master 65d40c25

2003-02-15 18:37

jlatour


Details Diff
- Deprecated CRYPT_FULL_SALT
- Modified admin/check.php to instruct the user to convert to CRYPT if (s)he is using CRYPT_FULL_SALT
- Modified admin/check.php to suggest to the user to convert to MD5
- Made sure that passwords which were encrypted using the old buggy CRYPT are re-encrypted as soon as possible

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1852 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - config_defaults_inc.php Diff File
mod - doc/ChangeLog Diff File
mod - admin/check.php Diff File
mod - core/authentication_api.php Diff File

master 933da3db

2003-02-15 17:54

jlatour


Details Diff
Grmbl... nitpicking about spaces

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1851 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/authentication_api.php Diff File

master b21c0a69

2003-02-15 17:45

jlatour


Details Diff
Enhancement: you can now change the password encryption method by simply changing the configuration option - Mantis will change your passwords automatically as people login

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1850 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/authentication_api.php Diff File
mod - doc/ChangeLog Diff File
mod - core/user_api.php Diff File

master 0f83b096

2003-02-15 17:20

vboctor


Details Diff
- Fixed a bug where advanced custom fields were not included in the bug update advanced page.
- Marked $g_use_experimental_custom_fields as obsolete.
- Made custom fields enabled by default.

The remaining step is to move the db sql out of the API and add it to the upgrade
code.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1849 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - bug_update_advanced_page.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - core/bug_api.php Diff File
mod - print_all_bug_page_word.php Diff File
mod - bug_update.php Diff File
mod - core/html_api.php Diff File
mod - manage_proj_edit_page.php Diff File
mod - print_bug_page.php Diff File
mod - bug_update_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - bug_report.php Diff File
mod - doc/ChangeLog Diff File
mod - core/project_api.php Diff File
mod - bug_view_page.php Diff File
mod - bug_report_page.php Diff File
mod - core/email_api.php Diff File
mod - bug_report_advanced_page.php Diff File
mod - core/obsolete.php Diff File

master 4c67cb0a

2003-02-15 16:11

jlatour


Details Diff
Replaced some double quotes with single quotes in config_defaults_inc.php

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1848 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - config_defaults_inc.php Diff File

master 151ee4e2

2003-02-15 16:08

jlatour


Details Diff
Did a quick spellcheck on the config documentation.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1847 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/configuration.html Diff File

master f716fad6

2003-02-15 15:56

jlatour


Details Diff
Removed config option (php): this variable containing the file extensions (php3 of php) was only used in config, so do a search and replace if you need it

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1846 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/obsolete.php Diff File
mod - doc/configuration.html Diff File
mod - config_defaults_inc.php Diff File
mod - doc/ChangeLog Diff File

master 2425c50c

2003-02-15 09:13

vboctor


Details Diff
Add handling for custom fields sequence numbers through the manage project
edit page.

A manage_proj_custom_field_update.php
- Action page for setting the sequence number for the custom fields.

M manage_proj_edit_page.php
- Displayed an edit box with the sequence number and add an update button next to each one to allow the manager to
update the sequence numbers.

M core/custom_field_api.php
- (custom_field_get_sequence): Gets the sequence number for the specified field in the specified project.
- (custom_field_set_sequence): Sets the sequence number for the specified field in the specified project.
- (custom_field_get_linked_ids): Added sorting by field name as a secondary key after sequence number.

M lang/strings_english.txt
- Added caption for the update button.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1845 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/custom_field_api.php Diff File
mod - lang/strings_english.txt Diff File
mod - manage_proj_edit_page.php Diff File
add - manage_proj_custom_field_update.php Diff File

master 0370da8e

2003-02-15 05:25

Julian Fitzell


Details Diff
So finally, 2 days later, here is the access_api rewrite. I've tested it pretty
thoroughly but it is complex so I won't be at all surprised to find bugs that I
missed - please bang on it!!

This commit is huge but the changes are pretty trivial (though not at all easy
to figure out the first time). The core changes are in core/access_api where
pretty much every function was deleted and new ones written. Other minor
changes to api files and display pages are mostly to accomodate those renames
and improved access control logic on a case-by-case basis. Any other changes
of note are listed specifically below.

Known issues:
- print_all_* is not fully implemented because they need rewriting first
- file uploading and downloading pages aren't quite right because we don't
have a complete API for project and bug file management
- some of the menus probably aren't showing up based under the right conditions
- this actually makes the number of queries worse - it will imrpove as soon as
I add caching to this stuff - maybe tomorrow

* bug_actiongroup.php:
* bug_actiongroup_page.php:
Apply action to as many bugs as possible and display a list of those that
were not applied to the user

* config_defaults_inc.php
(manage_news_threshold): new config option giving the access level required to
manage news postings

* news_view_page.php:
* news_list_page.php:
Don't display emails unless config settings tell us to

* view_all_bug_inc.php:
Display the update pencil shortcut only for bugs the user has update privs on.
Display the group actions as long as the user has update privs on the
current project

* core/bugnote_api.php
(bugnote_is_user_reporter): new function that checks if the user reported the
bugnote

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1844 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - account_prof_delete.php Diff File
mod - manage_user_update.php Diff File
mod - manage_user_delete.php Diff File
mod - news_menu_page.php Diff File
mod - manage_proj_user_remove.php Diff File
mod - account_update.php Diff File
mod - summary_graph_byresolution_pct.php Diff File
mod - bug_assign.php Diff File
mod - core/html_api.php Diff File
mod - account_prefs_update.php Diff File
mod - account_prefs_reset.php Diff File
mod - file_download.php Diff File
mod - bug_close_page.php Diff File
mod - manage_proj_cat_edit_page.php Diff File
mod - manage_proj_custom_field_add_existing.php Diff File
mod - bug_view_page.php Diff File
mod - summary_graph_bypriority_pct.php Diff File
mod - news_list_page.php Diff File
mod - proj_doc_edit_page.php Diff File
mod - account_prof_update.php Diff File
mod - bug_close.php Diff File
mod - bug_reopen.php Diff File
mod - account_prof_edit_page.php Diff File
mod - account_prof_add.php Diff File
mod - core/bug_api.php Diff File
mod - summary_graph_cumulative_bydate.php Diff File
mod - news_add.php Diff File
mod - bug_reminder.php Diff File
mod - account_prof_menu_page.php Diff File
mod - manage_user_proj_delete.php Diff File
mod - manage_user_create_page.php Diff File
mod - manage_proj_cat_update.php Diff File
mod - proj_doc_update.php Diff File
mod - summary_graph_bystatus_pct.php Diff File
mod - summary_graph_byseverity_pct.php Diff File
mod - summary_graph_byresolution.php Diff File
mod - manage_proj_user_add.php Diff File
mod - summary_graph_bycategory_pct.php Diff File
mod - lang/strings_english.txt Diff File
mod - bugnote_delete.php Diff File
mod - bug_resolve_page.php Diff File
mod - summary_graph_byreporter.php Diff File
mod - manage_user_page.php Diff File
mod - print_all_bug_page_word.php Diff File
mod - manage_custom_field_edit_page.php Diff File
mod - summary_graph_imp_resolution.php Diff File
mod - set_project.php Diff File
mod - core/filter_api.php Diff File
mod - bug_reopen_page.php Diff File
mod - manage_user_create.php Diff File
mod - manage_proj_ver_edit_page.php Diff File
mod - manage_proj_ver_delete.php Diff File
mod - bugnote_inc.php Diff File
mod - manage_proj_ver_update.php Diff File
mod - core/bugnote_api.php Diff File
mod - core/access_api.php Diff File
mod - bugnote_update.php Diff File
mod - summary_graph_byresolution_mix.php Diff File
mod - account_prof_make_default.php Diff File
mod - documentation_page.php Diff File
mod - bug_delete.php Diff File
mod - manage_proj_ver_add.php Diff File
mod - summary_page.php Diff File
mod - manage_custom_field_page.php Diff File
mod - summary_jpgraph_page.php Diff File
mod - manage_custom_field_create.php Diff File
mod - summary_graph_imp_severity.php Diff File
mod - summary_graph_imp_status.php Diff File
mod - manage_user_edit_page.php Diff File
mod - login_page.php Diff File
mod - bug_update.php Diff File
mod - manage_proj_custom_field_remove.php Diff File
mod - core/print_api.php Diff File
mod - bug_resolve.php Diff File
mod - manage_proj_update.php Diff File
mod - bugnote_add.php Diff File
mod - core/file_api.php Diff File
mod - print_bug_page.php Diff File
mod - news_edit_page.php Diff File
mod - summary_graph_byseverity_mix.php Diff File
mod - manage_user_proj_add.php Diff File
mod - manage_user_reset.php Diff File
mod - bug_file_add.php Diff File
mod - summary_graph_bystatus.php Diff File
mod - news_delete.php Diff File
mod - summary_graph_imp_priority.php Diff File
mod - bug_update_page.php Diff File
mod - proj_doc_delete.php Diff File
mod - news_view_page.php Diff File
mod - account_delete.php Diff File
mod - summary_graph_bypriority.php Diff File
mod - print_all_bug_page_excel.php Diff File
mod - bug_report.php Diff File
mod - manage_proj_create.php Diff File
mod - main_page.php Diff File
mod - manage_proj_create_page.php Diff File
mod - summary_graph_bypriority_mix.php Diff File
mod - bugnote_edit_page.php Diff File
mod - summary_graph_byseverity.php Diff File
mod - show_source_page.php Diff File
mod - config_defaults_inc.php Diff File
mod - view_all_inc.php Diff File
mod - bugnote_set_view_state.php Diff File
mod - manage_custom_field_delete.php Diff File
mod - jump_to_bug.php Diff File
mod - manage_proj_delete.php Diff File
mod - manage_proj_edit_page.php Diff File
mod - proj_doc_page.php Diff File
mod - manage_proj_cat_add.php Diff File
mod - bug_monitor.php Diff File
mod - manage_proj_user_copy.php Diff File
mod - bug_file_delete.php Diff File
mod - bug_report_advanced_page.php Diff File
mod - manage_proj_cat_copy.php Diff File
mod - manage_user_prune.php Diff File
mod - bug_update_advanced_page.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - news_update.php Diff File
mod - print_all_bug_page.php Diff File
mod - summary_graph_imp_category.php Diff File
mod - manage_custom_field_update.php Diff File
mod - manage_proj_page.php Diff File
mod - doc/ChangeLog Diff File
mod - manage_proj_cat_delete.php Diff File
mod - bug_report_page.php Diff File
mod - summary_graph_bydeveloper.php Diff File
mod - bug_reminder_page.php Diff File
mod - bug_actiongroup.php Diff File
mod - summary_graph_bycategory.php Diff File

master 45e7de45

2003-02-15 03:12

Julian Fitzell


Details Diff
* core/html_api.php
(html_button_bug_close): fix a bug when Victor copied this code - $t_bug
was not defined
(html_buttons_view_bug_page): fix a bug when Victor copied this code -
$t_bug was not defined

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1843 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/html_api.php Diff File

master 9e5d8cf5

2003-02-15 02:49

Julian Fitzell


Details Diff
* core/bug_api.php
(bug_cache_row): cache the fact that the bug doesn't exist
(bug_text_cache_row): cache the fact that the bug text doesn't exist

* core/project_api.php
(project_cache_row): cache the fact that the project doesn't exist

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1842 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/project_api.php Diff File
mod - core/bug_api.php Diff File

master b8a6b821

2003-02-15 02:43

Julian Fitzell


Details Diff
* core/helper_api.php
(helper_get_current_project): account for the case where a the project
specified in a user's preference doesn't exist or is no longer
accessible. Return 0 in these cases.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1841 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/helper_api.php Diff File

master b9f85e56

2003-02-14 20:52

Julian Fitzell


Details Diff
* core/string_api.php
(string_process_bug_link): use string_get_bug_view_link() to remove redunancy

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1840 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/string_api.php Diff File

master 33c5c684

2003-02-14 20:25

Julian Fitzell


Details Diff
Raise our required version to 4.0.6, mainly to make sure DIRECTORY_SEPARATOR
is available but also to make way for using the variable ordered parameters
feature of sprintf() in the internationalization code.

4.0.6 is two years old now so it should be a more than reasonable requirement.

* core.php: remove DIRECTORY_SEPARATOR definition

* core/php_api.php: raise required version to 4.0.6

* core/compress_api.php
(compress_is_enabled): remove check for PHP greater than 4.0.4 - we now
require 4.0.6 anyway

* doc/INSTALL:
* doc/README:
* doc/configuration.html:
update version number in documentation

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1839 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/configuration.html Diff File
mod - doc/INSTALL Diff File
mod - core/php_api.php Diff File
mod - core/compress_api.php Diff File
mod - doc/README Diff File
mod - core.php Diff File

master 5cad7a7e

2003-02-14 14:06

Julian Fitzell


Details Diff
move constants into the core/ directory

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1838 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core.php Diff File

master 5fa22cee

2003-02-13 22:00

vboctor


Details Diff
New config option (history_default_visible)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1837 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - doc/ChangeLog Diff File

master 2108ff59

2003-02-13 21:58

vboctor


Details Diff
M config_defaults_inc.php
- Added "history_default_visible" config. When ON the bug history is displayed
by default.

M bug_view_advanced_page.php
M bug_view_page.php
- Modified both pages to use the new config.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1836 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - config_defaults_inc.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - bug_view_page.php Diff File

master dca0cc27

2003-02-13 21:45

vboctor


Details Diff
M core/html_api.php
(html_button_bug_monitor):
- No need to check for private threshold, since if the current user is below
the threshold, (s)he won't be able to view the defect in the first place.
Also if we take it into consideration we shouldn't assume that private
threshold is > than monitor threshold.
(html_button_bug_unmonitor):
- Added the missing td tags.
(html_buttons_view_bug_page):
- A new function that prints out all the buttons that should appear on the
view bug pages. This is now called from within both simple / advanced pages.

M bug_view_advanced_page.php
M bug_view_page.php
- Both pages modified to call html_buttons_view_bug_page() rather than
duplicating the same code.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1835 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/html_api.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - bug_view_page.php Diff File

master 1371985c

2003-02-13 09:04

vboctor


Details Diff
M core/access_api.php
(access_can_close): Reversed the login to make it less confusing.

M core/html_api.php
- Moved the td's inside the html APIs so that they are only printed if the button is
printed. This removes spaces between buttons that were dependent on the number of hidden
buttons (which doesn't make sense). I didn't want to put the td's in the html_button
since it is a generic method.

M bug_view_advanced_page.php
M bug_view_page.php
- Simplified the code.
- Now the buttons always appear centered independent of the hidden buttons.
- More checks can still move to the APIs (can be done later).

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1834 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
mod - core/html_api.php Diff File
mod - bug_view_page.php Diff File
mod - core/access_api.php Diff File
mod - bug_view_advanced_page.php Diff File

master 8b206bcb

2003-02-13 08:24

vboctor


Details Diff
M manage_user_create.php
- Fixed a problem where the user create page used to ask the user for confirmation that
the password is empty, even if it is not empty.

M core/access_api.php
- (access_can_close_bug): Checks if the current user can close the specified bug.
This is true if the user is the reporter of the bug and the reporters can close bugs or
if the user's access level is above the required threshold.
- (access_ensure_can_close_bug): Calls access_can_close_bug(), and if it fails, it calls
access_denied().

M bug_close.php
M bug_close_page.php
M bug_view_advanced_page.php
M bug_view_page.php
- Made use of the added functions in access_api to allow reporters to close their own
bugs, if $g_allow_reporter_close is set to ON. This is a fix to bug 0002901.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1833 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0002901
mod - bug_view_page.php Diff File
mod - bug_close_page.php Diff File
mod - bug_view_advanced_page.php Diff File
mod - manage_user_create.php Diff File
mod - bug_close.php Diff File
mod - core/access_api.php Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 630 ... 635 636 637 638 639 640 641 ... 700 ... 703 704 705  Next  Last