Changeset 2970 in products
- Timestamp:
- Nov 2, 2010 2:31:46 PM (16 years ago)
- Location:
- quintagroup.seoptimizer/trunk
- Files:
-
- 9 edited
-
. (modified) (2 props)
-
README.txt (modified) (5 diffs)
-
docs/HISTORY.txt (modified) (2 diffs)
-
docs/INSTALL.txt (modified) (4 diffs)
-
quintagroup/seoptimizer/browser/configure.zcml (modified) (1 diff)
-
quintagroup/seoptimizer/browser/templates/seo_context_properties.pt (modified) (1 diff)
-
quintagroup/seoptimizer/profiles/default/metadata.xml (modified) (1 diff)
-
quintagroup/seoptimizer/tests/testBugs.py (modified) (1 diff)
-
setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.seoptimizer/trunk
- Property svn:mergeinfo
-
old new 1 /quintagroup.seoptimizer/branches/plone4:2436-2723,2959-2968 1 2 /quintagroup.seoptimizer/branches/refactoring2.3.0:1776-2133
-
- Property svnmerge-integrated changed from /quintagroup.seoptimizer/branches/plone4:1-3474 /quintagroup.seoptimizer/branches/refactoring2.3.0:1-3174 to /quintagroup.seoptimizer/branches/plone4:1-4008 /quintagroup.seoptimizer/branches/refactoring2.3.0:1-3174
- Property svn:mergeinfo
-
quintagroup.seoptimizer/trunk/README.txt
r2944 r2970 1 Quintagroup Search Engine Optimization Tool 2 ============ ===============================1 Introduction 2 ============ 3 3 4 This productwas created to enhance SE visibility of Plone sites.4 quintagroup.seoptimizer was created to enhance SE visibility of Plone sites. 5 5 6 6 … … 22 22 * META Disposition tag 23 23 24 * Canonical URl (http://projects.quintagroup.com/products/wiki/qSEOptimizer#CanonicalURL24 * Canonical URl http://projects.quintagroup.com/products/wiki/qSEOptimizer#CanonicalURL 25 25 26 26 For Title, description keywords and comment you have statistics (total/stop/used words, field length counter). 27 27 28 IMPORTANT 29 --------- 30 31 **Starting from 3.0 release - quintagroup.seoptimizer package does not need 'overrides.zcml' file. So please remove 'quintagroup.seoptimizer-overrides' line from your buildout's ZCML area.** 28 32 29 33 Usage … … 48 52 ------------ 49 53 50 * Plone 3.x, Plone 4 .054 * Plone 3.x, Plone 4 51 55 52 56 quintagroup.seoptimizer requires plone.browserlayer package to be installed in your site. plone.browserlayer package is shipped with Plone >= 3.1 and thus you don't need anything extra when you have that version of Plone. … … 84 88 * For Plone 2.x versions - use Plone SEO 1.7.1 release http://plone.org/products/plone-seo/releases/1.7.1 85 89 90 86 91 Links 87 92 ----- 88 93 89 Watch Plone SEO screencast (http://quintagroup.com/cms/screencasts/plone-seo)to learn how to install and set up Plone SEO on a buildout-based Plone instance for Plone 3.2 or above.94 Watch Plone SEO screencast http://quintagroup.com/cms/screencasts/plone-seo to learn how to install and set up Plone SEO on a buildout-based Plone instance for Plone 3.2 or above. 90 95 91 96 … … 95 100 * Myroslav Opyr 96 101 97 * Volodymyr Romaniuk 102 * Andriy Mylenkyy 103 104 * Volodymyr Cherepanyak 105 106 * Vitaliy Podoba 107 108 * Taras Melnychuk 98 109 99 110 * Mykola Kharechko 100 111 101 * Vitaliy Podoba102 103 * Volodymyr Cherepanyak104 105 * Taras Melnychuk106 107 112 * Vitaliy Stepanov 108 113 109 * Andriy Mylenkyy114 * Volodymyr Romaniuk 110 115 111 -
quintagroup.seoptimizer/trunk/docs/HISTORY.txt
r2934 r2970 12 12 itself or against one processed externally with Deliverance/xdv. 13 13 [mylan] 14 15 16 4.0.1 (2010-08-04) 17 ------------------ 18 19 * Removed tabindex form tags attributes 20 from seo-context view 21 [mylan] 22 23 24 4.0 (2010-06-02) 25 ---------------- 26 27 * Release 4.0 version for Plone-4.X 14 28 15 29 … … 28 42 http://plone.org/products/plone-seo/issues/22 [mylan] 29 43 * Fixed security issue for SEO Property action and view 30 http://plone.org/products/plone-seo/issues/2 344 http://plone.org/products/plone-seo/issues/24 31 45 [crchemist, mylan] 32 46 -
quintagroup.seoptimizer/trunk/docs/INSTALL.txt
r2475 r2970 7 7 Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this: 8 8 9 * Add ``quintagroup.seoptimizer`` to the list of eggs to install, e.g.: :9 * Add ``quintagroup.seoptimizer`` to the list of eggs to install, e.g.: 10 10 11 11 For Plone 4 - in your buildout.cfg file write:: … … 17 17 quintagroup.seoptimizer >=4.0 18 18 19 19 20 For Plone 3 - in your buildout.cfg file write:: 20 21 … … 24 25 ... 25 26 quintagroup.seoptimizer >3.0,<4.0 27 26 28 27 29 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: … … 74 76 75 77 * Run the reinstall procedure: visit "Site Setup" -> "Add-ons" control panel in your Plone site, where you have to press quintagroup.seoptimizer button next to Upgrade. (The same can be done with quickinstaller via ZMI: at /portal_quickinstaller/manage_installProductsForm: check the seoptimizer box and press Reinstall button.) This is an essential step as new version of product introduces new persistent settings and ways to migrate settings/content from old to new version. 78 -
quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/browser/configure.zcml
r2249 r2970 85 85 attribute="checkVisibilitySEOAction" 86 86 layer=".interfaces.IPloneSEOLayer" 87 permission="zope 2.Public"87 permission="zope.Public" 88 88 /> 89 89 -
quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/browser/templates/seo_context_properties.pt
r2593 r2970 39 39 <form name="edit_form" action="." method="post" enctype="multipart/form-data" 40 40 tal:attributes="action string:${context/absolute_url}/@@seo-context-properties" > 41 <!-- <form name="edit_form" 42 action="" 43 method="post" 44 tal:attributes="action string:${here/absolute_url}/${template/getId}">--> 41 45 42 <fieldset> 46 43 <legend i18n:domain="plone" i18n:translate="legend_item_properties"> -
quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/profiles/default/metadata.xml
r2314 r2970 1 1 <?xml version="1.0"?> 2 2 <metadata> 3 <version> 3.0.5</version>3 <version>4.0.3</version> 4 4 </metadata> -
quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/tests/testBugs.py
r2440 r2970 134 134 self.member_auth = '%s:%s'%(member_id, test_pswd) 135 135 self.editor_auth = '%s:%s'%(editor_id, test_pswd) 136 137 136 self.portal_url = '/'.join(self.portal.getPhysicalPath()) 138 139 137 140 138 def test_not_break(self): -
quintagroup.seoptimizer/trunk/setup.py
r2935 r2970 6 6 from setuptools import setup, find_packages 7 7 8 9 version = '3.0.7' 8 version = '4.0.1' 10 9 11 10 setup(name='quintagroup.seoptimizer', … … 38 37 'quintagroup.canonicalpath>=0.6', 39 38 'collective.monkeypatcher', 39 #'Plone >= 4.0a', 40 40 # -*- Extra requirements: -*- 41 41 ],
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/common/qtrac_logo.png)