Commit Graph

70 Commits

Author SHA1 Message Date
Olivier Müller
7f5a198371 small fixes 2002-01-25 00:15:19 +00:00
Loïc Chapeaux
430acc6f4f in left frame, build tooltips only if required in light mode 2002-01-20 19:26:55 +00:00
Loïc Chapeaux
58b963a14f CSS font size for IE 2002-01-20 16:08:33 +00:00
Loïc Chapeaux
c62417ae3d better CSS fixes 2002-01-20 15:59:48 +00:00
Loïc Chapeaux
8531ae23d6 fixed js bugs 2002-01-20 14:47:42 +00:00
Loïc Chapeaux
96999d0d49 fixed CSS problems under NS4 and left frame light mode 2002-01-20 14:34:09 +00:00
Loïc Chapeaux
c0252e2ea6 * optimized a bit the code of 'left.php3';
* selecting a database in light mode launches the database properties page at the main frame (both frames changes).
2002-01-20 13:36:44 +00:00
Loïc Chapeaux
ae334f43a5 * patch #501282 - JavaScript strict warnings
* fix a js bug
* use localized strings
2002-01-19 23:21:59 +00:00
Olivier Müller
4925b1c1d4 suggestion from lem9 2002-01-18 15:00:27 +00:00
Olivier Müller
74933db4f3 forgot a little thing 2002-01-18 14:58:06 +00:00
Olivier Müller
9e76587ab9 removed the leftlight.php3 file, and put all the code in left.php3: it
should be cleaner and "nicer" this way.
2002-01-18 14:03:30 +00:00
Loïc Chapeaux
a605108a67 nicer codding for Opera exception 2001-12-08 08:59:14 +00:00
Loïc Chapeaux
a6ea8d3321 improved the pointer feature for the left frame 2001-12-07 21:02:43 +00:00
Loïc Chapeaux
17067657aa fixed bug #489350 - Opera 6.0 is still half DOM compliant 2001-12-05 23:06:01 +00:00
Loïc Chapeaux
24d6ca0346 js testings to avoid errors 2001-12-04 23:31:31 +00:00
Loïc Chapeaux
025cc84a53 patch #458673 - Nicer navigation for MSIE 2001-12-04 23:09:09 +00:00
Loïc Chapeaux
14756aa81d fixed a js error 2001-11-30 00:28:15 +00:00
Loïc Chapeaux
ee8b5f07ce This frame wasn't taking into account the output buffering feature! 2001-11-23 19:14:30 +00:00
Loïc Chapeaux
05fefd4211 PEAR codding standards 2001-11-23 01:04:57 +00:00
Loïc Chapeaux
a56928ee56 fixed reverse display of the number of tables per databases under right to left writting 2001-11-20 20:13:46 +00:00
Loïc Chapeaux
1fa9f42216 Prepare the use of an Arabic translation (right to left text direction) 2001-11-11 12:38:40 +00:00
Loïc Chapeaux
7a6ff28037 Prepare the use of an Arabic translation (right to left text direction) 2001-11-10 13:17:18 +00:00
Loïc Chapeaux
b0f0ff251e fixed a bug with php < 4.0.6 (mysql_fetch_array did not return fields with NULL value) 2001-10-30 22:01:07 +00:00
Loïc Chapeaux
a7abeeac50 removed the xml declaration 2001-10-19 14:05:30 +00:00
Loïc Chapeaux
c07a87d4b6 fixed bug #472353 - Doc can't be opened in IE5/Mac (because of an invalid DTD) 2001-10-18 17:49:28 +00:00
Loïc Chapeaux
11b46733c3 removed unnecessary md5 calls 2001-10-14 09:28:56 +00:00
Loïc Chapeaux
d90288719c removed a too restrictive test 2001-10-12 19:16:56 +00:00
Geert Lund
b5b842ba4f left.php3: Fixed bug #468749: Left Frame not expanding in iCab 2001-10-08 01:52:52 +00:00
Loïc Chapeaux
a8e7ec0a8c The background colors for both the fames are now defined in the configuration file thanks to Laurent Penou 2001-10-07 16:32:17 +00:00
Loïc Chapeaux
282c7e6341 * improved the js object detection system;
* fixed some bugs with the patch from Korakot.
2001-10-04 20:15:22 +00:00
Korakot Chaovavanich
2b2c88b620 show table comment/description as tooltip in left frame 2001-10-04 02:29:52 +00:00
Loïc Chapeaux
435dfbbe7e fixed some security issues 2001-09-25 23:24:15 +00:00
Loïc Chapeaux
e726fe785d Fixed bug #444352 (Data Missing/POST Error) 2001-09-23 15:31:50 +00:00
Loïc Chapeaux
2c9fbe2a47 improved xhtml1.0 compliance 2001-09-21 20:09:46 +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
7fd3ca5cfc cleaned a bit 2001-09-06 18:35:56 +00:00
Loïc Chapeaux
dd51fca8b4 improved font size definition 2001-09-04 12:53:36 +00:00
Loïc Chapeaux
35e881206d light cosmetic changes thanks to Jan Paul Schmidt 2001-08-31 23:11:07 +00:00
Loïc Chapeaux
6d4da778cb fixed a js error with NS 2001-08-29 18:19:13 +00:00
Olivier Müller
615106c70c * left.php3: on login with std_auth, only the databases on which
the user has rights will be shown (test = @mysql_select_db($dbname)).
2001-08-29 17:15:56 +00:00
Loïc Chapeaux
9007431f71 Misc urlencode use fixes 2001-08-29 07:15:40 +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
44a67b246e * checks if databases from $cfgServers[1]['only_db'] exists before displaying them at the left frame
* take into account the case where there is no usable databases
2001-08-19 20:58:48 +00:00
Olivier Müller
f5cb3dc5e4 small things... 2001-08-18 16:08:42 +00:00
Loïc Chapeaux
986132a4ad Added a style for the number of tables per database 2001-08-17 14:22:13 +00:00
Olivier Müller
69e2b71e96 *** empty log message *** 2001-08-15 18:25:22 +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
Marc Delisle
0ab0ad63b1 merge Loic's version 2001-07-30 21:21:19 +00:00
Steve Alberty
2b7ce4ea1a suppres warnings 2001-07-19 11:37:53 +00:00