Changeset 5495 for extensions


Ignore:
Timestamp:
Mar 31, 2010, 2:25:08 PM (14 years ago)
Author:
Gotcha
Message:

Correction bug:1558
Compatibility with Piwigo v2.1

Location:
extensions/piwishack
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • extensions/piwishack/doc/Quoi de neuf.txt

    r5057 r5495  
    5353    [Bugtracker, bug 1480, open] Chrome browser not supported
    5454    [Bugtracker, bug 1481, open] Returns to the line not valide
     55
     56v0.4 Disponible le ...
     57    [Bugtracker, bug 1558, fixed] Wrong parameter line 277 in class.inc.php
  • extensions/piwishack/doc/What's new.txt

    r5057 r5495  
    5353    [Bugtracker, bug 1480, open] Chrome browser not supported
    5454    [Bugtracker, bug 1481, open] Returns to the line not valide
     55
     56v0.4 Disponible le ...
     57    [Bugtracker, bug 1558, fixed] Wrong parameter line 277 in class.inc.php
  • extensions/piwishack/include/class.inc.php

    r5057 r5495  
    275275              'image_file' => $row['file'],
    276276              )).'\" target=_blank><img src=\"'.get_absolute_root_url().
    277                   str_replace('/./', '/', get_image_url($row)).'\" /></a>';
     277                  str_replace('./', '', get_image_url($row)).'\" /></a>';
    278278                $S .= '\n\n';
    279279      }
  • extensions/piwishack/language/en_UK/plugin.lang.php

    r5057 r5495  
    1919// +-----------------------------------------------------------------------+
    2020
    21 $lang['open_window_piwishack']  = 'Open the window PiwiShack';
     21$lang['open_window_piwishack']          = 'Open the window PiwiShack';
    2222$lang['close_window_piwishack']         = 'Close window PiwiShack';
    2323$lang['Partage_me']                             = 'Share your image.';
     
    2828$lang['Post_on_a_website_dd']           = 'Share the normal view (clickable) sites. HTML tags.';
    2929$lang['Post_a_direct_link']             = 'Direct link to your file.';
    30 $lang['Export_Perso_configurated'] = 'Share your images';
     30$lang['Export_Perso_configurated']      = 'Share your images';
    3131$lang['Partage_me']                             = 'Share your photo according to pre-defined conditions.';
    3232$lang['Perso_writer_01']                        = 'Custom formatting, fields #1';
  • extensions/piwishack/main.inc.php

    r4376 r5495  
    2121/*
    2222Plugin Name: Piwishack
    23 Version: 0.2
     23Version: 0.3
    2424Description: Affichage d'une liste de liens formatés pour afficher vos images sur des sites/blogs/forums.
    2525Plugin URI: http://piwigo.org/ext/extension_view.php?eid=324
Note: See TracChangeset for help on using the changeset viewer.