07/12/2009 : Changes between 1.0.4 and 1.0.5 * Configuration : - remove $dojo_lib_directory parameter in conf/config.php : => use of dojo framework on CDN (http://ajax.googleapis.com/ajax/libs/dojo/1.3/dojo/dojo.xd.js) - wizard for installation/update * Features : - you can create/delete as many charts as you want with the configuration interface - charts data are generating in JSON format, chart widget download his own data with ajax technology - you can create a service under another service - you can start a chart with a service or a member - adding a "zoom" icon for a service - you can edit options of a service : - font color and background color - members display mode (vertically or horizontally) - display under children (yes or no) - adding language files : conf/lang/fr/lang.php & conf/lang/en/lang.php => french language is preselected => you can change it in conf/commun.php file on line 33 : include('lang/fr/lang.php'); * Fixes : - forms are created in js library instead of php files - unfold icon is hiding for members who have no child - correction for viewing member's pictures in IE -------------------------------- 30/04/2009 : Changes between 1.0.3 and 1.0.4 * Fixes : - bug : when hiding member or service, his box disapears. Corrected! -------------------------------- 20/04/2009 : Changes between 1.0.2 and 1.0.3 * Configuration : - add $dojo_lib_directory parameter in conf/config.php : => change this parameter if you install a new dojo release * Fixes : - best manage of mysql errors - corrections for using dojo release 1.3.0 * Features : - add a right-clic menu on service and member for : - edit informations - show informations - delete - add service/member - delete show/hide image on mouseover, use the menu instead - add a "img" directory for stocking images/icons - change organigramme.css : => change image directory to 'img' => add dijit Menu css classes 20/04/2009 : Changes between 1.0.1 and 1.0.2 : -------------------------------- * Configuration : - add $root_path parameter in conf/config.php : => change this parameter if phporg is not installed in root directory of your web server - add $public_directory in conf/config.php => change this parameter if you want another upload photo directory * Fixes : - bug corrected : when creating first member (DG), cannot create service - bug corrected : the mysql import file set NOT NULL on columns of member's table => change to NULL - bug corrected : when delete service, set responsable_id to -1 instead of '' - bug corrected : when deleting member under another member, all the members disapeare - add : add $rootdir variable on php scripts to access root directory of phporg * Features : - add all the member's informations into form (address/tel/cp/city/photo) - show/hide photo on mouseover for member's boxes - add some CSS events on form creation Changes between 1.0 and 1.0.1 : -------------------------------- Features : * Added two properties to organigramme.widget.main (lib/organigramme/widget/main.js) : - booOpen(true/false) : view all the children of the organigram - booResizeOnShow(true/false) : resize organigram when show/hide member/service * Added two parameters to method "render" of class "Organigramme" (conf/organigramme.php) - $booOpen('true'/flase') : view all the children of the organigram - $booResizeOnShow('true'/flase') : resize organigram when show/hide member/service -------------------------------------------------------------------------------------------------------------------- Version Française phporg est un programme est libre, vous pouvez le redistribuer et/ou le modifier selon les termes de la Licence Publique Générale GNU telle que publiée par la Free Software Foundation ; soit la version 3 de cette licence, soit (à vous de voir...) toute autre version ultérieure. phporg est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE GARANTIE, ni explicite ni implicite, y compris les garanties de commercialisation ou d'adaptation dans un but spécifique. Prenez connaissance de la Licence Publique Générale GNU pour plus de détails. Vous devez avoir reçu une copie de la Licence Publique Générale GNU avec ce programme ; si ce n'est pas le cas, écrivez à la Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. phporg version 1.0.4, Copyright (C) 2009 LASSAUNIERE Thomas megatom[at]free.fr English Version This file is part of phporg. phporg is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. phporg is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with phporg. If not, see . phporg version 1.0.4, Copyright (C) 2009 LASSAUNIERE Thomas megatom[at]free.fr --------------------------------------------------------------------------------------------------------------------