Loïc Chapeaux
d26122add1
fixed a bug when browsing a table with values equal to 0
2001-08-28 16:33:16 +00:00
Robin Johnson
da0ce8fbec
lib.inc.php3, db_readdump.php3:
...
removed expand_sql_query() as no longer needed
2001-08-28 01:25:24 +00:00
Loïc Chapeaux
4e5b85c29b
Merged patch #455484 ("Smart" order) thanks to Jakub Wilk
2001-08-27 16:24:52 +00:00
Marc Delisle
723b440470
bug 455088
2001-08-25 12:49:47 +00:00
Marc Delisle
79c7cd91e6
bug 454477
2001-08-23 16:55:36 +00:00
Loïc Chapeaux
82304374cf
displays a space character if a field is empty to ensure the cell format is used with NS
2001-08-23 09:43:59 +00:00
Olivier Müller
5470a0ce21
ilib.inc.php3: don't add a "/" to $cfgPmaAbsoluteUri if it's empty!
2001-08-23 08:50:04 +00:00
Loïc Chapeaux
59bedbe291
lib.inc.php3
...
* added a magic feature to append a slash at the end of $cfgPmaAbsoluteUri if required
* displays a space character if a field is empty to ensure the cell format is used with NS
* defines $server_port & $server_socket only once
2001-08-22 22:58:30 +00:00
Olivier Müller
eeae9f08b5
sorry, the are needed, otherwise netscape doesn't display the background of empty cells
2001-08-22 22:33:11 +00:00
Robin Johnson
932f506230
line 285: $cfgServer['connect_type'] implemented
2001-08-22 22:11:33 +00:00
Loïc Chapeaux
e689b1ddb2
fix a bug when a backquoted table/field name ends with a backslash
2001-08-22 21:56:04 +00:00
Loïc Chapeaux
c82e8c0bd9
Improved the error handling system
2001-08-22 20:42:51 +00:00
Loïc Chapeaux
73ccbfb045
the "</body>" html tag was lacking
2001-08-22 14:55:11 +00:00
Loïc Chapeaux
c849c46883
enclose all fields in cvs generated files if this option has been checked
2001-08-22 12:58:10 +00:00
Loïc Chapeaux
348d96583e
fixed a warning
2001-08-22 11:33:27 +00:00
Loïc Chapeaux
5f52d9a269
replaced MYSQL_MAJOR_VERSION by MYSQL_INT_VERSION
2001-08-22 00:26:22 +00:00
Loïc Chapeaux
239d13d1b3
if a field value contains the "end of record" sequence, enclosed it in dump exportation
2001-08-22 00:21:11 +00:00
Loïc Chapeaux
dfc959fe83
beautify a but the design of the table in browse mode
2001-08-21 23:53:20 +00:00
Loïc Chapeaux
8fafafb823
replaced MYSQL_MAJOR_VERSION and MYSQL_MINOR_VERSION constants by MYSQL_INT_VERSION
2001-08-21 16:28:36 +00:00
Loïc Chapeaux
3208e6a1e2
* restored the use of the remove_remarks function that is required with scripts beginning by comments
...
* beautify the page generated for errors
2001-08-21 14:26:04 +00:00
Loïc Chapeaux
e311b8f565
While browsing a table, ensure <cr> and <lf> in text/blob fields are displayed
2001-08-21 11:25:42 +00:00
Olivier Müller
5be33c3f30
some more fixes suggested by loic
2001-08-21 10:44:36 +00:00
Olivier Müller
bc9e34e0cd
small hack: that way the sockets stuff works, but must be improved
2001-08-21 10:13:05 +00:00
Olivier Müller
bf42fcff45
fix over fix :)
2001-08-21 10:07:14 +00:00
Loïc Chapeaux
05a392964f
* fixed again the socket patch
...
* modified the way defines.inc.php3 is loaded
2001-08-21 09:26:53 +00:00
Olivier Müller
51034ae5f5
* lib.inc.php3: fixed the socket patch, should work now
2001-08-21 07:32:44 +00:00
Loïc Chapeaux
662df47fa8
Merged the socket patch from Dan Allen
2001-08-20 20:08:01 +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
9fc66f3eae
go back to the previous calling script that is not a confirmation form in case of error
2001-08-20 16:55:17 +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
a4d05729f1
added an extended inserts option for dumps of data
2001-08-20 11:40:07 +00:00
Benjamin Gandon
c16d1d7760
removed useless remove_remarks() function
2001-08-20 11:32:38 +00:00
Loïc Chapeaux
d8cd66c506
fixed some bugs with CSV exportations
2001-08-20 10:22:33 +00:00
Loïc Chapeaux
9f031ad790
Merged patch #452877 ($cfgServer['only_db'] - array) from Jakub Wilk
2001-08-19 15:02:51 +00:00
Loïc Chapeaux
c2d5de5703
Beautify a bit the way the query is displayed
2001-08-19 14:14:17 +00:00
Loïc Chapeaux
7bf0ee3f06
Handles some vars for the "modify a query" link
2001-08-19 13:45:33 +00:00
Loïc Chapeaux
4d0b6c3a3c
Once a query has been executed phpMyAdmin now moves back to the calling script
2001-08-19 12:13:03 +00:00
Robin Johnson
82e0f2e2f2
lib.inc.php3 (788, 790) : tweak size for lower resolution screens - change undone
...
fixed up some spacing in the code for neatness
lib.inc.php3 (694) : preg_replace changed to eregi_replace as per support #447076
2001-08-19 02:20:17 +00:00
Robin Johnson
7fbdcd1344
lib.inc.php3 (788, 790) : tweak size for lower resolution screens
2001-08-18 18:28:41 +00:00
Loïc Chapeaux
67b5cf4b8d
* fixed a bug with a global variable,
...
* ensures the number of rows is displayed with select statements submitted from the query box,
* fixed some coding style inconcistencies.
2001-08-18 17:47:31 +00:00
Steve Alberty
c0105db92d
remove warnings
2001-08-18 13:58:16 +00:00
Steve Alberty
8645298a6b
suppress warning
2001-08-17 13:20:41 +00:00
Loïc Chapeaux
7eeb5056a8
Fixed some coding style inconcistencies
2001-08-15 18:08:46 +00:00
Olivier Müller
65340286de
* db_details.php3: feature request #451138 : display # of tables,
...
* left.php3: added display of # of tables, for a better overview
* config.php3, lib.inc.php3, docs: feature request #451137 :
2001-08-15 17:35:58 +00:00
Steve Alberty
b1d45f0dd0
prevent to use dl() if dl not exists (PHP5)
2001-08-15 11:32:36 +00:00
Loïc Chapeaux
bd303c2b02
* Fixed some coding style inconcistencies
...
* make the latest patch from Robin PHP3 compatible
2001-08-15 09:53:22 +00:00
Robin Johnson
c8e110a40b
A fix to my last bugfix about table aliases.
2001-08-12 02:06:20 +00:00
Robin Johnson
cbf27c936b
BUG #448206 - Support of table aliases, see SF bug tracker notes about it.
2001-08-10 23:13:30 +00:00
Loïc Chapeaux
5f3faa1ab2
Beautify a bit the generated html code
2001-08-09 13:50:21 +00:00