Log of /contributions/modules/quotes/quotes.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 15 17:09:29 2008 UTC
(17 months, 1 week ago)
by
nancyw
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-6
Changes since
1.4.2.4: +165 -18 lines
Diff to
previous 1.4.2.4
, to
branch point 1.4
#262623 by NancyDru for c-c-m - corrected some missing t's.
#262632 by NancyDru for c-c-m - added author biography feature.
#262635 by NancyDru for c-c-m - fixed author field setting after bios addition.
#265272 by NancyDru for TallDavid - fixed error on timed blocks.
#270812 by NancyDru for scotese - decode HTML special characters.
Add CSS file to suggest formatting.
Add permissions link in help for general settings page.
Revision
1.4.2.2.2.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 15 17:09:13 2008 UTC
(17 months, 1 week ago)
by
nancyw
Branch:
DRUPAL-6--1
CVS Tags:
DRUPAL-6--1-1-ALPHA5
Changes since
1.4.2.2.2.3: +142 -6 lines
Diff to
previous 1.4.2.2.2.3
, to
branch point 1.4.2.2
#262623 by NancyDru for c-c-m - corrected some missing t's.
#262632 by NancyDru for c-c-m - added author biography feature.
#262635 by NancyDru for c-c-m - fixed author field setting after bios addition.
#265272 by NancyDru for TallDavid - fixed error on timed blocks.
#270812 by NancyDru for scotese - decode HTML special characters.
Add CSS file to suggest formatting.
Add permissions link in help for general settings page.
Revision
1.4.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 8 01:47:47 2008 UTC
(19 months, 2 weeks ago)
by
nancyw
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-2
Branch point for:
DRUPAL-6--1
Changes since
1.4.2.1: +154 -40 lines
Diff to
previous 1.4.2.1
, to
branch point 1.4
#63674 by nancyw for beginner - changed My Quotes menu item.
#71263 by nancyw for JoshuaRogers - added export capability.
#125389 by nancyw for ekrispin - changed quotes class in hook_user.
#157041 by nancyw - added citation.
#155921 by nancyw - added author and citation to Views.
#165806 by nancyw for fantux - corrected Postgres install.
#189285 by nancyw for yngens - added "View" link to blocks.
#187734 by nancyw - count nodes on import.
#234905 by nancyw for softtouch - added "Edit" link.
#242250 by nancyw - uninstall deletes quote nodes.
- added "Add another quote" link.
- format clean ups, Coder flags.
- added nodes per page setting.
- added translation template.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
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
Branch point for:
DRUPAL-5
Changes since
1.3: +39 -7 lines
Diff to
previous 1.3
- 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.1.2.1 -
(
view)
(
download)
(
as text)
(
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.1: +35 -8 lines
Diff to
previous 1.1
, to
next main 1.7
- 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.1 -
(
view)
(
download)
(
as text)
(
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
- 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
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.