Willkommen auf der privaten Homepage von Johannes Jarolim, Salzburg, Österreich

Welcome to the private homepage of Johannes Jarolim, Salzburg, Austria, Europe.

This is a YAPB post

26. August 2006, 15:54

Change log

99

Change log

[[adsense]]


2009-12-28, Release 1.9.24

  • New feature: Set default jpeg quality for all thumbnails at "YAPB / Thumbnailer Options / Default JPEG output quality" (Thanks to Alex Sorokoletov)
  • Went through all used strings to allow proper translation (Thanks to Gianni from gidibao.net)
  • Happy new year!

2009-12-23, Release 1.9.23

  • Included passthrough of quality parameter in YapbThumbnailer.php
  • Tested up to WP 2.9
  • Happy christmas to all photographers out there!

2009-08-21, Release 1.9.22

  • Security Fix: Removed XSS Cross Site Scripting possibility via YapbThumbnailer.php (Special thanks to Andrew Nairn @ Gotham Digital Science - London, UK for recherching and reporting the issue)

2009-08-13, Release 1.9.21

  • Bugfix: Wrong by-reference argument in callback for WP Filter "the_posts" causing PHP 5.3 to throw an error (Thanks to Lear for reporting and debugging)

2009-06-29, Release 1.9.20

  • Bugfix: Activation does not work in WP 2.6 because of WP 2.7 function call in lib/Yapb.class.php (Thanks to M.G.F. Mögling for the feedback)

2009-06-14, Release 1.9.19

  • Tested with WP 2.8 (it's working on my own, updated blog)
  • phpThumb library updated to version 1.7.9

2009-01-15, Release 1.9.18

Bugfix:
  • Problems with detection of absolute paths on windows hosts in method YapbImage::systemFilePath
  • Incorrect checking for empty wordpress options in Yapb.class.php (Thanks to buonaluce)

2009-01-14, Release 1.9.17

Additional features:
  • New filter hook: yapb_upload_image
  • Enhanced YapbDiagnostics
  • Thumbnails in RSS feeds: title attribute in href and alt attribute in image tag - happy validating
  • Yahoo media RSS 1.1.12 integration
Workaround:
  • Next try of a stable workaround for unreliable DOCUMENT_ROOT settings on some hosts

2008-12-22, Release 1.9.16

Bugfix: Problems with absolute upload_dir settings in WP (Thanks to jocose and 93dots)

2008-12-20, Release 1.9.15

Bugfix: Wrong hook used to insert style tag for the automatic image insertion (Thanks to lars for giving feedback).

2008-12-17, Release 1.9.14

  • New feature: optional rss and atom feed media enclosure
  • New feature: optional xhtml-style imagetag at rss content integration (Thanks to max)
  • Admin Backend Eye Candy for nicer WordPress 2.7 integration
  • Change of the YAPB Automatic Image Insertion feature: No border="0" attribute in the imagetag anymore (Thanks to seriocomic)
  • Change of the YAPB thumbnail cache location: Better support for WP auto update and WP 2.7 auto plugin installation - AND it's the right way to be done ;-)
  • New internal admin notice infrastructure
  • Minor CSS changes for better WP 2.7 integration
  • General plugin and directory refactoring for more readable code
  • Happy christmas!

2008-10-15

  • Update of the readme.txt to communicate two new translation released by Stas: Ukrainian and Russian!

2008-09-26, Release 1.9.12

  • Workaround/BugFix: YAPB Options Page problem with PHP running as CGI and SCRIPT_NAME reporting /cgi-bin/php4.cgi - Form now sends to REQUEST_URI

2008-09-22, Release 1.9.11

  • Adapted YAPB Plugin Infrastructure: Old version does only work with PHP5 thus rendering YAPB plugins useless on servers with PHP4. Thanks to Alarane for providing a testing environment.

2008-08-26, Release 1.9.10

Bugfix Try (Options of the YAPB Sidebar Widget not shown on the YAPB Plugin Page)
  • Moved execution of the yapb_register_plugin hook to the end of the WordPress plugin loading cycle

2008-08-20, Release 1.9.9

Compatibility issue:
Thumbnails file permission issue on some unix/php configurations: YAPB now tries to set Thumbnail file permission to 644 right after creation so webserver can access and serve it
Thanks to Bazyli for reporting and investigating

2008-08-20, Release 1.9.8

Small Bugfix in I18N code and adaption of the translation - Thanks to Aurelien Paulus for reporting

2008-08-08, Release 1.9.7

Small Bugfix in YAPB Options Classes - Thanks to mozkart for reporting

2008-07-28, Release 1.9.6

I18N release:
  • Adapted YAPB Options Page so that all strings may be translated
  • Actualized po-file
  • Updated german translation

2008-07-23, Release 1.9.5

WordPress 2.6 release:
  • Additional handling code to reflect the new WP post revisions feature
  • Silently removed beta status

2008-06-25, Release 1.9.4

Bugfix:
  • Wrong parameter handover in yapb_thumbnail(...) template function (Thanks to Jeff Sayre for analyzing and solving this issue)

2008-06-25, Release 1.9.3

Additional feature:
  • Optional link around thumbnails in "Automatic Image Insertion" mode.
  • According configuration option on YAPB Options Page (On/Off and linktarget)

2008-06-24, Release 1.9.2

Several minor backend changes
  • Options Page: Moved Return-thumbnail-URL-as-valid-XHTML-option up into thumbnailer section
  • YapbImageClass: XHTML Override Parameter now really overrides the setting - Was previously only able to disable it
  • Several infrastructural changes to reflect changes in YAPB Sidebar Widget Plugin
  • Typo on Options Page

2008-06-18, Release 1.9.1

  • Bugfix: Call-time pass-by-reference at line 156 of Yapb.class.php (Thanks to Erik for reporting that issue)

2008-06-16, Release 1.9

  • Complete Brushup of the YAPB Options (Code candy) and YAPB Options Page (Eye candy).
  • New YAPB Plugin concept: YAPB centered plugins can register to hook which gets called right after YAPB initialization and may place their options on the YAPB options page
  • Migration of the YAPB Sidebar Widget to it's own plugin: YAPB Sidebar Widget Plugin Page

2008-04-29, Release 1.8.2

  • Temporary phpExifRW Bug Workaround (Divizion by zero in line 857 in exifReader.inc)
  • Deprecated prototype.js calls replaced with according jQuery code

2008-04-17, Release 1.8.1

Enhanced configurability
  • More thumbnail flexibility in feeds: Define width and/or height, decide if you want the thumbnails to be cropped if you defined both.
  • Small brushups at the configuration page

2008-03-31, Release 1.8

WordPress 2.5 Backend Integration Release
  • Updated dashboard integration
  • Updated upload form integration
  • Updated options page
TODO's
  • Migration prototype.js to jquery
  • More tightly integration into wordpress

2008-03-21, Release 1.7.4

Bugfix:
  • Thumbnails didn't get deleted on image replacement or deletion since release 1.7 (SEO thumbnail naming scheme change). Thanks to yeungda for providing a patch code snippet.
Due to major changes in WordPress 2.5, YAPB 1.7.4 is the last working release for WordPress 2.3.x

2008-02-07

Bugfix:
  • Template functions yapb_thumbnail and yapb_get_thumbnail didn't use the class parameter (Thanks from Salzburg to Jorge Otero)
WordPress 2.3.3 release
  • YAPB now tested up to WordPress 2.3.3

2008-01-09

Small Bugfix:
  • Call to YapbImage->transform in unused code branch causes warnings (thanks to Sean): Codebranch commented out
  • New global: YAPB_PLUGINDIR

2008-01-01

Multiple brushups and additions
  • Heavy weight logging library (log4php) replaced by lightweight internal logging infrastructure thus hopefully minimizing memory footprint and disk usage of the plugin
  • "YAPB Latest Images" sidebar widget (activated on presentation/widgets and administered via the general YAPB options page)
  • SEO image names: thumbnails get prepended with the original image filename
  • YAPB now tested up to WordPress 2.3.2

2007-11-21

General infrastructural brushup
  • Calculate plugins base path automatically so it may be installed to any direct subdirectory below wp-content/plugins
  • Plugin information centralized in the readme.txt file so i have only to change 1 instead of 4 files for a release.
  • YAPB now reads needed information directly out of the readme.txt
  • YapbDiagnostics output enhanced
  • Update to [phpThumb 1.7.8](http://phpthumb.sourceforge.net).
  • Disabled [phpExifRW](http://open.vinayras.com/phpexifrw_exif_reader_writer) thumbnail caching
  • Reviewed and hardened the plugin activation call & hook

2007-11-16

Some minor infrastructural changes
  • Yapb Class and Instancing separated into two files

2007-10-02

First WordPress 2.3 Release:
  • THANKS DAVE: Adaption of the _options_categories_array method

2007-09-16

Template functions:
  • Change of yapb_thumbnail and yapb_get_thumbnail call
  • Additional yapb_image and yapb_get_image functions

2007-08-06

Multiple changes
  • New LoggerAppenderCache for log4php so the YapbThumbnailer Script may return available errors again if called directly
  • Bugfix in YapbDiagnostics: Check for is_executable not required on windows systems
  • Additional global YAPB_EXECUTING_OS
  • YapbDiagnostics: Additional Output of YAPB version

2007-06-27

Thumbnails in feeds are now surrounded by a link to the post - Thanks to fsimo for the idea

2007-06-25

Bugfix
  • "Thumbnail generation on every request"

2007-06-22

Added Log4PHP library for enhanced logging

2007-05-25

Quick Info Display on Dashboard

2007-05-25

Brushed up admin panel options page

2007-05-25

First Bunch of Template Functions:
  • yapb_is_photoblog_post
  • yapb_get_thumbnail
  • yapb_thumbnail
  • yapb_get_exif
  • yapb_exif
  • yapb_get_alternative_image_formats
  • yapb_alternative_image_formats

2007-05-23

Update of YapbDiagnostics to perform some automatic testing
  • Plugin Version and WordPress compatibility Testing

2007-04-11

Update from phpThumb 1.7.6 to 1.7.7
  • Wild hack in YapbThumbnailer.php for hosts not having a correct DOCUMENT_ROOT setting. Greets to oxoxo.

2007-04-11

Extended YapbThumbnailer Debug Code:
  • Output of phpThumb debug messages if thumbnail generation failed

2007-02-22

Exact adjustment of all automatic insertion features in conjunction with the xhtml feature (theme and rss)
  • width and height in rss and atom feed inclusions

2007-02-22

Additional readme file in cache dir so WinZip will extract this directory too - Thanks to GREGK for that tip.

2007-02-20

General code refactorings
  • Semantical upgrade of comments
  • Minor code refactorings
  • Reinclusion and update of XHTML-Option (img tag now closed)
  • little interface brushup (background-gif for upload form)

2007-02-08

WP 2.1 Infrastructure adaption:
  • Inclusion of general js libraries on YAPB options page over WordPress wp-includes/script-loader.php

2007-02-08

Additional feature
  • Allow YAPB Image Upload for WordPress pages
  • Additional code and options for the automatic image insertion on pages
  • Change of plugin description
  • Change of version number (forgot that last time)

2007-01-25

First set of adaptions to make YAPB WP 2.1 compatible
  • No use of $table_prefix anymore
  • No double integration of prototype.js anymore
Goals for the next time:
  • No use of deprecated WordPress infrastructure
  • Better integration through use of new WP infrastructure

2007-01-25

Bugfix
  • GMT offset and delay before seeing post solved

2007-01-22

Possible Bugfix
  • YapbImage::getInstanceFromDb now returns null instead of error if no $post->ID was provided.

2007-01-18

Additional feature
  • Original image dimensions now available over YapbImage class (width and height attributes)

2007-01-18

Additional feature
  • thumbnail dimensions now available over YapbImage class (Even if thumb wasn't generated yet)

2007-01-06

I'm to stupid to fix a bug sheme at the first time:
  • Bugfix: "Division by zero" Error on YAPB-Options-Page Section Statistics if no images where uploaded yet, but a file exists in thumbnails dir
Thanks to torontobroad

2007-01-05

Bugfix:
  • "Division by zero" Error on YAPB-Options-Page Section Statistics if no images where uploaded yet.
Thanks to Martin Ciastko and torontobroad

2006-10-31

Bugfix
  • "Division by zero" Error on YAPB-Options-Page Section Statistics if no images where uploaded yet.

2006-10-28

Bugfix
  • If defining a phpThumb single-usage parameter multiple times in method getThumbnailHref YAPB couldn't locate the according cachefile - Though generating it on every access.

2006-10-27

Back to BETA: 1.2: Major infrastructure adaption for better performance
  • Thighter phpThumb integration
  • Direct thumbnail creation and URL rendering
  • Manual cache management
  • Maintainance and Information part on Yapb-Options-Page
  • Upgrade to phpThumb 1.7.4

2006-10-17

Release Candidate 1
  • Completed GnuText usage in sourcecode
  • Activated GnuText usage
  • Added a german language file
  • Added image tag inline css input fields on options page
  • Included some YAPB buttons

2006-10-09

Added feature
  • Control over rss2 and atom feed thumbnail embedding.

2006-10-02

Turned off EXIF thumbnail caching behaviour in ExifUtils usage of PHPExifRW so there's no need for the .cache_thumbs directory anymore

2006-10-02

Enhancement of XHTML BugFix
  • No ampersand replacement in rss2 feed (Wordpress places a CDATA Block around content blocks so that's not needed)

2006-09-20

XHTML BugFix in YapbImage.class.php
  • Changed the Thumbnail URL generation to be XHTML compliant
Thanks for the tip to yovko at yovko dot net

2006-09-13

Workaround in YapbImageFile and Yapb Class files
  • Method delivering correct system path of image file depended on CGI var "DOCUMENT_ROOT" - This may report wrong values in multi-hosting-enviroments. The wp-installation root get's calculated now on YAPB-Startup and is defined as three directories above .../wp-content/plugins/yet-another-photoblog/Yapb.class.php

2006-09-12

Changed creation of YAPB_PLUGIN_PATH to use wp_option "siteurl" instead of "home"

2006-09-07

JavaScript workaround in edit_form_advanced_javascript_injection.tpl.php, File upload didn't work in Safari

2006-09-06

Inserted "Automatic Template Insertion" for newbies and Added a bunch of related options to make it a little bit more flexible

2006-08-29

Extended feeds (rss, rss2, atom): Every yapb-xml-item now contains an image-tag refering to a thumbnail of the image.

2006-08-29

Extended options page offers a set of phpThumb options now, JS-DBX-Folders included for better structure and usability

2006-08-29

Added flexible options engine - Options are stored in Yapb.class.php now

2006-08-27

JavaScript workaround in edit_form_advanced_javascript_injection.tpl.php
File upload didn't work in IE:
  • Node.enctype = 'multipart/form-data' just works in standard compatible browsers
  • Node.encoding = 'multipart/form-data' works in IE too

2006-08-26

Little rearrangements on the options panel; Added option yapb_default_post_category_activate

2006-08-26

Added update services pinging if posting photoblog-entry

2006-08-26

Corrected bug in edit_publish_save_post():
  • Extracting the needed URI of an uploaded image failed if the wp siteurl option didn't end with a slash.

2006-08-24

Beta release

2006-05-27

Alpha release