/[drupal]/contributions/modules/copyright/copyright.module
ViewVC logotype

Log of /contributions/modules/copyright/copyright.module

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


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

Revision 1.13.4.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 16 18:12:43 2008 UTC (13 months, 1 week ago) by robrechtj
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-8
Changes since 1.13.4.27: +2 -2 lines
Diff to previous 1.13.4.27 , to branch point 1.13 , to next main 1.15
#321744 : typo (INSERT instead of INSERT INTO). Thanks yecarrillo!

Revision 1.13.4.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 08:09:15 2008 UTC (15 months, 2 weeks ago) by robrechtj
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-7
Changes since 1.13.4.26: +47 -3 lines
Diff to previous 1.13.4.26 , to branch point 1.13
#289704 : full text of licenses are available at copyright/XX.

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.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 5 15:47:40 2007 UTC (2 years, 1 month ago) by robrechtj
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-6
Changes since 1.13.4.24: +1 -13 lines
Diff to previous 1.13.4.24 , to branch point 1.13
#140679 : because of some wrong elements in hook_menu(), 404's were turned
into 403's after installing the module. Thanks toemaz.

Revision 1.13.4.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 06:28:24 2007 UTC (2 years, 5 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.23: +3 -5 lines
Diff to previous 1.13.4.23 , to branch point 1.13
moved the code in hook_menu(!$may_cache) which includes the css file. Now
we only include it when we use it.

Revision 1.13.4.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 16:18:27 2007 UTC (2 years, 5 months ago) by robrechtj
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3, DRUPAL-5--1-4, DRUPAL-5--1-5
Changes since 1.13.4.22: +3 -3 lines
Diff to previous 1.13.4.22 , to branch point 1.13
#152345 : a PHP5-only construct found its way into the code. Thanks toemaz!

Revision 1.13.4.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 17 16:16:37 2007 UTC (2 years, 5 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.21: +3 -4 lines
Diff to previous 1.13.4.21 , to branch point 1.13
#152293 : Warning message when switching theme - thanks to toemaz. Didn't
test it yet if it in fact fixes the problem though.

Revision 1.13.4.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 5 08:03:29 2007 UTC (2 years, 5 months ago) by robrechtj
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2
Changes since 1.13.4.20: +20 -1 lines
Diff to previous 1.13.4.20 , to branch point 1.13
implementation of hook_node_type() to keep track and cleanup the type
related variables

Revision 1.13.4.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 10:51:24 2007 UTC (2 years, 5 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.19: +24 -1 lines
Diff to previous 1.13.4.19 , to branch point 1.13
#140022 : allow administrators to assign the same copyright to a set
of nodes (using hook_node_operations()).

Revision 1.13.4.19 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 10:21:38 2007 UTC (2 years, 5 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.18: +93 -4 lines
Diff to previous 1.13.4.18 , to branch point 1.13
#140015 : default copyright per user. Thanks 75th Trombone!

Revision 1.13.4.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 13:56:54 2007 UTC (2 years, 5 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.17: +4 -2 lines
Diff to previous 1.13.4.17 , to branch point 1.13
#148040 : only set the copyright if $node->cpyid is set. This can occur
if the user (without 'administer copyright' permission) edits a node he
doesn't own. Thanks ray007!

Revision 1.13.4.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 09:38:30 2007 UTC (2 years, 6 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.16: +29 -9 lines
Diff to previous 1.13.4.16 , to branch point 1.13
#142598 : support for views module. Some minor teaks. Thanks toemaz!

Revision 1.13.4.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 20:22:05 2007 UTC (2 years, 6 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.15: +49 -1 lines
Diff to previous 1.13.4.15 , to branch point 1.13
#142589: support for views module. Thanks to toemaz. Use with care, not fully
tested yet.

Revision 1.13.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 26 08:15:34 2007 UTC (2 years, 7 months ago) by robrechtj
Branch: DRUPAL-4-7
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 , to next main 1.15
#139128 : typo which made 2 strings untranslatable. Thanks Takafumi!

Revision 1.13.4.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 26 08:14:28 2007 UTC (2 years, 7 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.14: +3 -3 lines
Diff to previous 1.13.4.14 , to branch point 1.13
#139128 : typo which made strings untranslatable. Thanks Takafumi!

Revision 1.13.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 09:17:07 2007 UTC (2 years, 7 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.13: +2 -2 lines
Diff to previous 1.13.4.13 , to branch point 1.13
#137875 : node license is shown even if it is the same as the site
copyright. Thanks a_m_c!

Revision 1.13.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 10:44:52 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.13.4.12: +3 -3 lines
Diff to previous 1.13.4.12 , to branch point 1.13
#122208 : upgrade to 5.x
- copyright delete form fixes

Revision 1.13.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 10:33:47 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.11: +6 -7 lines
Diff to previous 1.13.4.11 , to branch point 1.13
#122208 : upgrade to 5.x
- rather then not showing the 'Delete' button, disable it when needed.

Revision 1.13.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 10:30:32 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.10: +5 -2 lines
Diff to previous 1.13.4.10 , to branch point 1.13
#122208 : upgrade to 5.x
- $node->body => $node->content

Revision 1.13.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 10:19:30 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.9: +11 -11 lines
Diff to previous 1.13.4.9 , to branch point 1.13
#122208 : upgrade to 5.x
- due to the change in placeholders in t(), it is easiest if we change
  %site, %author, %source_url, %year to @site, @author, @source_url,
  @year.

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.13.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 10:20:09 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.7: +10 -9 lines
Diff to previous 1.13.4.7 , to branch point 1.13
#122208 : upgrade to 5.x - t() placeholders changes

Revision 1.13.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 10:00:48 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.6: +20 -10 lines
Diff to previous 1.13.4.6 , to branch point 1.13
#122208 : upgrade to 5.x
- forgot a number of other admin/copyright => admin/content/copyright
- tested admin/content/copyright/list

Revision 1.13.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 09:52:27 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.5: +2 -2 lines
Diff to previous 1.13.4.5 , to branch point 1.13
#122208 : upgrade to 5.x - typo in menu location

Revision 1.13.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 09:49:55 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.4: +3 -3 lines
Diff to previous 1.13.4.4 , to branch point 1.13
#122208 : upgrade to 5.x - as the menu locations changed, so does the
$section in hook_help().

Revision 1.13.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 09:48:40 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.3: +9 -9 lines
Diff to previous 1.13.4.3 , to branch point 1.13
#122208 : upgrade to 5.x
- pull model of drupal_get_form()
- form_render() => drupal_render()

Revision 1.13.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 09:38:32 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.2: +17 -15 lines
Diff to previous 1.13.4.2 , to branch point 1.13
#122208 : upgrade to 5.x - moved admin/copyright to admin/content/copyright.

Revision 1.13.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 09:31:50 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13.4.1: +2 -2 lines
Diff to previous 1.13.4.1 , to branch point 1.13
#122208 : upgrade to 5.x - theme_add_style() => drupal_add_css()

Revision 1.13.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 09:02:04 2007 UTC (2 years, 8 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.13: +1 -4 lines
Diff to previous 1.13
#122208 : upgrade to 5.x - created .info file

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.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 17 15:09:55 2006 UTC (3 years, 3 months ago) by robrechtj
Branch: MAIN
CVS Tags: DRUPAL-4-7--1-0
Branch point for: DRUPAL-4-7, DRUPAL-5
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
added url()

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.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 17 08:36:24 2006 UTC (3 years, 3 months ago) by robrechtj
Branch: MAIN
Changes since 1.8: +22 -15 lines
Diff to previous 1.8
disallow deleting the site-wide copyright

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.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 13 19:06:26 2005 UTC (4 years, 9 months ago) by veridicus
Branch: MAIN
CVS Tags: DRUPAL-4-6--1-0
Branch point for: DRUPAL-4-6
Changes since 1.6: +76 -42 lines
Diff to previous 1.6
Added original author field and option to block children from setting their own license

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 19 00:09:06 2005 UTC (4 years, 10 months ago) by veridicus
Branch: MAIN
Changes since 1.5: +5 -5 lines
Diff to previous 1.5
Replace check_query with db_escape_string

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

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 7 01:10:14 2005 UTC (4 years, 10 months ago) by veridicus
Branch: MAIN
Changes since 1.3: +8 -1 lines
Diff to previous 1.3
Changed license form to an overflow div

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 7 00:45:04 2005 UTC (4 years, 10 months ago) by veridicus
Branch: MAIN
Changes since 1.2: +23 -13 lines
Diff to previous 1.2
Applied UI patch submitted by Ber Kessels (15158)

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 31 21:00:05 2004 UTC (4 years, 10 months ago) by veridicus
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
Added standard cvs Id tag

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 29 22:56:56 2004 UTC (4 years, 10 months ago) by veridicus
Branch: MAIN
*** empty log message ***

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