[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. fe16beb84cd18e423562d218e203602fddbe7dac

Michal Čihař nijel at users.sourceforge.net
Mon Oct 3 12:13:13 CEST 2011


The branch, master has been updated
       via  fe16beb84cd18e423562d218e203602fddbe7dac (commit)
       via  3eab76f42f014ea1a313d7863946d4158a47b7fa (commit)
      from  bf754acd5c4bd16f0bb3a4a11e108c2c172583b0 (commit)


- Log -----------------------------------------------------------------
commit fe16beb84cd18e423562d218e203602fddbe7dac
Merge: 3eab76f bf754ac
Author: Michal Čihař <mcihar at suse.cz>
Date:   Mon Oct 3 12:12:34 2011 +0200

    Merge remote-tracking branch 'origin/master'

commit 3eab76f42f014ea1a313d7863946d4158a47b7fa
Author: Michal Čihař <mcihar at suse.cz>
Date:   Mon Oct 3 12:08:15 2011 +0200

    RSS no longer provides activity

-----------------------------------------------------------------------

Summary of changes:
 render.py           |    4 ----
 templates/about.tpl |    3 +--
 2 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/render.py b/render.py
index 016502f..f5df112 100755
--- a/render.py
+++ b/render.py
@@ -656,10 +656,6 @@ class SFGenerator:
                 m = SUMMARY_DEVS.match(entry.title)
                 data['developers'] = m.group(1)
                 links['developers'] = entry.link
-            elif entry.title[:19] == 'Activity percentile':
-                m = SUMMARY_ACTIVITY.match(entry.title)
-                data['activity'] = m.group(1)
-                links['activity'] = entry.link
             elif entry.title[:19] == 'Downloadable files:':
                 m = SUMMARY_DOWNLOADS.match(entry.title)
                 data['downloads'] = m.group(1)
diff --git a/templates/about.tpl b/templates/about.tpl
index 5d4f3b0..d41ac2c 100644
--- a/templates/about.tpl
+++ b/templates/about.tpl
@@ -76,8 +76,7 @@ correctly spelled variant).
 
 <p>
 phpMyAdmin project currently has <a
-href="${links.developers}">${info.developers} developers</a> and its activity
-on SourceForge.net is currently ranked at ${info.activity}. Over the life of
+href="${links.developers}">${info.developers} developers</a>. Over the life of
 project on SourceForge.net, users have downloaded ${info.downloads} copies of
 phpMyAdmin, wrote ${info.forumposts} posts into <a
 href="${links.forums}">${info.forums} forums</a> and discussed various topics


hooks/post-receive
-- 
phpMyAdmin website




More information about the Git mailing list