Changeset 2484 in products


Ignore:
Timestamp:
Jun 4, 2010 1:18:10 PM (14 years ago)
Author:
olha
Message:

doc files updated

Location:
quintagroup.plonecomments/trunk/docs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecomments/trunk/docs/HISTORY.txt

    r2483 r2484  
    55================== 
    66 
    7 - Fixed issue #3 [kroman0] 
     7- Fixed issues #2 & #3 http://plone.org/products/plone-comments/issues [kroman0] 
    88 
    9 - Fixed issue #2 'Disabling comments for anonymous also disables for Authenticated' [kroman0] 
     9- Added icon_expr for qPloneComments configlet and anchor for comments [kroman0] 
    1010 
    11 - Removed version.txt [kroman0] 
    12  
    13 - Fixed configlet templates [kroman0] 
    14  
    15 - Added anchor for comments [kroman0] 
    16  
    17 - Fixed pending state styles and translation [kroman0] 
    18  
    19 - Updated translation [kroman0] 
    20  
    21 - Fixed translation for edit form and email subject [kroman0] 
     11- Fixed tests, validating email & validation scripts parameters, configlet & report_abuse_template templates [kroman0] 
    2212 
    2313- Fixed AjaxReportAbuse for anonymous [kroman0] 
    2414 
    25 - Fixed tests [kroman0] 
     15- Fixed email message charset in Plone4 & global variables in templates for Plone4 [kroman0] 
    2616 
    27 - Fixed email message charset in Plone4 [kroman0] 
    28  
    29 - Fixed validating email [kroman0] 
    30  
    31 - Fixed global variables in templates for Plone4, fixed some translation messages and preferences forms condition [kroman0] 
    32  
    33 - Fixed report_abuse_template [kroman0] 
     17- Fixed InitializeClass and md5 for Plone4(python2.6) [kroman0] 
    3418 
    3519- Fixed target url for discussion_publish_comment [kroman0] 
    3620 
    37 - Fixed validation scripts parameters [kroman0] 
    38  
    39 - Added icon_expr for qPloneComments configlet [kroman0] 
    40  
    4121- Fixed MailHostb secureSend call [kroman0] 
    4222 
    43 - Fixed InitializeClass and md5 for Plone4(python2.6) [kroman0] 
    44  
    45 - Fixed pt-br locale [kroman0] 
     23- Fixed translations and pt-br locale [kroman0] 
    4624 
    47254.1.2 (2010-01-27) 
  • quintagroup.plonecomments/trunk/docs/INSTALL.txt

    r1233 r2484  
    1 =========================== 
    2 Installation/Uninstallation 
    3 =========================== 
     1Installation 
     2============ 
    43 
    5 Installation 
    6 ------------ 
     4Buildout 
     5-------- 
    76 
    8 To install quintagroup.plonecomments into the global Python environment (or a workingenv), 
    9 using a traditional Zope 2 instance, you can do this: 
    10  
    11 * Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 
    12  
    13 * Creare a file called ``quintagroup.plonecomments-configure.zcml`` in the 
    14   */path/to/instance/etc/package-includes* directory. The file should 
    15   only contain this:: 
    16  
    17     <include package="quintagroup.plonecomments" file="configure.zcml" /> 
    18  
    19 * Create a file called ``quintagroup.plonecomments-overrides.zcml`` into the   */path/to/instance/etc/package-includes* directory. The file should 
    20   only contain this:: 
    21  
    22   <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
    23  
    24 * Restart the Zope server, for example, with the following command in the terminal:: 
    25  
    26    $ ./bin/zopectl restart 
    27  
    28 Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 
     7If you are using zc.buildout and the plone.recipe.zope2instance 
    298recipe to manage your project, you can do this: 
    309 
     
    6443  in the Plone Add-on Products Control Panel. 
    6544 
     45Traditional Zope 2 Instance 
     46--------------------------- 
     47 
     48To install quintagroup.plonecomments into the global Python environment (or a workingenv), 
     49using a traditional Zope 2 instance, you can do this: 
     50 
     51* Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 
     52 
     53* Creare a file called ``quintagroup.plonecomments-configure.zcml`` in the 
     54  */path/to/instance/etc/package-includes* directory. The file should 
     55  only contain this:: 
     56 
     57    <include package="quintagroup.plonecomments" file="configure.zcml" /> 
     58 
     59* Create a file called ``quintagroup.plonecomments-overrides.zcml`` into the   */path/to/instance/etc/package-includes* directory. The file should 
     60  only contain this:: 
     61 
     62  <include package="quintagroup.plonecomments" file="overrides.zcml" /> 
     63 
     64* Restart the Zope server, for example, with the following command in the terminal:: 
     65 
     66   $ ./bin/zopectl restart 
     67 
    6668 
    6769Uninstallation 
    68 -------------- 
     70============== 
    6971 
    7072* To uninstall quintagroup.plonecomments - select ``quintagroup.plonecomments uninstall`` 
Note: See TracChangeset for help on using the changeset viewer.