Skip to content

Releases: daif/ertikazos

v1.4.0

30 Apr 00:42
Compare
Choose a tag to compare
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` in `make_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` and `rules` 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

v1.3.0

25 Apr 05:37
Compare
Choose a tag to compare
Add up and down 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.

v1.2.0

19 Apr 11:00
Compare
Choose a tag to compare
Merge pull request #1 from daif/develop

New release v1.2.0

v1.0.0

04 Oct 11:49
Compare
Choose a tag to compare
Initial Commit