/[drupal]/contributions/modules/quotes/INSTALL.txt
ViewVC logotype

Contents of /contributions/modules/quotes/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.9 - (show annotations) (download)
Wed Feb 14 15:28:35 2007 UTC (2 years, 9 months ago) by jhriggs
Branch: MAIN
CVS Tags: DRUPAL-5--1-81, DRUPAL-6--1-1-ALPHA5, DRUPAL-6--1-1-ALPHA4, DRUPAL-6--1-1-ALPHA1, DRUPAL-6--1-1-ALPHA3, DRUPAL-6--1-1-ALPHA2, DRUPAL-6--1-40, DRUPAL-5--1-9, DRUPAL-5--1-8, DRUPAL-6--1-21, DRUPAL-5--1-5, DRUPAL-5--1-4, DRUPAL-5--1-7, DRUPAL-5--1-6, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-3, DRUPAL-5--1-91, DRUPAL-5--1-90, DRUPAL-6--1-30, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1, DRUPAL-7--1
Changes since 1.8: +6 -11 lines
File MIME type: text/plain
  - release 5.x-1.0
  - quotes.module
    - updated for Drupal 5 (addresses task 106880 created by dgrant)
    - added "Update every x minutes/hours/days/weeks" for blocks
      handled by hook_cron() and in hook_block() for 'view' op
      (addresses feature 65246 requested by Tim99)
    - removed block title - use name instead
    - moved all block configuration into the standard configuration
      provided by block.module (i.e. use 'configure' and 'save' ops of
      hook_block())
  - quotes.info: new file
  - quotes.install: remove title, add cron fields to quotes_blocks
  - INSTALL.txt, README.txt: updated for Drupal 5 changes
1 quotes.module
2 INSTALL.txt
3 $Id: INSTALL.txt,v 1.8 2006/05/22 16:36:27 jhriggs Exp $
4
5 For a new installation, copy the entire quotes module directory to the
6 appropriate module directory within your Drupal installation. Then log
7 into your site, enable the quotes module on the admin/build/modules
8 page, set permissions as desired on admin/user/access#module-quotes,
9 and go to the admin/settings/quotes page to create and configure the
10 quote blocks.
11
12 When upgrading from a previous version of the quotes module, log into
13 your site as administrative user 1, replace the existing quotes module
14 directory with the new one, and then go to the /update.php page to
15 check for and run any necessary upgrades for the quotes module.
16
17 If you are upgrading from a pre-4.5 version, you will need to export
18 and re-import your existing quotes from your pre-4.5 database or
19 upgrade to Drupal 4.6, to 4.7, and then to 5.
20
21 The quotes module has five permissions:
22
23 * administer quotes:
24 allows users to administer the quotes module and
25 create/configure/delete quote blocks
26 * create quotes:
27 allows users to create quotes (they cannot edit quotes without the
28 'edit own quotes' permisssion)
29 * import quotes:
30 allows users to import quotes (they cannot edit quotes without the
31 'edit own quotes' permission)
32 * edit own quotes:
33 allows users to create, edit, and delete quotes
34 * promote quotes to block:
35 allows users to promote their quotes so that they will appear in
36 any defined quote blocks

  ViewVC Help
Powered by ViewVC 1.1.2