Monday, 30 August 2010
Friday, 20 August 2010
Thursday, 19 August 2010
Tuesday, 17 August 2010
Monday, 16 August 2010
Thursday, 12 August 2010
Wednesday, 11 August 2010
Tuesday, 10 August 2010
Monday, 9 August 2010
Saturday, 7 August 2010
Friday, 6 August 2010
Thursday, 5 August 2010
- link-checker commit: Add logo height and width attributes. Mercurial notifier
- link-checker commit: Make no_w3c.png smaller. Mercurial notifier
- perl/modules/W3C/LinkChecker README.cvs,1.2,1.3 Ville Skytta via cvs-syncmail
- link-checker commit: Make checklink script executable. Mercurial notifier
- link-checker commit: Remove CVS keywords. Mercurial notifier
- link-checker commit: Update instructions etc from CVS to Mercurial. Mercurial notifier
- link-checker commit: Treat masquerade targets that lack a scheme as file: URIs, absolutize relative paths. Mercurial notifier
- link-checker commit: Remove cvs2cl backups when creating ChangeLog. Mercurial notifier
- link-checker commit: Add a _very_ basic "test suite". Mercurial notifier
- link-checker commit: If running LWP >= 5.814, set Accept-Encoding in requests to what LWP can decode. Mercurial notifier
- link-checker commit: Exclude changes to NEWS from the generated ChangeLog. Mercurial notifier
- link-checker commit: Autogenerate a dummy *.pm for CPAN indexing purposes. Mercurial notifier
- link-checker commit: Add user map for nicer ChangeLog authorship info. Mercurial notifier
- link-checker commit: simplify, lighten, give air, do not yell at the user. results table made less heavy and screaming, report list more airy. Mercurial notifier
- link-checker commit: Don't let earlier URIs on the command line implicitly limit recursion scope Mercurial notifier
- link-checker commit: giving the results a bit of air Mercurial notifier
- link-checker commit: Fix anchor parsing in HTML 2.x and 3.x documents, http://lists.w3.org/Archives/Public/www-validator/2007Mar/0065 Mercurial notifier
- link-checker commit: Catch up with post-4.2.1 changes. Mercurial notifier
- link-checker commit: Update for 4.6. Mercurial notifier
- link-checker commit: Add support for checking links in CSS. Mercurial notifier
- link-checker commit: Add note about output buffering and mod_deflate. Mercurial notifier
- link-checker commit: 4.6. Mercurial notifier
- link-checker commit: Make --quiet more quiet (Brian St. Pierre, Debian #390788, rt.cpan.org #15053). Mercurial notifier
- link-checker commit: Add blurb about SSL/TLS support. Mercurial notifier
- link-checker commit: Reindent, cosmetics. Mercurial notifier
- link-checker commit: Print used settings only once and at start in command line output. Mercurial notifier
- link-checker commit: Update authorship info. Mercurial notifier
- link-checker commit: Add =encoding. Mercurial notifier
- link-checker commit: Add "progress bar" for estimating progress on checking links in one document. Mercurial notifier
- link-checker commit: Decode content encodings also when parsing for anchors, thanks to Mark Olson. Mercurial notifier
- link-checker commit: Fix perltidy warnings. Mercurial notifier
- link-checker commit: Improve/add Forbidden_Protocols docs. Mercurial notifier
- link-checker commit: Wrap long comment lines. Mercurial notifier
- link-checker commit: Increase default LWP HTTP line length to 8k; the 4k default in LWP <= 5.832 Mercurial notifier
- link-checker commit: Fix invalid printf conversion warning. Mercurial notifier
- link-checker commit: Appease B::Lint. Mercurial notifier
- link-checker commit: Wrap long lines. Mercurial notifier
- link-checker commit: Permit spaces to delimit the parts of the arguments for --suppress-redirect, Mercurial notifier
- link-checker commit: Run perltidy, update indentation settings. Mercurial notifier
- link-checker commit: Add support for cookies (command line mode only for now). Mercurial notifier
- link-checker commit: Handle undefined lines internally in add_link(). Mercurial notifier
- link-checker commit: Quote versions with significant trailing zeros (to get META.yml right). Mercurial notifier
- link-checker commit: Improve heuristics when passed non-absolute URIs. Mercurial notifier
- link-checker commit: Require Perl >= 5.8. Mercurial notifier
- link-checker commit: User bug report (hash key was Suppress..., shourd have been Suppress...) Mercurial notifier
- link-checker commit: Add perltidy settings and Makefile target. Mercurial notifier
- link-checker commit: Attribute authorship to QA-dev (there's no separate link checker team). Mercurial notifier
- link-checker commit: 2009 Mercurial notifier
- link-checker commit: Prefer text/html over application/xhtml+xml in Accept because of our lack of xml:base support. Mercurial notifier
- link-checker commit: Look for an index file if passed a dir, prefer it if found over dir contents. Mercurial notifier
- link-checker commit: Try to avoid regenerating lib/W3C/LinkChecker.pm on end user installs. Mercurial notifier
- link-checker commit: Update for 4.4. Mercurial notifier
- link-checker commit: Lower default timeout to 30 seconds (#4985). Mercurial notifier
- link-checker commit: Remove obsolete checklink version blurb from --masquerade doc. Mercurial notifier
- link-checker commit: Add more module metadata. Mercurial notifier
- link-checker commit: Clean perltidy backups. Mercurial notifier
- link-checker commit: List all dependencies per cpan-testers-discuss recommendation, document required/optional ones. Mercurial notifier
- link-checker commit: Fix some jslint javascript warnings. Mercurial notifier
- link-checker commit: Take care of PERL5LIB in taint mode ourselves instead of using perl5lib; perl5lib can itself be in PERL5LIB outside default @INC. Mercurial notifier
- link-checker commit: Fix unterminated B<...>. Mercurial notifier
- link-checker commit: Fix HTML::Parser dependency version. Mercurial notifier
- link-checker commit: 4.5. Mercurial notifier
- link-checker commit: Update for things so far in 4.6. Mercurial notifier
- link-checker commit: Make protocol disallowed info message more accurate. Mercurial notifier
- link-checker commit: Don't abbreviate "seconds", just say it. Mercurial notifier
- link-checker commit: Canonicalize input URI earlier, avoids dupe output sections when recursing. Mercurial notifier
- link-checker commit: Do not pass unused "text" to start handler. Mercurial notifier
- link-checker commit: Fix indirect call syntax issues flagged by perlcritic. Mercurial notifier
- link-checker commit: Fix rt.cpan.org bug number refs in comments. Mercurial notifier
- link-checker commit: donation/sponsorship slug Mercurial notifier
- link-checker commit: Use ercim.eu instead of .org in ERCIM links, thanks to Jean-Guilhem Rouel for the heads up. Mercurial notifier
- link-checker commit: Accept text/html-sandboxed. Mercurial notifier
- link-checker commit: Fix bunch of perlcritic warnings. Mercurial notifier
- link-checker commit: preparing 4.4 Mercurial notifier
- link-checker commit: Let LWP decode response charsets. Mercurial notifier
- link-checker commit: Require URI::file only in command line mode. Mercurial notifier
- link-checker commit: Comment updates. Mercurial notifier
- link-checker commit: Remove unused icons. Mercurial notifier
- link-checker commit: Make forbidden protocols configurable (#29). Mercurial notifier
- link-checker commit: Update years in copyright notices. Mercurial notifier
- link-checker commit: Javascript whitespace cleanup. Mercurial notifier
- link-checker commit: Add status icons next to error messages shown if the initial URI can't be checked. Mercurial notifier
- link-checker commit: Don't output trusted regex in auth failed message if the hostname matches it, improve error message when it doesn't. Mercurial notifier
- link-checker commit: Remove whitespace before doctype. Mercurial notifier
- link-checker commit: Update for 4.4 again. Mercurial notifier
- link-checker commit: Remove (apparently harmless) stray comma. Mercurial notifier
- link-checker commit: Fix asking for basic auth (need to delay writing of HTTP headers), set cookie and print form also in auth required response. Mercurial notifier
- link-checker commit: building changelog and news from CVS commit log Mercurial notifier
- link-checker commit: ... Mercurial notifier
- link-checker commit: Support new link things in HTML 5 (incomplete; XHTML 5 xml:base not supported). Mercurial notifier
- link-checker commit: update tags Mercurial notifier
- link-checker commit: Fix "Excluding links" info message in command line mode. Mercurial notifier
- link-checker commit: Re-sign with up to date ChangeLog. Mercurial notifier
- link-checker commit: Don't output informational messages in quiet mode (rt.cpan.org #43372). Mercurial notifier
- link-checker commit: Allow --exclude-docs be specified multiple times, based on patch from Michael Ernst. Mercurial notifier
- link-checker commit: Document why utf8_mode is in an eval block. Mercurial notifier
- link-checker commit: autoscroll of results as they happen, based on prototype by Brett Bieber Mercurial notifier
- link-checker commit: Add a TODO about our built-in handling of base/@href special case. Mercurial notifier
- link-checker commit: Disable Perl's recursion warnings for recursive algorithm. Mercurial notifier
- link-checker commit: Improve handling of URI schemes we don't want checked. Mercurial notifier
- link-checker commit: Use relative URL to menu background png. Mercurial notifier
- link-checker commit: Don't hardcode path to info icons, use Doc_URI to resolve it. Mercurial notifier
- link-checker commit: Don't check <a name="..."> for XHTML Basic 1.1 or XHTML MP. Mercurial notifier
- link-checker commit: Tune WAI-WEBCONTENT link. Mercurial notifier
- link-checker commit: Once more for the road. Mercurial notifier
- link-checker commit: Initialize "local" variables as suggested by perlcritic. Mercurial notifier
- link-checker commit: softening wording in error/info message Mercurial notifier
- link-checker commit: removing more of the heavy bgcolor used in reports Mercurial notifier
- link-checker commit: Minor typo etc edits to the "install with CPAN" section. Mercurial notifier
- link-checker commit: Add license info to dist metadata. Mercurial notifier
- link-checker commit: Prevent (some) infinite loops. Mercurial notifier
- link-checker commit: Remove "Valid XHTML Strict" badge. Mercurial notifier
- link-checker commit: Fix operator mismatches flagged by perlcritic. Mercurial notifier
- link-checker commit: Increase resolution of shown times to 1/100th of a second. Mercurial notifier
- link-checker commit: Set XML parsing mode also based on Content-Type in addition to public ID, Mercurial notifier
- link-checker commit: Improve description of quoting for argument containing space. Mercurial notifier
- link-checker commit: removing listing of files which will not be in all distribs Mercurial notifier
- link-checker commit: Output number of lines processed instead of total number of lines in docs. Mercurial notifier
- link-checker commit: --masquerade doc improvements, thanks to C. M. Sperberg-McQueen. Mercurial notifier
- link-checker commit: Fix --exclude-docs for older Getopt::Long versions thanks to Michael Ernst for pointing it out. Mercurial notifier
- link-checker commit: Improve documentation of --indicator. Mercurial notifier
- link-checker commit: Use PERL5LIB from environment even in taint mode, thanks to people on cpan-testers-discuss for assistance. Mercurial notifier
- link-checker commit: Improve info about "IP address disallowed by config" messages (#5080), avoid outputting HTML in "What to do" in non-HTML console mode. Mercurial notifier
- link-checker commit: Comment typo fix. Mercurial notifier
- link-checker commit: XHTML well-formedness fix. Mercurial notifier
- link-checker commit: Avoid division by zero in progress indicator for docs that contain no linefeeds. Mercurial notifier
- link-checker commit: Add new options: Mercurial notifier
- link-checker commit: Accept application/vnd.wap.xhtml+xml. Mercurial notifier
- link-checker commit: Quote heredoc terminators as suggested by perlcritic. Mercurial notifier
- link-checker commit: Include/reorganize required images. Mercurial notifier
- link-checker commit: Link to www.perl.org/get.html for "Install Perl" (David Dorward, http://www.w3.org/mid/495CFBF6.1080306%40dorward.me.uk) Mercurial notifier
- link-checker commit: Fix order of arguments to --masquerade in docs, thanks to C. M. Sperberg-McQueen. Mercurial notifier
- link-checker commit: Use no_w3c.png. Mercurial notifier
- link-checker commit: simplify, lighten, give air, do not yell at the user. Removed feature: sequence of status messages (status code squence kept) Mercurial notifier
- link-checker commit: Lower q-value of application/vnd.wap.xhtml+xml in Accept header to less than 1. Mercurial notifier
- link-checker commit: Remove obsolete WWW::RobotRules comments. Mercurial notifier
- link-checker commit: adding alternate, non-trademarked, image for strict FLOSS distribution Mercurial notifier
- link-checker commit: Avoid warning for images/w3c.png. Mercurial notifier
- link-checker commit: unused, and problematic wrt licensing Mercurial notifier
- link-checker commit: Exclude docs/tests from tarball. Mercurial notifier
- link-checker commit: making sure broken links get seen first. They are the prime concern. Moving the fragments report lower. Mercurial notifier
- link-checker commit: Improve comment. Mercurial notifier
- link-checker commit: adding a "progress bar" at top of scrolling pre Mercurial notifier
- link-checker commit: Remove Style_URI configuration variable, resolve it from Doc_URI. Mercurial notifier
- link-checker commit: Take codebase into account when resolving object/@data. Mercurial notifier
- link-checker commit: Improve variable naming in parse_document(). Mercurial notifier
- link-checker commit: Drop old URI workarounds, require >= 1.31. Mercurial notifier
- link-checker commit: Check links in meta refresh tags. Mercurial notifier
- link-checker commit: putting redirects together, separated from error list Mercurial notifier
- link-checker commit: 2007, once more Mercurial notifier
- link-checker commit: installation instructions Mercurial notifier
- link-checker commit: Mimic LWP by setting the "Client-Warning: Internal response" to "IP disallowed" internal responses. Mercurial notifier
- link-checker commit: Summary wording improvements, thanks to Jukka Korpela. Mercurial notifier
- link-checker commit: Fix HTML entity encoding in broken anchor output, improve it slightly. Mercurial notifier
- link-checker commit: 2008. Mercurial notifier
- link-checker commit: Remove the deprecated (since 2004, link checker 4.1) -n/--noacclanguage and -y/--proxy command line options. Mercurial notifier
- link-checker commit: Note XHTML $response->base() improvements in libwww-perl >= 5.810 in comments. Mercurial notifier
- link-checker commit: Fix doc of ip_allowed() return value. Mercurial notifier
- link-checker commit: Drop duplicate "Processing..." header in non-summary-only HTML mode, thanks to Michael Ernst Mercurial notifier
- link-checker commit: Add --exclude option for excluding links matching given regexp (#689). Mercurial notifier
- link-checker commit: broken stuff report is not only about broken links - may as well be clearer and frustrate people less Mercurial notifier
- link-checker commit: Make --exclude-docs doc more accurate, mention it in "Settings used" if used. Mercurial notifier
- link-checker commit: Add non-robot developer mode, thanks to Michael Ernst. Mercurial notifier
- link-checker commit: basic test cases for link checker Mercurial notifier
- link-checker commit: Untaint config params that are used as the format argument to (s)printf(), Perl 5.10 does not want to see that in taint mode. Mercurial notifier
- link-checker commit: modifying wording and display of the report for broken frags Mercurial notifier
- link-checker commit: Require libwww-perl >= 5.802. Mercurial notifier
- link-checker commit: Fix command line HTML output. Mercurial notifier
- link-checker commit: Don't do javascript progress callbacks in command line HTML mode. Mercurial notifier
- link-checker commit: Don't hardcode path to w3c.png, resolve it from Doc_URI. Mercurial notifier
- link-checker commit: removed unused vars - Patch courtesy of Michael Ernst Mercurial notifier
- link-checker commit: improve debug output in verbose mode. Patch courtesy of Michael Ernst Mercurial notifier
- link-checker commit: Trivial code cleanups. Mercurial notifier
- link-checker commit: Telling caches in the middle we want fresh copies of retrieved documents (Bug 4998) Mercurial notifier
- link-checker commit: Micro-optimizations, cleanups. Mercurial notifier
- link-checker commit: Print percentage indicator only when it changes; improves performance Mercurial notifier
- link-checker commit: Improve line number indicator formatting for redirect results in console mode. Mercurial notifier
- link-checker commit: error message rewriting. No need to scream at the user Mercurial notifier
- link-checker commit: Validity fix. Mercurial notifier
- link-checker commit: styling of the UI form Mercurial notifier
- link-checker commit: muting some output in quiet mode. some reorg of output code - Patch courtesy of Michael Ernst Mercurial notifier
- link-checker commit: Escape shown URI in javascript progress callback. Mercurial notifier
- link-checker commit: Allow specifying --location multiple times, make it imply --recursive. Mercurial notifier
- link-checker commit: adding status (error, warning, info) icon Mercurial notifier
- link-checker commit: adding test for multiple bogus frag Mercurial notifier
- link-checker commit: Remove "Skip past navigation" link; there is no such anchor on the "front" page and there is nothing to skip at end of the doc. Mercurial notifier
- link-checker commit: header Mercurial notifier
- link-checker commit: adding test for bogus frag Mercurial notifier
- link-checker commit: implementing new access keys, as proposed in Mercurial notifier
- link-checker commit: Markup fixes. Mercurial notifier
- link-checker commit: Trim whitespace, NFC. Mercurial notifier
- link-checker commit: fixing a few brainos in passing arguments around Mercurial notifier
- link-checker commit: Remove stray as-is "\n" from HTML output. Mercurial notifier
- link-checker commit: Support Content-Encodings automatically handled by libwww-perl (#5648). Mercurial notifier
- link-checker commit: Sort broken fragment line numbers numerically, not alphabetically. Mercurial notifier
- link-checker commit: Reassign accesskey 2 to downloads. Mercurial notifier
- link-checker commit: Fix navbar markup. Mercurial notifier
- link-checker commit: ->base() returns a URI, don't create another one. Mercurial notifier
- link-checker commit: Change parse_document to operate directly on response content refs, decode content encodings, and clean up response contents when done. Mercurial notifier
- link-checker commit: 2006. Mercurial notifier
- link-checker commit: converting output to XHTML 1.0 Strict (cont'd) Mercurial notifier
- link-checker commit: Revert parallel user agent code from between revisions 4.21 and 4.24 per discussion on public-qa-dev. Mercurial notifier
- link-checker commit: Update mod_perl HTTP_AUTHORIZATION hack for recent 2.x, drop support for 1.x. Mercurial notifier
- link-checker commit: Fix HTML footer Mercurial notifier
- link-checker commit: ChangeLog for 4.2. Mercurial notifier
- link-checker commit: styling of the list of issues and list of redirects in checklin results Mercurial notifier
- link-checker commit: Clear contents of responses as soon as we've dealt with them. Mercurial notifier
- link-checker commit: * pre-filling form with the URI being checked Mercurial notifier
- link-checker commit: status bar bug Mercurial notifier
- link-checker commit: Release 4.2. Mercurial notifier
- link-checker commit: First (very rough) go at amending the link checker's CSS to match Mercurial notifier
- link-checker commit: adding tagline - better wording dearly welcome Mercurial notifier
- link-checker commit: basic test cases for link checker Mercurial notifier
- link-checker commit: I need XHTML for some post-processing so... Mercurial notifier
- link-checker commit: Add -R/--no-referer to --help output. Mercurial notifier
- link-checker commit: Output HTTP headers before fetching the first document (related to #4985). Mercurial notifier
- link-checker commit: converting output to XHTML 1.0 Strict (cont'd) Mercurial notifier
- link-checker commit: Suppress RobotRules warnings, rt.cpan.org #18902. Mercurial notifier
- link-checker commit: Review and explicitly list things treated as links. Mercurial notifier
- link-checker commit: Signal explicit EOF to HTML::Parser in parse_document(). Mercurial notifier
- link-checker commit: Sync navigation link placement with generated pages, remove no longer needed "skip navigation" link. Mercurial notifier
- link-checker commit: Prefix redirect progress events with "->". Mercurial notifier
- link-checker commit: styling of progress <pre> to limit its size - just a test, welcoming feedback Mercurial notifier
- link-checker commit: the checklink documentation states: Mercurial notifier
- link-checker commit: Implement sending the Referer header (#32). Mercurial notifier
- link-checker commit: Try enabling UTF-8 mode in HTML::Parser (#3289). Mercurial notifier
- link-checker commit: The (hopefully temporary) workaround for responses not storing the original Mercurial notifier
- link-checker commit: Add forgotten NEWS items for 4.2. Mercurial notifier
- link-checker commit: Protect regexp metacharacters in masquerade URLs. Mercurial notifier
- link-checker commit: adding access keys documentation Mercurial notifier
- link-checker commit: Note that -q implies -s. Mercurial notifier
- link-checker commit: * moving menu to the bottom of UI (giving homepage better focus on mail functionality) Mercurial notifier
- link-checker commit: WARNING: this code is rather broken... Mercurial notifier
- link-checker commit: Clean up arguments passed to HTML::Parser handlers. Mercurial notifier
- link-checker commit: Refactor IP address allowance and redirect progress callback code into our UserAgent class. Mercurial notifier
- link-checker commit: styling tagline Mercurial notifier
- link-checker commit: Extract system IDs also from doctype declarations that have no public part. Mercurial notifier
- link-checker commit: Checksums for 4.2.1. Mercurial notifier
- link-checker commit: Restore "address img" for the valid XHTML badge. Mercurial notifier
- link-checker commit: Code cleanup: eliminate some magic numbers. Mercurial notifier
- link-checker commit: Remove some unused properties, and do a gratuitous whitespace cleanup. Mercurial notifier
- link-checker commit: Avoid multiple "settings" IDs in HTML output. Mercurial notifier
- link-checker commit: ChangeLog for 4.2.1. Mercurial notifier
- link-checker commit: Use Apache2::compat instead of Apache::compat to support recent mod_perl 2's. Mercurial notifier
- link-checker commit: Bump version numbers. Mercurial notifier
- link-checker commit: ChangeLog for 4.1. Mercurial notifier
- link-checker commit: 2007 Mercurial notifier
- link-checker commit: Try to avoid server/browser timeouts in summary only mode when the check takes Mercurial notifier
- link-checker commit: Add known issues section, and "summary only" problems to it (#896). Mercurial notifier
- link-checker commit: Use JPEG versions of header and footer images. Mercurial notifier
- link-checker commit: Check redirects for private IP addresses too. Mercurial notifier
- link-checker commit: Add some TODOs for #29. Mercurial notifier
- link-checker commit: Fix Opera/MSIE menubar ugliness by importing line-height from Markup Validator. Mercurial notifier
- link-checker commit: Redirect loops are no longer a problem with the link checker and libwww-perl 5.76 (but redirects to file: URLs still are). Mercurial notifier
- link-checker commit: Add instructions how to allow us in /robots.txt, and include a link to it in the results. Mercurial notifier
- link-checker commit: Add another link to more info about proxy variables. Mercurial notifier
- link-checker commit: Outsource line counting to HTML::Parser; version >= 3.20 is now required. Mercurial notifier
- link-checker commit: Release 4.1. Mercurial notifier
- link-checker commit: Deprecate the -y/--proxy option in favour of the http_proxy env variable. Mercurial notifier
- link-checker commit: Add NEWS. Mercurial notifier
- link-checker commit: fixing some silliness in my recent patches - thanks Ville for the catch Mercurial notifier
- link-checker commit: 2005. Mercurial notifier
- link-checker commit: Checksums for 4.2. Mercurial notifier
- link-checker commit: Improve unknown line number handling. Mercurial notifier
- link-checker commit: Avoid error log warning when no Content-Type is received, improve markup. Mercurial notifier
- link-checker commit: changed result pages to charset=utf-8 on Content-Type:; should not have any effect currently, but will be useful later. Mercurial notifier
- link-checker commit: Avoid feeding the whole response (including HTTP headers) to HTML::Parser. Mercurial notifier
- link-checker commit: More markup improvements. Mercurial notifier
- link-checker commit: 4.3. Mercurial notifier
- link-checker commit: Add blurb about robots exclusion implementation details. Mercurial notifier
- link-checker commit: Add abbr for CVS. Mercurial notifier
- link-checker commit: Changing the layout of checklink (script) to math the one for the documentation. Mercurial notifier
- link-checker commit: The dupe/empty anchor table lists one anchor per table row; adjust heading accordingly. Mercurial notifier
- link-checker commit: Make the CGI object non-global. Mercurial notifier
- link-checker commit: Use add_link() for recording DTD URLs for consistency. Mercurial notifier
- link-checker commit: Use "(no message)" if for some reason we do not receive a reason phrase in the response status line. Mercurial notifier
- link-checker commit: Make Net::IP and other modules required for restricting access to Mercurial notifier
- link-checker commit: Checksums for 4.1. Mercurial notifier
- link-checker commit: Add dependencies for generating ChangeLog when needed. Mercurial notifier
- link-checker commit: Document Doc_URI and Style_URI. Mercurial notifier
- link-checker commit: Release 4.0. Mercurial notifier
- link-checker commit: Okay, I give up. Use "text/javascript" as the content type for JavaScript. Mercurial notifier
- link-checker commit: Access key doc tweaks: spelling, whitespace, consistency with rest of the docs. Mercurial notifier
- link-checker commit: Release 4.2.1. Mercurial notifier
- link-checker commit: Enforce libwww-perl >= 5.66 requirement. Mercurial notifier
- link-checker commit: quick attempt at styling link checker as the Markup Validator. Mercurial notifier
- link-checker commit: List line numbers of broken fragments only, not all fragment line numbers if one or more for a doc are broken. Mercurial notifier
- link-checker commit: Use the same W3C::UserAgent instance for all retrievals. Mercurial notifier
- link-checker commit: warning note about delay in summary only mode Mercurial notifier
- link-checker commit: Fix bug in recursion logic: when parsing a document in recursive mode, we Mercurial notifier
- link-checker commit: RobotUA/RobotRules works for local files from command line in LWP 5.66+, bump the required version. Mercurial notifier
- link-checker commit: Work around a bug in URI::sip(s) in URI 1.22-1.30. Mercurial notifier
- link-checker commit: Usage message improvements. Mercurial notifier
- link-checker commit: Rename the doc CSS once more (to linkchecker.css). Mercurial notifier
- link-checker commit: Code cleanups. Mercurial notifier
- link-checker commit: Treat non-empty URI's "ok" again with JavaScript implementations without Mercurial notifier
- link-checker commit: $TNV will be 4.0. Mercurial notifier
- link-checker commit: Apply parameters from cookie only when loading the "front" page. Mercurial notifier
- link-checker commit: Add/revise accesskeys. Mercurial notifier
- link-checker commit: Eliminate a couple of recently introduced printf() warnings. Mercurial notifier
- link-checker commit: changing name to avoid conneg issues Mercurial notifier
- link-checker commit: Compile trusted and exclude-docs regexps only once. Mercurial notifier
- link-checker commit: Small wording improvements. Mercurial notifier
- link-checker commit: Remove CVS revision from user visible version strings to make them less scary. Mercurial notifier
- link-checker commit: adding style specific to linkchecker results Mercurial notifier
- link-checker commit: Remove the "Skip navigation" link as it is not too useful at the moment. Mercurial notifier
- link-checker commit: Autogenerate for 3.9.2. Mercurial notifier
- link-checker commit: Small comment clarifications related to the previous fix. Mercurial notifier
- link-checker commit: Link to http://www.w3.org/2000/07/checklink for docs again. Mercurial notifier
- link-checker commit: Don't mask LWP's default redirect_ok() functionality, remove some dead code. Mercurial notifier
- link-checker commit: Fix link to the online version. Mercurial notifier
- link-checker commit: Use UTF-8 instead of entities. Mercurial notifier
- link-checker commit: Release 4.0. Mercurial notifier
- link-checker commit: Fix broken fragment UI (was broken in revision 3.30). Mercurial notifier
- link-checker commit: Set "self URI" to http://validator.w3.org/checklink in command line HTML mode. Mercurial notifier
- link-checker commit: Improve the "Trusted" domain documentation. Mercurial notifier
- link-checker commit: Switch to HTML 4.01 strict, and make related adjustments and layout Mercurial notifier
- link-checker commit: 3.9.2. Mercurial notifier
- link-checker commit: HTML-escape given URI in the "you cannot check such a URI" message. Mercurial notifier
- link-checker commit: Typo and consistency fixes. Mercurial notifier
- link-checker commit: Do not send any Accept-Language header by default in command line mode, and Mercurial notifier
- link-checker commit: Remove ChangeLog.bak with make clean. Mercurial notifier
- link-checker commit: Make sleep time between requests to each server configurable in command Mercurial notifier
- link-checker commit: Restore some lost CSS properties, and selectively sync some of the new Mercurial notifier
- link-checker commit: New configuration parameter (Doc_URI) to aid local doc installations. Mercurial notifier
- link-checker commit: Don't send Content-Script-Type as a real HTTP header, use <meta http-equiv> instead. Also make uriOk() focus the URI field if it was not 'ok'. Mercurial notifier
- link-checker commit: Improve command line mode usability: -h is now an alias for --help, -H for Mercurial notifier
- link-checker commit: Various doc improvements. Mercurial notifier
- link-checker commit: Document known issues with libwww-perl 5.76. Mercurial notifier
- link-checker commit: Skip some files from distcheck and cpansign. Mercurial notifier
- link-checker commit: Tweak fieldset padding. Mercurial notifier
- link-checker commit: Avoid warning from invalid (non-numeric) recursion depth. Mercurial notifier
- link-checker commit: Add missing "hideme" class for "skip navigation" links. Mercurial notifier
- link-checker commit: Associate all labels explicitly with their controls as recommended by WCAG 1.0. Mercurial notifier
- link-checker commit: Release 3.9.2. Mercurial notifier
- link-checker commit: Implement "better" (yet somewhat hacky) handling of non-HTTP error codes, Mercurial notifier
- link-checker commit: Add images. Mercurial notifier
- link-checker commit: Bring up to date. Mercurial notifier
- link-checker commit: New command line option (--exclude-docs) for excluding checking links in Mercurial notifier
- link-checker commit: Document new *_Validator_URI config parameters. Mercurial notifier
- link-checker commit: Recommend libwww-perl 5.70. Mercurial notifier
- link-checker commit: Update full man page display instructions. Mercurial notifier
- link-checker commit: Reimplement/replace internal redirect tracking logic using the response Mercurial notifier
- link-checker commit: Avoid warning when no realm is given in WWW-Authenticate. Mercurial notifier
- link-checker commit: - Re-indent Mercurial notifier
- link-checker commit: Ignore more files when generating the ChangeLog. Mercurial notifier
- link-checker commit: Add "changelog" target for generating the ChangeLog. Mercurial notifier
- link-checker commit: Appease Perl 5.6.1's taint mode. Mercurial notifier
- link-checker commit: Change to the W3C::LinkChecker namespace. Mercurial notifier
- link-checker commit: Make files inside the dist tarball owned by root. Mercurial notifier
- link-checker commit: Update CVSweb interface URL. Mercurial notifier
- link-checker commit: Always point to http://www.w3.org/2000/07/checklink for docs, small POD entity tweaks. Mercurial notifier
- link-checker commit: Use relative self-referencing URL without the query string for the form action. Mercurial notifier
- link-checker commit: Fix typo in results CSS. Mercurial notifier
- link-checker commit: Add missing </abbr>. Mercurial notifier
- link-checker commit: Add some doc cross references. Mercurial notifier
- link-checker commit: Initial (partial) implementation for support for robots exclusion standard. Mercurial notifier
- link-checker commit: Make sure default configuration options are set also when there is no Mercurial notifier
- link-checker commit: 3.9.2. Mercurial notifier
- link-checker commit: Include config file. Mercurial notifier
- link-checker commit: Update links. Mercurial notifier
- link-checker commit: adding download instructions Mercurial notifier
- link-checker commit: Add SIGNATURE for cpansign(1). Mercurial notifier
- link-checker commit: More documentation updates and improvements. Mercurial notifier
- link-checker commit: Release 3.9.1. Mercurial notifier
- link-checker commit: Add docs. Mercurial notifier
- link-checker commit: First CPANified version, copied here from the validator dir. Mercurial notifier
- link-checker commit: Make self references in the results work whatever the script name is. Mercurial notifier
- link-checker commit: Remove a stale fragment id. Mercurial notifier
- link-checker commit: Make markup and CSS validator URIs configurable. Mercurial notifier
- link-checker commit: Copy here from the validator dir. Mercurial notifier
- link-checker commit: Some doc improvements. Mercurial notifier
- link-checker commit: Standard project directories initialized by cvs2svn. Mercurial notifier
- unicorn commit: Portuguese translation submitted by Mauricio S. T. de Nóbrega <mauricio.nobrega@gmail.com> Mercurial notifier
- unicorn commit: Valerii <ukrain@gmail.com> Mercurial notifier
- unicorn commit: some messages had been replaced with an email address Mercurial notifier
Wednesday, 4 August 2010
Tuesday, 3 August 2010
Monday, 2 August 2010
Last message date: Monday, 30 August 2010 16:49:05 UTC