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 | | | | |
---|
78 | | | | |
---|
79 | | | | |
---|
80 | | | | |
---|
81 | | | | |
---|
82 | ------------------------------------------------------------------------------ |
---|
83 | |
---|
84 | |
---|
85 | ------------------------------------------------------------------------------ |
---|
86 | | files | description |
---|
87 | | | |
---|
88 | | content.css | CSS for all pages |
---|
89 | | generic.css | CSS for all pages excepted categories&pictures |
---|
90 | | menubar.css | CSS for the menu |
---|
91 | | picture.css | CSS for the pictures pages |
---|
92 | | thumbnails.css | CSS for the categories pages |
---|
93 | | gallyjs-tcp.js | Javascript for the categories pages management |
---|
94 | | gallyjs-tpp.js | Javascript for the pictures pages management |
---|
95 | | default.conf | The default config file |
---|
96 | | local.conf | The local config file |
---|
97 | ------------------------------------------------------------------------------ |
---|
98 | |
---|
99 | author: grum at piwigo.org |
---|
100 | << May the Little SpaceFrog be with you >> |
---|
101 | |
---|
102 | ----------------------------------------------------------------------------- */ |
---|