Commit Graph

148 Commits

Author SHA1 Message Date
Hugues Peccatte
f7d5da319e Fix coding style.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-01-09 18:22:11 +01:00
Marc Delisle
bf35e2cd0f Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-11 06:23:22 -05:00
ptarjan
840f7b1215 Make unit tests friendlier to running independently 2013-11-20 14:43:55 -08:00
Marc Delisle
d8fd82a9f5 The DisableIS directive is removed 2013-11-05 12:44:04 -05:00
Madhura Jayaratne
f1a461d7bf Remove trailing white spaces 2013-11-04 22:09:15 +05:30
Madhura Jayaratne
17e4f9eb39 Fix syntax highlighting. Use PMA_Util::formatSql() for SQL formatting 2013-10-19 10:56:47 +05:30
Marc Delisle
ffd3a06811 Merge branch 'QA_4_0' 2013-10-09 10:08:24 -04:00
Marc Delisle
4fb5088f86 bug #3678 Does not display or manipulate bit(64) fields appropriately 2013-10-09 10:06:47 -04:00
Michal Čihař
32b33a9e26 Incorporate truncating into PMA_Util::formatSql
It is used quite often as well.
2013-08-06 12:29:27 +02:00
Michal Čihař
cb413506a6 As PMA_Util::formatSql is now trivial, the test can be as well 2013-08-06 12:24:28 +02:00
Michal Čihař
99af0cbc7e Remove unused parameter from PMA_Util::formatSql
We no longer need parsed SQL here.
2013-08-06 12:24:28 +02:00
Michal Čihař
959644445d PMA_Util::formatSql now requires unparsed query as well
In most cases we just need to output it as is, formatting is done in
javascript.
2013-08-06 12:04:14 +02:00
Michal Čihař
6bb21aec66 Do not try to add documentation links with disabled docs 2013-08-06 11:56:37 +02:00
Michal Čihař
574f520b1a Use new shared runkit detection 2013-07-15 10:51:43 +02:00
Michal Čihař
bebba32337 Merge remote-tracking branch 'origin/QA_4_0'
Conflicts:
	libraries/config.values.php
	libraries/sql_query_form.lib.php
	server_binlog.php
	server_databases.php
	tbl_structure.php
	test/classes/PMA_DisplayResults_test.php
2013-06-24 10:41:54 +02:00
Marc Delisle
d4d5a03766 Bug #3960 NavigationBarIconic config not honored 2013-06-21 10:00:41 -04:00
Michal Čihař
8b9fa8aa36 Do not set language in every test 2013-06-11 14:02:49 +02:00
Michal Čihař
ba9cff2736 Set token in single place for all tests 2013-06-11 13:53:31 +02:00
Marc Delisle
5fffdca3aa Parser: remove the color (html) mode 2013-05-30 07:54:05 -04:00
Spun Nakandala
22ba2d8147 Bug #3919 PropertiesIconic not honored fixed
(cherry picked from commit 01c57f71ca)
2013-05-14 11:51:29 +02:00
Michal Čihař
a1e711b919 Merge pull request #361 from scnakandala/Bug_3919
Bug #3919 PropertiesIconic not honored fixed
2013-05-13 14:58:22 -07:00
Spun Nakandala
01c57f71ca Bug #3919 PropertiesIconic not honored fixed 2013-05-10 12:09:51 +05:30
Michal Čihař
4382c7385c Wrap some long lines 2013-05-02 16:03:51 +02:00
Michal Čihař
92c76b9630 Various class name improvements in testsuite 2013-05-02 15:57:09 +02:00
Michal Čihař
69118c1134 Various PHP coding style fixes 2013-04-26 09:54:13 +02:00
Michal Čihař
cf3b086e7e Various coding style improvements 2013-04-16 13:29:03 +02:00
Michal Čihař
a9e12ddec7 Various coding style improvements 2013-03-01 09:54:26 +01:00
ayushchd
12f2c08aff Fixed test failures and errors caused in tests using the runkit extension
Fixed:

1. errors pertaining to runkit extension in tests under
PMA_headerLocation_test.php
2. errors pertaining to runkit extension in tests under
PMA_whichCrlf_test.php
3. failed test: testSendHeaderLocationWithoutSidWithIis()
2013-02-28 20:54:24 +05:30
Michal Čihař
bf638ee837 Fix tests to use http urls as well 2013-02-11 08:53:54 +01:00
Rouslan Placella
58998ed7a3 Merge branch 'QA_3_5'
Conflicts:
	libraries/common.lib.php
	po/uk.po
	tbl_change.php
	test/libraries/common/PMA_extractColumnSpec_test.php
2013-01-21 13:34:31 +00:00
Rouslan Placella
bf278f3d8d Coding style fixes 2013-01-21 13:26:26 +00:00
Rouslan Placella
fe9a550ff0 Added extra unit test for enum fields parsing 2013-01-21 13:26:25 +00:00
Michal Čihař
15b554c8b6 Use docs.phpmyadmin.net instead of phpmyadmin.readthedocs.org 2012-11-13 14:19:44 +01:00
Michal Čihař
66b2c3e274 Fix test for documentation 2012-11-12 10:23:43 +01:00
Michal Čihař
61a601fc73 Implement linking to new documentation 2012-11-12 09:48:05 +01:00
Rouslan Placella
7356b407ad Rewrite and integration of js/common.js 2012-10-30 20:23:59 +00:00
Madhura Jayaratne
aefb544591 When the user does not specify a function, chose 'pow' for negative exponents 2012-09-23 07:54:14 +05:30
Madhura Jayaratne
6142c5a6f8 Reverting c9cc5acc0. Depending on the available function this might return false or 0.25. 2012-09-23 00:30:44 +05:30
Madhura Jayaratne
c088d966b4 gmp_pow and bcpow does not support negative exponents 2012-09-23 00:27:51 +05:30
Madhura Jayaratne
c9cc5acc0e No need to use underscore prefix for public functions 2012-09-22 23:17:58 +05:30
Chanaka Indrajith
a49fd1a154 Modified some untracked files 2012-09-16 17:09:12 +05:30
Chanaka Indrajith
36ffe5e0a3 Modified some untracked changes 2012-09-16 14:51:13 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
a6234ae0a3 Renamed the file to Util.class.php and modify the relavant files 2012-09-16 13:48:21 +05:30
Dieter Adriaenssens
163dba1143 fix coding style 2012-09-02 21:02:51 +02:00
Madhura Jayaratne
458dfeb9bf Add missing package names 2012-08-31 20:45:53 +05:30
Madhura Jayaratne
5aea2de2cb Proper function naming 2012-08-30 22:52:32 +05:30
hastenax
b062ebdec7 Update test/libraries/common/PMA_quoting_slashing_test.php
Added test for PMA_CommonFunctions::getInstance()->backquote_compat function.
2012-08-02 23:15:28 +04:00
Michal Čihař
41e272356c Adjust docblocks 2012-07-18 14:31:43 +02:00
Michal Čihař
a12c0383c6 Set real PMA_VERSION rather than faking it 2012-07-18 14:27:30 +02:00