"Fossies" - the Fresh Open Source Software Archive

Member "serendipity/plugins/serendipity_event_gravatar/ChangeLog" (20 Nov 2022, 14761 Bytes) of package /linux/www/serendipity-2.4.0.zip:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "ChangeLog": 2.3.5_vs_2.4.0.

    1 Version 1.63.1:
    2 ------------------------------------------------------------------------
    3     * PHP 8 compatibility
    4 
    5     
    6 Version 1.63:
    7 ------------------------------------------------------------------------
    8     * Sync core and Spartacus.
    9 
   10 Version 1.62.2:
   11 ------------------------------------------------------------------------
   12     * Add legal information to be used by serendipity_event_dsgvo_gpdr
   13 
   14 Version 1.62.1:
   15 ------------------------------------------------------------------------
   16     * Remove defunct mybloglog
   17 
   18 Version 1.61.1:
   19 ------------------------------------------------------------------------
   20     * Workaround PHP < 5.6 bug, not verifying certs, stopping Request2 
   21 
   22 Version 1.61:
   23 ------------------------------------------------------------------------
   24     * Switch plugin to http_request2
   25 
   26 Version 1.60:
   27 ------------------------------------------------------------------------
   28     * Consistent plugin usage
   29 
   30 Version 1.59:
   31 ------------------------------------------------------------------------
   32     * Allows other plugins to fetch user metadata via
   33       avatar_fetch_userinfos hook.
   34     * supports !# twitter links now, too.
   35 
   36 Version 1.57: (brockhaus)
   37     * Better Gravatar handling, as the call changed a little
   38     * Doesn't accept existing but empty images anymore.
   39 
   40 Version 1.56: (brockhaus)
   41 ------------------------------------------------------------------------
   42     * Removed inline styles, added class avatar_right and avatar_left.
   43       If not found set in css, the plugin will emit a default style for
   44       those two.
   45 
   46 Version 1.55: (brockhaus)
   47 ------------------------------------------------------------------------
   48     * Twitter and identica where not fetched correctly if fetched first.
   49 
   50 Version 1.54:
   51 ------------------------------------------------------------------------
   52     * Made PLUGIN_GRAVATAR_SUPPORTED recognize %s as variable for
   53       list of supported services
   54 
   55 Version 1.52:
   56 ------------------------------------------------------------------------
   57     * Changed display of supported avatars in the comment area in order
   58       to allow nice linebreaks.
   59 
   60 Version 1.51:
   61 ------------------------------------------------------------------------
   62     * Use strtolower() for mail names
   63 
   64 Version 1.49 (brockhaus)
   65 ------------------------------------------------------------------------
   66     * Pavatar in blogs having redirection didn't work, if Pavatar link
   67       was only available in rel link info.
   68 
   69 Version 1.48 (brockhaus)
   70 ------------------------------------------------------------------------
   71     * FIX: PHP compatibility was broken since 1.46 :-/
   72     * Added Identica Avatar.
   73       This is mainly used for Identica Pingbacks and should be used in
   74       front of Favatar, else the Identica sign will show up.
   75     * Code cleanup.
   76 
   77 Version 1.47 (brockhaus)
   78 ------------------------------------------------------------------------
   79     * Disabled debug logging into template_c
   80 
   81 Version 1.46 (brockhaus)
   82 ------------------------------------------------------------------------
   83 
   84     * Added Twitter Avatar (if URL points to a twitter profile)
   85       This is mainly used for Tweetbacks and should be used in front of
   86       Favatar, else the twitter sign will show up.
   87     * Code cleanup.
   88 
   89 Version 1.45 (brockhaus)
   90 ------------------------------------------------------------------------
   91 
   92     * Helpfiles
   93     * Cleanup.
   94 
   95 Version 1.44 (brockhaus)
   96 ------------------------------------------------------------------------
   97 
   98     * Added buildin wavatar suport.
   99     * Support for Gravatar fallbacks identyicon, monsterid and wavatar.
  100     * Optimized trackback avatars: Querypars will be stripped from URL.
  101       Now in example S8Y blogs always get the same Avatar cached, not
  102       one per trackback.
  103 
  104 Version 1.43 (brockhaus)
  105 ------------------------------------------------------------------------
  106 
  107     * Option for adding the authors name to the ALT attribute of the
  108       avatar image. Normaly this is filled with a *, but blind people
  109       depend on the ALT tag.
  110 
  111 Version 1.42 (brockhaus)
  112 ------------------------------------------------------------------------
  113 
  114     * Encoded _ in user urls in order to differ them from the
  115       seperators. urlencode doesn't encode _. Thanks to Tino Schwarze
  116       finding and fixing this.
  117 
  118 Version 1.41 (garvinhicking)
  119 ------------------------------------------------------------------------
  120 
  121     * Fixed Last-Modified Header of avatar images.
  122 
  123 Version 1.40 ()
  124 ------------------------------------------------------------------------
  125 
  126     * Added ycon support (mo, http://moblog.wiredwings.com)
  127 
  128 ------------------------------------------------------------------------
  129 Version 1.39 (brockhaus):
  130 
  131     * Monster Avatars are cached now, too, as creating them costs time.
  132 
  133 ------------------------------------------------------------------------
  134 Version 1.38 (brockhaus):
  135 
  136     * Support for Monster ID avatars (details found on
  137       http://www.splitbrain.org/go/monsterid)
  138     * Crashed while fresh installing and cache time set to 0
  139     * Allows configuring absolute path to standard avatar now.
  140     * After saving the configuration now the cache is *always* cleared,
  141       in order to make the changes visible immidiately even if caching
  142       is enabled.
  143     * If the plugin is unable to write into the cache, it will log it
  144       in debug mode and show the default image, if no cached file found.
  145 
  146 ------------------------------------------------------------------------
  147 Version 1.37 (brockhaus):
  148 
  149     * The avatar type infoline below the comments editor is optional now
  150 
  151 ------------------------------------------------------------------------
  152 Version 1.36 (brockhaus):
  153 
  154     * Added new option: You can define, that the plugin should not
  155       produce avatar image directly but a smarty tag only. If this
  156       option is switched on, you can define in your comments template,
  157       where the avatar should be displayed using the smarty tag
  158       $comment.comment_avatar
  159     * Css class of avatar will change depending on where it is
  160       displayed. For normal comments it will be "comment_avatar", for the
  161       recent entries plugin it will be "serendipity_plugin_comments_avatar"
  162       in order to have the possibility to easily style it.
  163     * Avatar alignment configuration: The configured alignment will be
  164       used, if the avatar is written directliy (no smarty tag).
  165     * New option for switching on/off the avatar images in the sidebar
  166       plugin (recent comments).
  167     * Supported avatar methods where displayed in the contact form
  168       plugin too, but this made no sense. Disabled it there.
  169     * Some more changes in the language files.
  170 
  171 ------------------------------------------------------------------------
  172 Version 1.35 (brockhaus):
  173 
  174     * Corrected errors in English language file. (Thanks to Don!)
  175 
  176 ------------------------------------------------------------------------
  177 Version 1.34 (brockhaus):
  178 
  179     * Gravatars rating doesn't work reliable. My G rated Gravatar is only
  180       shown, if I use Gravatar X rating. :-/
  181       Added an option to switch off Gravatars rating parameter (what
  182       should be the same as using X rating)
  183 
  184 ------------------------------------------------------------------------
  185 Version 1.33 (brockhaus):
  186 
  187     * Pavatar: X-Pavatar Header is supported now again and is the first
  188       pavatar autodetect method used.
  189 
  190 ------------------------------------------------------------------------
  191 Version 1.32 (brockhaus):
  192 
  193     * MyBlogLog default avatar was not detected correctly anmore. :-/
  194     * If no email nor url is given, but default avatar is defined, now
  195       the default avatar is displayed.
  196 
  197 ------------------------------------------------------------------------
  198 Version 1.31 (brockhaus):
  199 
  200     * Changed call-time pass-by-reference bug (fetchAvatar)
  201 
  202 ------------------------------------------------------------------------
  203 Version 1.30 (brockhaus):
  204 
  205     * Standard Avatar was not displayed in subdirectory blog
  206       installtions.
  207     * Gravatar link was slightly wrong (but working)
  208 
  209 ------------------------------------------------------------------------
  210 Version 1.29 (brockhaus):
  211 
  212     * Bugfix 1.27 added http:// even if no URL was given at all.
  213 
  214 ------------------------------------------------------------------------
  215 Version 1.28 (brockhaus):
  216 
  217     * With Serendipity 1.1 it was not possible to configure a default
  218       avatar. The configuration was not 1.1 compatible.
  219 
  220 ------------------------------------------------------------------------
  221 Version 1.27 (brockhaus):
  222 
  223     * If the writer entered his url as www.domain.de instead of
  224       http://www.domain.de, the Avatar was not always loaded correctly
  225 
  226 ------------------------------------------------------------------------
  227 Version 1.26 (brockhaus):
  228 
  229     * MyBlogLog changed avatar calling slightly resuling MyBlogLog Avatar
  230       fallback not working anymore.
  231 
  232 ------------------------------------------------------------------------
  233 Version 1.25 (garvinhicking):
  234 
  235     * Replaced align with style attributes, as there is no align in
  236       XHTML
  237 
  238 ------------------------------------------------------------------------
  239 Version 1.24 (brockhaus):
  240 
  241     * Check MyBlogLog result if it really is an image.
  242     * Cleaning up cache directory when setting cache to 0.
  243     * Debug logging disabled.
  244 
  245 ------------------------------------------------------------------------
  246 Version 1.23 (brockhaus):
  247 
  248     * While fresh fetching P/Favatars, the Plugin will only accept
  249       responses declared as image by the remote server. This will
  250       prevent accepting potential error html pages as Avatar images.
  251 
  252 ------------------------------------------------------------------------
  253 Version 1.22 (brockhaus):
  254 
  255     * Fetch redirected P/Favatars, too.
  256 
  257 ------------------------------------------------------------------------
  258 Version 1.21 (brockhaus):
  259 
  260     * Avatar fetching was broken when cache was disabled.
  261     * Browser was not able to cache default avatars, because a wrong
  262       cache time (in the past) was sent.
  263     * Checks, if cached file looks like an image, before sending it
  264       to the client.
  265 
  266 ------------------------------------------------------------------------
  267 Version 1.20 (brockhaus):
  268 
  269     * Avatar image title is the author's name now instead of Avatar (V.)
  270 
  271 ------------------------------------------------------------------------
  272 Version 1.19 (brockhaus):
  273 
  274     * Made the browser cache avatars resulting in a very good
  275       performance boost!
  276 
  277 ------------------------------------------------------------------------
  278 Version 1.18 (brockhaus):
  279 
  280     * Debugging loging disabled.
  281 
  282 ------------------------------------------------------------------------
  283 Version 1.17 (brockhaus):
  284 
  285     * If cache is enabled, *everything* is cached now. Known writers
  286       won't produce *any* external server call, if allready cached.
  287       This is a very nice performance boost! Thanks to garvin for hinting
  288       me.
  289     * Anti hacking patches by garvinhickins
  290 
  291 ------------------------------------------------------------------------
  292 Version 1.16 (garvinhicking):
  293 
  294     * Coding style
  295 
  296 ------------------------------------------------------------------------
  297 Version 1.14 (brockhaus):
  298 
  299     * Fallback possibility for MyBlogLog implemented! :-) But it is
  300       slow even with caching optimazation. MBL shouldn't be the first
  301       option.
  302     * Fifth method slot in configuration, as MBL now supports fallback, too.
  303 
  304 ------------------------------------------------------------------------
  305 Version 1.13 (brockhaus):
  306 
  307     * Advice changed: It is not the statistic plugin producing not
  308       working Pavatars/Favatars but the exit tracking plugin.
  309 
  310 ------------------------------------------------------------------------
  311 Version 1.12 (brockhaus):
  312 
  313     * MyBlogLog avatars are cached now, too.
  314 
  315     * Pages redirecting to a default page, if the requested item was not
  316       found, are supported now, too. Former the Avatar Plugin assumed,
  317       that the default page is the P/Favatar.
  318 
  319     * Default configuration now ordered like this: Gravatar -> Pavatar
  320       -> Favatar -> Default Avatar.
  321 
  322     * Added advice, that this plugin has to be executed before any link
  323       changing plugin.
  324 
  325     * Reading configured plugin path. Former it was 'plugin' always.
  326 
  327     * Dropped gravatar border setting, as it is not working (anymore?)
  328 
  329 ------------------------------------------------------------------------
  330 Version 1.11, testing version not released to CVS/Spartacus (brockhaus):
  331 
  332     * Fallback for Gravatar working! But this shows an default avatar
  333       to Gravatar, not mattering the settings. So revoked this setting.
  334 
  335 ------------------------------------------------------------------------
  336 Version 1.10 (brockhaus):
  337 
  338     * Pavatar / Avatar information where never loaded from cache
  339 
  340     * .. but after beeing loaded from cache it produced an endless
  341       request loop for images loaded from the local blog (if comment
  342       sidebar plugin was enabled)
  343 
  344     * Height setting for image was called "heigth".. :-/
  345 
  346     * Gravarar caching didn't work reliable, if a default avatar was
  347       given.
  348 
  349 ------------------------------------------------------------------------
  350 Version 1.9 (brockhaus):
  351 
  352     * While searching for Pavatar, the Favatar was loaded as Pavatar,
  353       if no Pavatar image but a favicon was found. (Thanks to El Burro)
  354 
  355 ------------------------------------------------------------------------
  356 Version 1.8 (brockhaus):
  357 
  358     * Plugin was unable to load Favatars/Pavatars, if a redirection was
  359       signaled at the url given by the commentor as homepage. Garvin's
  360       blog is such a page..
  361 
  362 ------------------------------------------------------------------------
  363 Version 1.7 (brockhaus):
  364 
  365     * Added support for Pavatars (www.pavatar.com)
  366 
  367     * Added support for MyBlogLog Avatars (www.mybloglog.com)
  368 
  369     * The order for trying avatar methods and what kind of avatars are
  370       supported is now configurable.
  371 
  372     * Standard avatar may be one of them (should be last)
  373 
  374     * Option for not giving the default avatar to gravatar  even if one
  375       is defined. (We want less dataprofiles..)
  376 
  377     * Fetch default avatar via mediadatabase in the configuration.
  378 
  379     * Image size is assured now in HTML code.
  380 
  381     * Below the comment only actual configured avatar methods are shown
  382       as supported.
  383 
  384 ------------------------------------------------------------------------
  385 Version 1.6 (garvinhickins):
  386 
  387 ------------------------------------------------------------------------
  388 Version 1.5 (garvinhickins):
  389 
  390 ------------------------------------------------------------------------
  391 Version 1.4 (garvinhickins):
  392 
  393 ------------------------------------------------------------------------
  394 Version 1.3 (garvinhickins):
  395 
  396     * Fix errors on invalid domains