Log of /contributions/modules/copyright/copyright.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13.4.26 -
(
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.13.4.25: +21 -5 lines
Diff to
previous 1.13.4.25
, to
branch point 1.13
#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.15 -
(
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.14: +292 -322 lines
Diff to
previous 1.14
#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.13.4.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 25 10:44:34 2007 UTC
(2 years, 8 months ago)
by
robrechtj
Branch:
DRUPAL-5
Changes since
1.13.4.8: +18 -17 lines
Diff to
previous 1.13.4.8
, to
branch point 1.13
#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.14
Sun Feb 25 07:57:14 2007 UTC
(2 years, 8 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.13: +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.12 -
(
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.11: +105 -128 lines
Diff to
previous 1.11
- 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.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 17 13:19:12 2006 UTC
(3 years, 3 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.10: +21 -44 lines
Diff to
previous 1.10
- cleanup some texts
- no more hook_footer : the site-copyright block can be displayed there
- no need for extra <div> inside theme_copyright_footer(), the necessary CSS hooks are in place
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 17 09:53:06 2006 UTC
(3 years, 3 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.9: +60 -20 lines
Diff to
previous 1.9
more standard admin/copyright/list page where you can set the default copyright to use
(modelled after admin/filters)
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Aug 10 21:46:17 2006 UTC
(3 years, 3 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.7: +467 -376 lines
Diff to
previous 1.7
- #19061: drupal 4.7 version (first try)
- issue remaining: the book exception does not work as expected
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 18 23:55:06 2005 UTC
(4 years, 10 months ago)
by
veridicus
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Changes since
1.4: +56 -43 lines
Diff to
previous 1.4
- Edit of node license only allowed by node author or "administer copyright"
permission
- Moved all display formatting into CSS
- Made the CSS styling a little nicer
- Load node license info at the point it's required to fix form problems
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.