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

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

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


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Feb 14 15:28:35 2007 UTC (2 years, 9 months ago) by jhriggs
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-5--1-1, DRUPAL-5--1-2, DRUPAL-5--1-3, DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8, DRUPAL-5--1-81, DRUPAL-5--1-9, DRUPAL-5--1-90, DRUPAL-5--1-91, DRUPAL-6--1-1, DRUPAL-6--1-1-ALPHA1, DRUPAL-6--1-1-ALPHA2, DRUPAL-6--1-1-ALPHA3, DRUPAL-6--1-1-ALPHA4, DRUPAL-6--1-1-ALPHA5, DRUPAL-6--1-2, DRUPAL-6--1-21, DRUPAL-6--1-3, DRUPAL-6--1-30, DRUPAL-6--1-40, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1, DRUPAL-7--1
Changes since 1.8: +6 -11 lines
Diff to previous 1.8
  - 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

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon May 22 16:36:27 2006 UTC (3 years, 6 months ago) by jhriggs
Branch: MAIN
Changes since 1.7: +0 -0 lines
Diff to previous 1.7
merged from DRUPAL-4-7

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon May 22 14:36:19 2006 UTC (3 years, 6 months ago) by jhriggs
Branch: MAIN
Changes since 1.6: +11 -6 lines
Diff to previous 1.6
merge from DRUPAL-4-7

Revision 1.6.2.1 - (view) (download) (annotate) - [select for diffs]
Mon May 22 14:35:09 2006 UTC (3 years, 6 months ago) by jhriggs
Branch: DRUPAL-4-7
Changes since 1.6: +11 -6 lines
Diff to previous 1.6 , to next main 1.9
  - release 4.7r2/2006052200
  - quotes.module
    - moved admin menus from admin/quotes to admin/settings/quotes
    - optimized several queries to improve performance (addresses bugs
      64584 and 63062 reported by Taran and red_eye, respectively)
  - quotes.install
    - fixed PRIMARY KEY on quotes table
    - added indexes on nid and promote in quotes table
  - INSTALL.txt
    - changed admin path
    - added note to check update.php

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed May 10 02:28:01 2006 UTC (3 years, 6 months ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.5: +14 -12 lines
Diff to previous 1.5
  - release 4.7r1/2006050900
  - quotes.module
    - updated for 4.7
    - updated coding style to more-closely resemble Drupal's standards
    - anonymous users can create/maintain quotes (addresses bug 19455
      submitted by John Callaghan)
    - added 'create quotes' and 'import quotes' permissions for
      finer-grained control
    - quotes now maintain node revisions
  - quotes.install
    - new install file
    - performs database UTF-8 update
    - adds vid column and changes primary key on quotes table for
      revision-handling
    - creates {quotes}_bid_seq sequence for pgsql (addresses bug 7640)
  - INSTALL.txt
    - updated permissions
    - updated for quotes.install
  - install.inc: removed; replaced by quotes.install

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 03:19:13 2005 UTC (4 years, 8 months ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
  - release 4.6r1/2005022601
  - quotes.module: updated for 4.6 (addresses bugs 13376, 13374,
    and 16385 reported by TDobes and 17631 reported by Anonymous)

Revision 1.3.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 00:44:32 2005 UTC (4 years, 8 months ago) by jhriggs
Branch: DRUPAL-4-5
Changes since 1.3.2.1: +4 -4 lines
Diff to previous 1.3.2.1 , to branch point 1.3 , to next main 1.9
  - release 4.5r4/2005022600
  - install.inc
    - initial install now clears menu cache and redirects to quotes
      admin page (so menus display properly)
    - added block type field to table definition
  - quotes.module
    - corrected feeds (addresses bug 161127 reported by crazybooks)
    - corrected upgrade import of quotes with multiple lines
      (addresses bug 13883 reported by mousse-man)
    - theme_quotes_page() returns its output rather than printing it
    - blocks can now be configured to display the most recent quote in
      addition to a random quote (addresses feature 16983 requested by
      sethcohn)
  - README.txt, INSTALL.txt: updated with information about displaying
    most recent quote in blocks

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 03:26:40 2004 UTC (5 years ago) by jhriggs
Branch: MAIN
Changes since 1.3: +7 -6 lines
Diff to previous 1.3
merge from DRUPAL-4-5

Revision 1.3.2.1 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 03:21:57 2004 UTC (5 years ago) by jhriggs
Branch: DRUPAL-4-5
Changes since 1.3: +7 -6 lines
Diff to previous 1.3
2004-11-17
  - release 4.5r3/2004111700
  - install.inc: upgrade now deletes pre-4.5 random quotes block from
    blocks table
  - INSTALL.txt: added note about upgrading 1000 quotes at a time

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Nov 12 02:44:00 2004 UTC (5 years ago) by jhriggs
Branch: MAIN
Branch point for: DRUPAL-4-5
Changes since 1.2: +24 -36 lines
Diff to previous 1.2
2004-11-11
  - release 4.5r1/2004111100 (versioning changed to better coincide
    with Drupal versions)
  - quotes.module
    - updated for 4.5 (addresses task 8662 created by JonBob)
    - quotes are now nodes (addresses feature 9205 requested by jbc
      and most of the items in feature 5242 requested by joe lombardo)
    - quotes have feeds
    - author is no longer a required field (addresses feature 7925
      requested by erikhopp)
    - fortune files can now be imported (address feature 3748
      requested by me on behalf of adrian)
    - administrators can define any number of random quote blocks that
      can be configured to restrict the quotes displayed based on node
      IDs, roles, users, and/or categories/terms
    - the display of individual quotes and pages of quotes is
      themeable via theme_quotes_quote() and theme_quotes_page(),
      respectively
  - install.inc: new PHP file that handles table creation and
    installation
  - INSTALL.txt, README.txt: updated for node implementation and
    multiple blocks
  - TODO.txt: removed all three entries addressed by this release

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 13:29:08 2004 UTC (5 years, 1 month ago) by jhriggs
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
updated for .txt extensions

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 13:26:46 2004 UTC (5 years, 1 month ago) by jhriggs
Branch: MAIN
- Renaming CHANGELOG, CREDITS, INSTALL, LICENSE, TODO to have .txt
  extension.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2