Log of /contributions/modules/authorship/authorship.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 12 05:39:52 2007 UTC
(2 years, 7 months ago)
by
lafo
Branch:
MAIN
Changes since
1.5: +7 -7 lines
Diff to
previous 1.5
Added 'LIMIT 1' to all DELETE sql queries (delete only one row at a time).
Fixed bug with prefilling the authorship field with values from database (the sql query was wrong).
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 11 01:10:29 2007 UTC
(2 years, 7 months ago)
by
lafo
Branch:
MAIN
Changes since
1.4: +82 -4 lines
Diff to
previous 1.4
List of changes:
1. authorship.module:
a) authorship_form_alter(): authorship controls in the comment-form
b) authorship_form_alter(): authorship controls in the comment-admin-settings
c) authorship_comment(): implementation of hook_comment()
d) authorship_nodeapi(): INSERT is performed only when at least one of {$node->authorship, $node->profile_real_name} was specified. No point of storing empty rows.
e) typo 'vlaue' changed to 'value' (inside authorship_form_alter() )
2. authorship.install:
a) authorship_install(): updated DB structure
b) authorship_update_2(): to update previous installations of the Authorship module
c) authorship_uninstall(): implementation of hook_uninstall()
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.