| 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 | | | | |
|---|
| 104 | | | | |
|---|
| 105 | | | | |
|---|
| 106 | | | | |
|---|
| 107 | | | | |
|---|
| 108 | | | | |
|---|
| 109 | | | | |
|---|
| 110 | | | | |
|---|
| 111 | | | | |
|---|
| 112 | | | | |
|---|
| 113 | | | | |
|---|
| 114 | | | | |
|---|
| 115 | | | | |
|---|
| 116 | ------------------------------------------------------------------------------ |
|---|
| 117 | |
|---|
| 118 | |
|---|
| 119 | ------------------------------------------------------------------------------ |
|---|
| 120 | | files | description |
|---|
| 121 | | | |
|---|
| 122 | | content.css | CSS for all pages |
|---|
| 123 | | generic.css | CSS for all pages excepted categories&pictures |
|---|
| 124 | | menubar.css | CSS for the menu |
|---|
| 125 | | picture.css | CSS for the pictures pages |
|---|
| 126 | | thumbnails.css | CSS for the categories pages |
|---|
| 127 | | gallyjs-tcp.js | Javascript for the categories pages management |
|---|
| 128 | | gallyjs-tpp.js | Javascript for the pictures pages management |
|---|
| 129 | | default.conf | The default config file |
|---|
| 130 | | local.conf | The local config file |
|---|
| 131 | ------------------------------------------------------------------------------ |
|---|
| 132 | |
|---|
| 133 | author: grum at piwigo.org |
|---|
| 134 | << May the Little SpaceFrog be with you >> |
|---|
| 135 | |
|---|
| 136 | ----------------------------------------------------------------------------- */ |
|---|