Commit Graph

4350 Commits

Author SHA1 Message Date
Michal Čihař
0431042bd0 Drop $Id$ expansion, nobody complained so far it not working. 2010-09-07 15:00:44 +02:00
Michal Čihař
adb94ccb4b No need to escape manually. 2010-09-07 10:44:10 +02:00
Marc Delisle
7a074671d0 this is now called phpMyAdmin configuration storage 2010-09-05 09:06:50 -04:00
Marc Delisle
eb3e105361 be consistent when talking about a column 2010-09-05 08:56:36 -04:00
Marc Delisle
502a6f4046 unused variable 2010-09-04 07:08:26 -04:00
Marc Delisle
98a5ba7317 misleading variable name 2010-09-04 07:01:30 -04:00
Crack
b1aa4d72bb add user preference for accepted patch #3055886 (LeftDisplayTableFilter) 2010-09-02 23:49:38 +02:00
Crack
171bd10394 restore debug code for user preferences (commented out) 2010-09-02 23:34:44 +02:00
ninadsp
aed2e27b3f A better solution to the caching issues faced. Set jQuery's global Ajax parameter 'cache' to false, and also set the 'Cache-Control' header to 'no-cache' 2010-09-02 15:10:58 -04:00
Herman van Rink
223d8850cf patch #3055886 [config] Add Left frame table filter visibility config option, thanks to eesau 2010-09-02 14:35:30 +02:00
Michal Čihař
d2de55cb0b Merge branch 'QA_3_3' 2010-08-31 11:44:30 +02:00
Marc Delisle
c5ab6175cd table name should be displayed on top 2010-08-30 13:28:51 -04:00
Marc Delisle
1b812f2d25 undefined variables after deleting a user 2010-08-30 12:54:12 -04: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
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
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ř
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ř
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
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ř
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ř
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
Crack
4c6310e349 add Export/quick_export_onserver and Export/quick_export_onserver_overwrite to user preferences 2010-08-29 02:18:04 +02:00
Crack
06f472ed51 allow proper nesting of option groups in user preferences 2010-08-29 01:49:18 +02:00
Marc Delisle
56381c086f adapted patch #3050492 to new code 2010-08-28 08:57:27 -04:00
Marc Delisle
35c4fc35ee put back lost feature: changing paper size or orientation changes the scratchboard (todo: improve the interface to show that these are not only related to the Display dialog) 2010-08-28 08:45:29 -04:00
Crack
c0482e135b Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-08-28 12:12:52 +02:00
ninadsp
9c34a0eec9 Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches 2010-08-28 01:53:52 +05:30
Michal Čihař
ac5cab4f6f These should be translatable as well. 2010-08-27 16:16:54 +02:00
Marc Delisle
c9d4d52fff correct template variable 2010-08-27 10:03:52 -04:00
Crack
a82b355fc9 simplified PMA_SETUP checks 2010-08-27 15:57:45 +02:00
Crack
1dba66c13f user cannot restore a setting to its default value if it's set in config.inc.php 2010-08-27 15:55:06 +02:00
Herman van Rink
51c9c1763e Code cleanup, mostly added extra spaces 2010-08-26 17:01:12 +02:00