⌈⌋ ⎇ branch:  freshcode


Check-in [39ab60dd4c]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Filter addition for spammy GitHub releases.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 39ab60dd4c9880a1bd79c9cabd644c1d29e80b13
User & Date: mario 2015-01-20 16:03:46
Context
2015-02-25
19:10
Omit `deleted` entrys from spotlight. check-in: 3778635df7 user: mario tags: trunk
2015-01-20
16:03
Filter addition for spammy GitHub releases. check-in: 39ab60dd4c user: mario tags: trunk
2015-01-18
22:49
Remove doubled `em` tag. check-in: 3622816360 user: mario tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to cron.daily/news_github.php.

41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

// printout
foreach ($recent as $r) {
    $r = array_map("htmlspecialchars", $r);

    
    #-- filter some
    if (preg_match("~/(test|main|wagic)$~", $r["repo_name"])
    or  preg_match("~Contribute to .+? by creating an account on GitHub~", $r["repo_description"]))
    {
       continue;
    }


    #-- sidebar feed







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55

// printout
foreach ($recent as $r) {
    $r = array_map("htmlspecialchars", $r);

    
    #-- filter some
    if (preg_match("~^(IronSummitMedia/)|/(test|main|wagic)$~", $r["repo_name"])
    or  preg_match("~Contribute to .+? by creating an account on GitHub~", $r["repo_description"]))
    {
       continue;
    }


    #-- sidebar feed