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
27da959306
* Documentation.html
...
- documented $cfgServers[n]['connect_type']
- two minor fixes for typo's that i noticed
2001-08-22 22:26:43 +00:00
Robin Johnson
f71d1957e6
config.inc.php3: $cfgServers[1]['connect_type'] preferred connection type
...
lib.inc.php3 - line 285: $cfgServer['connect_type'] implemented
2001-08-22 22:11:50 +00:00
Robin Johnson
932f506230
line 285: $cfgServer['connect_type'] implemented
2001-08-22 22:11:33 +00:00
Loïc Chapeaux
e0c922c15a
no message
2001-08-22 21:56:52 +00:00
Loïc Chapeaux
6634d064f9
fixed an xhtml1.0 error and removed the js "onchange" handler
2001-08-22 21:56: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
Robin Johnson
eee4dc0755
config.inc.php3: $cfgServers[1]['connect_type'] how to connect to MySQL server
2001-08-22 21:42:58 +00:00
Olivier Müller
45781f0961
cvs chaos fixed :)
2001-08-22 21:28:00 +00:00
Olivier Müller
9725dfb0be
language selection now via a pulldown menu
2001-08-22 21:00:55 +00:00
Loïc Chapeaux
a94f848d34
* Improved the error handling system
...
* Optimized the way tables list is build
2001-08-22 20:43:48 +00:00
Loïc Chapeaux
c82e8c0bd9
Improved the error handling system
2001-08-22 20:42:51 +00:00
Loïc Chapeaux
d455e66e42
Updated thanks to Piotr Roszatycki
2001-08-22 20:21:06 +00:00
Loïc Chapeaux
3ca18844fc
added a FAQ entry about the logout bug and a link to it at the welcome page
2001-08-22 17:13:12 +00:00
Loïc Chapeaux
f6d3d95626
a gif must be uploaded to the cvs as a binary!
2001-08-22 16:31:12 +00:00
Loïc Chapeaux
fc8fa3c75b
a gif must be uploaded to the cvs as a binary!
2001-08-22 16:30:30 +00:00
Olivier Müller
4eee82a6d2
small relooking of start page
2001-08-22 16:06:09 +00:00
Marc Delisle
5c07a40234
index creation FAQ
2001-08-22 15:20:49 +00:00
Loïc Chapeaux
11383f2bec
no message
2001-08-22 14:56:17 +00:00
Loïc Chapeaux
a40e6d04c6
optimized "include/require" statements
2001-08-22 14:55:57 +00:00
Loïc Chapeaux
73ccbfb045
the "</body>" html tag was lacking
2001-08-22 14:55:11 +00:00
Steve Alberty
a966bed26e
translate a string
2001-08-22 14:28:18 +00:00
Steve Alberty
50c1db52b8
translate a string
2001-08-22 14:27:15 +00:00
Loïc Chapeaux
b7a9599711
no message
2001-08-22 12:58:31 +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
449568a4b8
XHTML1.0 fixes
2001-08-22 12:57:36 +00:00
Olivier Müller
67e9387c6e
docs -> bold link, more space
2001-08-22 11:57:26 +00:00
Loïc Chapeaux
3be050f6b0
added $strDropTable
2001-08-22 11:37:31 +00:00
Loïc Chapeaux
3b4f3cb303
no message
2001-08-22 11:33:49 +00:00
Loïc Chapeaux
348d96583e
fixed a warning
2001-08-22 11:33:27 +00:00
Steve Alberty
73a39f3bab
translate string
2001-08-22 11:23:51 +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
d4f677fcb6
no message
2001-08-21 23:53:58 +00:00
Loïc Chapeaux
62c90ddee5
fixed a typo
2001-08-21 23:53:40 +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
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
Loïc Chapeaux
2b1efbe21d
Added $strNoDropDatabases
2001-08-21 18:19:26 +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
8fafafb823
replaced MYSQL_MAJOR_VERSION and MYSQL_MINOR_VERSION constants by MYSQL_INT_VERSION
2001-08-21 16:28:36 +00:00
Olivier Müller
ba9aaa4c0f
more color...
2001-08-21 15:35:35 +00:00
Olivier Müller
72ea66f0b6
D-6 I know, but this way it looks better :)
2001-08-21 15:16:55 +00:00
Loïc Chapeaux
e807e4ed11
no message
2001-08-21 14:26:23 +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
37137ed98e
restored the use of the remove_remarks function that is required with scripts beginning by comments
2001-08-21 14:25:21 +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
Loïc Chapeaux
409713b610
Removed a tab character
2001-08-21 11:11:51 +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