ClearFoundation Tracker - ClearOS | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015301 | ClearOS | app-base - Base System | public | 2017-06-12 20:13 | 2017-08-07 09:25 |
Reporter | user2 | ||||
Assigned To | user2 | ||||
Priority | normal | Severity | tweak | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | 7.3.1 Updates | Fixed in Version | 7.3.1 Updates | ||
Summary | 0015301: Add new language mappings to support CodeIgniter 3.1.x | ||||
Description | Some basic language mappings need to be done for CodeIgniter 3.1.x. From the upgrade doc @ https://codeigniter.com/user_guide/installation/upgrade_300.html [^] Step 18: Update your Form_validation language lines Two improvements have been made to the Form Validation Library‘s language files and error messages format: Language Library line keys now must be prefixed with form_validation_ in order to avoid collisions: // Old $lang['rule'] = ... // New $lang['form_validation_rule'] = ... The error messages format has been changed to use named parameters, to allow more flexibility than what sprintf() offers: // Old 'The %s field does not match the %s field.' // New 'The {field} field does not match the {param} field.' | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2017-06-12 20:13 | user2 | New Issue | |||
2017-06-12 20:14 | user2 | Status | new => resolved | ||
2017-06-12 20:14 | user2 | Fixed in Version | => 7.3.1 Updates | ||
2017-06-12 20:14 | user2 | Resolution | open => fixed | ||
2017-06-12 20:14 | user2 | Assigned To | => user2 | ||
2017-08-07 09:25 | user2 | Status | resolved => closed |
There are no notes attached to this issue. |