source: extensions/greydragon/changelog.txt @ 31322

Last change on this file since 31322 was 31232, checked in by SergeD, 9 years ago

version 1.2.26 - see changelog for details

  • Property svn:eol-style set to native
File size: 12.6 KB
Line 
1=== Grey Dragon Theme ===
2Grey Dragon Theme - a custom theme for Piwigo 2
3
4Tags: HTML 5, Bootstrap, Open Sans
5
6This theme was designed and built by Serguei Dosyukov
7http://blog.dragonsoft.us/
8Copyright (C) 2009-2014 Serguei Dosyukov
9
10Compatible: PW 2.6, 2.7
11Minimum requirement: PW 2.6.3
12
13This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software
14Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but
15WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
16details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc.,
1751 Franklin Street Fifth Floor, Boston, MA  02110-1301, USA.
18
19=== Changelog ===
20version 1.2.26
21+ ADMIN: New option - Include "Click to Enter" link for Root Page
22+ ADMIN: Small style improvements for styles and menu support
23+ CSS: Added theme-<colorpack> class to body element allowing individual styling with 3rd party plugins
24+ CSS: Small style improvements
25+ Translation support: Added he_IL, th_TH, el_GR, zh_CN language
26+ Added support for translation of Home Page Quote
27
28version 1.2.25
29+ ADMIN: Small style improvements
30+ ADMIN: New Main Menu Mode: Static Menu - Header Right
31+ Translation support: 46 languages added
32+ Bootstrap CSS updated to 3.3.4
33
34version 1.2.24
35+ CSS: min width of drop down menu in header bottom menu mode is increased to 20em for better content alignment
36- Fixed navigation arrows photo overlay when thumbnail navigation bar is enabled
37
38version 1.2.23
39+ Added Icon tooltips in Icon metadata tab mode. This would also cause title to be shown in metadata overlay window
40+ Added navigation arrows display when hover over photo. This is visual indicators to help with visualization of navigation. Use of image maps is still permitted
41+ "Auto Close Popup Menu on Refresh" is now "Auto Close Popup Menu" - menu would close as soon as mouse leaves the popup menu area
42+ Corrected PayPal link for "Donate" link in admin area
43- Further fixes for Picture Overlay mode - Tags' "edit" was missing for some browsers
44
45version 1.2.22 *
46+ Added Photo metadata tab targets in picture.tpl (see template for positioning): {*GD_META_ICO*}, {*GD_META_TXT*}, {*GD_META_CONTENT*}
47+ Picture tab "classic" content moved into external templates picture_tab_ico.tpl, picture_tab_txt.tpl, picture_tab_content.tpl
48+ Added support for gd_get_metadata content trigger
49  You can add custom content for picture meta tabs
50    Ex: add_event_handler('gd_get_metadata', 'my_get_tab_metadata');
51        function greydragon_get_tab_metadata($metadata) { return $metadata; }
52        where each array element represents the tab
53          $metadata[] = array(
54             "id"         => unique id of the tab
55             "icon_class" => class to be used to render icon tabs
56             "title"      => tab or menu block title
57             "content"    => block content
58             "target"     => optional, rendering target - "left", "top", "right", "bottom", not supported, reserved for future use
59             "combine"    => combine_css or combine_js reference block
60           );
61  Prior to rendering $metadata is processed and converted in appropriate construct to be used by the theme
62  See ShareThis plugin for more details
63+ Tab switch logic in Photo page optimized to allow management of dynamic tabs introduced by 3rd party plugins
64+ Improved presentation and content alignment of Tags tab in picture page
65+ Added support for auto-close of popup menu on navigation or refresh - Auto Close Popup Menu on Refresh
66+ Help improvements
67- Fixed issue with missing colorpack setting when theme is first installed and settings are not set yet
68- Fixed issue with number of undefined theme params (unused at this time)
69- Fixed issue with missing enumerator for $footer_elements in footer.tpl
70
71version 1.1.21
72- 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
73
74version 1.1.20
75+ ADMIN: Added support for various Favicon types including Apple Touch
76+ Added versioning for Theme settings for easier maintenance
77+ Localization added for Admin Help area
78+ Added support for %gallery_title% in header text/page banner
79- Fixed issue with root url associated with gallery logo was not referring to the sites root properly when installed as sub-folder
80
81version 1.1.19
82+ custom.css location moved to local/greydragon/ to comply with PWG guidelines. File should be automatically created when theme is updated.
83  Please make sure that migration is successful as it may require adjustment of "local" Folder permissions in some cases
84- Fix issue when Static menu would cause misalignment of the content in 3rd party plugins
85- Adjust min height of the content with Static menu to better fit the screen
86- Fixed issue when using SEO friendly URLs would cause logo not being visible in sub pages
87
88version 1.0.18
89- Added check for custom.css being present on new installations to prevent SMARTY error
90- Added additional "special" pages not to display main menu
91
92version 1.0.17
93+ Added check for anonymous users when no comments present to show "No Comments allowed" in Picture page
94+ Added support for "Activate navigation thumbnails" option of the PWG in photo pages
95- Suppressed support for Exif metadata icon managed by general settings in Photo pages. This logic is managed by "Hide Exif Data" option of the theme
96- Fixed issue with content alignment in Calendar page when Static menu is used
97
98version 1.0.16
99+ Version information moved into greydragon.class.php for easier maintenance
100- Fixed issue with missing link to switchbox.js in photo pages which would prevent "photo sizes" drop down to work
101
102version 1.0.15
103+ ADMIN: Added "Image Size" option for Root Page
104+ ADMIN: Added "Hide EXIF" option for Photo Page
105+ ADMIN: Help content moved into standalone template file
106+ Added support for "User Tags" plugin
107+ Added support for PayPal Order Cart module - PayPal entry form now integrated as a Tab or Overlay
108+ PNG size optimization for theme elements
109+ Improved styles of Colorbox for overlays
110+ "Tags" picture data made optional - tab would be visible only if tags are present or "User Tags" plugin is enabled
111- Fixed issue with Colorbox not be referenced in some cases causing popup overlay dialogs functionlity not be supported when user is not logged in
112- Fixed issue of breadcrumb overlap with image toolbar
113
114version 1.0.14
115+ Hiding of photo counters extended to category menu
116+ Infos, Warnings and Errors message area moved into popup overlay. For Infos and Warnings message would be removed after 8 seconds. "Errors" is closed on click.
117+ ADMIN: Photo Metadata display mode can be switched between tabs with text/icon expanded or collapsed, text/icon with overlay, or hidden
118+ ADMIN: Added ChangeLog link in toolbar
119- ContactForm plugin: Fixed form styles to make page better aligned
120- ADMIN: Fixed issue when under some conditions config info could become corrupted
121- Deprecated events to populate page header - code moved into header template
122- Fixed missing div in photo page
123- Page layout HTML 5 validation of photo page
124                                                                 
125version 1.0.13
126+ New colorpack - GreyDragon
127+ ADMIN: Added support for horizontal menu - "Static Menu - Header Bottom". When used with Additional Pages Plugin, pages except Root Page would be embeded into menu bar instead of drop down menu.
128+ ADMIN: Added option "Display navigation arrows" for Root page
129+ ADMIN: Added option "Display navigation controls" for Root page
130+ Added support for thumb shadow space - custom CSS is required (please refer to help section in admin area). Latest gdThumb is recomended.
131+ CSS: cleanup
132- Removed hardcoded height for root page slideshow to accomodate navigation controls
133- Fixed issues with Categories List overlapping when Static menu is enabled
134- In Phote page, hide overflow photo when huge size is used
135
136version 1.0.12
137+ ADMIN: JS is moved out page source into dedicated admin.js for better reusability
138- Fixed issue with active menu header not being highlighted in PWG 2.7
139
140version 1.0.11
141+ Full support for themeconf[colorscheme] implemented
142+ Removed use of background images in admin area to improve performance
143+ CSS: Enforce min width for admin area - 1270px to allow proper display of help section
144+ Admin: added help section for Advanced Options - Custom CSS with few samples
145+ Admin: new option for Root page - Adapt slideshow size to each photo, i.e. elastic mode
146- CSS: Removed overflow: visible for #theImage causing scroll bar to appear in some cases for image in photo page
147- CSS: Removed min-width for footer
148
149version 1.0.10
150+ Piwigo 2.7 compatible
151+ Removed use of local_head.tpl
152+ Added support for themeconf[colorscheme]
153- CSS: adjust background for image thumbs to match respective color packs when gdThumb is not installed
154- Admin: added auto-hide for Info messages (10 seconds)
155
156version 1.0.9 - official release
157+ Admin: "Admin Tools" plugin added as recommended
158+ Admin: "gdThumb" plugin added as recommended
159+ Admin: Recommended plugins are now linked to associated Piwigo Extensions pages
160+ Admin: New option - Hide About Link
161+ Admin: New option - Animate Menu
162+ Admin: If Header Text is not used, then global "Page banner" would be taken in consideration
163+ Admin: Site credits can be shown as text/icon or hidden
164+ Admin: New option - Include Contact Webmaster Email in the Footer for Members
165+ Admin: New option - Remove photo counter in breadcrumbs
166+ New colorpack - blackhawk
167+ CSS: If footer text is not used, footer would "collapse" into 1 line
168+ CSS: If neiter header text or logo is set, header would collapse
169+ CSS: Added box style for additional info box in albums and photo pages
170+ CSS: Info/Warning/Error message boxes are now take only space needed
171+ CSS: Pages impose min height for mid section to prevent layout "collapse" on load
172+ "My profile" link moved to the first position and would shows user's name instead
173+ Improvements to menu presentation and state handling
174+ Hide "administration" link in the footer if "Admin Tools" plugin is enabled
175+ Adds "Theme Config" option under "Administration" menu if "Admin Tools" plugin is enabled
176+ Major redesign of Menu handling. Static Menu is not allowed in Picture pages
177+ Added support for tab view for metadata and comments in Photo page. New Admin option: Default tab to be displayed
178- JS reorganizing
179- CSS clean up
180- Fixed issue when change to root page content was not detected causing misleading message in Admin area on Save
181- Fixed capitalization of "contact" link in footer.tpl
182- Fixed issue in IE when Admin Tools menu closes while trying to navigate
183- Fixed thumb positioning to center thumb image
184- Fixed issue when empty strings in settings would not be recognized as empty value
185
186version 1.0 build alpha 6
187+ CSS cleanup
188+ If Gallery Description left empty, space would not be allocated in the Root Page causing image to be centered
189+ New colorpack: whitehawk - White theme
190
191version 1.0 build alpha 5
192- Fixed issue with uninitialized variable when neither favicon or "no generator" are selected
193
194version 1.0 build alpha 4
195+ Admin: New option "Remove Piwigo Generator Meta Tag" which can be used along with "Show Site Credits"
196+ Admin: Added support to allow "lower case text" be optional
197+ Use of custom.css file is extended to take advantage of its flexibility and prevent dynamic inline CSS where applicable
198+ Changes to Info/Warning/Error messages colors to better match the theme
199+ Admin: More translation support added for theme options
200- Admin: Fixed issue when some default settings were not properly persisted causing improper application
201- Admin: Fixed issue with Smarty cache not being purged when some settings are applied.
202- During conversion to Bootstrap I broke use of font-based icons, it is now fixed (ex: comment collapse area)
203
204version 1.0 build alpha 3
205+ Major theme code refactoring. Theme logic is now "classified"
206+ Bootstrap CSS support introduced to alleviate browser dependencies.
207+ Theme's CSS is moved out of theme.css to ensure proper application
208+ Admin: Added option to enable debug mode
209+ Admin: Added option to reset theme settings
210+ Admin: Added check for required PW version and plugins
211+ Admin: Theme styling is extended to Theme's admin area
212- Admin: Removed option to suppress noindex for Robots (managed from PW config.inc)
213- Admin: Fixed issue with quotes not stored properly in various fields
214
215version 1.0 build alpha 2
216+ Added support for Root Page settings. Requires Additional Pages Module
217
218version 1.0 build alpha 1
219+ initial release
Note: See TracBrowser for help on using the repository browser.