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
Loïc Chapeaux
4e11da70ff
display type was forgotten while inserting multiple new rows
2001-12-18 21:52:21 +00:00
Loïc Chapeaux
51cd7cd732
* the number of rows to return, display direction and table headers frequencies
...
weren't passed between scripts;
* codding standards;
* little bugs with vertical/horizontal display directions.
2001-12-18 12:07:13 +00:00
Loïc Chapeaux
d5b7987aaa
fixed bug #489770 - File name too long in tbl_replace.php
2001-12-06 19:34:42 +00:00
Loïc Chapeaux
05fefd4211
PEAR codding standards
2001-11-23 01:04:57 +00:00
Loïc Chapeaux
ead2dd467a
changed "$sessionMaxRows" by "$session_max_rows" (PEAR codding standards)
2001-11-20 15:55:05 +00:00
Loïc Chapeaux
81f94f9851
fixed a bug with headers that may be sent after output
2001-11-16 14:07:24 +00:00
Loïc Chapeaux
82e87f4e1b
* fixed bug #480178 - select ... into outfile fails
2001-11-14 20:50:56 +00:00
Loïc Chapeaux
bf4654c424
Re-display erroneous query in the textarea
2001-11-02 18:31:23 +00:00
Loïc Chapeaux
4faa013df5
* fixed bug #468749 (Left Frame not expanding in iCab)
2001-10-11 22:25:28 +00:00
Loïc Chapeaux
e726fe785d
Fixed bug #444352 (Data Missing/POST Error)
2001-09-23 15:31:50 +00:00
Loïc Chapeaux
149ed7b949
added a optionnal "show all" button in display mode
2001-09-13 18:25:59 +00:00
Loïc Chapeaux
1d85bbf212
simple "SELECT" statements like "SELECT 1+1" were failing because they were added a "LIMIT" clause
2001-09-10 21:44:35 +00:00
Loïc Chapeaux
3f99dcdbc6
message associated to the query wasn't displayed if the location header is used
2001-09-08 22:46:39 +00:00
Loïc Chapeaux
08c353d467
Splitted the big "lib.inc.php3" into smaller libraries
2001-09-08 12:59:45 +00:00
Loïc Chapeaux
03395866d0
* removed unnecessary javascript stuff.
...
* $reload has now true boolean values
2001-09-07 19:40:53 +00:00
Loïc Chapeaux
c41de7a1f0
optimized a bit (mainly added some 'mysql_free_result')
2001-09-06 10:16:44 +00:00
Loïc Chapeaux
0cb9b5b89d
updated with lib.inc.php3
2001-09-05 19:27:37 +00:00
Loïc Chapeaux
f0cb71a4fe
cosmetic changes in the code
2001-09-02 19:07:44 +00:00
Loïc Chapeaux
e0fec05406
fixed bug #444767 - Other cases for display=simple
2001-09-02 18:42:15 +00:00
Loïc Chapeaux
c6bd9d9d85
* optimized a bit and added some comments
...
* fixed a js error ("#" character msut be escaped)
2001-09-02 13:11:32 +00:00
Loïc Chapeaux
1dae331fe8
* display the full/partial text button only if a field is concerned;
...
* many little fixes when $cfgModifyDeleteAtLeft is true;
* maybe fixed second aliases bug (second part of bug #456119 )?
* text/blob fields weren't cut with $cfgShowBlob enabled;
* added a js confirmation message on delete links.
2001-09-01 19:21:56 +00:00
Loïc Chapeaux
e04d3c81f3
* added some js stuff to checks for "DROP/DELETE/ALTER" statements
...
* all js libraries are now loaded in the header part of the xhtml generated pages
2001-08-31 15:36:24 +00:00
Loïc Chapeaux
cc2d206977
fixed bug #456254 - Crash select on a table
2001-08-30 18:53:58 +00:00
Loïc Chapeaux
86d16b6d0c
fixed an error about whether to display table name or not at the top of the page
2001-08-29 08:35:42 +00:00
Loïc Chapeaux
9007431f71
Misc urlencode use fixes
2001-08-29 07:15:40 +00:00
Loïc Chapeaux
252b3d3d80
optimized the test for super user privileges
2001-08-28 18:11:00 +00:00
Loïc Chapeaux
172baede1a
ix some errors about whether to display table name or not at the top of the page
2001-08-28 16:09:35 +00:00
Loïc Chapeaux
3b294d5632
fixed a syntax error (is_defined is not a function)
2001-08-21 23:52:50 +00:00
Loïc Chapeaux
ac5aad586b
improved a bit Olivier's patch about the "Drop database" restrictions
2001-08-21 18:20:07 +00:00
Olivier Müller
3d439121e3
* config.inc.php3, config.php3, Docs, sql.php3: added configuration variable
...
$cfgAllowUserDropDatabase (set by default to FALSE), which will display
or not the link "Drop database" and reject the command if the user is
not allowed to run it (requested by <lance@uklinux.net >).
2001-08-21 17:41:58 +00:00
Loïc Chapeaux
31ef431b72
optimized a bit the script
2001-08-20 23:29:59 +00:00
Loïc Chapeaux
edbf058565
improved the way the mysql_affected_rows is used
2001-08-20 22:07:39 +00:00
Loïc Chapeaux
c3d62b3988
according to rfc 2816, the location http header requires an absolute URI
2001-08-20 19:08:29 +00:00
Loïc Chapeaux
d60dd7d38c
Previous version were buggy (my fault, sorry)
2001-08-20 14:54:00 +00:00
Loïc Chapeaux
75e7497367
Optimized a bit and started to work on feature #444767 (Other cases for display=simple)
2001-08-20 14:22:06 +00:00
Loïc Chapeaux
ebafc33367
Choosing not to execute a drop statement leads now to the calling script
2001-08-19 13:44:25 +00:00
Loïc Chapeaux
483fd5c548
Fixed a slashes bug if the query is displayed on screen to be confirmed
2001-08-15 15:00:04 +00:00
Loïc Chapeaux
ef15f78f9c
Fixed bug #449430 (Quote/Select bug on 2.2.0rc4)
2001-08-09 13:49:38 +00:00
Loïc Chapeaux
76b493a52a
* Marc fix generates bugs
...
* added a js test to ensure bookmark label is not empty
2001-08-09 00:15:16 +00:00