Commit Graph

264 Commits

Author SHA1 Message Date
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
Robin Johnson
c07e167017 Feature to stop developers commiting their config.inc.php3 so easily.
.cvsignore: 'config.inc.developer.php3' added
libraries/common.lib.php3: added include for 'config.inc.developer.php3'
2002-05-10 09:46:20 +00:00
Alexander M. Turek
f00d5856d8 bug #546011 (Navigation tooltips) 2002-05-09 22:11:43 +00:00
Loïc Chapeaux
2e28add87b Optimization - do not call "mysql_numrows", "mysql_results" and "mysql_fetch_array" on invalid queries 2002-05-01 12:03:21 +00:00
Loïc Chapeaux
5e7ae5779e Fixed a warning and a bug with php 3.0.12 thanks to Kris Wood 2002-05-01 09:27:07 +00:00
Alexander M. Turek
52b52a30b3 bug #549570 2002-04-27 19:52:19 +00:00
Loïc Chapeaux
4f1c341d17 beautified code 2002-04-27 08:14:50 +00:00
Loïc Chapeaux
8d120c7cd6 * libraries/common.lib.php3, line 70: "invalid" path.
* tbl_printview.php3; tbl_qbe.php3: coding standards and warnings.
2002-04-26 17:08:44 +00:00
Alexander M. Turek
481793d104 fixed a controluser bug 2002-04-26 10:30:46 +00:00
Robin Johnson
109fbf3126 libraries/common.lib.php3: a single $cfgServer instance was forgotten 2002-04-25 02:01:23 +00:00
Alexander M. Turek
f801b04cf7 backwards compatibility 2002-04-24 19:34:58 +00:00
Alexander M. Turek
04b272c39c libraries/*: $cfg system changes. 2002-04-24 18:38:28 +00:00
Alexander M. Turek
dd8420bbe1 For loic1: bug #547605 2002-04-23 16:44:51 +00:00
Loïc Chapeaux
f3c7784b7f improved compatibility with older config files 2002-04-17 19:59:31 +00:00
Marc Delisle
27e44cee81 default value 2002-04-17 02:03:44 +00:00
Loïc Chapeaux
c131084146 bad url in credits 2002-04-14 07:47:33 +00:00
Loïc Chapeaux
0735891c61 Fixed bug #534794 - special user can't see the db's list 2002-03-26 20:54:29 +00:00
Loïc Chapeaux
4fafc30ea4 Improved the "mark row" feature so it can be used with the "pointer" one 2002-03-23 11:12:30 +00:00
Loïc Chapeaux
99bfd938fa The '' is now required 2002-03-16 10:08:36 +00:00
Marc Delisle
2405524653 sometimes undefined 2002-03-14 13:51:39 +00:00