source: extensions/simple_themes/simple/README.md @ 21179

Last change on this file since 21179 was 13559, checked in by plg, 12 years ago

import theme Simple version 2.5.4

  • improve media-queries for small resolutions
  • limit width of descriptions - combine files
  • bugfix for the admin option
File size: 4.8 KB
Line 
1Simple grey theme for Piwigo
2============================
3
4*Simple  grey*  is a  theme  for *Piwigo*  gallery  software.  This theme  was
5inspired  by *gally  /  Graphite* theme  for  Piwigo, and  *Carbon* theme  for
6Gallery, with the goal to simplify the design up to go to basics: the photos !
7You can also find some variants (Sunset, Black, White) in Piwigo extensions.
8
9Licence
10-------
11
12Copyright(C) 2009-2011 Simon C. <contact at saimon dot org>
13
14The "Simple grey"  theme for Piwigo is free software:  you can redistribute it
15and/or  modify  it under  the  terms  of the  GNU  General  Public License  as
16published by the Free Software Foundation.
17
18This program  is distributed in the hope  that it will be  useful, but WITHOUT
19ANY WARRANTY; without even the  implied warranty of MERCHANTABILITY or FITNESS
20FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
21
22You should have  received a copy of the GNU General  Public License along with
23this program. If not,  see <http://www.gnu.org/licenses/>.
24
25Links
26-----
27
28* [Piwigo](http://piwigo.org/)
29* [Simple page](http://saimon.org/blog/pages/Theme-Simple-Grey-Piwigo)
30* [Development](http://github.com/saimn/simple-grey)
31* [Download](http://fr.piwigo.org/ext/extension_view.php?eid=308)
32
33Install
34-------
35
36* for **Piwigo  > 2.1.x**,  use **Simple  > 2.x** :  download the  archive and
37  extract it in  ``your-gallery/theme/``. You can also use  directly the theme
38  installer for the admin interface.
39* for  **Piwigo 2.0.x**,  use  **Simple  1.4.1** :  download  the archive  and
40  extract it in ``your-gallery/template/``.
41
42Changelog
43---------
44
45### version 2.5.4 (23/01/2012)
46
47* improve media-queries for small resolutions
48* limit with of descriptions - combine files
49* bugfix for the admin option
50
51### version 2.5.3 (22/01/2012)
52
53* add an option and admin page to choose the layout for albums (with description
54  under or next to the album thumbnail)
55
56### version 2.5.2 (20/12/2011)
57
58* more flexible layout for thumbnails
59* more flexible layout for categories
60* restore the possibility to hide thumbnails caption.
61* center image in slideshow
62
63### version 2.5.1 (18/10/2011)
64
65* refactor code for #titrePage and add the link to switch the menu
66* fixes for comments page
67* fixes for pages where the $MENUBAR is present
68
69### version 2.5 (08/10/2011)
70
71* use media queries to adapt layout for small screens
72* remove arbitrary limit on width: the picture will simply be partially hidden if too wide
73* update password.tpl
74* add MENUBAR on all pages
75* Spelling correction in README
76* update url
77* bugfix for the feature 'open external links in new window' for menubar links
78
79### version 2.4.3 (31/05/2011)
80
81* add a #Tags id for tags list, for the user tags plugin
82* use inline-block instead of float left for thumbnails ans categories
83* print css: re-enable it in the header + improve it
84* update README + add debugging mode in themeconf
85* language strings
86* new script to tag a new version and generate a zip archive
87
88### version 2.4.2 (10/04/2011)
89
90* fix version in themeconf (needed for update manager)
91
92### version 2.4.1 (06/04/2011)
93
94* new tpl for PWG stuff - thanks to P@t
95* subcontent is now a class, to allow several subcontent block inside the content block
96* add get_combined_scripts in the footer
97
98### version 2.4 (05/04/2011)
99
100compatibility with piwigo 2.2:
101* update template, language strings + misc things
102* use rating and core.scripts from default theme
103* cleanup useless javascript stuff
104* use new combined_css feature - thanks to P@t
105* replace known_script with combine_script
106
107### version 2.3 (07/01/2011)
108
109* if cl_conflit is used, don't add jQuery.noConflict
110* fix the possibility to toggle visibility of image information
111* show logout link when connected - thanks to gbo
112* update jquery to 1.4.4
113* backport commit from piwigo: r6244, r6430 & r6438
114* add gitignore
115* update javascripts + add script to combine/minify
116* apply r6594 from piwigo's trunk
117* move jquery in the header, using known_script
118* translation for the menu title
119* add 1px icon start_filter.png to avoid loading error with rvtree plugin
120* margin for error & info divs
121
122### version 2.2 (23/09/2010)
123
124* fix the calendar's pages
125* update picture.tpl (download, favorites, metadata, rating)
126* change the way to hide blocks  in JS, without <noscript>, thanks to VDigital
127  & nicolas
128* update jquery to 1.4.2
129* remove standard deviation for votes
130
131### version 2.1 (16/06/2010)
132
133- bugfix for user's profile - use default `profile_content.tpl`
134- child themes do not need to have `content.css`
135- use `local_head.tpl`
136- correct order of thumbnails & show copyright on picture page
137- use default as parent theme & change theme URI
138- add quicksearch and style input, textarea, ...
139- add login link in the footer
140
141### version 2.0 (31/05/2010)
142
143- adapt the theme for Piwigo 2.1
144- add Readme
145- tweak for plugins adding icons in .titrePage (piwishak, addthis, ...)
Note: See TracBrowser for help on using the repository browser.