Ignore:
Timestamp:
Mar 19, 2015, 7:31:56 AM (9 years ago)
Author:
SergeD
Message:

version 1.2.22 - see changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/changelog.txt

    r30902 r31043  
    1818
    1919=== Changelog ===
     20version 1.2.22 *
     21+ Added Photo metadata tab targets in picture.tpl (see template for positioning): {*GD_META_ICO*}, {*GD_META_TXT*}, {*GD_META_CONTENT*}
     22+ Picture tab "classic" content moved into external templates picture_tab_ico.tpl, picture_tab_txt.tpl, picture_tab_content.tpl
     23+ Added support for gd_get_metadata content trigger
     24  You can add custom content for picture meta tabs
     25    Ex: add_event_handler('gd_get_metadata', 'my_get_tab_metadata');
     26        function greydragon_get_tab_metadata($metadata) { return $metadata; }
     27        where each array element represents the tab
     28          $metadata[] = array(
     29             "id"         => unique id of the tab
     30             "icon_class" => class to be used to render icon tabs
     31             "title"      => tab or menu block title
     32             "content"    => block content
     33             "target"     => optional, rendering target - "left", "top", "right", "bottom", not supported, reserved for future use
     34             "combine"    => combine_css or combine_js reference block
     35           );
     36  Prior to rendering $metadata is processed and converted in appropriate construct to be used by the theme
     37  See ShareThis plugin for more details
     38+ Tab switch logic in Photo page optimized to allow management of dynamic tabs introduced by 3rd party plugins
     39+ Improved presentation and content alignment of Tags tab in picture page
     40+ Added support for auto-close of popup menu on navigation or refresh - Auto Close Popup Menu on Refresh
     41+ Help improvements
     42- Fixed issue with missing colorpack setting when theme is first installed and settings are not set yet
     43- Fixed issue with number of undefined theme params (unused at this time)
     44- Fixed issue with missing enumerator for $footer_elements in footer.tpl
     45
    2046version 1.1.21
    2147- Another attempt to fix issue with root url associated with gallery logo was not referring to the sites root properly when installed as sub-folder
Note: See TracChangeset for help on using the changeset viewer.