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

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

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


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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Sep 7 18:26:23 2009 UTC (2 months, 2 weeks ago) by nancyw
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Latest from Charles Mattice.

Revision 1.6.4.2 - (view) (download) (annotate) - [select for diffs]
Tue Feb 10 17:07:14 2009 UTC (9 months, 1 week ago) by nancyw
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3, DRUPAL-6--1-30, DRUPAL-6--1-40
Changes since 1.6.4.1: +2 -47 lines
Diff to previous 1.6.4.1 , to branch point 1.6 , to next main 1.7
Updated README.txt to point to docs pages.

Revision 1.6.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Feb 10 17:07:05 2009 UTC (9 months, 1 week ago) by nancyw
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-9, DRUPAL-5--1-90, DRUPAL-5--1-91
Changes since 1.6: +3 -32 lines
Diff to previous 1.6 , to next main 1.7
Updated README.txt to point to docs pages.

Revision 1.6.4.1 - (view) (download) (annotate) - [select for diffs]
Sat Apr 12 03:33:38 2008 UTC (19 months, 2 weeks ago) by nancyw
Branch: DRUPAL-6--1
CVS Tags: 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
Changes since 1.6: +17 -1 lines
Diff to previous 1.6
Initial 6.x support

Revision 1.6 - (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
Branch point for: DRUPAL-5, DRUPAL-6--1, DRUPAL-7--1
Changes since 1.5: +4 -7 lines
Diff to previous 1.5
  - 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.5 - (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.4: +3 -8 lines
Diff to previous 1.4
  - 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.4 - (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.3: +4 -4 lines
Diff to previous 1.3
  - 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.1 - (view) (download) (annotate) - [select for diffs]
Sun Feb 27 00:18:30 2005 UTC (4 years, 8 months ago) by jhriggs
Branch: DRUPAL-4-5
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 , to next main 1.7
  - 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.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: +19 -15 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: +8 -8 lines
Diff to previous 1.1
updated for .txt extensions

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Oct 13 13:01:42 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:

find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;

I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.

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