Commit Graph

56 Commits

Author SHA1 Message Date
Hugues Peccatte
f0ba28fc1d Set namespace on Advisor, Config, Console and Util classes.
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:22:52 +02:00
Hugues Peccatte
1911ece7ed Add multibytes constants.
Update string tests.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-31 21:21:12 +01:00
Hugues Peccatte
8463a44bb0 Create new PMA mb_* functions and initialise unit tests.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-28 14:08:04 +02:00
Madhura Jayaratne
e5519859fb Make all string function accessible via $GLOBALS['PMA_String'] 2013-07-17 16:36:13 +05:30
ayushchd
52c9617887 Group string type functions into classes, fix resp. tests 2013-06-21 00:15:29 +05:45
ayushchd
5d7279a5f2 Fixed string file and class names, indentation 2013-06-20 17:39:37 +05:45
ayushchd
2e542c4f95 Group native and mb string functions into classes 2013-06-20 12:30:04 +05:45
Madhura Jayaratne
6c6f9b405e Fix documentation comments 2012-05-10 00:28:59 +05:30
Michal Čihař
b846df7033 Empty line between @param and @return 2012-04-27 13:54:13 +02:00
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Dieter Adriaenssens
ff5bdcf8bf remove author names 2012-03-14 15:44:42 +01:00
Dieter Adriaenssens
8186674c7f cleanup package tags 2012-03-14 15:40:51 +01:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Dieter Adriaenssens
ac088aaee0 use include() instead of require() when including file conditionally 2011-09-23 00:46:58 +02:00
Michal Čihař
2bfaa716bd Remove global variables
These are used only once anyway and storing in variables looks like it
is configurable.
2011-08-08 17:12:21 +02:00
Michal Čihař
3d29edba96 Remove no longer needed globals 2011-08-08 17:11:00 +02:00
Michal Čihař
3228a5b761 Avoid using GLOBALS referenced functions
This actually makes performance because it needs extra lookup in
globals.
2011-08-08 17:08:53 +02:00
Michal Čihař
9405dbb82a Fix spacing after @param 2011-07-22 09:21:55 +02:00
Michal Čihař
e57f27e50b Remove @uses tags from docblocks 2011-06-27 11:20:20 +02:00
Piotr Przybylski
2399c8a784 Remove PMA_MULTIBYTE_ENCODING constant 2011-06-23 23:28:05 +02:00
Piotr Przybylski
90099b7b5d Remove PMA_STR_binarySearchInArr in favor of isset and in_array 2011-06-08 19:23:58 +02:00
Michal Čihař
bbbf2c49ed Drop $GLOBALS['charset'].
It was anyway always set to utf-8 so it does not make sense to keep it
as a variable.
2011-06-03 14:04:29 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
51e151271b bug #2355923 [core] do not use ctype if it is not available 2008-11-28 14:47:09 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Michal Čihař
37315b0c79 Document some require/includes as phpdoc otherwise takes random block before to document it. 2008-11-24 10:02:56 +00:00
Marc Delisle
1bd7ec70e2 bug #2046883 [core] Notices about deprecated dl() (so stop using it) 2008-08-16 14:06:27 +00:00
Marc Delisle
92a26af9bb remove wrapper function 2008-07-11 15:32:51 +00:00
Marc Delisle
9be515d042 forgot to remove function reference 2008-07-11 15:23:46 +00:00
Marc Delisle
403b59f8f0 bug #1970836 [parser] SQL parser is slow, thanks to Christian Schmidt 2008-07-11 13:33:31 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
0fcc6cd705 old code for when PMA was not utf-8-only 2008-05-25 13:22:49 +00:00
Marc Delisle
050ba7b6cc no longer need the global using_mb_charset as version 3 is utf-8-only 2008-05-25 13:16:31 +00:00
Sebastian Mendel
3f00f63f1b removed old comment 2007-10-16 13:28:55 +00:00
Marc Delisle
0effdcaa31 old PHP4 code 2007-08-18 20:33:30 +00:00
Sebastian Mendel
573a6161bd fixed code indention 2007-05-09 12:18:57 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Sebastian Mendel
0ae8842353 (not complete) PEAR coding standard 2006-01-17 17:03:02 +00:00
Michal Čihař
19b4f9ff24 This line should not be commented out. 2005-11-28 20:49:46 +00:00
Marc Delisle
7f01edcc9b typo 2005-11-03 12:53:28 +00:00
Michal Čihař
04a69209ad Fix escaping detection on multi byte strings. 2005-10-17 12:15:30 +00:00
Marc Delisle
e507e893fa typo 2005-07-16 12:20:59 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00
Michal Čihař
ff77a8274e Encoding tis-620 is not multibyte (bug #1013787). 2004-09-03 10:08:37 +00:00
Marc Delisle
7708aba605 bug 975290 2004-06-18 21:14:14 +00:00
Michal Čihař
cfbdb563d0 SQL parser now correctly works with multibyte strings (bug #936161). 2004-04-29 09:28:04 +00:00