From: Alessandro P. (T. / J578) <al...@ti...> - 2001-12-07 15:17:55
|
Hi all. I've just implemented feature request #456637 "Link checker". Now, all the links that are going to be submitted by the users are checked before submission and rejected if broken. Moreover, into the Admin->Web Links panel there is now a real-time control of both yet active and waiting-submission links, and their status ("broken" or "operative") is dislayed among their others info. I also added more strict checks in links.php (i.e.: now submitter's email MUST be a valid email address (checked with regexp)) and also added support for https:// links (these won't be checked 'cos PHP fopen() is unable to handle them. I added support to them to avoid fopen to print they're broken even if they are not). Last but not least, I also committed the last bunch of updates for bug #489224 "tweak needed in topics.php, top.php..", so it can now be considered officialy "squashed" :> I tested all changes and they works for me. Please report me any eventual mistake I introduced with these changes :> Bye, Alessandro -- Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087 phpWebSite Development Team http://phpwebsite.appstate.edu INWO Project coordinator http://inwoproject.sourceforge.net "I will carry you through, hicking and screaming, and in the end you will thank me" - Tyler Durden [from "Fight Club"] |