diff --git a/ChangeLog b/ChangeLog index 28c17dc33..1511e6746 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-10-04 Michal Čihař + * Documentation.html: Fixes thanks to Matt LaPlante - cyberdog3k. + - Fix Wikipedia URLs (patch #1568498). + 2006-10-03 Marc Delisle ### 2.9.0.2 released from MAINT_2_9_0 diff --git a/Documentation.html b/Documentation.html index 122cddaf8..087ac8205 100755 --- a/Documentation.html +++ b/Documentation.html @@ -4061,10 +4061,10 @@ Original Credits of Version 2.1.0
  • Client - a computer system that accesses a (remote) service on another computer by some kind of network.
  • -
  • column +
  • column - a set of data values of a particular simple type, one for each row of the table.
  • -
  • Cookie +
  • Cookie - a packet of information sent by a server to a World Wide Web browser and then sent back by the browser each time it accesses that server.
  • CSV @@ -4077,9 +4077,9 @@ Original Credits of Version 2.1.0 - a PHP module that extends PHP with additional functionality.
  • FAQ (Frequently Asked Questions) - a list of commonly asked question and there answers.
  • -
  • Field +
  • Field - one part of divided data/columns.
  • -
  • foreign key +
  • foreign key - a field or group of fields in a database record that point to a key field or group of fields forming a key of another database record in some (usually different) table.
  • @@ -4096,21 +4096,21 @@ Original Credits of Version 2.1.0 - any machine connected to a computer network, a node that has a hostname.
  • hostname - the unique name by which a network attached device is known on a network.
  • -
  • HTTP +
  • HTTP (HyperText Transfer Protocol) - the primary method used to transfer or convey information on the World Wide Web.
  • -
  • https +
  • https - a HTTP-connection with additional security measures.
  • -
  • IIS (Internet Information Services) +
  • IIS (Internet Information Services) - a set of Internet-based services for servers using Microsoft Windows.
  • -
  • Index +
  • Index - a feature that allows quick access to the rows in a table.
  • -
  • IP (Internet Protocol) +
  • IP (Internet Protocol) - a data-oriented protocol used by source and destination hosts for communicating data across a packet-switched internetwork.
  • -
  • IP Address +
  • IP Address - a unique number that devices use in order to identify and communicate with each other on a network utilizing the Internet Protocol standard.
  • ISAPI @@ -4128,7 +4128,7 @@ Original Credits of Version 2.1.0
  • Mac (Apple Macintosh) - line of personal computers is designed, developed, manufactured, and marketed by Apple Computer.
  • -
  • Mac OS X +
  • Mac OS X - the operating system which is included with all currently shipping Apple Macintosh computers in the consumer and professional markets.
  • MCrypt @@ -4146,11 +4146,11 @@ Original Credits of Version 2.1.0 - the improved MySQL client PHP extension.
  • mysql - the MySQL client PHP extension.
  • -
  • OpenDocument +
  • OpenDocument - open standard for office documents.
  • -
  • OS X +
  • OS X - look at Mac OS X.
  • -
  • PDF +
  • PDF (Portable Document Format) - a file format developed by Adobe Systems for representing two dimensional documents in a device independent and resolution independent @@ -4164,7 +4164,7 @@ Original Credits of Version 2.1.0 programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications.
  • -
  • port +
  • port - a connection through which data is sent and received.
  • RFC - Request for Comments (RFC) documents are a series of memoranda @@ -4172,7 +4172,7 @@ Original Credits of Version 2.1.0 Internet technologies.
  • RFC 1952 - GZIP file format specification version 4.3
  • -
  • Row (record, tulpel) +
  • Row (record, tulpel) - represents a single, implicitly structured data item in a table.
  • Server - a computer system that provides services to other computing @@ -4186,7 +4186,7 @@ Original Credits of Version 2.1.0 - a cryptographic protocol which provides secure communication on the Internet.
  • SQL - Structured Query Language
  • -
  • table +
  • table - a set of data elements (cells) that is organized, defined and stored as horizontal rows and vertical columns where each item can be uniquely identified by a label or key or by it?s position in relation to other items.