Preparing version: v0.99
Full code documentation, menu and singleton pattern application and some minor adjustments
Changes:
- all php files, some have been removed, some added, some renamed
- README
Preparing version: v0.99
mime-type improvements in form and adminTable classes and some minor changes
Changes:
- core/form.class.php (added mime-types)
- core/adminTable.class
- split of image and file preview in admin table list
- added 'check_content' and 'contents_allowed' options for file special fields
- added class attribute to insert record link
- core/core.php (added url property containing server request uri)
- themes/default/css/stylesheet.css (added submit class)
- themes/white/css/stylesheet.css (same as above)
- modules/group/group.controller.php
- added class attribute to insert record link
- jeff_en.sql, jeff_it.sql (removed user defined groups)
Preparing version: v0.99
Bug fixed in datepicjer js library
Changes:
Preparing version: v0.99
Singleton rulez. Registry and Db classes inherits from singleton, so the existence of only one instance is granted.
Changes:
- added core/singleton.class.php
- class core/registry.class.php now extends singleton (not needed anymore to pass registry everywhere)
- class core/db/db.factory.php now extends singleton (added instance method and removed getInstance)
- include.php
- removed mysql folder inside modules and added mysql.php in core/db
- core/core.php
- added singleton calls
- removed $_SESSION['theme'] used for translations, now __() function can get its registry singleton instance, which contains the theme property
Preparing version: v0.99
Added a full text search class
Changes:
Preparing version: v0.99
Added share function (social networks)
Changes:
New version: v0.98
A dive into html5
New features:
- added modernizr (http://www.modernizr.com) js library and removed html5.js one.
- added label form attribute
- mandatory fields styled bold (the star was removed)
- added email field support in the form class (pattern is automatically set)
- updated doctype, root element and meta character accordingly to html5 specifications
- added the possibility to change/add meta tags and link tags inside head at runtime (social, feed, ...)
- creation of this changelog