source: products/quintagroup.seoptimizer/branches/plone4/docs/HISTORY.txt

Last change on this file was 2958, checked in by mylan, 14 years ago

Merged 3.0.5 to 3.0.7 changes from trunk into plone-4 branch version.

Merged revisions 3942-3945,3966-3976,3982-3983,3994 via svnmerge from
http://svn.quintagroup.com/products/quintagroup.seoptimizer/trunk

........

r3942 | mylan | 2010-10-20 17:06:46 +0300 (Wed, 20 Oct 2010) | 1 line


#233: Bump version to 3.0.7, updated history

........

r3943 | olha | 2010-10-20 17:14:52 +0300 (Wed, 20 Oct 2010) | 1 line


HISTORY.txt checked

........

r3944 | olha | 2010-10-20 17:20:15 +0300 (Wed, 20 Oct 2010) | 1 line


internal README file updated

........

r3945 | mylan | 2010-10-20 18:16:14 +0300 (Wed, 20 Oct 2010) | 1 line


#233: Updated list of supported version in README.txt to 3.1+

........

r3966 | mylan | 2010-10-26 17:33:27 +0300 (Tue, 26 Oct 2010) | 1 line


#233: Reduce catch exceptions to URLError and HTTPError, log error to error_log, return link to error_log

........

r3967 | mylan | 2010-10-26 17:34:03 +0300 (Tue, 26 Oct 2010) | 1 line


#233: Update tests for catching errors on keywords calculation

........

r3968 | mylan | 2010-10-26 17:55:15 +0300 (Tue, 26 Oct 2010) | 1 line


#233: Make code more readable

........

r3969 | mylan | 2010-10-26 18:08:15 +0300 (Tue, 26 Oct 2010) | 1 line


#233: Force to get portal_transforms as utility

........

r3970 | mylan | 2010-10-26 18:14:46 +0300 (Tue, 26 Oct 2010) | 1 line


#233: little cleanup

........

r3971 | mylan | 2010-10-26 20:35:28 +0300 (Tue, 26 Oct 2010) | 1 line


#233: Force logging keywords calculation to nearest to context error_log object. Other minor fixes

........

r3972 | mylan | 2010-10-26 21:08:06 +0300 (Tue, 26 Oct 2010) | 1 line


#233: Return getting error_log with getToolByName as more flexible and accurate

........

r3973 | mylan | 2010-10-27 18:09:31 +0300 (Wed, 27 Oct 2010) | 1 line


#233: Correct HISTORY information

........

r3974 | mylan | 2010-10-27 18:16:40 +0300 (Wed, 27 Oct 2010) | 1 line


#233: Added plone.browserlayer to requirements for Plone-3.0 support

........

r3975 | mylan | 2010-10-27 18:18:13 +0300 (Wed, 27 Oct 2010) | 1 line


#233: Fixed testcases to emulate proper test environment for plone-3.0

........

r3976 | mylan | 2010-10-27 18:21:55 +0300 (Wed, 27 Oct 2010) | 1 line


#233: Described steps for use the package with plone-3.0.

........

r3982 | olha | 2010-10-29 13:16:55 +0300 (Fri, 29 Oct 2010) | 1 line


doc files corrected a bit

........

r3983 | olha | 2010-10-29 13:20:45 +0300 (Fri, 29 Oct 2010) | 1 line


wrong line spacing corrected

........

r3994 | mylan | 2010-11-01 16:59:34 +0200 (Mon, 01 Nov 2010) | 1 line


Removed devloper settings of the package configuration

........

  • Property svn:eol-style set to native
File size: 4.5 KB
Line 
1Changelog
2=========
3
44.0.3 (2010-11-01)
5------------------
6
7* merged changes from 3.0.7 version into 4.0 version
8  [mylan]
9
10
113.0.7 (2010-10-20)
12------------------
13
14* Removed lynx dependency,
15  fixed http://plone.org/products/plone-seo/issues/28 issue.
16  [mylan]
17* Added 'External keywords test' option to SEO configlet.
18  Keyword validation can occur against HTML produced by Plone
19  itself or against one processed externally with Deliverance/xdv.
20  [mylan]
21
22
234.0.1 (2010-08-04)
24------------------
25
26* Removed tabindex form tags attributes
27  from seo-context view
28  [mylan]
29
30
314.0 (2010-06-02)
32----------------
33
34* Release 4.0 version for Plone-4.X
35
36
373.0.5 (2010-05-15)
38------------------
39
40* Fix version issue in metadata.xml [crchemist]
41
42
433.0.4 (2010-05-05)
44------------------
45
46* Added overrides.zcml for BBB http://plone.org/products/plone-seo/issues/19,
47  http://plone.org/products/plone-seo/issues/23 [mylan]
48* Prevent view breakage for context, which canonical url can't be calculated for
49  http://plone.org/products/plone-seo/issues/22 [mylan]
50* Fixed security issue for SEO Property action and view
51  http://plone.org/products/plone-seo/issues/24
52  [crchemist, mylan]
53
54
553.0.1 (2010-04-29)
56------------------
57
58* Bad title tag definition fixed http://plone.org/products/plone-seo/issues/20 [crchemist]
59
603.0 (2010-04-20)
61----------------
62
63* Drop global keywords functionality [mylan]
64* Fix performance issues [mylan]
65* Reviewed, updated tests [mylan]
66* Moved all metatags list into htmlhead viewletmanager [mylan]
67* Added advanced tab to seo configlet [mylan]
68* Rewrite seo configlet - use standard plone configlet approach [mylan]
69* Use collective.monkeypatcher package for listMetatags patch [liebster]
70* Killed accessors usage in 'metatags order' property [liebster]
71* Changed management of 'SEO' tab visiblity for different portal types [liebster]
72* Implemented migration to new version [liebster]
73* Cleanup code [mylan]
74* Extend package's requirements, register in z3c.autoinclude entry-point [mylan]
75* Translations rebuilt [mylan]
76* Typo in fields description of seo_configlet fixed [mylan]
77* Ukrainian translations updated [mylan]
78
792.3.4 (2010-03-30)
80------------------
81
82* Fixed bugs with using domain by custom content type.
83* Missing icon added
84
85
862.3.3 (2010-02-22)
87------------------
88
89* Fixed content types translation
90
91
922.3.2 (2010-02-16)
93------------------
94
95* Removed the broken keywords filtering code (fixed the issue #10 decode error) [chervol]
96
97
982.3.0 (2010-02-08)
99------------------
100
101* Added condition install or reinstall package [liebster]
102* Added filter keywords by their availability in content [liebster]
103* Added settings to control Plone categories and global SEO keywords behaviour [liebster]
104* Added settings to control Plone global SEO keywords vs local SEO keywords behaviour [liebster]
105
106
1072.2.0 (2010-01-06)
108------------------
109
110* Refactor seo_context_properties cpy script to browser view [liebster]
111* Added search numbers of keywords at page [liebster]
112
113
1142.1.1 (2009-11-09)
115------------------
116
117* Fixed bug of meta-tags absence for folderish objects [mylan]
118
119
1202.1.0 (2009-10-21)
121------------------
122
123* Added metatags order feature, which is managed by metatags_order property of of configlet [liebster]
124* Resolved metatags duplication [liebster]
125
126
1272.0.9 (2009-09-10)
128------------------
129
130* Fixed bugs in metatags viewlet [liebster]
131
132
1332.0.8 (2009-07-28)
134------------------
135
136* Added use of default meta tags from the control panel in metatags viewlet [liebster]
137
138
1392.0.7 (2009-07-25)
140------------------
141
142* Fix url action in qseo_properties_edit_form [liebster]
143
144
1452.0.6 (2009-05-19)
146------------------
147
148* Fix page title tag, now it is not duplicated in case site and current page have equal titles [piv]
149
150
1512.0.5 (2009-04-03)
152------------------
153
154* Fix seoptimizer intrusion before installation to plone instance [mylan]
155* Fix base url for folderish objects [mylan]
156* Bind viewlets to specific layer and set viewlets order for all skins. [mylan]
157
158
1592.0.4 (2009-03-31)
160------------------
161
162* Canonical url support added [mylan]
163* Custom script viewlets in html head added
164
1652.0.2 (2009-03-06)
166------------------
167
168* Uninstallation package profile title added
169* REAME.txt and INSTALL.txt changed, text format ready for PyPi
170
171
1722.0.1 (2009-02-16)
173------------------
174
175* Formatted text in docs for PyPi
176
177
1782.0.0 (2009-02-11)
179------------------
180
181* Some refactoring of product was done, some python script are moved to zope 3 views.
182  Also all main parts of html head section were moved to viewlets and now can easily be
183  reordered.
184
185
1861.5.1
187-----
188
189* Support of additional keywords added.
Note: See TracBrowser for help on using the repository browser.