diff --git a/ChangeLog b/ChangeLog index 6b243faa5..ae2b1df8f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-05-21 Marc Delisle + * add a message $strTextAreaLength to tell users when a textarea + contents is too large to be editable ( > 32K) + 2001-05-20 Loïc Chapeaux * replaced all require("somefile.php3") and include("somefile.php3") instructions by require("./somefile.php3") and include("./somefile.php3") diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index 202260252..a52b4e6af 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -142,4 +142,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 8505f2d52..327a4a918 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -141,4 +141,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index 1c9b5b905..8caa79639 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -121,4 +121,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index c53bde8bb..57f1097f4 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -126,4 +126,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index 5bd0f5a6a..f9eee09c1 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -126,4 +126,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 1c82f6133..298787ca3 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -139,4 +139,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 25d0e8b31..dfc56fb74 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -142,4 +142,5 @@ $strOptimizeTable = "Optimer tabel"; $strTableType = "Tabel type"; $strHomepageOfficial = "Officiel phpMyAdmin hjemmeside "; $strHomepageSourceforge = "Ny (men ikke endnu officiel) phpMyAdmin hjemmeside "; +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index 0f3c3bf61..ec2521666 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -129,4 +129,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index 5efd629c2..426478adf 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -154,4 +154,5 @@ $strBookmarkQuery = "Bookmarked SQL-query"; $strBookmarkThis = "Bookmark this SQL-query"; $strBookmarkLabel = "Label"; $strBookmarkView = "View only"; +$strTextAreaLength=" Because of its length,
this field might not be editable "; ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index b9541fc89..ace95ca71 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -172,4 +172,5 @@ $strBookmarkQuery = "Requ $strBookmarkThis = "Bookmarker cette requête"; $strBookmarkLabel = "Intitulé"; $strBookmarkView = "Voir uniquement"; +$strTextAreaLength="Il est possible que ce champ
ne soit pas éditable
en raison de sa longueur"; ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index 9143e5edf..e2daf4c17 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -136,4 +136,5 @@ $strBookmarkQuery = "Bookmarked SQL-query"; // To translate $strBookmarkThis = "Bookmark this SQL-query"; // To translate $strBookmarkLabel = "Label"; // To translate $strBookmarkView = "View only"; // To translate -?> \ No newline at end of file +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate +?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index 7bf066620..44af536ee 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -140,4 +140,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index ec38b8367..82751bec2 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -121,4 +121,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 5789c8abf..52b1de3b9 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -131,4 +131,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 34070331e..41b955194 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -128,4 +128,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index 238a5ec2a..a811e8225 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -138,4 +138,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index 1c9c322b4..28d59d1d4 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -138,4 +138,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index a22f41cdc..b6b92eef0 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -140,4 +140,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 9d086f7cd..f23a0903e 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -152,4 +152,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index 8db5ce1a6..0cacd7548 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -152,4 +152,5 @@ $strOptimizeTable = "Optimize table"; //to translate $strTableType = "Table type"; //to translate $strHomepageOfficial=" Official phpMyAdmin Homepage "; //to translate $strHomepageSourceforge=" new (but still unofficial) phpMyAdmin Homepage "; //to translate +$strTextAreaLength=" Because of its length,
this field might not be editable "; //to translate ?> diff --git a/tbl_change.php3 b/tbl_change.php3 index 3049eb0c8..a63205e0d 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -85,6 +85,8 @@ for($i=0;$i\n"; + if (strlen($special_chars) > 32000) + echo "$strTextAreaLength"; } elseif(strstr($row_table_def["Type"], "enum")) {