date | action |
30.03.2010 |
|
31.03.2010 |
|
01.04.2010 |
|
02.04.2010 |
|
03.04.2010 |
|
04.04.2010 |
|
05.04.2010 | TE version 0.1 released |
07.04.2010 |
|
08.04.2010 |
|
09.04.2010 | Found minor memory leakage in some controllers. Minor fixes, so still 0.1 |
10.04.2010 |
TE version 0.1.1 released . You have to manually replace files below. !NOTICE! If you have changed any of this files, please, track difference by yourself. Also, make recheck of your language pack (if you created any by yourself) Files affected v.0.1 -> v.0.1.1 |
File Structureee | ||
e107 files | ~/plugin.php | entry point for e107 plugin system |
~/admin_index.php | admin file. RESERVED | |
Teams' Elipse | ~/Languages/ |
Contains files with name like [Language].php e107 picks up a proper language file or English.php by default |
~/Views/ |
plugin views.
All are created by next schema: List_xxxx - is for admins only. To see list of related data Manage_xxxx - is for admin only. To manage (e/d/i) related data Public_xxxx - is for all, but mostly for users |
|
~/Controllers/ | plugin controllers | |
~/Code/ | 'heart' of plugin. Contains all code (classes) | |
~/Code/Libraries/ | plugin classes that can be customized by end user to make unique look or extend base | |
~/Upgrade/ | Contains files to be upgraded. RESERVED | |
~/ckeditor/ | GPL html editor CKEditor v.3.2. (2010 year) | |