phpDiveLog Changelog

What's new in phpDiveLog 0.4.6

Jan 7, 2014
  • Added options to handle search engine crawlers (and minimize their traversals)
  • New tag: [gps]lat;lon;name|desc[/gps] - is handled like [url]
  • Image URLs in KML export had been broken (duplicate path)
  • Fixed a "pass-by-reference" which made PDL crash on PHP 5.4+, and fixed a bunch of PHP Notices along

New in phpDiveLog 0.4.5 (Jul 23, 2009)

  • fixed tagreplace in image descriptions
  • photos w/o description broke PDF - fixed
  • providing PDF creation for empty dive sheets
  • some corrections for TCPDF 4.6.*

New in phpDiveLog 0.4.4 (Apr 20, 2009)

  • some code optimization. Amongst others, tags/macros now can span multiple lines.
  • font-size in the legend of cake graphs (stats page) now auto-adjusts to amount of rows
  • Norwegian translations updated again (thank you, Nils-Fredrik!)
  • Dutch translations updated (thank you, Rob!)
  • in filters, comparision modes "ge" and "le" had been used but not fully implemented, so they had no effect - now they are working as expected

New in phpDiveLog 0.4.3 (Apr 13, 2009)

  • cleanup some more notices breaking the KML stuff when debug level has "A" or "N"
  • some code reorganization
  • added filter/search facility
  • added "sites at this location" to context navigation
  • added emoticon support
  • some adjustments to the graph stuff

New in phpDiveLog 0.4.2 (Apr 8, 2009)

  • added possibility to export multiple dives/sites at once to PDF
  • missing dynamic profiles are now created on PDF generation (depending on configuration)
  • Added Statistics export to PDF
  • changing the "dives with this buddy" to a "like '%buddy%'" search - so it also finds dives whith multiple buddies
  • minor fix to page navigation
  • help pages now retrieve their content from the corresponding page in the projects wiki
  • added a script to check for missing translations (install/missing.php). You need to copy it to the "lang/" directory to run it, it's intended for CLI.

New in phpDiveLog 0.4.1 (Mar 25, 2009)

  • This is a maintenance release, including new configuration override protection rules.
  • Other changes include a new statistics graph (Dives by Duration), updated Norwegian translations, and some minor fixes to graph and KML creation.

New in phpDiveLog 0.4.0 (Mar 22, 2009)

  • This version brings major new features, including PDF export for dives and sites, a configurable temp stats graph interval (5°C/10°C steps), a Context Navigation Bar for single dive/site pages (including "dives at this site", "dives with this buddy", and "PDF Export") and some minor fixes and enhancements.

New in phpDiveLog 0.3.4 (Mar 8, 2009)

  • On the list pages, a static navigation bar including direct page links has been added.
  • Dutch translations have been updated.
  • The handling of site pictures on dive pages is now more flexible.

New in phpDiveLog 0.3.3 (Feb 18, 2009)

  • New statistic graphs have been added for dives by depth and dives by temperature.
  • All statistic graphs can now be made transparent, and the schedule table can be hidden now.
  • Furthermore, all newlines from Palm DB comments are now handled as line breaks (not only double ones as it was before).

New in phpDiveLog 0.3.2 (Jan 27, 2009)

  • Norwegian language support has been added, and several fixes have been applied (import module, GPS calculation for Google Maps/Earth, and dive profile graph).
  • The Google Maps link on site pages should now be more obvious (a rotating globe instead of a static one).
  • Also added were graphs for the dive schedule: depending on configuration, either integrated into the profile graph, as a separate graph in the schedule block, or none at all.

New in phpDiveLog 0.3.1 (Jan 5, 2009)

  • This release also includes a fix for a bug in which PDL always displayed the same tank for all dives, as well as improved error checking.
  • In addition to the usual "inc/config.inc", phpDiveLog now also includes the file "inc/config_local.inc" (if found), to store your non-default preferences so they won't be overwritten at the next update.
  • This version also introduces Global KML file export ("network links" to all available divers' KML files), which can be disabled by configuration.

New in phpDiveLog 0.3.0 (Dec 24, 2008)

  • Dynamically generated dive profile graphs were added as an option.
  • Some optional graphs were added on the statistics page.
  • A lot of code cleanup was done.
  • Sorting on the logbook page was improved.

New in phpDiveLog 0.2.9 (Dec 7, 2008)

  • French translations have been added.
  • Moreover, this release contains some minor fixes concerning KML and PHP5. Finally, one can optionally include site pictures on the dive page.