The NetBSD Project

CVS log for pkgsrc/www/checkbot/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / www / checkbot

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2010Q3-base


Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 18 11:10:45 2007 UTC (17 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Update to 1.79:

2007-02-03  Hans de Graaff

	* Checkbot 1.79 is released

	* RELEASE-PROCESS: Add the release process documentation.

2007-01-27  Gerald Pfeifer

	* checkbot (init_suppression): Check and provide error if
	suppression file is in fact a directory.

2006-12-28  Hans de Graaff

	* checkbot: Add summary to tables to make files XHTML 1.1 compliant.

2006-11-16  Hans de Graaff

	* checkbot (handle_doc): Parse the decoded content so that all
	character set issues are dealt with before parsing. This solves
	bug 1264729.

2006-11-14  Hans de Graaff

	* checkbot (performRequest): Simplify the code dealing with
	problems of HEAD requests by retrying all 500 reponses instead of
	special-cases particular failures that we happen to know
	about. This type of problem is all to common, and if there really
	is a problem GET will find it anyway.
	(add_error): Allow regular expressions in the suppression
	file. Based on patch from Eric Noack

2006-11-14  Eric Noack

	* checkbot (send_mail): Indicate how many errors are detected in
	the notification email's subject.
	(handle_doc): Use the URL with which the document was received for
	the problem reports and internal accounting, but keep on using the
	proper base URL as defined by the reponse object when retrieving
	links from the document. This fixes the case where a weird BASE
	URL in a document could make it unclear where the actual problem
	was.

2006-10-28  Hans de Graaff

	* checkbot (performRequest): Handle case where an FTP server may
	not be able to handle a HEAD request. This may cause a lot of data
	to be transferred in those cases.

2006-05-03  Hans de Graaff

	* Checkbot 1.78 is released

2005-12-18  Hans de Graaff

	* checkbot (printServerProblems): Make pages XHTML compliant again.

2005-12-18  Jens Schweikhardt

	* checkbot: Add classes and ids so that more styling options for
	CSS are available.
	* checkbot2.css: Example CSS file using the new classes and ids.

2005-11-11  Hans de Graaff

	* checkbot: React in a more subtle way if the Time::Duration
	module is not found.

2005-09-22  Hans de Graaff

	* Makefile.PL: Check for presence of Net::SSL and explain the
	effects if this it not present.

2005-08-20  Hans de Graaff

	* checkbot (handle_doc): Ignore some 'links' found by LinkExtor
	which do not need to link to live links. Fixed bugs #1264447 and
	#1107832.

	* test.html: Add test cases for it.

2005-08-06  Hans de Graaff

	* checkbot (performRequest): Switch from HEAD to GET on a 400
	error, as the most likely cause is that the server has trouble
	with HEAD requests.

2005-08-05  Hans de Graaff

	* checkbot (handle_doc): Also show how many new links are found on
	a page, not just the total number of links.
	(performRequest): Don't retry GET method on a 403 error.
	(handle_doc): Properly handle newlines in the matches for title
	and robots meta tag.

2005-07-28  Hans de Graaff

	* Checkbot 1.77 is released.

	* checkbot: Fix use of $VERSION so that it compiles and can be
	used by MakeMaker at the same time.
	(handle_doc): Check for presence of robots meta tag and act on it.
	Based on a patch by Donald Willingham.

2005-07-25  Hans de Graaff

	* Checkbot 1.76 is released.

2005-06-07  Hans de Graaff

	* checkbot (printServerProblems): Include title of page.
	(handle_doc): Extract title for later printing.
	Add new hash url_title to store page titles.
	Based on a patch from John Bintz.

2005-04-23  Hans de Graaff

	* checkbot: Add documentation on use of file:/// URLs.

2005-01-23  Hans de Graaff

	* checkbot: Only send mail when Checkbot has detected any
	problems, based on suggestion from Thomas Kuerten.

	Print duration of run on final report, and refactor use of start
	time variable to facilitate this. Feature depends on availability
	of Time::Duration, but checkbot will work without it. Based on
	patch from Adam Griff.

2005-01-23  Adam Griff

	* checkbot (create_page): Print out more options on results page.

2005-01-21  Hans de Graaff

	* checkbot: Remove automatic version number based on CVS version
	now that commits will be more frequent than releases.

2004-11-12  Hans de Graaff

	* checkbot (handle_url): Ignore javascript: URLs instead of
	generating a 904 error. It would be nice to handle these as well.

2004-05-26  Hans de Graaff

	* Makefile.PL: Sync HTML::Parser requirement with required
	versions of libwww-perl.

2004-05-03  Hans de Graaff

	* checkbot: Write better documentation for --file option.

2004-04-26  Hans de Graaff

	* checkbot: Minor documentation changes thank to Jens
	Schweikhardt.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>