Login!
Lost password?
 

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
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 100%

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.

  dbinfo.zip
This task depends upon

This task blocks these from closing
Closed by  Brunaud (coroico)
Sunday, 11 May 2008, 03:29PM
Reason for closing:  Implemented
Comment by Ryan Thrash (rthrash) - Wednesday, 23 January 2008, 11:56AM
Hi Susan another great addition. There's actually 8 diffs between the current 096 branch english file in subversion and yours above. Can you help me figure out the diffs?

Comment by Susan Ottwell (sottwell) - Thursday, 24 January 2008, 10:24AM
Mine has:

$_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
  diff.txt
Comment by Ryan Thrash (rthrash) - Friday, 22 February 2008, 09:15AM
While we're at it might as well include the MySQL version too:

http://us2.php.net/mysql_get_server_info

Comment by Garry Nutting (garryn) - Friday, 22 February 2008, 03:08PM
  • Field changed: Status (Waiting on User → Implemented)
  • Field changed: Percent Complete (20% → 100%)
Fixed in SVN rev 3403. Thanks for the patch!

Comment by Brunaud (coroico) - Sunday, 11 May 2008, 03:29PM
Checked in system info reports : database character set and collation character set