source: extensions/gally/gally-default/release_notes.txt @ 10736

Last change on this file since 10736 was 10736, checked in by grum, 13 years ago

bug:2291 ; compatibility with piwigo 2.2

  • Property svn:executable set to *
File size: 8.5 KB
Line 
1/* -----------------------------------------------------------------------------
2
3  GALLY
4  Template/theme for Piwigo 2.1
5
6  ------------------------------------------------------------------------------
7  | release | date       | changes
8  | 1.0.0   | 2008-11-11 | first release for Piwigo 2.0.0RC4
9  |         |            |
10  | 1.1.0   | 2009-04-25 | * include some changes made on the "yoga" template
11  |         |            |   . r3031, r3037, r3040, r3090, r3108
12  |         |            | * use of jQuery for the js scripts
13  |         |            | * some bugs (display&js) corrected
14  |         |            | * enhanced interface on the picture page
15  |         |            |   . add the autoscroll feature
16  |         |            |   . add effects on the interface
17  |         |            | * enhanced interface on the category page
18  |         |            |   . add the auto menuwidth feature
19  |         |            | * possibility to configure the interface mode for
20  |         |            |   each themes (conf files)
21  |         |            |
22  | 1.1.1   | 2009-05-03 | * enhanced interface on the picture page
23  |         |            |   . add the imageCenterMode feature
24  |         |            | * giving more space between image and notes
25  |         |            |
26  | 1.2.0   | 2009-12-06 | * js for picture & category page are partially
27  |         |            |   rewrited
28  |         |            | * interface on the picture page is updated and is now
29  |         |            |   easier to use
30  |         |            |   . using tabs to display picture information
31  |         |            | * EXIF & IPTC markup can be translated by the
32  |         |            |   template ($lang["markup_id"] need to be defined in
33  |         |            |   a local language file)
34  |         |            | * use of jQuery.ui.dialog to display modal messages
35  |         |            | * main theme are finalized
36  |         |            |   . Grum-dark II
37  |         |            |   . Graphite
38  |         |            | * add a new theme
39  |         |            |   . Lapis-Lazuli
40  |         |            | * mantis: feature 1096
41  |         |            |   . Compatibility with the plugin CommentEditor
42  |         |            | * mantis: feature 1097
43  |         |            |   . The template don't manage the local-layout file
44  |         |            | * mantis: feature 1098
45  |         |            |   . Metadata panel doesn't works very well => the UI
46  |         |            |     is handled differently, this problem is not here
47  |         |            |     anymore
48  |         |            | * mantis: feature 1099
49  |         |            |   . Compatibility with the plugin PWG_Stuff
50  |         |            | * mantis: feature 1313
51  |         |            |   . gally's theme "Grum-dark II" contain spaces in
52  |         |            |     filename
53  |         |            |     => renamed "Grum-dark-II" : it's ugly :-(
54  |         |            | * Compatibility with the plugin VD language switch
55  |         |            | * report some changes made on the "yoga" template
56  |         |            |   . r3060, r3121, r3137, r3147, r3196, r3538, r4512
57  |         |            |
58  | 1.3.0   | 2010-05-07 | * compatibility with Piwigo 2.1 themes management
59  |         |            | * manage display for High res. pictures
60  |         |            |   . display high res picture in a lightbox
61  |         |            |   . manage 'full size' & 'fit window' mode
62  |         |            |   . display icon on the toolbar
63  |         |            | * report some changes made on the "default" templates
64  |         |            | * add an admin interface
65  |         |            | * possibility to use an alternative banner on the
66  |         |            |   picture page
67  |         |            | * local.conf file are saved in the /local directory
68  |         |            | * mantis: feature 1382
69  |         |            |   . Add an option to force the navigation items to be
70  |         |            |     displayed at all time
71  |         |            | * mantis: bug 1383
72  |         |            |   . With gally/grum-dark-II, it's not possible to
73  |         |            |     stop the slideshow
74  |         |            | * mantis: bug 1343
75  |         |            |   . The information bar is not displayed with IE7
76  |         |            |
77  | 1.3.1   | 2010-08-12 | * mantis: bug 1767
78  |         |            |   . Local.conf file is not loaded
79  |         |            | * mantis: bug 1654
80  |         |            |   . warning on the admin configuration page
81  |         |            | * not referenced bug
82  |         |            |   . default conf is not loaded if there is a
83  |         |            |     local.conf file
84  |         |            | * give the possibility to manage panoramic images as
85  |         |            |   a high resolution image
86  |         |            |
87  | 1.3.2   | 2010-08-21 | * add a 'resize' trigger on on the #theTabsContainer
88  |         |            |   item
89  |         |            | * bug fixed : multiple tabs have the same name
90  |         |            | * on the metadata tabs management, add the possiblity
91  |         |            |   to display raw content in the tab
92  |         |            |   . to use it, just give one line of data with the
93  |         |            |     key name '<!--rawContent-->' ; value is dumped in
94  |         |            |     the tabs without being formatted in a table
95  |         |            |
96  | 1.3.3   | 2010-09-13 | * mantis: bug 1714
97  |         |            |   . error on GallyFunctions::expandMenuEvent on
98  |         |            |     gally-lapis-lazuli
99  |         |            | * mantis: bug 1864
100  |         |            |   . 'missing token' message when user try to change
101  |         |            |     theme
102  |         |            |
103  | 1.3.4   | 2010-09-29 | * in the gallyjs-tpp.js file, add events
104  |         |            |   . one triggered when image when is scrolled 'scrolled'
105  |         |            |   . one trigerred when the gally interface is ready 'gallyInterfaceReady'
106  |         |            |
107  | 1.3.5   | 2010-10-21 | * add IT and DE languages
108  |         |            |
109  |         |            | * mantis bug:1948
110  |         |            |   . default conf file is not the right conf file
111  |         |            |
112  |         |            | * mantis bug:1954
113  |         |            |   . Privacy level don't work
114  |         |            |
115  | 1.4.0   | 2010-12-23 | * add simpleTip.js script
116  |         |            |
117  |         |            | * rewrite gally-tpp.js script (make an object)
118  |         |            |
119  |         |            | * rewrite gally-tcp.js script (make an object)
120  |         |            |
121  |         |            | * add gally-ttm.js script (for tip management)
122  |         |            |
123  |         |            | * pack js files
124  |         |            |
125  |         |            | * mantis bug:1983
126  |         |            |   . Incorrect display for the icon of recent photo in
127  |         |            |     IE 7
128  |         |            |
129  |         |            | * add the option 'imageScrollMinDeadArea'
130  |         |            |
131  | 1.4.1   | 2011-01-10 | * fix bug about forgotten script.js file
132  |         |            |   . since release 1.4.0, the script was not loaded
133  |         |            |
134  | 1.4.2   | 2011-05-01 | * mantis feature:2291
135  |         |            |   . compatibility with piwigo 2.2
136  |         |            |
137  |         |            |
138  |         |            |
139  ------------------------------------------------------------------------------
140
141
142  ------------------------------------------------------------------------------
143  | files           | description
144  |                 |
145  | content.css     | CSS for all pages
146  | generic.css     | CSS for all pages excepted categories&pictures
147  | menubar.css     | CSS for the menu
148  | picture.css     | CSS for the pictures pages
149  | thumbnails.css  | CSS for the categories pages
150  | gallyjs-tcp.js  | Javascript for the categories pages management
151  | gallyjs-tpp.js  | Javascript for the pictures pages management
152  | gallyjs-ttm.js  | Javascript for the tooltips management
153  | default.conf    | The default config file
154  | local.conf      | The local config file
155  ------------------------------------------------------------------------------
156
157  author: grum at piwigo.org
158  << May the Little SpaceFrog be with you >>
159
160----------------------------------------------------------------------------- */
Note: See TracBrowser for help on using the repository browser.