source: trunk/www.guidonia.net/wp/wp-content/themes/fusion/readme.txt@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 10.6 KB
Line 
1
2
3--- Fusion Wordpress template ---
4
5Project page: http://digitalnature.ro/projects/fusion/
6(report any bugs or suggest improvements here)
7
8Theme is licensed under GPL, please see http://www.opensource.org/licenses/gpl-license.php
9
10
11CREDITS:
12--------
13
14- Design, coding and romanian translation (v2.6) by digitalnature (M. Popovici), http://digitalnature.ro
15- Spanish translation, v2.6, bug-reports and improvements to comments by Miguel <blog@almendron.com>
16- Danish translation, v2.0 by Hans Cz. Jørgensen <hans.c.jorgensen@gmail.com>
17- French translation, v2.0 by Olivier Despont, http://www.semageek.com
18- German translation, v2.7 by Eloy Castro http://www.eloy.ch, Michael Liebwein, <michael.liebwein@googlemail.com>
19- Croatian translation, v2.1 by phobos, http://phobos.byethost22.com
20- Italian translation, v2.5 by Gabriele Brosulo, http://gabo.homelinux.com
21- Alternate Italian translation, v2.2 by Gianni Diurno, http://gidibao.net
22- Norwegian translation, v2.7 by Krister Berntsen, http://romteknologi.com, Dagfinn, http://afoto.com
23- Hungarian translation, v2.0 by Bálint Vereskuti, http://www.juventus-sopron.info
24- Portuguese (Brazilian) translation, v2.3 by Jonatã Bolzan
25- Korean translation, v2.3 by Jong-In Kim, http://incommunity.codex.kr/wordpress
26- Bengali translation (front-end), v2.3 by Sajid Muhaimin Choudhury, <robinboss@gmail.com>
27- Dutch translation, v2.6 by Jesse Klaasse, <jesseklaasse@hotmail.com>
28- Russian translation (front-end), v2.5 by ptath, http://ptath.ru/
29- Portuguese (Portugal) translation, v2.3 by "Jose Goncalves" <jgoncalves@primeit.pt>
30- Lithuanian translation, v2.6 by May <myliewood@gmail.com>
31- javascript quote functions by mg12, http://www.neoease.com
32
33To change the language, edit wp-config.php:
34 define ('WPLANG', 'ro_RO');
35(ro_RO is the Romanian language file from the theme lang folder)
36
37
38If you wish to contribute by translating the theme please write me a email to hello@digitalnature.ro
39Thanks to all who support this theme!
40
41
42
43CHANGE LOG:
44-----------
45
46 - 29-apr-2009: v2.7 - updated Spanish, Dutch, Norwegian, German translations
47 - tab menus updates (fixed sub menus behind tabs when 2 ore more tab rows exist, made tab show as active when child page selected, fixed submenu js error when categories are displayed as tabs, fixed overflow bug)
48 - some css adjustments (list items alignment, pre tag, sidebar h2 titles)
49 - added check for "hide_title" custom field, from Yog
50 - support for Yarpp 3.0 plugin
51 - added Lithuanian language, thanks May!
52 - author page bug-fix, again :) (missing info if author name contains spaces)
53
54 - 5-apr-2009: v2.6 - important localization updates - removed some strings, added variables to others etc; translations before 2.6 will show as incomplete!
55 - updated Romanian translation to 2.6 changes
56 - updated Italian translation to 2.5
57 - added Dutch translation (2.5), thanks Jesse!
58 - fixed small bug in tab menus
59 - added Russian translation (2.5), front-end only, thanks Ptath
60 - removed ie7.css, not needed anymore since I found a alternative to the IE7 comment bug
61
62 - 16-mar-2009: v2.5 - added Korean translation, thanks Kim!
63 - added Bengali translation, thanks Sajid!
64 - added a subtle background to form fields
65
66 - 14-mar-2009: v2.4 - changed the basic layout structure and made sidebars fluid (34% and 20% of the page width)
67 - added Portuguese translation, thanks Jonatã!
68 - author page bug-fix (missing info if perma-links are enabled)
69 - fixed a clearing issue for left or right aligned elements inside a post or page
70 - fixed IE7 cleartype bug after fade in/out tabs
71 - fixed IE7 Peekaboo bug on post entries
72 - fixed IE5.5 page centering issue
73 - no-sidebar template bug fix (forgot to open a php tag)
74
75 - 3-mar-2009: v2.3 - added Norwegian translation, thanks Dagfinn
76 - added Italian translations, thanks Gabriele and Gianni!
77 - added Hungarian translation, thanks Bálint!
78 - fixed indent on comments when avatars are disabled
79 - fixed small bug which made page-controls to not work with left sidebar and fluid width
80 - added file check for logo image and renamed default logo to preserve changes on update
81 - meta keywords and description are only present now if keywords exist in the theme options (because some people prefer SEO plugins, even if they are useless :)
82 - styled calendar widget
83
84 - 22-feb-2009: v2.2 - added Author profile page
85 - updated Spanish translation
86 - added French translation, thanks Olivier!
87 - added German translation, thanks Michael!
88 - added Croatian translation, thanks Phobos!
89 - removed "comments are closed" message on pages that have comments closed and no comments written before that.
90 - small css/image optimizations
91 - for the sake of compatibility, now loading js with wp_enqueue_script (revert to the Wordpress bundled jquery - 1.2.6)
92
93 - 15-feb-2009: v2.1 - added support for threaded comments (instead of reply button); make sure you have threaded comments enabled in WP-Admin
94 - added optional 2nd sidebar and page templates: "page without sidebar", "3-column page", "archives" and "links" templates (to apply, see "template" attribute when editing a page)
95 - added Danish translation, thanks Hans!
96 - added post count to the default sidebar Archives block
97 - added theme option for user CSS code
98 - changed spacing unit from px to em, where possible
99 - added visitor ability to change font size (layout control)
100 - moved possible plugin content above the submit button (on the comment pages)
101 - removed 'rss subscribe' link for comments (there already is one in the footer)
102 - fixed a small bug in the tab navigation (was not extending on fluid width)
103 - some javascript improvements
104
105 - 12-feb-2009: v2.0 - added theme option to allow sidebar position change
106 - complete localization support
107 - added Spanish translation, thanks Miguel!
108 - updated Romanian translation
109 - changed widget look and fixed spacing (removed .box style since was causing problems with some widgets)
110 - stylesheets load now with @import (so the theme degrades to simple text in older browsers like NS4, IE4...)
111 - added IE 6 fix for transparent 24bit PNGs
112
113 - 31-jan-2009: v1.83 - support for WP-PageNavi plugin
114 - removed whitespace:no-wrap for PRE tag
115 - updated jQuery to latest version (1.3.1)
116
117 - 29-jan 2009: v1.82 - theme language support (testing)
118 - added translation: Romanian
119
120 - 27-jan 2009: v1.81 - replaced "tags" text with a tag graphic icon
121 - added quote/reply buttons (instead of RE/Q text), only visible when mouse over a comment & when comments are open
122 - changed comment submit input with button link (nicer, but won't work on browsers with js disabled)
123
124 - 25-jan 2009: v1.8 - added theme options; see: WP-Admin > Appearance > Fusion options
125 - added some jQuery fx to various elements
126 - various fixes and improvements to comment pages (thanks Miguel)
127
128 - 23-jan-2009: v1.71 - fixed bug in comments (sidebar misplaced or not showing up if comments are closed and there are 1 or more comments posted), thanks again Miguel :)
129
130 - 23-jan-2009: v1.7 - added trackbacks; moved both comments and trackbacks into tabs, visible only if comments>0
131 - added sub-menus for tabs (if nested pages exist)
132 - added rss links for categories in the sidebar
133 - changed the search box design a little
134 - styled pagination
135 - changes to Archives page
136 - replaced some of the hardcoded messages for automatic translation
137 - added subtle border to avatars
138 - fixed some small bugs in functions.php, thanks Miguel :)
139
140 - 17-jan-2009: v1.6 - fixed image captions in posts
141 - more margin/padding adjustments
142 - small changes to the sidebar lists
143
144 - 14-jan-2009: v1.5 - added comment time and date (sorry I missed that)
145 - made admin comment look different than the rest
146 - made homepage tab appear only if there are posts
147 - fixed a small ie6 bug in comments
148
149 - 10-jan-2009: v1.4 - fixed "Headers already sent..." php error; thanks Brian :)
150 - removed border and spacing from smiley images
151 - made tabs show inside the header if they don't fit horizontally (instead of hide them in the sidebar or extend below the header)
152
153 - 6-jan-2009: v1.3 - added IE 6 support (also degrades decently in IE 5.5); thanks Marc for the "IETester" link :)
154 - fixed Archives (tags were at the top of the post)
155 - some margin/padding adjustments
156 - added "posted by [author]"
157
158 - 4-jan-2009: v1.2 - changes to the sidebar/widget design; categories and search are now visible when widgets are used
159 - fixed small bug in sidebar categories (corectly aligned lists if text is long)
160 - added page width control (allow user to switch from fixed to fluid layout)
161 - added border+padding for images inside .post
162 - moved "tags" at the bottom of the post
163 - switched colors for "no/comments"
164 - changed reply/quote icons to text
165 - fixed some IE7 bugs in comments
166
167 - 30-dec-2008: v1.1 - replaced logo image with heading text
168 - added custom styles for usual HTML elements, tables, lists, forms...
169 - fixed Gravatars
170 - some changes to "Archives" page layout
171 - small CSS fixes to the comments section
172
173 - 22-dec-2008: Initial release - 1.0
174
175
Note: See TracBrowser for help on using the repository browser.