Ignore:
Timestamp:
Sep 6, 2010, 9:29:56 PM (14 years ago)
Author:
nikrou
Message:

Updated german, thanks to duke
Updated spanish, thanks to jpr928
Remove configuration when plugin is uninstalled.
Add indexes in languages directories.
Update Free Software Foundation address

Location:
extensions/akBookStyle/trunk
Files:
1 deleted
16 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/CHANGELOG

    r5505 r6852  
     1akBookStyle 0.2.3 - 2010-09-06
     2================================
     3* Updated german, thanks to duke
     4* Updated spanish, thanks to jpr928
     5* Remove configuration when plugin is uninstalled.
     6* Add indexes in languages directories.
     7* Update Free Software Foundation address
     8
    19akBookStyle 0.2.2 - 2010-03-31
    210================================
  • extensions/akBookStyle/trunk/MANIFEST

    r5505 r6852  
    1212akBookStyle/language/fr_FR/description.txt
    1313akBookStyle/language/fr_FR/plugin.lang.php
     14akBookStyle/language/de_DE/description.txt
     15akBookStyle/language/de_DE/plugin.lang.php
    1416akBookStyle/language/templates/plugin.lang.php
    1517akBookStyle/language/en_UK/plugin.lang.php
     
    2931akBookStyle/init.php
    3032akBookStyle/public.php
    31 akBookStyle/TODO
  • extensions/akBookStyle/trunk/admin.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/default_values.inc.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/include/akConfig.class.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/include/akContent.class.php

    r5445 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/init.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/language/de_DE/plugin.lang.php

    r6086 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/language/en_UK/plugin.lang.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/language/es_ES/plugin.lang.php

    r5885 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/language/fr_FR/plugin.lang.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/language/hu_HU/plugin.lang.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/language/it_IT/plugin.lang.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
  • extensions/akBookStyle/trunk/main.inc.php

    r5505 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
    2323/*
    2424Plugin Name: akBookStyle
    25 Version: 0.2.2
     25Version: 0.2.3
    2626Description: Book style for designers
    2727Plugin URI: http://piwigo.org/ext/extension_links.php?eid=307
  • extensions/akBookStyle/trunk/maintain.inc.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
     
    3535
    3636function plugin_uninstall($plugin_id) {
     37  $config_file = $GLOBALS['conf']['local_data_dir'].'/plugins/';
     38  $config_file .= basename(dirname(__FILE__)).'.dat';
     39  unlink($config_file);
    3740}
    3841?>
  • extensions/akBookStyle/trunk/public.php

    r5432 r6852  
    1717// | You should have received a copy of the GNU General Public License     |
    1818// | along with this program; if not, write to the Free Software           |
    19 // | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
    20 // | USA.                                                                  |
     19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
     20// | MA 02110-1301 USA                                                     |
    2121// +-----------------------------------------------------------------------+
    2222
Note: See TracChangeset for help on using the changeset viewer.