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
RevLine 
[588]1Changelog
2=========
[427]3
[2958]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
[2723]234.0.1 (2010-08-04)
24------------------
25
26* Removed tabindex form tags attributes
27  from seo-context view
28  [mylan]
29
30
[2444]314.0 (2010-06-02)
[2437]32----------------
33
34* Release 4.0 version for Plone-4.X
35
36
[2314]373.0.5 (2010-05-15)
38------------------
39
40* Fix version issue in metadata.xml [crchemist]
41
42
[2253]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
[2438]51  http://plone.org/products/plone-seo/issues/24
[2253]52  [crchemist, mylan]
53
54
[2219]553.0.1 (2010-04-29)
56------------------
[2211]57
[2219]58* Bad title tag definition fixed http://plone.org/products/plone-seo/issues/20 [crchemist]
[2211]59
[2172]603.0 (2010-04-20)
[2141]61----------------
62
[2153]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]
[2141]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)
[1805]80------------------
81
[2141]82* Fixed bugs with using domain by custom content type.
83* Missing icon added
[1805]84
85
[1802]862.3.3 (2010-02-22)
[1793]87------------------
88
[2141]89* Fixed content types translation
[1793]90
91
[1751]922.3.2 (2010-02-16)
[1668]93------------------
94
[2141]95* Removed the broken keywords filtering code (fixed the issue #10 decode error) [chervol]
[1668]96
97
[1665]982.3.0 (2010-02-08)
[1545]99------------------
100
[2141]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]
[1545]105
106
[1530]1072.2.0 (2010-01-06)
[1492]108------------------
109
[2141]110* Refactor seo_context_properties cpy script to browser view [liebster]
111* Added search numbers of keywords at page [liebster]
[1492]112
113
[1371]1142.1.1 (2009-11-09)
115------------------
116
[2141]117* Fixed bug of meta-tags absence for folderish objects [mylan]
[1371]118
119
[1352]1202.1.0 (2009-10-21)
[1308]121------------------
122
[2141]123* Added metatags order feature, which is managed by metatags_order property of of configlet [liebster]
124* Resolved metatags duplication [liebster]
[1313]125
[1308]126
[1276]1272.0.9 (2009-09-10)
[1261]128------------------
[627]129
[2141]130* Fixed bugs in metatags viewlet [liebster]
[1261]131
[1308]132
[1183]1332.0.8 (2009-07-28)
134------------------
135
[2141]136* Added use of default meta tags from the control panel in metatags viewlet [liebster]
[1183]137
138
[1162]1392.0.7 (2009-07-25)
140------------------
141
[2141]142* Fix url action in qseo_properties_edit_form [liebster]
[1162]143
144
[1052]1452.0.6 (2009-05-19)
[962]146------------------
147
[2141]148* Fix page title tag, now it is not duplicated in case site and current page have equal titles [piv]
[962]149
150
[960]1512.0.5 (2009-04-03)
[901]152------------------
153
[2141]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]
[901]157
158
[899]1592.0.4 (2009-03-31)
160------------------
161
[2141]162* Canonical url support added [mylan]
[1144]163* Custom script viewlets in html head added
[899]164
[1144]1652.0.2 (2009-03-06)
166------------------
[899]167
[1144]168* Uninstallation package profile title added
[728]169* REAME.txt and INSTALL.txt changed, text format ready for PyPi
170
171
[1144]1722.0.1 (2009-02-16)
173------------------
[627]174
[1144]175* Formatted text in docs for PyPi
[627]176
177
[1144]1782.0.0 (2009-02-11)
179------------------
[588]180
[613]181* Some refactoring of product was done, some python script are moved to zope 3 views.
[1144]182  Also all main parts of html head section were moved to viewlets and now can easily be
[613]183  reordered.
[427]184
[627]185
[1144]1861.5.1
187-----
[427]188
[1144]189* Support of additional keywords added.
Note: See TracBrowser for help on using the repository browser.