Commit Graph

19523 Commits

Author SHA1 Message Date
Robert Readman
2c9d3db85d Translation update done using Pootle. 2010-08-31 14:49:05 +02:00
Robert Readman
ae50e7ca78 Translation update done using Pootle. 2010-08-31 14:47:55 +02:00
Robert Readman
3c331f002f Translation update done using Pootle. 2010-08-31 14:47:20 +02:00
Robert Readman
39ea54a6e8 Translation update done using Pootle. 2010-08-31 14:46:34 +02:00
Michal Čihař
d2de55cb0b Merge branch 'QA_3_3' 2010-08-31 11:44:30 +02:00
Michal Čihař
29fc903dc9 Merge remote branch 'pootle/master' 2010-08-30 20:15:54 +02:00
Vladimir Tošić
677b440b20 Translation update done using Pootle. 2010-08-30 19:31:17 +02:00
Vladimir Tošić
f12bcf6eaf Translation update done using Pootle. 2010-08-30 19:29:11 +02:00
Marc Delisle
c5ab6175cd table name should be displayed on top 2010-08-30 13:28:51 -04:00
Vladimir Tošić
85e795e0d8 Translation update done using Pootle. 2010-08-30 19:27:36 +02:00
Marc Delisle
1b812f2d25 undefined variables after deleting a user 2010-08-30 12:54:12 -04:00
Michal Čihař
fe868a5bf2 Update po files. 2010-08-30 17:37:55 +02:00
Michal Čihař
fdceb665f9 Merge remote branch 'pootle/master' 2010-08-30 17:37:10 +02:00
Michal Čihař
b58db4c2e7 Merge branch 'QA_3_3' 2010-08-30 17:30:47 +02:00
Michal Čihař
73ce5705bd [setup] Fixed escaping of server name. 2010-08-30 17:30:37 +02:00
Michal Čihař
0bf02f05f1 Merge branch 'QA_3_3'
Conflicts:
	libraries/sqlparser.data.php
	pdf_pages.php
2010-08-30 17:24:55 +02:00
Michal Čihař
061b87f11f bug #3035300 [parser] Fixed wrong definition of keywords. 2010-08-30 17:23:50 +02:00
Michal Čihař
4f487780a0 bug #3042665 [parser] Add workaround for MySQL way of handling backtick. 2010-08-30 17:19:11 +02:00
Michal Čihař
68e1ff3798 Do not fail if parsing query has failed. 2010-08-30 17:19:11 +02:00
Michal Čihař
8ce53e5bc8 Not used anywhere. 2010-08-30 17:19:11 +02:00
Michal Čihař
c63d3dde81 Add more testcases. 2010-08-30 17:19:10 +02:00
Pootle server
fda622ef0a Merge remote branch 'origin/master' 2010-08-30 16:40:09 +02:00
Marc Delisle
fefd6a7def Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-08-30 10:18:12 -04:00
Marc Delisle
b9609f086d move outer variables inside function 2010-08-30 10:18:02 -04:00
Michal Čihař
1d67babd52 Do not fail on non analyzed query (eg. because of parser failure). 2010-08-30 16:11:46 +02:00
Michal Čihař
61fe92976f This variable does not seem to be used. 2010-08-30 16:10:51 +02:00
Martin Schönberger
ca18fad776 improved patch 2010-08-30 10:07:11 -04:00
Michal Čihař
e781f7f9b9 Add testcase for failed parsing. 2010-08-30 16:00:33 +02:00
Michal Čihař
4afbb59588 Add testcase for backticked table. 2010-08-30 15:55:52 +02:00
Michal Čihař
24b83423ce Add testcase for simple SELECT. 2010-08-30 15:54:30 +02:00
Michal Čihař
a6ba984504 Start testcase for SQL parser. 2010-08-30 15:53:00 +02:00
Michal Čihař
388327d642 Debug code was migrated to testcase. 2010-08-30 15:24:07 +02:00
Michal Čihař
b65e19a8b1 Fix another wrong count. 2010-08-30 15:22:58 +02:00
Michal Čihař
e6bd28ea88 Test counts as well. 2010-08-30 15:22:49 +02:00
edgaras.janusauskas
2e8ba9cd07 Translation update done using Pootle. 2010-08-30 15:22:48 +02:00
Vladimir Tošić
d11ae81d68 Translation update done using Pootle. 2010-08-30 15:22:33 +02:00
edgaras.janusauskas
801e9a09f6 Translation update done using Pootle. 2010-08-30 15:22:30 +02:00
Michal Čihař
20800942f3 Revert "Avoid precalculating counts."
This reverts commit 42f04d4a7e.

We will stick with precalculated ones and check it in testcase.
2010-08-30 15:20:09 +02:00
Michal Čihař
8860f83466 READS should be before READ_*. 2010-08-30 15:19:44 +02:00
Michal Čihař
7f7bdf12bf Avoid duplicate NOW in keywords. 2010-08-30 15:19:03 +02:00
Michal Čihař
7ab207384a Add testcase for validity of SQL parser data. 2010-08-30 15:18:49 +02:00
Michal Čihař
42f04d4a7e Avoid precalculating counts.
The count() on array is cheap in PHP and having hardcoded numbers only
tends to break.
2010-08-30 14:50:28 +02:00
Michal Čihař
aa45363719 Correct count of words. 2010-08-30 14:47:14 +02:00
Michal Čihař
0d1b515769 Fixed detection of ods_col_names (bug #3056017). 2010-08-30 14:47:14 +02:00
Michal Čihař
617b01499c Fix typo. 2010-08-30 14:47:14 +02:00
ninadsp
d304002fc0 Re-initialize for each data field. It was being cleared in a BLOB field, which caused inline editing to fail for all further fields in that row 2010-08-30 08:36:18 -04:00
Michal Čihař
fdb0d32df4 Merge branch 'QA_3_3' 2010-08-30 14:18:02 +02:00
Michal Čihař
4a234050f2 bug #3054458 [core] Fixed displaying number of rows. 2010-08-30 14:17:51 +02:00
Michal Čihař
411844233d Czech translation update. 2010-08-30 11:22:29 +02:00
Michal Čihař
7f1b1df69f [core] Remove last remaining parts of profiling code which was removed in 2006. 2010-08-30 11:01:31 +02:00