Log of /contributions/modules/nodewords/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.30.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 12 14:42:57 2009 UTC
(2 weeks, 2 days ago)
by
kiam
Branch:
DRUPAL-6--3
Changes since
1.30: +1 -92 lines
Diff to
previous 1.30
By KiamLaLuno: Removed the section of README.txt that needs to be rewritten after branch 6.x-3 is made public.
Revision
1.28.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 15 14:08:32 2008 UTC
(21 months, 1 week ago)
by
robrechtj
Branch:
DRUPAL-6--2
Changes since
1.28: +17 -8 lines
Diff to
previous 1.28
, to
next main 1.30
This is a complete rewrite of nodewords module to allow the definition of
any meta tag (not only the limited builtin ones), to allow the use of
tokens, to allow the definition of DublinCore meta tags, to allow <link>,
<meta> and <meta http-equiv> meta tags, to improve integration with views
or panels (read arguments), to allow different defaults and/or meta tags
for different content types, views or panels (aka contexts), ...
This first commit has nothing useful yet. It does not create any meta
tags in the HTML HEAD. It does not allow you to edit meta tags. It does
not upgrade correctly from previous versions. Etc.
DO NOT USE IT unless you are interested in the way the module is going to.
DO NOT UPGRADE TO IT because all data will be lost.
DO NOT USE ON PRODUCTION SITES because it is ALPHA or even PRE-ALPHA code.
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 30 11:00:38 2006 UTC
(2 years, 11 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.24: +6 -1 lines
Diff to
previous 1.24
#92475 : the meta tags were not shown in the <head> section of PHP only
themes (for example the chameleon theme). This is because we moved the
calls for drupal_set_html_head() to hook_footer() in order to get the
right DC.title (because the drupal_get_title() is not correct in hook_menu()
for nodes).
However, themes like chameleon only call hook_footer() after they already
outputted the <head>.
The fix is to move the outputting back to hook_menu(), but extend the
already present UGLY HACK for DC.title by detecting whether we are on
a node page. In that case, we use $node->title instead of drupal_get_title().
Thanks all for reporting it.
Revision
1.12.2.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 30 10:43:50 2006 UTC
(2 years, 11 months ago)
by
robrechtj
Branch:
DRUPAL-4-7
CVS Tags:
DRUPAL-4-7--1-0
Changes since
1.12.2.6: +6 -1 lines
Diff to
previous 1.12.2.6
, to
branch point 1.12
* #92475 : the meta tags were not shown in the <head> section of PHP only
themes (for example the chameleon theme). This is because we moved the
calls for drupal_set_html_head() to hook_footer() in order to get the
right DC.title (because the drupal_get_title() is not correct in hook_menu()
for nodes).
However, themes like chameleon only call hook_footer() after they already
outputted the <head>.
The fix is to move the outputting back to hook_menu(), but extend the
already present UGLY HACK for DC.title by detecting whether we are on
a node page. In that case, we use $node->title instead of drupal_get_title().
Thanks all for reporting it.
Revision
1.24 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 21 08:59:20 2006 UTC
(3 years, 1 month ago)
by
robrechtj
Branch:
MAIN
Changes since
1.23: +43 -5 lines
Diff to
previous 1.23
#86018 : added documentation that mentions that you'll need {head} or
<?php print $head; ?> in your theming files. Thanks CalebG.
Revision
1.23 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 19 10:04:37 2006 UTC
(3 years, 1 month ago)
by
robrechtj
Branch:
MAIN
Changes since
1.22: +19 -1 lines
Diff to
previous 1.22
#88285 and #89067 : better auto-generation of meta DESCRIPTION. Thanks
drubeedoo, marcob, toma and sergiocaridad for these bug reports.
Revision
1.12.2.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 19 09:54:12 2006 UTC
(3 years, 1 month ago)
by
robrechtj
Branch:
DRUPAL-4-7
Changes since
1.12.2.4: +19 -1 lines
Diff to
previous 1.12.2.4
, to
branch point 1.12
#88285 : when using CCK content types, the auto-generated DESCRIPTION was
empty. By fixing #89067 this was solved partially but we advise the user
to use the contemplate module to further optimize the auto-generated
content. Thanks marcob for the bug report and sergiocaridad for pointing
to a possible solution.
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Oct 12 10:46:38 2006 UTC
(3 years, 1 month ago)
by
robrechtj
Branch:
MAIN
Changes since
1.21: +3 -3 lines
Diff to
previous 1.21
#86996 : nodewords KEYWORDS and DESCRIPTION not indexed for search correctly
because $node->nodewords was not loaded. Thanks CTCadmin.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jun 22 09:01:32 2006 UTC
(3 years, 5 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.16: +32 -1 lines
Diff to
previous 1.16
#36784 : add documentation to README.txt on how to configure nodewords so it words well together with tagadelic.
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 20 08:35:19 2006 UTC
(3 years, 5 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.13: +36 -10 lines
Diff to
previous 1.13
* #39601 : users can specify the tags for the front page seperately instead of using the site mission and slogan.
* #30561 : seperate DESCRIPTION for front page.
Revision
1.12.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jun 20 08:19:57 2006 UTC
(3 years, 5 months ago)
by
robrechtj
Branch:
DRUPAL-4-7
Changes since
1.12: +35 -9 lines
Diff to
previous 1.12
* #39601 : users can specify the tags for the front page seperately instead of using the site mission and slogan.
* #30561 : seperate DESCRIPTION for front page.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun May 14 09:37:33 2006 UTC
(3 years, 6 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.8: +37 -32 lines
Diff to
previous 1.8
First try in converting module to 4.7
What doesn't work yet:
- settings page (you can't change settings, don't try it)
- upgrade path from pre-4.6 to 4.7
Not fully tested. Seems to work, but don't hold your breath.
!!DO NOT USE ON PRODUCTION SITES JUST YET!!
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 24 16:21:04 2005 UTC
(4 years, 3 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.6: +35 -17 lines
Diff to
previous 1.6
A rewrite of nodewords module to allow for DESCRIPTION of vocabularies and terms.
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 25 22:27:17 2005 UTC
(4 years, 4 months ago)
by
robrechtj
Branch:
MAIN
Changes since
1.5: +68 -18 lines
Diff to
previous 1.5
- add DESCRIPTION (#22011), ABSTRACT (#16970) and COPYRIGHT meta tags.
- as a result: DESCRIPTION is now only optionally set to the teaser.
- provide upgrade path from older versions (see update-*).
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 27 12:56:00 2005 UTC
(4 years, 8 months ago)
by
goba
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.3: +14 -24 lines
Diff to
previous 1.3
Feature enhancements by Mark Carter (aka Budda):
- add the ability to specify global (site wide) keywords
- set HTML meta tags automatically in Drupal for node pages
and for non-node pages alike
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 13 13:01:41 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:
find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;
I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.
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.