* Please be patient ;) * * @version $Id: CHANGELOG.php 843 2009-05-12 18:49:14Z elkuku $ * @HeadURL $HeadURL: http://joomlacode.org/svn/easyjoomla/easy_creator/trunk/administrator/components/com_easycreator/CHANGELOG.php $ * @package EasyCreator * @subpackage Documentation * @author EasyJoomla {@link http://www.easy-joomla.org Easy-Joomla.org} * @author Nikolai Plath {@link http://www.nik-it.de NiK-IT.de} * @author Created on 03-Mar-2008 */ //--No direct access to this changelog... defined('_JEXEC') or die('=;)'); //--For phpDocumentor documentation we need to construct a function =;) /** * CHANGELOG * {@source} */ function CHANGELOG() { /* _______________________________________________ _______________________________________________ This is the changelog for EasyCreator Please be patient =;) _______________________________________________ _______________________________________________ Legend: * -> Security Fix # -> Bug Fix + -> Addition ^ -> Change - -> Removed ! -> Note ______________________________________________ --------------- 0.0.10 BETA -- [12-May-2009] --------------------- 12-May-2009 Nikolai Plath ^ Moved Archive to Packer view 10-May-2009 Nikolai Plath + Custom options for extension templates + Plugin extension template in custom folder + Option to delete translations 02-May-2009 Nikolai Plath # Fixed custom folders for plugins not included in packages 30-Apr-2009 Nikolai Plath ^ Changed all models to helpers ! 29-Apr-2009 Nikolai Plath - removed DirectoryInfo class 27-Apr-2009 Nikolai Plath ^ Refactoring of 'Add Elements' - all code comes from templates now ^ Improved logging ^ Updated EditArea to version 0.8.1.1 + Added a 'create table + admin' part - thanks hidabe + Added a 'map table + admin' part 23-Apr-2009 Nikolai Plath ^ Facelifting for EasyCreator - green is easy =;) 19-Apr-2009 Nikolai Plath ^ Cleanup language manager 16-Apr-2009 Nikolai Plath + Using lightbox & ajax for translation 29-Mar-2009 Nikolai Plath + Added DokuWiki DifferenceEngine for language file diffs - see: helpers/DifferenceEngine.php - Removed old diff routine # Misspelled param in user plugin example --------------- 0.0.9 BETA -- [28-Feb-2009] --------------------- 27-Feb-2009 Nikolai Plath + Support for packages + Install & uninstall file for packages - BIG thanks to Andrew Eddie - jxtended.com 01-Feb-2009 Nikolai Plath # Fixed language file names for plugins 25-Jan-2009 Nikolai Plath ^ Using the J! 1.5 tag in xml manifest for copying complete folders 19-Jan-2009 Nikolai Plath # Stripping bad characters from name of created extensions - thanks keran --------------- 0.0.8 BETA -- [28-Dec-2008] --------------------- 23-Dec-2008 Nikolai Plath # Fixed wrong entry for uninstall file in xml manifest (on windows) - thanks baijianpeng # Fixed wrong template file in system plugin template 20-Dec-2008 Nikolai Plath + Added a template for a system plugin # Fixed languages files / menu language files not added to xml if added afterwards 19-Dec-2008 Nikolai Plath + Added simplified chinese to language selector # Fixed languages files / uninstall file missing in new created xml - thanks baijianpeng 17-Dec-2008 Nikolai Plath + Added chinese language - thanks baijianpeng 06-Dec-2008 Nikolai Plath # Fixed missing field for entry file in creating form 05-Dec-2008 Nikolai Plath # Fixed path errors on creating xml install file (on windows) - thanks ricola # Fixed install/uninstall file not registered in importing projects + Added a menu icon to all extension templates 04-Dec-2008 Nikolai Plath + Support for tar.gz format in packages (while PEAR packages are still included in J!) + Support for parameters in xml install file (templates still WIP) # Fixed creationDate in xml install file # Fixed lightbox, ajax loader gif in template mvc_6 02-Dec-2008 Nikolai Plath + Added a warning message if a live install is detected ( + option to switch this off in config) --------------- 0.0.7.1 BETA -- [01-Dec-2008] --------------------- 30-Nov-2008 Nikolai Plath # Fixed saving templates not working # Fixed registering existing extensions not properly # Fixed admin menu designer displayed for all extension types :~| # Fixed missing field for install xml file in creating form + Added a template for a backend module 26-Nov-2008 Nikolai Plath # Fixed group/client not set for modules/plugins in xml install file 20-Nov-2008 Nikolai Plath + Use Google translation API as an 'aid' (optional of course) --------------- 0.0.7 BETA -- [23-Nov-2008] --------------------- 16-Nov-2008 Nikolai Plath + Added polish language - thanks keran 15-Nov-2008 Nikolai Plath + Added J! core example plugins for content, user and authentication as templates + Added more reference links from docs.joomla.org - Removed screenshots from help leading to smaller install file size # Smaller install file size should fix error 'blank page after install' - time out - thanks keran 13-Nov-2008 Nikolai Plath # Fixed path issues on windows systems 11-Nov-2008 Nikolai Plath + Admin menu translation for components + Check language files for correct UTF-8 encoding and presence of a BOM + Option to remove the BOM from language files 07-Nov-2008 Nikolai Plath + New languages for J! 1.5.8 06-Nov-2008 Nikolai Plath + Admin menu designer for components ^ Code cleanup ^ Start adding access modifiers so - PHP 5 is required now ! 30-Oct-2008 Nikolai Plath # Fixed path issues on windows leading to 'file not found' in multiple occasions ;( # Fixed error caused by incompatible PHP function money_format() on windows + Added french language - thanks crony --------------- 0.0.6 BETA -- [22-Oct-2008] --------------------- 22-Oct-2008 Nikolai Plath + JDump will be used for some debugging output (only if installed) ^ Updated EditArea to version 0.7.2.3 20-Oct-2008 Nikolai Plath + Form for extension setup ^ Changed structure of all extension templates ! ^ Moved the templates folder to component root 16-Oct-2008 Nikolai Plath + Language selector in wizard step 4 + Language selector in extension setup form + Adding and editing admin menu entries for components + Adding code structures like view, controller, model or table to components --------------- 0.0.5 BETA -- [09-Oct-2008] --------------------- 08-Oct-2008 Nikolai Plath + Option to leave the editor open after saving + Option to switch EditAreaLoader version + Some HTML tags and Joomla! constants for inserting via EditArea ^ Changed template MVC 6 to a MooTools demo component ^ Updated EditArea to version 0.7.2.2 06-Oct-2008 Nikolai Plath + Inspect your code with PHP 5's reflection class - look in 'project info' 03-Oct-2008 Nikolai Plath + Using existing Rhuk MilkyWay and Beez templates as templates for new templates =;) 02-Oct-2008 Nikolai Plath + Version check with Soeren Eberhardt's version manager 01-Oct-2008 Nikolai Plath + Option to include Joomla! core projects ^ Reworked language manager - added MooTools drag & drop + sortables ^ Overall facelifting 24-Sep-2008 Nikolai Plath + Parameter handling for projects + Frontend sandbox for testing projects --------------- 0.0.4 ALPHA -- [17-Sep-2008] --------------------- 15-Sep-2008 Nikolai Plath + Create + edit language files + Extension template component MVC 7 - Component with editor + Credits and long description link for extension templates + Logging facility # Fixed errors in template com MVC 3 # Fixed language creation for new registered projects 12-Sep-2008 Nikolai Plath + Salary calculator ($Xline=;) --------------- 0.0.3 ALPHA -- [10-Sep-2008] --------------------- 10-Sep-2008 Nikolai Plath # Fixed path issues on windows systems 09-Sep-2008 Nikolai Plath ! OK, we are using the standard Joomla! installer now (!) # Language check not working properly --------------- 0.0.2 ALPHA -- [08-Sep-2008] --------------------- 08-Sep-2008 Nikolai Plath + Load core language for compare 03-Sep-2008 Nikolai Plath + Importing of existing components, modules, plugins and templates 01-Sep-2008 Nikolai Plath + Wizard for new projects 31-Aug-2008 Nikolai Plath + Import of existing projects 09-Aug-2008 Nikolai Plath ^ Improved language handling - analysis of php and xml files, compare ini files 08-Aug-2008 Nikolai Plath + AJAX component template 30-Jul-2008 Nikolai Plath ^ Improved building of modules and plugins 29-Jul-2008 Nikolai Plath + Admin menu and submenu entries in cfg file + Form for edit cfg file 23-Jul-2008 Nikolai Plath + Description files for extension templates 22-Jul-2008 Nikolai Plath ^ Updated EditArea to version 0.7.1.3 -> fixes bug in FF 3 10-Jul-2008 Nikolai Plath + Multiple language files will be created --------------- 0.0.1 ALPHA -- [03-Mar-2008] --------------------- 03-Mar-2008 Nikolai Plath ! Startup. */ }//--This is the END