Drop $Id$ expansion, nobody complained so far it not working.

This commit is contained in:
Michal Čihař
2010-09-07 15:00:44 +02:00
parent c2be7316e0
commit 0431042bd0
51 changed files with 1 additions and 63 deletions

View File

@@ -1,6 +1,3 @@
$Id$
phpMyAdmin - Credits phpMyAdmin - Credits
==================== ====================

View File

@@ -2,8 +2,6 @@
phpMyAdmin - ChangeLog phpMyAdmin - ChangeLog
---------------------- ----------------------
$Id$
3.4.0.0 (not yet released) 3.4.0.0 (not yet released)
+ rfe #2890226 [view] Enable VIEW rename + rfe #2890226 [view] Enable VIEW rename
+ rfe #838637 [privileges] Export a user's privileges + rfe #838637 [privileges] Export a user's privileges
@@ -317,5 +315,5 @@ $Id$
# vim: et ts=4 sw=4 sts=4 # vim: et ts=4 sw=4 sts=4
# vim: ft=changelog fenc=utf-8 encoding=utf-8 # vim: ft=changelog fenc=utf-8 encoding=utf-8
# vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>6&&getline(v\:lnum)!~'^#' # vim: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>4&&getline(v\:lnum)!~'^#'
# vim: fdn=1 fdm=expr # vim: fdn=1 fdm=expr

View File

@@ -5,7 +5,6 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
--> -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr"> version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<!-- $Id$ -->
<head> <head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
@@ -53,9 +52,6 @@ vim: expandtab ts=4 sw=4 sts=4 tw=78
<li>License: <a href="license.php">LICENSE</a></li> <li>License: <a href="license.php">LICENSE</a></li>
</ul> </ul>
</li> </li>
<li><div class="l10n">Documentation version:</div>
<i>$Id$</i>
</li>
</ul> </ul>
<!-- REQUIREMENTS --> <!-- REQUIREMENTS -->

View File

@@ -1,5 +1,3 @@
$Id$
phpMyAdmin - Installation phpMyAdmin - Installation
------------------------- -------------------------

2
README
View File

@@ -1,5 +1,3 @@
$Id$
phpMyAdmin - Readme phpMyAdmin - Readme
=================== ===================

2
TODO
View File

@@ -1,5 +1,3 @@
$Id$
phpMyAdmin - Todo phpMyAdmin - Todo
================= =================

View File

@@ -1,5 +1,3 @@
$Id$
This directory contains various stuff contributed by users that might be This directory contains various stuff contributed by users that might be
useful to other. There is no guarantee it will work for you. useful to other. There is no guarantee it will work for you.

View File

@@ -1,4 +1,3 @@
/* $Id$ */
/* Stylesheet for phpMyAdmin documentation */ /* Stylesheet for phpMyAdmin documentation */
/* vim: expandtab ts=4 sw=4 sts=4 tw=78 /* vim: expandtab ts=4 sw=4 sts=4 tw=78
*/ */

View File

@@ -2,7 +2,6 @@
/** /**
* common functions used for communicating between main, navigation and querywindow * common functions used for communicating between main, navigation and querywindow
* *
* @version $Id$
*/ */
/** /**

View File

@@ -7,7 +7,6 @@
* @requires jQueryUI * @requires jQueryUI
* @requires js/functions.js * @requires js/functions.js
* *
* @version $Id$
*/ */
/** /**

View File

@@ -2,7 +2,6 @@
/** /**
* Functions used in the export tab * Functions used in the export tab
* *
* @version $Id$
*/ */
/** /**

View File

@@ -2,7 +2,6 @@
/** /**
* general function, usally for data manipulation pages * general function, usally for data manipulation pages
* *
* @version $Id$
*/ */
/** /**

View File

@@ -2,7 +2,6 @@
/** /**
* Functions used in the import tab * Functions used in the import tab
* *
* @version $Id$
*/ */

View File

@@ -2,7 +2,6 @@
/** /**
* function used for index manipulation pages * function used for index manipulation pages
* *
* @version $Id$
*/ */
/** /**

View File

@@ -7,7 +7,6 @@
* @requires jQueryUI * @requires jQueryUI
* @requires js/functions.js * @requires js/functions.js
* *
* @version $Id$
*/ */
/** /**

View File

@@ -5,7 +5,6 @@
* @requires jQuery * @requires jQuery
* @requires js/functions.js * @requires js/functions.js
* *
* @version $Id$
*/ */
/** /**

View File

@@ -6,7 +6,6 @@
* @requires jQueryUI * @requires jQueryUI
* @requires js/functions.js * @requires js/functions.js
* *
* @version $Id$
*/ */
/** /**

View File

@@ -2,7 +2,6 @@
/** /**
* function used in server privilege pages * function used in server privilege pages
* *
* @version $Id$
*/ */
/** /**

View File

@@ -3,7 +3,6 @@
* Scripts to update location to allow bookmarking of frameset * Scripts to update location to allow bookmarking of frameset
* and restoring the bookmark once the page is loaded. * and restoring the bookmark once the page is loaded.
* *
* @version $Id$
*/ */
var hash_to_set = ""; var hash_to_set = "";

View File

@@ -1,7 +1,6 @@
<?php <?php
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* @version $Id$
* @package phpMyAdmin-Engines * @package phpMyAdmin-Engines
*/ */

View File

@@ -4,7 +4,6 @@ messages with their definition in language files, if you build some
plugins for your use, you can use directly texts in plugin. plugins for your use, you can use directly texts in plugin.
<?php <?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4 ft=php: // vim: expandtab sw=4 ts=4 sts=4 ft=php:
/* Demo import plugin for phpMyAdmin */ /* Demo import plugin for phpMyAdmin */

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -156,7 +156,6 @@ if (! defined('PMA_MINIMUM_COMMON')) {
{ {
global $SQP_errorString; global $SQP_errorString;
$debugstr = 'ERROR: ' . $message . "\n"; $debugstr = 'ERROR: ' . $message . "\n";
$debugstr .= 'SVN: $Id$' . "\n";
$debugstr .= 'MySQL: '.PMA_MYSQL_STR_VERSION . "\n"; $debugstr .= 'MySQL: '.PMA_MYSQL_STR_VERSION . "\n";
$debugstr .= 'USR OS, AGENT, VER: ' . PMA_USR_OS . ' ' . PMA_USR_BROWSER_AGENT . ' ' . PMA_USR_BROWSER_VER . "\n"; $debugstr .= 'USR OS, AGENT, VER: ' . PMA_USR_OS . ' ' . PMA_USR_BROWSER_AGENT . ' ' . PMA_USR_BROWSER_VER . "\n";
$debugstr .= 'PMA: ' . PMA_VERSION . "\n"; $debugstr .= 'PMA: ' . PMA_VERSION . "\n";

View File

@@ -94,5 +94,3 @@ be used in advertising or otherwise to promote the sale, use or other
dealings in this Font Software without prior written authorization dealings in this Font Software without prior written authorization
from Tavmjong Bah. For further information, contact: tavmjong @ free from Tavmjong Bah. For further information, contact: tavmjong @ free
. fr. . fr.
$Id$

View File

@@ -1,5 +1,4 @@
<?php <?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4: // vim: expandtab sw=4 ts=4 sts=4:
/** /**

View File

@@ -1,5 +1,4 @@
<?php <?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4: // vim: expandtab sw=4 ts=4 sts=4:
/** /**

View File

@@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
# $Id$
# #
# Shell script that adds a new function file using a template. Should not be called directly # Shell script that adds a new function file using a template. Should not be called directly
# but instead by template_Generator.sh and template_generator_mimetype.sh # but instead by template_Generator.sh and template_generator_mimetype.sh

View File

@@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
# $Id$
# #
# Shell script that adds a new mimetype with transform function. # Shell script that adds a new mimetype with transform function.
# #

View File

@@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
# $Id$
# #
# Shell script that adds a new mimetype without transform function. # Shell script that adds a new mimetype without transform function.
# #

View File

@@ -4,7 +4,6 @@
/** /**
* Interface for the zip extension * Interface for the zip extension
* @package phpMyAdmin * @package phpMyAdmin
* @version $Id$
*/ */
/** /**

View File

@@ -1,7 +1,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin-Designer * @package phpMyAdmin-Designer
*/ */

View File

@@ -1,7 +1,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin-Designer * @package phpMyAdmin-Designer
*/ */

View File

@@ -1,6 +1,5 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* @version $Id$
* @package phpMyAdmin-Designer * @package phpMyAdmin-Designer
*/ */

View File

@@ -1,6 +1,5 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* @version $Id$
* @package phpMyAdmin-Designer * @package phpMyAdmin-Designer
*/ */
body { body {

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -2,7 +2,6 @@
/* vim: set expandtab sw=4 ts=4 sts=4: */ /* vim: set expandtab sw=4 ts=4 sts=4: */
/** /**
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -1,6 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# #
# $Id$
# #
# Configuration converter # Configuration converter
# Converts from old-style (Pre-2.3) configuration files to new format found in PMA-2.3 # Converts from old-style (Pre-2.3) configuration files to new format found in PMA-2.3

View File

@@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# #
# $Id$
# vim: expandtab sw=4 ts=4 sts=4: # vim: expandtab sw=4 ts=4 sts=4:
# #

View File

@@ -11,7 +11,6 @@
-- --
-- Please don't forget to set up the tablenames in config.inc.php -- Please don't forget to set up the tablenames in config.inc.php
-- --
-- $Id$
-- -------------------------------------------------------- -- --------------------------------------------------------

View File

@@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# #
# $Id$
# vim: expandtab sw=4 ts=4 sts=4: # vim: expandtab sw=4 ts=4 sts=4:
# #
# Script for removing language selection from phpMyAdmin # Script for removing language selection from phpMyAdmin

View File

@@ -1,6 +1,5 @@
#!/bin/sh #!/bin/sh
# #
# $Id$
# #
# Script to remove ^M from files for DOS <-> UNIX conversions # Script to remove ^M from files for DOS <-> UNIX conversions
# #

View File

@@ -1,6 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# #
# $Id$
# #
# upgrade.pl - automatic phpmyadmin upgrader # upgrade.pl - automatic phpmyadmin upgrader
# #

View File

@@ -10,7 +10,6 @@
-- --
-- Please don't forget to set up the tablenames in config.inc.php -- Please don't forget to set up the tablenames in config.inc.php
-- --
-- $Id$
-- -------------------------------------------------------- -- --------------------------------------------------------

View File

@@ -3,7 +3,6 @@
/** /**
* handles creation of the chart * handles creation of the chart
* *
* @version $Id$
* @package phpMyAdmin * @package phpMyAdmin
*/ */

View File

@@ -2,7 +2,6 @@
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
version="-//W3C//DTD XHTML 1.1//EN" dir="ltr"> version="-//W3C//DTD XHTML 1.1//EN" dir="ltr">
<!-- $Id$ -->
<!-- <!--
vim: expandtab ts=4 sw=4 sts=4 tw=78 vim: expandtab ts=4 sw=4 sts=4 tw=78
--> -->