ClearFoundation Tracker - ClearOS
View Issue Details
0015301ClearOSapp-base - Base Systempublic2017-06-12 20:132017-08-07 09:25
user2 
user2 
normaltweakhave not tried
closedfixed 
 
7.3.1 Updates7.3.1 Updates 
0015301: Add new language mappings to support CodeIgniter 3.1.x
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.'
No tags attached.
Issue History
2017-06-12 20:13user2New Issue
2017-06-12 20:14user2Statusnew => resolved
2017-06-12 20:14user2Fixed in Version => 7.3.1 Updates
2017-06-12 20:14user2Resolutionopen => fixed
2017-06-12 20:14user2Assigned To => user2
2017-08-07 09:25user2Statusresolved => closed

There are no notes attached to this issue.