Commit Graph

101 Commits

Author SHA1 Message Date
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
Yasitha Pandithawatta
201ec230f6 Improve PMA_StorageEngine and fixed some failing test cases 2012-07-08 20:03:05 +05:30
Yasitha Pandithawatta
a79e228fae Fixed failing test cases of CommonFunctions.class.php 2012-07-06 15:28:51 +05:30
Chanaka Indrajith
74de5e3fd3 common.lib.php file renamed to CommonFunctions.class.php 2012-06-28 06:00:58 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Chanaka Indrajith
c512706677 Modifications to PMA_browseUploadFile() function in common.lib.php and renamed as PMA_getBrowseUploadFileBlock() 2012-06-14 09:45:26 +05:30
Rouslan Placella
a16e723048 Dropped PMA_ajaxResponse() 2012-06-11 17:58:35 +01:00
Chanaka Indrajith
b3bcc87501 Merge remote branch 'upstream/master' 2012-05-15 12:20:17 +05:30
Marc Delisle
8ec765a8bc Improve function name 2012-05-14 13:26:40 -04:00
Chanaka Indrajith
30d57ff2d4 Improved some test cases for modified functions in common.lib.php 2012-05-14 17:46:17 +05:30
Chanaka Indrajith
f04a4f8989 Resolve conflicts due to changes in some method names 2012-05-13 12:47:45 +05:30
Chanaka Indrajith
dd237eb924 Resolve conflicts due to changes in method names of common.lib.php 2012-05-13 12:39:31 +05:30
Madhura Jayaratne
a64df2f316 Fix failing tests 2012-05-13 00:31:25 +05:30
Madhura Jayaratne
74c2148917 Fix class names 2012-05-11 22:54:06 +05:30
Madhura Jayaratne
2f0e8c569e Fix function names: PMA_containsNonprintableAscii -> PMA_containsNonPrintableAscii 2012-05-11 22:39:56 +05:30
Madhura Jayaratne
954b0cc69f Fix function names: PMA_unescape_mysql_wildcards -> PMA_unescapeMysqlWildcards 2012-05-11 22:31:12 +05:30
Madhura Jayaratne
f50a2deb4b Fix function names: PMA_replace_binary_contents -> PMA_replaceBinaryContents 2012-05-11 22:28:26 +05:30
Madhura Jayaratne
35d3e7e1f9 Fix function names: PMA_printable_bit_value -> PMA_printableBitValue 2012-05-11 22:26:37 +05:30
Madhura Jayaratne
7bc0d5a4ff Fix function names: PMA_generate_slider_effect -> PMA_generateSliderEffect 2012-05-11 22:23:01 +05:30
Madhura Jayaratne
93608ecb2f Fix function names: PMA_generate_html_dropdown -> PMA_generateHtmlDropdown 2012-05-11 22:14:46 +05:30
Madhura Jayaratne
67c68ba7ca Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupported 2012-05-11 22:11:24 +05:30
Madhura Jayaratne
73ca1dc7a1 Fix function names: PMA_escape_mysql_wildcards -> PMA_escapeMysqlWildcards 2012-05-11 22:04:25 +05:30
Madhura Jayaratne
b5bfe6df6a Fix function names: PMA_display_html_radio -> PMA_displayHtmlRadio 2012-05-11 21:59:34 +05:30
Madhura Jayaratne
547880aad2 Fix function names: PMA_convert_bit_default_value -> PMA_convertBitDefaultValue 2012-05-11 21:51:04 +05:30
Madhura Jayaratne
c66c4fa211 Fix function names: PMA_contains_nonprintable_ascii -> PMA_containsNonprintableAscii 2012-05-11 21:46:33 +05:30
Chanaka Indrajith
bf15800089 Remove HTML rendering inside the functions in display_tbl.lib.php file itselves 2012-05-11 16:05:55 +05:30
Chanaka Indrajith
dfc73d3494 Resolved conflicts after merge 2012-05-08 23:57:59 +05:30
Chanaka Indrajith
004f4f5258 Render HTML content in PMA_displayTableHeaders() function at once, in display_tbl.lib.php file 2012-05-08 22:19:40 +05:30
Marc Delisle
0b0775fb28 Syntax error in test 2012-05-08 12:23:24 -04:00
Rouslan Placella
d479542c46 Fixed test cases 2012-05-08 15:30:38 +01:00
Dieter Adriaenssens
543087f54c fix indentation 2012-04-29 00:40:12 +02:00
Marc Delisle
b4f51cada5 Remove ReplaceHelpImg directive; this is a behavior that belongs to the themes 2012-04-27 15:44:20 -04:00
Michal Čihař
82c9795e9d Remove useless @version $Id: 2012-04-27 11:34:57 +02:00
Michal Čihař
b2243f08a8 Fix spacing around brackets 2012-04-27 11:30:47 +02:00
Michal Čihař
3e658870f4 Properly test input boxes 2012-04-27 09:27:20 +02:00
Michal Čihař
32734ae5e1 Add missing include 2012-04-27 09:23:14 +02:00
Michal Čihař
f22541fad3 Adjust test to current return values 2012-04-27 09:21:46 +02:00
Michal Čihař
ed6d9776dc Define LimitChars when we are using that 2012-04-26 16:04:21 +02:00
Michal Čihař
317b365baa Various coding style improvements 2012-04-24 14:06:15 +02:00
Rouslan Placella
ff66fdbdf9 Remove stray trailing whitespaces 2012-04-22 00:12:30 +01:00
Marc Delisle
1c58314c53 Clarify function name 2012-04-21 14:40:08 -04:00
Madhura Jayaratne
3332151859 Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
Madhura Jayaratne
ea800101cb Fix Checkstyle Warnings - Type: BraceOnSameLine 2012-04-13 21:50:26 +05:30
Michal Čihař
fe70a3c7de Remove parameter $die and use PMA_fatalError instead
The parameter was used in testsuite only and this case is already
handled by PMA_fatalError.
2012-04-11 14:04:00 +02:00
Michal Čihař
2814fc28c3 Add missing includes 2012-04-11 14:03:44 +02:00
Dieter Adriaenssens
e67e930328 improve coding style 2012-03-16 16:54:04 +01:00
Michal Čihař
5fe9a03bb8 Another whitespace removal... 2012-02-01 10:45:36 +01:00
Michal Čihař
eddbee7e73 Use PHPUnit_Framework_TestCase insead of PHPUnit_Extensions_OutputTestCase
This is needed for phpunit 3.6 (otherwise it throws out tons of
warnings).
2011-12-19 14:59:42 +01:00