Revisions for trean/scripts/check_links.php

Location: [ Horde ] / trean / scripts / check_links.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.29 (+2 -2 lines) 01/02/2008 06:14 AM Jan Schneider jan

Happy New Year

1.28 (+2 -2 lines) 01/02/2007 07:49 AM Jan Schneider jan

Happy New Year

1.27 (+8 -5 lines) 01/01/2007 10:56 PM Chuck Hagenbuch chuck

Link checker works now, though favicons still need to be re-done.

1.26 (+5 -3 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.25 (+2 -2 lines) 12/31/2006 08:05 PM Chuck Hagenbuch chuck

Trean_Bookmarks does not use a singleton now.

1.24 (+19 -17 lines) 12/31/2006 04:24 PM Chuck Hagenbuch chuck

[cjh] Move bookmarks from DataTree storage to a SQL table.

Probably still a few kinks to work out, but it works.

1.23 (+4 -4 lines) 12/30/2006 12:54 AM Chuck Hagenbuch chuck

style nit

1.22 (+10 -4 lines) 12/29/2006 04:43 PM Chuck Hagenbuch chuck

It took me until today, when I was tracking down the usage and meaning
of all attributes used by bookmarks, that I found the feature to save
a bookmark's redirected URL. Great idea but given that I never knew it
was there... I've instead included (commented out for now) code in
check_links.php to go ahead and update the actual url of the bookmark.

1.21 (+3 -9 lines) 12/29/2006 04:27 PM Chuck Hagenbuch chuck

I can't find anything that http-status-count was used for.

1.20 (+2 -7 lines) 12/29/2006 04:17 PM Chuck Hagenbuch chuck

http-Content-Type is a nice idea, but trim it in the interest of
reducing the number of fields bookmarks use.

1.19 (+2 -7 lines) 08/04/2006 09:46 AM Jan Schneider jan

Take advantage of share caching in Trean.
Maybe we want a separate configuration setting to turn this off or on in
Trean, in that case we need to check inside Trean_Bookmarks::singleton() if we
have a sufficiently new Horde_Share version.

1.18 (+2 -2 lines) 04/18/2006 11:39 AM Jan Schneider jan

Consistently use /usr/bin/php in script shebangs.

1.17 (+2 -2 lines) 01/01/2006 04:12 PM Jan Schneider jan

Happy new year\!

1.16 (+3 -3 lines) 11/23/2005 06:48 AM Jan Schneider jan

Fix string generation.

1.15 (+7 -14 lines) 11/11/2005 11:38 PM Chuck Hagenbuch chuck

Use file_get_contents().

1.14 (+54 -54 lines) 11/11/2005 11:36 PM Chuck Hagenbuch chuck

Fix a few errors/warnings and always use _getHeaders, since we can't
control the timeout on the builtin function. Also lower the timeout to
10 seconds; this script takes _forever_ to run for me, and I figure 10
seconds is fine as a quick check for whether a URL is there or not and
for trying to get a favicon.

1.13 (+7 -1 lines) 10/26/2005 08:37 PM Ben Chavet ben

give each url 30 seconds to respond.  Continue with the next url if it
doesn't

1.12 (+21 -23 lines) 09/22/2005 10:20 AM Chuck Hagenbuch chuck

Don't send errors from get_headers() calls.

1.11 (+3 -2 lines) 09/13/2005 11:09 AM Matt Selsky selsky

array_shift() needs a variable.

1.10 (+2 -2 lines) 05/31/2005 09:29 PM Matt Selsky selsky

space

1.9 (+5 -2 lines) 04/03/2005 08:10 AM Jan Schneider jan

We probably want to check for favicons for more status codes than 200 and
302, but 302 was common for my bookmarks.

1.8 (+6 -2 lines) 04/03/2005 08:03 AM Jan Schneider jan

Fix favicon checking for bookmarks without paths.

1.7 (+9 -9 lines) 04/03/2005 08:01 AM Jan Schneider jan

whitespace

1.6 (+8 -5 lines) 04/02/2005 11:52 PM Ben Chavet ben

for some reason the 'favicon' attribute wasn't always being set.  This
fixes it

1.5 (+31 -7 lines) 03/29/2005 10:39 PM Ben Chavet ben

* Try to get favicon.ico if a favicon could not be parsed
* Store Content-Type header and try to fall back on a mime icon

1.4 (+96 -1 lines) 03/28/2005 11:34 PM Ben Chavet ben

Get favicons with cron job

1.3 (+2 -1 lines) 03/24/2005 11:32 PM Ben Chavet ben

fix "Undefined Variable" error

1.2 (+2 -2 lines) 03/24/2005 11:11 PM Ben Chavet ben

silence parse_url call, problems are caught later anyway.

1.1 03/24/2005 12:34 AM Ben Chavet ben

check_links cron script.  Stores http status code, and if necessary, the
'Location:' header for redirects.  I've done a little with the UI to show
this, but it still needs polishing.