- Add
stripTags
option to model. - Add magic method __set in model to implement strip_tags.
- Add
postList
function to controller template. - Add
parent::__construct
to Ertikazos_Seeder class. - Add
make_label
inmake_search_form
function. - Add
hidden-print
CSS and print only the page content. - Add
@media print
to styles. - Add ER_VERSION in footer.
- Rewrite
forms
andrules
methods in model. - Use forms function instead of forms array in all models.
- Fix CI_numeric in validation.js
- Update .gitignore to ignore uploads folder.
- Fix form_validation if rules array is empty.
- Fix replacing class_name and app_name in language files.
- Fix replacing class_name and app_name in view_list by using str_replace.
- Change make_search_form to accept input array as first parameter.
- Use short array syntax in most of files.
- Use empty instead of isset in make_input helper.
- Change Admin application icons.
- Fix script tag by adding type="text/javascript"
- Remove
$this->rules
array from all models. - Remove useless
$this->permission
from Group_model class. - Remove bootstrap.css.map line from bootstrap.css
- Add
up
anddown
option for migrate and seed commands. - Add
setup
function to migration and seed file to prepare the data array.
- Rollback the migration or the seed using
down
option.
- Remove rollback command.
- Remove version_by_name function.
- Implement ErtikazOS store.
- Add new commands creator token, creator push, creator pack and creator pull.
- New command base class.
- Add application/packages folder.
- New command template.
- Creator command improved.
- Upgrade CodeIgniter to 3.2.0-dev.
- Fix Session id filed length in session table.
- Change make_input function to return the input without label. make_label function can used to print the input label.
- Use LDAP protocol version 3.
- Use config/autoload.php to load needed files.
- Update gitignore file.
- Remove unused $models variable from ER_Controller.
- Remove unneeded files.
- Initial Commit.