Marc Delisle
|
c5ab6175cd
|
table name should be displayed on top
|
2010-08-30 13:28:51 -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 |
|
Michal Čihař
|
bf8a597d78
|
Remove dead code.
|
2010-08-30 10:54:17 +02:00 |
|
Michal Čihař
|
0c7e5b3f75
|
[bug #3055899] No footer file in ajax request.
|
2010-08-30 10:47:26 +02:00 |
|
Michal Čihař
|
b122e4527a
|
Merge branch 'QA_3_3'
Conflicts:
pdf_pages.php
|
2010-08-30 09:57:37 +02:00 |
|
Michal Čihař
|
1052956cc9
|
Merge branch 'MAINT_3_3_6' into QA_3_3
|
2010-08-30 09:56:39 +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 |
|
Marc Delisle
|
7ca0657ff0
|
remove author names as per our policy
|
2010-08-29 08:54:12 -04:00 |
|
Crack
|
b17a2e4a85
|
user preferences: improve styling of fieldset headers, change Export form layout
|
2010-08-29 12:35:02 +02:00 |
|
Michal Čihař
|
a42c7b331c
|
Fix format string.
|
2010-08-29 12:28:06 +02:00 |
|
Michal Čihař
|
2e8e9642a7
|
Remove .gitignore files on release.
|
2010-08-29 11:17:52 +02:00 |
|
Pootle server
|
0cdc83775c
|
Merge remote branch 'origin/master'
|
2010-08-29 02:40:18 +02:00 |
|