1 | /* ----------------------------------------------------------------------------- |
---|
2 | GALLY |
---|
3 | Template for Piwigo |
---|
4 | ------------------------------------------------------------------------------ |
---|
5 | | release | date | changes |
---|
6 | | 1.0.0 | 2008-11-11 | first release for Piwigo 2.0.0RC4 |
---|
7 | | 1.1.0 | 2009-04-25 | * include some changes made on the "yoga" template |
---|
8 | | | | . r3031, r3037, r3040, r3090, r3108 |
---|
9 | | | | * use of jQuery for the js scripts |
---|
10 | | | | * some bugs (display&js) corrected |
---|
11 | | | | * enhanced interface on the picture page |
---|
12 | | | | . add the autoscroll feature |
---|
13 | | | | . add effects on the interface |
---|
14 | | | | * enhanced interface on the category page |
---|
15 | | | | . add the auto menuwidth feature |
---|
16 | | | | * possibility to configure the interface mode for |
---|
17 | | | | each themes (conf files) |
---|
18 | | 1.1.1 | 2009-05-03 | * enhanced interface on the picture page |
---|
19 | | | | . add the imageCenterMode feature |
---|
20 | | | | * giving more space between image and notes |
---|
21 | | 1.2.0 | 2009-12-06 | * js for picture & category page are partially |
---|
22 | | | | rewrited |
---|
23 | | | | * interface on the picture page is updated and is now |
---|
24 | | | | easier to use |
---|
25 | | | | . using tabs to display picture information |
---|
26 | | | | * EXIF & IPTC markup can be translated by the |
---|
27 | | | | template ($lang["markup_id"] need to be defined in |
---|
28 | | | | a local language file) |
---|
29 | | | | * use of jQuery.ui.dialog to display modal messages |
---|
30 | | | | * main theme are finalized |
---|
31 | | | | . Grum-dark II |
---|
32 | | | | . Graphite |
---|
33 | | | | * add a new theme |
---|
34 | | | | . Lapis-Lazuli |
---|
35 | | | | * mantis: feature 1096 |
---|
36 | | | | . Compatibility with the plugin CommentEditor |
---|
37 | | | | * mantis: feature 1097 |
---|
38 | | | | . The template don't manage the local-layout file |
---|
39 | | | | * mantis: feature 1098 |
---|
40 | | | | . Metadata panel doesn't works very well => the UI |
---|
41 | | | | is handled differently, this problem is not here |
---|
42 | | | | anymore |
---|
43 | | | | * mantis: feature 1099 |
---|
44 | | | | . Compatibility with the plugin PWG_Stuff |
---|
45 | | | | * mantis: feature 1313 |
---|
46 | | | | . gally's theme "Grum-dark II" contain spaces in |
---|
47 | | | | filename |
---|
48 | | | | => renamed "Grum-dark-II" : it's ugly :-( |
---|
49 | | | | * Compatibility with the plugin VD language switch |
---|
50 | | | | * report some changes made on the "yoga" template |
---|
51 | | | | . r3060, r3121, r3137, r3147, r3196, r3538, r4512 |
---|
52 | | | | |
---|
53 | | | | |
---|
54 | ------------------------------------------------------------------------------ |
---|
55 | |
---|
56 | |
---|
57 | ------------------------------------------------------------------------------ |
---|
58 | | files | description |
---|
59 | | content.css | CSS for all pages |
---|
60 | | generic.css | CSS for all pages excepted categories&pictures |
---|
61 | | menubar.css | CSS for the menu |
---|
62 | | picture.css | CSS for the pictures pages |
---|
63 | | thumbnails.css | CSS for the categories pages |
---|
64 | | gallyjs-tcp.js | Javascript for the categories pages management |
---|
65 | | gallyjs-tpp.js | Javascript for the pictures pages management |
---|
66 | ------------------------------------------------------------------------------ |
---|
67 | author: grum at grum.dnsalias.com |
---|
68 | << May the Little SpaceFrog be with you >> |
---|
69 | ------------------------------------------------------------------------------ |
---|
70 | |
---|
71 | ----------------------------------------------------------------------------- */ |
---|