MODx Bug/Feature Tracker and Feature Requests
Welcome to the MODx CMS Tracker. Please choose the appropriate project from the drop down menu and provide as much information as possible regarding your server environment and browser. Thanks!
FS#997 — Adding Charset and Collation to System Info Report
Attached to Project —
MODx
Opened by Susan Ottwell (sottwell) - Sunday, 20 January 2008, 02:04AM
Last edited by Garry Nutting (garryn) - Friday, 22 February 2008, 03:08PM
Opened by Susan Ottwell (sottwell) - Sunday, 20 January 2008, 02:04AM
Last edited by Garry Nutting (garryn) - Friday, 22 February 2008, 03:08PM
| Task Type | Feature Request |
|---|---|
| Category | Core Distribution |
| Status | Closed |
| Assigned To |
Ryan Thrash (rthrash) |
| Operating System | All |
| Severity | Low |
|---|---|
| Priority | Normal |
| Reported Version | 0.9.6.1 |
| Due in Version | 0.9.6.2 |
| Due Date | Undecided |
| Percent Complete |
|
Details
I've added database character set and collation character set to the System Info report.In the file manager/actions/sysinfo.static.php at line 68 I inserted two more <tr>...</tr> blocks.
I added the two fields to the language files.
Modified files attached.
This task depends upon
This task blocks these from closing
dbinfo.zip
$_lang["access_permissions_user_group"] = 'User group:'; <
$_lang["access_permissions_user_group_access"] = 'Document gr <
$_lang["web_access_permissions_user_group"] = 'Web User group <
$_lang["web_access_permissions_user_group_access"] = 'Documen <
// added dbinfo fields | ?>
$_lang['database_collation'] = "Database Collation Charset"; <
$_lang['database_charset'] = "Database Charset"; <
Mine does not have
$_lang["role"] = 'Role';
Attached the full results of diff -Y --suppress-common-lines
http://us2.php.net/mysql_get_server_info
- Field changed: Status (Waiting on User → Implemented)
- Field changed: Percent Complete (20% → 100%)
Fixed in SVN rev 3403. Thanks for the patch!