From fecfe761f9afee15bb083c9ad96e1d83e67a38e9 Mon Sep 17 00:00:00 2001
From: Dieter Adriaenssens Not every table can be put to the chart. Only tables with one, two or three columns can be visualised as a chart. Moreover the table must be in a special format for chart script to understand it. Currently supported formats can be found in the wiki. Not every table can be put to the chart. Only tables with one, two or three columns can be visualised as a chart. Moreover the table must be in a special format for chart script to understand it. Currently supported formats can be found in the wiki.
6.29 Why can't I get a chart from my query result table?
-phpMyAdmin project
@@ -4343,7 +4343,7 @@ chmod o+rwx tmp
po/LANG_CODE.po
for your language (you can use
msginit -i po/phpmyadmin.pot -l LANG_CODE --no-translator -o po/LANG_CODE.po
to do this) or ask on the mailing list to add the translation to the web
- interface. More details are available on our wiki.
+ interface. More details are available on our wiki.
Please note that we try not to use HTML entities like é in @@ -4394,7 +4394,7 @@ chmod o+rwx tmp -
More details on git are available on our wiki.
+More details on git are available on our wiki.
Write access to the repository is granted only to experienced developers who
have already contributed something useful to phpMyAdmin.
diff --git a/libraries/import.lib.php b/libraries/import.lib.php
index f0a431ecb..a7d0b5ef9 100644
--- a/libraries/import.lib.php
+++ b/libraries/import.lib.php
@@ -773,7 +773,7 @@ function PMA_detectType($last_cumulative_type, &$cell) {
* Determines if the column types are int, decimal, or string
*
*
- * @link http://wiki.phpmyadmin.net/pma/Devel:Import
+ * @link http://wiki.phpmyadmin.net/pma/Import
*
* @todo Handle the error case more elegantly
*
@@ -881,7 +881,7 @@ $import_notice = NULL;
* as necessary, as well as insert all the data.
*
*
- * @link http://wiki.phpmyadmin.net/pma/Devel:Import
+ * @link http://wiki.phpmyadmin.net/pma/Import
*
* @access public
*
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 584666286..78d2c45d1 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -4,7 +4,7 @@
#
# More documentation about making a release is available at:
-# http://wiki.phpmyadmin.net/pma/Devel:Releasing
+# http://wiki.phpmyadmin.net/pma/Releasing
# Fail on undefined variables
set -u