Loïc Chapeaux
8792cefc7c
PHP3 fixes and coding standards
2002-07-19 11:46:42 +00:00
Alexander M. Turek
e2b2560a98
Don't include the "real" config file if a developer edition exists.
2002-07-18 22:12:49 +00:00
Steve Alberty
1c4df63fe5
It is now possible to print stats for more than 2 GB (up to exa byte)
2002-07-18 16:15:57 +00:00
Alexander M. Turek
aa8e7b70fa
Backwards compatibility, remerged changes after RC3
2002-07-17 06:52:09 +00:00
Marc Delisle
4f3640a82e
better logic
2002-07-16 11:41:40 +00:00
Alexander M. Turek
82cb0689c0
Coding standards
2002-07-15 21:26:12 +00:00
Marc Delisle
0176f64406
better fix from Loic
2002-07-15 14:18:23 +00:00
Marc Delisle
0c64bf3ad0
modif by Loic
2002-07-15 13:48:36 +00:00
Alexander M. Turek
dfbd5ddb37
bug #576018
2002-07-14 20:43:45 +00:00
Marc Delisle
e784fa2b01
bug 580929
2002-07-13 12:03:54 +00:00
Loïc Chapeaux
91833f2deb
Coding standards
2002-07-11 21:27:16 +00:00
Alexander M. Turek
f8fc7bd715
PHP3 compatibility
2002-07-11 16:08:32 +00:00
Robin Johnson
ec375cd11d
2002-07-11 Robin Johnson <robbat2@users.sourceforge.net>
...
* libraries/common.inc.php3: Fix for case where HTTP_HOST contains
the port already, as adding HTTP_PORT is wrong then.
2002-07-11 07:59:42 +00:00
Marc Delisle
0322ce1719
second fix, bug 579017
2002-07-10 00:13:13 +00:00
Marc Delisle
8efd554945
bug 579017
2002-07-09 11:35:08 +00:00
Alexander M. Turek
911ccffcd2
For Lo�c: Fixed bug #578404
2002-07-08 19:20:16 +00:00
Marc Delisle
35e8427825
split
2002-07-08 12:58:17 +00:00
Alexander M. Turek
00579e7b76
<meta />
2002-07-07 09:23:26 +00:00
Loïc Chapeaux
b93a2a2650
Codding standards
2002-07-06 22:10:32 +00:00
Marc Delisle
491c8cfabc
charset_conversion needs the constants
2002-07-05 19:54:05 +00:00
Alexander M. Turek
1e7b3d2902
Backwards compatibility for $cfg['PmaAbsoluteUri_DisableWarning'].
2002-07-04 10:44:13 +00:00
Robin Johnson
563b7444aa
2002-07-04 Robin Johnson <robbat2@users.sourceforge.net>
...
* config.inc.php3, libraries/common.lib.php3:
Code for $cfg['PmaAbsoluteUri_DisableWarning']
2002-07-04 07:19:47 +00:00
Alexander M. Turek
91e6239adc
Backwards compatibility for config files < rev. 1.113
2002-06-29 10:57:47 +00:00
Olivier Müller
11bcc210e1
default tab selection stuff:
...
* Documentation.html: docs about $cfg['DefaultTabDatabase']
and $cfg['DefaultTabTable']
* config.inc.php3, index.php3, left.php3, libraries/common.lib.php3:
default tab selection is now customizable from config.inc.php3.
2002-06-29 08:13:01 +00:00
Olivier Müller
9172958f7c
2002-06-21 Olivier L. M�ller <om@omnis.ch>
...
* libraries/common.lib.php3, main.php3: be more tolerant with lazy
sysadmins or users by letting them having an empty
$cfg['PmaAbsoluteUri']. A default value (which should work according
to the docs...) will be set and a warning displayed on main.php3.
2002-06-21 21:38:15 +00:00
Robin Johnson
0448a2913e
* db_details_links.php3, header.inc.php3,
...
tbl_properties_links.php3, libraries/common.lib.php3
- Neater tab code by Michal Cihar (Patch #571837 )
2002-06-21 21:13:30 +00:00
Alexander M. Turek
bfdfec7f69
Patch #571426
2002-06-20 08:09:04 +00:00
Marc Delisle
f490727af1
bypass format_sql for now
2002-06-19 20:39:01 +00:00
Alexander M. Turek
f88118f447
Only run config_import.lib.php3 if config.inc.php3 is too old.
2002-06-19 13:19:40 +00:00
Alexander M. Turek
75823768dc
New backwards compatibility code
2002-06-19 13:06:01 +00:00
Robin Johnson
eb81d83b9d
* libraries/charset_conversion.lib.php3,
...
libraries/common.lib.php3,
main.php3
- added isset() before some configuration variables
2002-06-19 08:07:03 +00:00
Marc Delisle
9bd9a44a67
charset patch
2002-06-14 12:07:18 +00:00
Mike Beck
f5e2b34491
Cleaning my code a little ;-)
2002-06-13 23:05:01 +00:00
Mike Beck
be0491f545
hopefully missing brackets detection is now bugfree ;-)
2002-06-13 09:38:06 +00:00
Mike Beck
43edef55a4
too many newlines when using syntaxcoloring fixed
2002-06-13 09:19:12 +00:00
Mike Beck
1eff1fcd64
now also syntaxhighlighting LIMIT
2002-06-13 08:05:08 +00:00
Mike Beck
228aa927ef
more bugfixes for syntaxcoloring
2002-06-12 17:19:40 +00:00
Mike Beck
923a2c12e6
Bugfixing Syntaxcoloring
2002-06-12 16:12:07 +00:00
Mike Beck
8907f9ad77
Multiline SQL statements should still be in one line even after Syntaxcoloring
2002-06-12 14:54:33 +00:00
Mike Beck
5e9f703bc7
Now format_sql also finds missing brackets
2002-06-12 13:06:44 +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
Alexander M. Turek
e290b3fe9c
Catch parse errors in the config file.
2002-06-09 14:38:25 +00:00
Loïc Chapeaux
7af5a13435
Optimization
2002-05-25 10:27:32 +00:00
Loïc Chapeaux
ddd8747429
warnings
2002-05-25 09:32:11 +00:00
Loïc Chapeaux
28a72c8e1a
fixed a PHP3 bug and coding standards
2002-05-25 08:53:55 +00:00
Marc Delisle
c20ecc7900
explain, show source
2002-05-24 12:44:21 +00:00
Loïc Chapeaux
c2a6a87eb9
Ensure compatibility with old releases
2002-05-24 09:17:16 +00:00
Loïc Chapeaux
9da7080d8d
* exported the "IP-based Allow/Deny" code in a distinct library;
...
* coding standards;
* improved PHP3 compliance;
* better ip checking.
2002-05-18 12:37:01 +00:00
Robin Johnson
6c5db8e09b
2002-05-17 Robin Johnson <robbat2@users.sourceforge.net>
...
* config.inc.php3, libraries/common.lib.php3: IP-based Allow/Deny code
from feature #484158
* Documentation.*: feature #484158 documented
2002-05-18 06:05:48 +00:00
Loïc Chapeaux
0d1726618a
Fixed xhtml bugs and optimized the fix against bug #546011 (Navigation tooltips)
2002-05-13 18:10:53 +00:00