Skip to content

Commit

Permalink
Merge pull request #5954 from homersimpsons/refactor/remove-display_c…
Browse files Browse the repository at this point in the history
…vs_versions

Remove `display_cvs_versions` and `cvs_version_tracker`
  • Loading branch information
davidpanderson authored Dec 15, 2024
2 parents 33b95bd + 44a50c8 commit 1e3eacf
Show file tree
Hide file tree
Showing 65 changed files with 0 additions and 75 deletions.
1 change: 0 additions & 1 deletion html/inc/host.inc
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,5 @@ function anonymize_hosts($user) {
}
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit

?>
1 change: 0 additions & 1 deletion html/inc/news.inc
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,4 @@ function show_news($start, $count) {
";
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/inc/pm.inc
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,4 @@ function pm_delete_user($user) {
}
}

$cvs_version_tracker[]="\$Id: pm.inc 14019 2007-11-01 23:04:39Z davea $";
?>
1 change: 0 additions & 1 deletion html/inc/profile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,5 @@ function show_profile($user, $logged_in_user, $screen_mode = false) {
}
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit

?>
1 change: 0 additions & 1 deletion html/inc/result.inc
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,5 @@ function result_navigation($info, $where_clause) {
return $x;
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit

?>
1 change: 0 additions & 1 deletion html/inc/stats_sites.inc
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,4 @@ function site_list($sites) {
$GLOBALS['cpid_stats_sites'] = $cpid_stats_sites;
$GLOBALS['host_sites'] = $host_sites;

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/inc/team.inc
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,5 @@ function make_team(
}
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit

?>
1 change: 0 additions & 1 deletion html/inc/text_transform.inc
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,4 @@ function highlight_terms($text, $terms) {
return str_ireplace($search, $replace, $text);
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/inc/translation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,4 @@ for ($i=0; $i<$size; $i++) {

$GLOBALS['languages_in_use'] = $languages_in_use; // for Drupal

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/inc/user.inc
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,5 @@ function show_account_private($user) {
}


$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit

?>
10 changes: 0 additions & 10 deletions html/inc/util.inc
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ EOT;
$body_attrs .= ' style="padding-top:70px"';
}
echo "<body $body_attrs>";
display_cvs_versions();
echo '<div class="container-fluid">
';

Expand Down Expand Up @@ -398,14 +397,6 @@ function page_tail(
}
}

function display_cvs_versions(){
global $cvs_version_tracker;
echo "\n<!-- SVN VERSIONS -->\n";
for ($i=0;$i<sizeof($cvs_version_tracker);$i++) {
echo "<!-- ".$cvs_version_tracker[$i]." -->\n";
}
}

function db_error_page() {
page_head("Database error");
echo tra("A database error occurred while handling your request; please try again later.");
Expand Down Expand Up @@ -1300,6 +1291,5 @@ function check_validated_email($user) {
}
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit

?>
1 change: 0 additions & 1 deletion html/ops/cancel_workunits.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,4 @@

admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/cancel_wu_action.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@
echo " canceled jobs with $wuid1 <= workunit ID <= $wuid2</h2>";
admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/cancel_wu_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@
</form>
";
admin_page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/clear_host.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@
echo "Host RPC time cleared for host ID: $hostid\n";

admin_page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/create_forums.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ function create_forum($category, $orderID, $title, $description, $is_dev_blog=0)
create_forum($catid, 4, "Preferences", "Using preferences");
create_forum($catid, 6, "Web site", "Issues involving this web site");

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/db_action.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,4 @@
}

admin_page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/db_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,4 @@
print_describe_table($table, 4);

admin_page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/failure_result_summary_by_host.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,4 @@

admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/failure_result_summary_by_platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,4 @@

admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,4 @@

admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/list_new_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,4 @@

admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/make_emails_lowercase.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,4 @@
_mysql_free_result($result);

admin_page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/manage_special_users.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,4 @@

admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/manage_special_users_action.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@

admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
2 changes: 0 additions & 2 deletions html/ops/manage_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,4 @@ function show_manage_user_form($user) {

show_manage_user_form($user);

$cvs_version_tracker[]= //Generated automatically - do not edit
"\$Id$";
?>
1 change: 0 additions & 1 deletion html/ops/pass_percentage_by_platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,4 @@

admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/problem_host.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,4 @@ function send_problem_email($user, $host) {
}

admin_page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/profile_screen_action.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@

admin_page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/profile_screen_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,4 @@ function buttons($i) {
";

admin_page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/ops/result_summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
admin_show_result_summary();

admin_page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/project.sample/project_specific_prefs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,5 @@ function project_specific_prefs_parse($prefs_xml) {
return $prefs;
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit

?>
1 change: 0 additions & 1 deletion html/user/add_venue.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@
print_prefs_form("add", $subset, $venue, $user, $prefs, $columns);
}
page_tail();
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/create_account_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@

page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/edit_forum_preferences_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,4 @@
end_table();
page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/forum_banishment_vote_action.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,4 @@
start_vote($config,$logged_in_user,$user, $mod_category,"None given");
}

$cvs_version_tracker[]="\$Id: forum_moderate_post_action.php 13718 2007-09-30 11:17:11Z Rytis $"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/forum_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,5 +170,4 @@ function() use($content) {

page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/forum_help_desk.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@

page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/forum_index.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,4 @@ function do_unsubscribe($user) {
} else {
main($user);
}
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/forum_moderate_post_action.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,4 @@ function hide_explanation() {

header('Location: forum_thread.php?id='.$thread->id);

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/forum_post.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,4 @@ function() use($content, $title) {

page_tail();

$cvs_version_tracker[]="\$Id$";
?>
1 change: 0 additions & 1 deletion html/user/forum_rate.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ function show_result_page($success, $post, $thread, $choice) {
exit;
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/forum_reply.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,5 +206,4 @@ function quote_text($post) {
);
}

$cvs_version_tracker[]="\$Id$";
?>
1 change: 0 additions & 1 deletion html/user/forum_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@

page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/forum_search_action.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,5 +228,4 @@ function search_post_content(
echo "<p><a href=\"forum_search.php\">".tra("Perform another search")."</a></p>";
page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/forum_thread.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,4 @@
$thread->update("views=views+1");

page_tail();
$cvs_version_tracker[]="\$Id$";
?>
1 change: 0 additions & 1 deletion html/user/info.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@
<p>".tra("These other projects are not associated with %1, and we cannot vouch for their security practices or the nature of their research. Join them at your own risk.", PROJECT);
}
page_tail();
$cvs_version_tracker[]="\$Id$";
?>
1 change: 0 additions & 1 deletion html/user/pending.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@
page_tail();
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/pm.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,5 +446,4 @@ function do_delete_selected($logged_in_user) {
error_page(tra("Unknown action"));
}

$cvs_version_tracker[]="\$Id: pm.php 14077 2007-11-03 04:26:47Z davea $";
?>
1 change: 0 additions & 1 deletion html/user/prefs.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,4 @@

page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/prefs_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,4 @@
echo "<a href=prefs.php?subset=$subset$c>".tra("Back to preferences")."</a>\n";
page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/prefs_remove.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,4 @@
page_tail();
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/profile_menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,4 @@ function select_profile($cmd) {
}
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/project_specific_prefs.inc.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
// Place your version in project_specific/project_specific_prefs.inc

// Functions to display and edit project-specific prefs go here
Expand Down
1 change: 0 additions & 1 deletion html/user/show_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
// Object-caching and full-file caching is used to speed up queries
// for data from this page.

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit

require_once("../inc/cache.inc");
require_once("../inc/util.inc");
Expand Down
1 change: 0 additions & 1 deletion html/user/team_change_founder_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,4 @@
echo "</form>";
page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/team_email_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,4 @@
page_tail();
}

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/team_founder_transfer_action.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,5 @@ function send_founder_transfer_decline_email($team, $user) {

page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit

?>
1 change: 0 additions & 1 deletion html/user/team_founder_transfer_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@

page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/team_join_action.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@

page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
1 change: 0 additions & 1 deletion html/user/team_join_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,4 @@
";
page_tail();

$cvs_version_tracker[]="\$Id$"; //Generated automatically - do not edit
?>
Loading

0 comments on commit 1e3eacf

Please sign in to comment.