From 57a97a7057b8bbcf8ef26d35709c2d8508adccdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 4 Feb 2013 11:52:47 +0100 Subject: [PATCH] Use up to date links to bugs and feature requests --- composer.json | 4 ++-- doc/config.rst | 5 ++--- doc/faq.rst | 3 +-- libraries/Config.class.php | 2 -- libraries/Util.class.php | 5 ++--- libraries/config.default.php | 4 ++-- libraries/config/messages.inc.php | 2 +- libraries/database_interface.lib.php | 4 ++-- libraries/dbi/mysqli.dbi.lib.php | 2 +- libraries/server_privileges.lib.php | 5 +++-- po/af.po | 2 +- po/ar.po | 2 +- po/az.po | 2 +- po/be.po | 2 +- po/be@latin.po | 2 +- po/bg.po | 4 ++-- po/bn.po | 2 +- po/br.po | 2 +- po/bs.po | 2 +- po/ca.po | 4 ++-- po/ckb.po | 2 +- po/cs.po | 4 ++-- po/cy.po | 2 +- po/da.po | 4 ++-- po/de.po | 4 ++-- po/el.po | 5 ++--- po/en_GB.po | 4 ++-- po/es.po | 4 ++-- po/et.po | 4 ++-- po/eu.po | 2 +- po/fa.po | 2 +- po/fi.po | 4 ++-- po/fr.po | 4 ++-- po/gl.po | 4 ++-- po/he.po | 2 +- po/hi.po | 2 +- po/hr.po | 2 +- po/hu.po | 4 ++-- po/hy.po | 2 +- po/id.po | 2 +- po/it.po | 4 ++-- po/ja.po | 4 ++-- po/ka.po | 2 +- po/kk.po | 2 +- po/ko.po | 2 +- po/lt.po | 4 ++-- po/lv.po | 2 +- po/mk.po | 2 +- po/ml.po | 2 +- po/mn.po | 2 +- po/ms.po | 2 +- po/nb.po | 4 ++-- po/nl.po | 4 ++-- po/pa.po | 2 +- po/phpmyadmin.pot | 2 +- po/pl.po | 5 ++--- po/pt.po | 4 ++-- po/pt_BR.po | 4 ++-- po/ro.po | 4 ++-- po/ru.po | 4 ++-- po/si.po | 2 +- po/sk.po | 4 ++-- po/sl.po | 4 ++-- po/sq.po | 2 +- po/sr.po | 2 +- po/sr@latin.po | 2 +- po/sv.po | 4 ++-- po/ta.po | 2 +- po/te.po | 2 +- po/th.po | 2 +- po/tk.po | 2 +- po/tr.po | 4 ++-- po/tt.po | 2 +- po/ug.po | 2 +- po/uk.po | 4 ++-- po/ur.po | 4 ++-- po/uz.po | 4 ++-- po/uz@latin.po | 6 +++--- po/zh_CN.po | 4 ++-- po/zh_TW.po | 4 ++-- sql.php | 4 ++-- 81 files changed, 122 insertions(+), 128 deletions(-) diff --git a/composer.json b/composer.json index 13e0955a38..7179fbe69e 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ } ], "support": { - "forum": "https://sourceforge.net/projects/phpmyadmin/forums/forum/72909", - "issues": "https://sourceforge.net/tracker/?atid=377408&group_id=23067&func=browse", + "forum": "https://sourceforge.net/p/phpmyadmin/discussion/Help", + "issues": "https://sourceforge.net/p/phpmyadmin/bugs/", "wiki": "http://wiki.phpmyadmin.net/", "source": "https://github.com/phpmyadmin/phpmyadmin" }, diff --git a/doc/config.rst b/doc/config.rst index 100514a418..4c77ca2398 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -45,9 +45,8 @@ Basic settings Starting with version 2.3.0, it is advisable to try leaving this blank. In most cases phpMyAdmin automatically detects the proper setting. Users of - port forwarding will need to set PmaAbsoluteUri (`more info - `_). + port forwarding will need to set :config:option:`$cfg['PmaAbsoluteUri']` + (`more info `_). A good test is to browse a table, edit a row and save it. There should be an error message if phpMyAdmin is having trouble auto–detecting the correct diff --git a/doc/faq.rst b/doc/faq.rst index f369bc592e..6201459a7d 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -917,8 +917,7 @@ quote-character (") is interpreted as an identifier quote character and not as a string quote character, which makes many internal phpMyAdmin operations into invalid :term:`SQL` statements. There is no workaround to this behaviour. News to this item will be posted in `Bug report -#816858 -`_ +#1013 `_ .. _faq3_10: diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 13c0cff04d..bca79207ee 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -1282,8 +1282,6 @@ class PMA_Config // We used to display a warning if PmaAbsoluteUri wasn't set, but now // the autodetect code works well enough that we don't display the // warning at all. The user can still set PmaAbsoluteUri manually. - // See - // http://sf.net/tracker/?func=detail&aid=1257134&group_id=23067&atid=377411 } else { // The URI is specified, however users do often specify this diff --git a/libraries/Util.class.php b/libraries/Util.class.php index bc9e018847..8c87a44edc 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -2060,8 +2060,7 @@ class PMA_Util * Takes a string and outputs each character on a line for itself. Used * mainly for horizontalflipped display mode. * Takes care of special html-characters. - * Fulfills todo-item - * http://sf.net/tracker/?func=detail&aid=544361&group_id=23067&atid=377411 + * Fulfills https://sourceforge.net/p/phpmyadmin/feature-requests/164/ * * @param string $string The string * @param string $Separator The Separator (defaults to "
\n") @@ -2355,7 +2354,7 @@ class PMA_Util /* IE (before version 9) has trouble with