Commit Graph

126 Commits

Author SHA1 Message Date
Marc Delisle
2e9826a8a1 could not go to next page of a query containing a function like SUM 2002-09-24 16:45:44 +00:00
Marc Delisle
df1724629a bug 610315 2002-09-18 12:49:54 +00:00
Alexander M. Turek
f175e698e1 bug #597184 2002-08-20 05:56:22 +00:00
Alexander M. Turek
048963a07d Default pages for tables / databases. 2002-08-10 20:23:48 +00:00
Alexander M. Turek
d782c39971 Default pages for tables / databases. 2002-08-10 13:11:00 +00:00
Robin Johnson
c28a9175ec * db_details.php3, db_stats.php3, main.php3, sql.php3
tbl_change.php3, tbl_query_box.php3, user_details.php3
libraries/common.lib.php3:
- changed show_query to use 1/0 instead of 'y'/'n'
* sql.php3, libraries/common.lib.php3:
- Improved logic of edit, show_as_php, explain and validator
in the SQL query box
2002-08-03 21:34:20 +00:00
Robin Johnson
babf22f481 * config.inc.php3:
- Config options for SQL Validator
* libraries/common.lib.php3, sql.php3:
- SQL Validator usage code
2002-08-03 10:23:54 +00:00
Loïc Chapeaux
1640a47d91 Fixed bug #583236 (LIMIT error) 2002-07-19 12:21:04 +00:00
Marc Delisle
4ec070cb31 bug 582356 2002-07-18 21:37:25 +00:00
Marc Delisle
0c64bf3ad0 modif by Loic 2002-07-15 13:48:36 +00:00
Marc Delisle
e48b01dea3 bug 580920 2002-07-13 21:00:55 +00:00
Marc Delisle
638b1844b0 better way to show php code 2002-07-13 20:33:15 +00:00
Mike Beck
b4728b63df only run query if we didn't aks to see the phpcode of sql 2002-07-12 14:57:31 +00:00
Loïc Chapeaux
6c70d8fdfc Codding standards 2002-07-07 08:31:56 +00:00
Alexander M. Turek
fe54411e96 Completed fix against bug #575867. (I hope I did not break anything...) 2002-07-02 17:45:36 +00:00
Alexander M. Turek
a5a61cecba bug #575867 2002-07-01 15:00:15 +00:00
Alexander M. Turek
f6e74dd1a9 Bug #574855 2002-06-30 10:14:44 +00:00
Marc Delisle
56c3b73038 select and no table 2002-06-27 12:28:56 +00:00
Marc Delisle
d05984dde2 sub-pages links on browse 2002-06-26 18:02:19 +00:00
Robin Johnson
2846270415 2002-06-22 Robin Johnson <robbat2@users.sourceforge.net>
* sql.php3:
        - Fix warning and error from mysql_free_result($cna_all_result);
2002-06-22 19:37:16 +00:00
Marc Delisle
353e6c7c52 patch 565627 2002-06-21 13:15:37 +00:00
Mike Beck
cd4dce6f0e last changes to have relationstuff in central db
enabled column_comments
2002-06-15 15:15:00 +00:00
Marc Delisle
9bd9a44a67 charset patch 2002-06-14 12:07:18 +00:00
Mike Beck
db0e689d4c enabled Syntaxcoloring for SQL Statements. This can be turned off in config.inc.php3 2002-06-12 11:59:35 +00:00
Loïc Chapeaux
df6f3bfaa4 Do print the page in "printview" mode 2002-06-02 15:09:44 +00:00
Loïc Chapeaux
263829ffb3 coding standards, comments... 2002-06-01 16:31:17 +00:00
Alexander M. Turek
eebe614c0b print view for SQL results 2002-05-31 15:32:41 +00:00
Loïc Chapeaux
f18b89d173 Coding standard 2002-05-26 11:27:11 +00:00
Loïc Chapeaux
e91b5dc62a Fixed a warning thanks to Svetlio Kovachev 2002-05-26 11:18:48 +00:00
Marc Delisle
cb690c62ca undefined is_analyse 2002-05-24 12:54:55 +00:00
Loïc Chapeaux
413fca97b6 Fixes available "actions" with a "proc analyse" statement in a sql query 2002-05-24 11:31:52 +00:00
Loïc Chapeaux
6b00b75f7d Splitted the large "database details" page in parts 2002-05-01 17:14:45 +00:00
Loïc Chapeaux
2e28add87b Optimization - do not call "mysql_numrows", "mysql_results" and "mysql_fetch_array" on invalid queries 2002-05-01 12:03:21 +00:00
Loïc Chapeaux
caffe11457 Merge from branch 2002-04-26 14:43:18 +00:00
Robin Johnson
a80446dd11 *.php3 NOT tbl_*.php, Documentation.*: $cfg system changes. 2002-04-24 18:31:26 +00:00
Loïc Chapeaux
d948b699f7 Improved regexp to "fix" an error reported by "Max" in the "Open Discussion" forum 2002-04-21 11:48:34 +00:00
Loïc Chapeaux
4158b48e3b Urlencoded the message passed with the location header in sql.php3 2002-03-30 17:18:05 +00:00
Loïc Chapeaux
2380c00e1e swap form fields position for consistency 2002-03-29 10:17:15 +00:00
Marc Delisle
75618b4892 bookmarks bug 2002-03-28 21:30:21 +00:00
Loïc Chapeaux
e3be56f88d fixed warnings and a parse error 2002-02-24 19:10:33 +00:00
Loïc Chapeaux
b106eb60d1 Japanese kanji encoding conversion feature thanks to Yukihiro Kawada 2002-02-24 18:46:40 +00:00
Loïc Chapeaux
907af92ab4 use "[[:space:]]" class inside all regular expressions 2002-02-24 17:15:08 +00:00
Loïc Chapeaux
b49e1446e2 fixed bug #521595 - Check for LIMIT clause 2002-02-23 16:53:35 +00:00
Loïc Chapeaux
43c6c23c6a optimized a bit 2002-02-15 12:32:04 +00:00
Marc Delisle
89111018ad was emptied 2002-02-11 18:12:06 +00:00
Loïc Chapeaux
7f919e6a86 removed tabs and/or trailing spaces 2002-02-10 09:31:41 +00:00
Loïc Chapeaux
c2051a588f replaced space characters by the [[:space:]] POSIX expression 2002-02-08 18:04:35 +00:00
Marc Delisle
f8f90d2c29 state tracking problem 2002-02-06 02:41:42 +00:00
Loïc Chapeaux
3f988273b6 * coding standards\n* xhtml fixes 2002-01-25 10:14:40 +00:00
Marc Delisle
049434f99f bug 506558 qbe unlimited rows 2002-01-25 03:49:50 +00:00