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

Log of /contributions/modules/copyright/copyright.install

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.4.4.12 - (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, DRUPAL-5--1-8
Changes since 1.4.4.11: +9 -1 lines
Diff to previous 1.4.4.11 , to branch point 1.4 , to next main 1.6
#289704 : full text of licenses are available at copyright/XX.

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.10 - (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.4.4.9: +12 -2 lines
Diff to previous 1.4.4.9 , to branch point 1.4
#140679 : because of some wrong elements in hook_menu(), 404's were turned
into 403's after installing the module. Thanks toemaz.

Revision 1.4.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 06:19:05 2007 UTC (2 years, 5 months ago) by robrechtj
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-5
Changes since 1.4.4.8: +2 -1 lines
Diff to previous 1.4.4.8 , to branch point 1.4
#152345 : return array() was forgotten in copyright_update_6() if the
table {copyright_user} did not need to be created, resulting in a warning
during upgrade.

Revision 1.4.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 13 11:29:41 2007 UTC (2 years, 5 months ago) by robrechtj
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2, DRUPAL-5--1-3, DRUPAL-5--1-4
Changes since 1.4.4.7: +14 -2 lines
Diff to previous 1.4.4.7 , to branch point 1.4
#151421 : due to a typo in copyright_update_5() the {copyright_user} table
was not created. Thanks toem!

Revision 1.4.4.7 - (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
CVS Tags: DRUPAL-5--1-1
Changes since 1.4.4.6: +43 -1 lines
Diff to previous 1.4.4.6 , to branch point 1.4
#140015 : default copyright per user. Thanks 75th Trombone!

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.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 24 09:21:42 2007 UTC (2 years, 7 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.4.4.4: +2 -2 lines
Diff to previous 1.4.4.4 , to branch point 1.4
typo in update : the node license was replaced by the site license during
update.

Revision 1.4.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 26 10:19:30 2007 UTC (2 years, 9 months ago) by robrechtj
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.4.4.3: +43 -16 lines
Diff to previous 1.4.4.3 , to branch point 1.4
#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.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.4.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 09:31:06 2007 UTC (2 years, 9 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.4.4.1: +78 -16 lines
Diff to previous 1.4.4.1 , to branch point 1.4
#122208 : upgrade to 5.x - better .install scripts

Revision 1.4.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 25 09:04:22 2007 UTC (2 years, 9 months ago) by robrechtj
Branch: DRUPAL-5
Changes since 1.4: +20 -4 lines
Diff to previous 1.4
#122208 : upgrade to 5.x - added hook_uninstall().

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.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 20 18:19:21 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.3: +4 -4 lines
Diff to previous 1.3
#79428 : remove int display width for MySQL

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

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 10 19:44:45 2006 UTC (3 years, 3 months ago) by robrechtj
Branch: MAIN
preparing for 4.7 release: copyright.install file added

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