Log of /contributions/modules/copyright/copyright.install
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4.4.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Aug 9 07:27:48 2008 UTC
(15 months, 2 weeks ago)
by
robrechtj
Branch:
DRUPAL-5
Changes since
1.4.4.10: +2 -1 lines
Diff to
previous 1.4.4.10
, to
branch point 1.4
#188759 : toggle default node display
#159819 : copyright being shown in the teaser
There is a per-node-type setting that allows users to change the display
options for the copyright license on full node views and teasers. See
README.txt.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Aug 8 19:51:37 2008 UTC
(15 months, 2 weeks ago)
by
robrechtj
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.5: +171 -91 lines
Diff to
previous 1.5
#222729 : port to Drupal 6. Work in progress!!
TODO:
- copyright.admin.inc : rewrite the forms
- replace some db_query()s with drupal_write_record()
- hook_update() to change BOOL columns (from D5) into (TINY)INT
- general checking and debugging
Revision
1.4.4.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 24 20:11:10 2007 UTC
(2 years, 6 months ago)
by
robrechtj
Branch:
DRUPAL-5
Changes since
1.4.4.5: +4 -2 lines
Diff to
previous 1.4.4.5
, to
branch point 1.4
#146433 : I have no idea why, but it seems that when you enable
copyright module in an install profile, the function _block_rehash()
is not known. Applied an easy fix: testing whether the function exists
before calling it. Thanks snufkin!
Revision
1.4.4.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 25 10:44:34 2007 UTC
(2 years, 9 months ago)
by
robrechtj
Branch:
DRUPAL-5
Changes since
1.4.4.2: +15 -2 lines
Diff to
previous 1.4.4.2
, to
branch point 1.4
#122208 : upgrade to 5.x - enable/disable workflow options for content
types changed so we need to use variable_get('copyright-enable_'.$type)
instead of variable_get('copyright-enable-'.$type). Crappy.
Revision
1.5
Sun Feb 25 07:57:14 2007 UTC
(2 years, 9 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.4: +1 -1 lines
FILE REMOVED
Cleaning out HEAD as one of the possible strategies for using HEAD
effectively. See: http://drupal.org/node/17570 .
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 17 14:39:25 2006 UTC
(3 years, 3 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.2: +15 -1 lines
Diff to
previous 1.2
- instead of the variable 'copyright_nodetypes' we now use 'copyright-enable-$type'
- update hook to rename the variables
- no more need to admin/copyright/configure as we have moved everything away from it:
- enable/disable for content types => workflow settings for that type
- enable/disable site footer => user needs to put block in footer or not
- default copyright => merged with admin/copyright/list
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 17 13:37:08 2006 UTC
(3 years, 3 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.1: +13 -3 lines
Diff to
previous 1.1
- update tables to utf8 for MySQL
- rehash the blocks (_block_rehash()) so the site copyright displays in the footer right away
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.