Skip to content

Commit

Permalink
Backout this commit, whilst we rework.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5713 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
mantis committed Oct 22, 2008
1 parent 5e5d200 commit 5940245
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 385 deletions.
3 changes: 1 addition & 2 deletions admin/schema.php
Expand Up @@ -411,5 +411,4 @@

$upgrade[] = Array( 'AddColumnSQL', Array( db_get_table( 'mantis_custom_field_table' ), "
filter_by L NOTNULL DEFAULT \" '1' \"" ) );
#$upgrade[] = Array( 'AddColumnSQL', Array( db_get_table( 'mantis_project_version_table' ), "
# upgrade_tag C(128) NOTNULL DEFAULT '' " ) );

121 changes: 0 additions & 121 deletions check_version.php

This file was deleted.

18 changes: 0 additions & 18 deletions config_defaults_inc.php
Expand Up @@ -2038,21 +2038,3 @@
# threshold to see due date
$g_due_date_view_threshold = NOBODY;

#############################
# Checking for Updates
#############################

# Ability for applications to anonymously check for updates available for public projects.
# This feature exposes the availability of released version names, project ids, and the
# version descriptions. This feature works independent of anonymous access.
$g_check_version_for_public_projects_enabled = OFF;

# Ability for clients to anonymously check for updates available for private projects.
# This feature exposes the availability of released version names, project ids, and the
# version descriptions. This feature works independent of anonymous access.
$g_check_version_for_private_projects_enabled = OFF;

# Enable Mantis checking for updates for its own code base.
# This is shown for administrators on the Manage Overview Page.
# @@@ Apache seems to crash if remote URL is not found.
$g_check_version_for_mantis_enabled = OFF;
127 changes: 0 additions & 127 deletions core/check_version_api.php

This file was deleted.

6 changes: 0 additions & 6 deletions core/constant_inc.php
Expand Up @@ -466,9 +466,3 @@
# Timeline types
define( 'TIMELINE_TARGETTED', 1 );
define( 'TIMELINE_FIXED', 2 );

# Version Check Result Strings
define( 'VERSION_CHECK_UP_TO_DATE', 'up_to_date' );
define( 'VERSION_CHECK_UPDATE_AVAILABLE', 'update_available' );
define( 'VERSION_CHECK_ACCESS_DENIED', 'access_denied' );
define( 'VERSION_CHECK_FAILURE', 'failure' );

0 comments on commit 5940245

Please sign in to comment.