Language Editor v0.1 based on jEditable.
This is my first contribution to the CodeIgniter community. I needed a way to easily edit the language file without having to open the file itself. So I thought I’d design a (very) simple non-obstrusive interface.
This is pretty simple with very little configuration to do. This actually consists in
edit in place script from http://www.appelsiini.net/projects/jeditable
/js/jquery.jeditable.mini.js
a simple config file
/system/application/config/language_editor.php
a controller
/system/application/controllers/editor.php
the library
/system/application/libraries/language_editor.php
a slightly modified version of the language helper
/system/helpers/language_helper.php
At the moment, it doesn’t support adding new text element, but it’s on the to-do list. It’s in very beta stage, so if you come across bugs, report’em here.
Also, be aware that there is no security layer at all. Meaning, anyone can access this controller, unless you add your own security check. So be careful if you ever use it on a production site.
Feedback are welcomed!
