Go to the source code of this file.
Variables | |
| $since_day = date("d") | |
| $since_year = date("Y") | |
| $until_month = date("m") | |
| $until_day = date("d") | |
| $until_year = date("Y") | |
| $hour = date("H") | |
| $min = date("i") | |
| $until = mktime($hour,$min,0,$until_month, $until_day, $until_year) | |
| $form_opening = '<form action="'.$PHP_SELF.'#options" method="GET">' | |
| $form_submit = '<input class="bold" value="'._("Apply").'" name="update" type="submit" />' | |
| $count_users = stats_getusers() | |
| $count_groups = stats_getprojects() | |
| $content = array() | |
| $total = array() | |
| $count = stats_getusers("add_date>='$since' AND add_date<='$until'") | |
| $key = ngettext("New user", "New users", $count) | |
| $total_patch = stats_getitems("patch") | |
| $total_task = stats_getitems("task") | |
| $total_bugs = stats_getitems("bugs") | |
| $total_support = stats_getitems("support") | |
| $content_total = array() | |
| $total_open = 0 | |
| $count_open = stats_getitems("support", 3, "date>='$since' AND date<='$until'") | |
| $count_groups_private = stats_getprojects("","0") | |
| print< br/> n & | nbsp |
| $themes_list = theme_list(1) | |
| $popular_themes = array() | |
| $percent = ($count / $count_users) * 100 | |
|
|
Definition at line 84 of file stats/index.php. |
|
|
Definition at line 118 of file stats/index.php. |
|
|
Definition at line 87 of file stats/index.php. |
|
|
Definition at line 82 of file stats/index.php. |
|
|
Definition at line 230 of file stats/index.php. |
|
|
Definition at line 125 of file stats/index.php. |
|
|
Definition at line 81 of file stats/index.php. |
|
|
Definition at line 55 of file stats/index.php. |
|
|
Definition at line 56 of file stats/index.php. |
|
|
Definition at line 42 of file stats/index.php. |
|
|
Definition at line 88 of file stats/index.php. |
|
|
Definition at line 43 of file stats/index.php. |
|
|
Definition at line 351 of file stats/index.php. |
|
|
Definition at line 338 of file stats/index.php. |
|
|
Definition at line 35 of file stats/index.php. |
|
|
Definition at line 36 of file stats/index.php. |
|
|
Definition at line 337 of file stats/index.php. |
|
|
Definition at line 85 of file stats/index.php. Referenced by graphs_build(), trackers_votes_user_giventoitem_count(), and trackers_votes_user_remains_count(). |
|
|
Definition at line 106 of file stats/index.php. |
|
|
Definition at line 124 of file stats/index.php. |
|
|
Definition at line 104 of file stats/index.php. |
|
|
Definition at line 107 of file stats/index.php. |
|
|
Definition at line 105 of file stats/index.php. |
|
|
Definition at line 53 of file stats/index.php. |
|
|
Definition at line 39 of file stats/index.php. |
|
|
Definition at line 38 of file stats/index.php. |
|
|
Definition at line 40 of file stats/index.php. |
|
|
Definition at line 319 of file stats/index.php. |
|
|
|
Definition at line 213 of file stats/index.php. |
1.4.4