ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015301ClearOSapp-base - Base Systempublic2017-06-12 20:132017-08-07 09:25
Reporteruser2 
Assigned Touser2 
PrioritynormalSeveritytweakReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version7.3.1 UpdatesFixed in Version7.3.1 Updates 
Summary0015301: Add new language mappings to support CodeIgniter 3.1.x
DescriptionSome 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.'
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- 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