Log of /contributions/modules/trackback/trackback.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.75.2.6.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jul 27 12:00:46 2009 UTC
(4 months ago)
by
thepanz
Branch:
DRUPAL-6--2
Changes since
1.75.2.6: +922 -280 lines
Diff to
previous 1.75.2.6
First 2.x commit, the module have been deeply rewritten and not fully tested... not for production!
+ Implemented Pingback protocol (taken from Pingback module)
+ Rewritten trackback sending method using POST only (as defined in trackback specs)
+ Implemented some kind of trackbacks management APIs (need documentation, mostly changed from 1.x branch)
+ Trackback-Block is now more configurable
+ More themable output
+ Mollom integration (patch need to be cleaned-up, more to come..)
Revision
1.62.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 5 14:33:34 2007 UTC
(2 years, 8 months ago)
by
zorac
Branch:
DRUPAL-4-7
Changes since
1.62.2.1: +12 -13 lines
Diff to
previous 1.62.2.1
, to
branch point 1.62
#73416 by RobRoy. Old db files deleted and prefixed tables working.
#73637 by RobRoy. Correct usage of url() and l() with fragments.
#77018 by sonkm3. Bugfix: excerpt does not truncated.
#82007 by Snurb. list trackbacks in reverse chronological order by default.
#90454 by Foodster. the /admin/help/trackback need to be update.
Revision
1.62.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jan 9 19:37:47 2007 UTC
(2 years, 10 months ago)
by
christophccemper
Branch:
DRUPAL-4-7
Changes since
1.62: +323 -23 lines
Diff to
previous 1.62
+++ make trackback play better with akismet
+ fixed watchdog entries to work again
+ added ipwhois to watchdog entries and trackback table
+ fixed batch delete of trackbacks ( trid was passed where trackback object was required!!! )
+ new batch akismet submit spam(and delete) for false negative spam in Trackback admin
+ new batch akismet submit ham(and publish) for false positive spam in Trackback admin
+ use akismet_records_per_page settings instead of hardcoded 50 per page
+ implemented akismet interfacing - rejecting akismet triggered trackbacks, but writing logs
+ TODO: configure logging, rejection
+ TODO: create IP-statistics
+ TODO: instead of "update has been performed" a count of good/spam would be nice
Revision
1.61
Tue Jun 13 15:59:39 2006 UTC
(3 years, 5 months ago)
by
handelaar
Branch:
MAIN
Changes since
1.60: +1 -1 lines
FILE REMOVED
*** empty log message ***
Revision
1.59 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 5 20:44:30 2006 UTC
(3 years, 5 months ago)
by
handelaar
Branch:
MAIN
Changes since
1.58: +115 -62 lines
Diff to
previous 1.58
Multi-bugfix patch.
Thanks to snurb, lcd_47, vwegert, Development Seed; I used some of all your stuff to
clear up about 9 issues in one go.
Revision
1.44 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Jun 9 22:05:59 2005 UTC
(4 years, 5 months ago)
by
ankur
Branch:
MAIN
Changes since
1.43: +5 -1 lines
Diff to
previous 1.43
This bug fixes a bug in the trackback.module/spam.module interaction.
Specifically, it makes sure that the URL for the source of a trackback-URL
is spam checked if the spam module has been properly configured.
Revision
1.33 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 17 03:51:10 2005 UTC
(4 years, 6 months ago)
by
ankur
Branch:
MAIN
Changes since
1.32: +31 -0 lines
Diff to
previous 1.32
Updating the 'configure' tab for q=admin/trackbacks to format form and
set variables more consistently with q=admin/comments and q=admin/node.
Also adding a "Recent trackbacks block".
"Patch" committed by user 'shunz' in http://drupal.org/node/22965
Revision
1.29 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 4 21:20:51 2005 UTC
(4 years, 6 months ago)
by
ankur
Branch:
MAIN
Changes since
1.28: +412 -18 lines
Diff to
previous 1.28
Updating trackback with spam module support and non-spam module related
moderation (such that UI and management of trackbacks, both with and without
the spam module, is analogous to that of comments).
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Dec 22 02:22:08 2004 UTC
(4 years, 11 months ago)
by
drumm
Branch:
MAIN
Changes since
1.17: +165 -126 lines
Diff to
previous 1.17
Sorry for the large commit but Ankur, with the help of Aaron and my code
review, finished three big things for trackback:
* Adds a configuration option for sending trackbacks on cron instead of exit.
* Lets trackbacks be diabled on individual nodes, overriding the setting in the
'default workflow' page.
* Removes the trackbacks as comments and in a separate tab in favor of showing
them between a node and it's comments.
Since this includes database changes I am only going to commit this to the HEAD
branch. As of now this module is compatible with Drupal 4.5 as well. Of course,
that may change in the future.
Revision
1.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 18 22:56:20 2004 UTC
(5 years, 1 month ago)
by
ankur
Branch:
MAIN
Changes since
1.16: +17 -5 lines
Diff to
previous 1.16
Added ability to enable/disable trackback on a per-node-type basis in the
workflow settings page (?q='admin/node/configure/defaults').
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Oct 14 01:28:29 2004 UTC
(5 years, 1 month ago)
by
ankur
Branch:
MAIN
Branch point for:
DRUPAL-4-5
Changes since
1.13: +62 -8 lines
Diff to
previous 1.13
Now with auto-detection!!!
Also, a couple of minor user-friendly UI modifications.
This is the first version to go with Drupal 4.5 and as of this update has been
tested with Drupal 4.5-RC.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Oct 11 22:17:12 2004 UTC
(5 years, 1 month ago)
by
ankur
Branch:
MAIN
Changes since
1.12: +20 -19 lines
Diff to
previous 1.12
Changed the display a little for trackbacks when listed in comment format.
Switched from using PHP's substr() function to Drupal's truncate_utf8().
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Oct 6 02:41:32 2004 UTC
(5 years, 1 month ago)
by
ankur
Branch:
MAIN
Changes since
1.9: +64 -134 lines
Diff to
previous 1.9
Improved UI for displaying received trackbacks.
Tested with Drupal 4.5 RC.
NOTE: We are not yet branching for 4.5 as we intend to make more
database changes to support a better interface for sending trackbacks.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 1 00:08:37 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Changes since
1.8: +2 -2 lines
Diff to
previous 1.8
Added CVS $Id$ tag to all *.module files where it was missing (as required
by the coding standards, see CODING_STANDARDS.html). I also unified the
format and the location of the $Id$ tag. It starts with "//" and is placed
on the second line in all *.module files, now.
Revision
1.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 18 13:41:55 2004 UTC
(5 years, 3 months ago)
by
walkah
Branch:
MAIN
Changes since
1.7: +5 -5 lines
Diff to
previous 1.7
a couple of small 4.5 updates:
* _help hook updated to use admin/modules#description
* node/view/X -> node/X
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Oct 24 16:56:18 2003 UTC
(6 years, 1 month ago)
by
kjartan
Branch:
MAIN
Branch point for:
DRUPAL-4-3
2003-10-24
- Fixed wrong Content-Type for TrackBack responses (text/xml).
- Fixed comments not being added properly (missing thread).
+ Added support for GET TrackBacks for when clean URLs are not
enabled.
+ Added documentation.
2003-08-31
- Initial release: http://www.natrak.net/node/view/295
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.