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

Last change on this file since 6752 was 6752, checked in by grum, 14 years ago

for panoramic images, add possibility to simulate presence of a high resolution image

  • Property svn:executable set to *
File size: 6.0 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  |         |            |
88  |         |            |
89  |         |            |
90  |         |            |
91  |         |            |
92  |         |            |
93  |         |            |
94  ------------------------------------------------------------------------------
95
96
97  ------------------------------------------------------------------------------
98  | files           | description
99  |                 |
100  | content.css     | CSS for all pages
101  | generic.css     | CSS for all pages excepted categories&pictures
102  | menubar.css     | CSS for the menu
103  | picture.css     | CSS for the pictures pages
104  | thumbnails.css  | CSS for the categories pages
105  | gallyjs-tcp.js  | Javascript for the categories pages management
106  | gallyjs-tpp.js  | Javascript for the pictures pages management
107  | default.conf    | The default config file
108  | local.conf      | The local config file
109  ------------------------------------------------------------------------------
110
111  author: grum at piwigo.org
112  << May the Little SpaceFrog be with you >>
113
114----------------------------------------------------------------------------- */
Note: See TracBrowser for help on using the repository browser.