Commit Graph

162 Commits

Author SHA1 Message Date
Loïc Chapeaux
a68db84064 coding standards 2002-09-13 09:32:41 +00:00
Robin Johnson
2c2fc2b4f2 libraries/common.lib.php3, main.php3:
- Final solution to bug #582890
 lang/*:
  - String for localization used in auto-generation of names
2002-09-11 02:09:45 +00:00
Alexander M. Turek
3d5083e1c8 better fix 2002-08-26 13:10:55 +00:00
Alexander M. Turek
85c05eeb2f Fixed a JS error. 2002-08-26 12:19:08 +00:00
Marc Delisle
619b72b1ef true -> TRUE 2002-08-22 19:28:42 +00:00
Alexander M. Turek
94b54524cb Backwards compatibility / (ms) New language 2002-08-22 13:30:10 +00:00
Michal Čihař
4ec6116a5a modified to fit coding standards 2002-08-21 09:18:20 +00:00
Alexander M. Turek
f175e698e1 bug #597184 2002-08-20 05:56:22 +00:00
Alexander M. Turek
71bf735d35 Backwards compatibility 2002-08-15 19:46:21 +00:00
Alexander M. Turek
b2ee62d970 Backwards compatibility 2002-08-15 17:15:58 +00:00
Michal Čihař
15eed4df54 Implemented feature #545379 - phpMyAdmin has now support for all MySQL manuals available. 2002-08-15 11:52:26 +00:00
Alexander M. Turek
bc15d243a2 bug #590055 2002-08-11 21:24:54 +00:00
Robin Johnson
5a9011ff6f Fix for bug #582890 2002-08-11 08:09:05 +00:00
Alexander M. Turek
5a578cd5d4 Default pages for tables / databases. 2002-08-10 19:54:20 +00:00
Alexander M. Turek
a388bb2532 XHTML fixes. 2002-08-08 10:01:47 +00:00
Robin Johnson
0b55f80a01 Fix for renamed sqlvalidator 2002-08-07 03:14:12 +00:00
Robin Johnson
f99a7c0463 Fixes for bugs in Loic's changes 2002-08-06 17:15:39 +00:00
Alexander M. Turek
91a3375289 Backwards compatibility etc. 2002-08-04 10:59:29 +00:00
Alexander M. Turek
f5ee240b53 default language should be en-iso-8859-1 2002-08-04 09:25:03 +00:00
Robin Johnson
c28a9175ec * db_details.php3, db_stats.php3, main.php3, sql.php3
tbl_change.php3, tbl_query_box.php3, user_details.php3
libraries/common.lib.php3:
- changed show_query to use 1/0 instead of 'y'/'n'
* sql.php3, libraries/common.lib.php3:
- Improved logic of edit, show_as_php, explain and validator
in the SQL query box
2002-08-03 21:34:20 +00:00
Robin Johnson
ea2db87706 * libraries/sqlvalidator.class.php3:
- PHP Class to run SQL Validator
* libraries/sqlvalidator.php3:
- SQL Validator interface code
2002-08-03 10:23:04 +00:00
Robin Johnson
44feb702db * libraries/common.lib.php3:
- Cleaned up SQL Query links
- Made customizable in $cfg
* config.inc.php3:
- Added $cfg['SQLQuery']* for customizing SQL Query links
- Set defaults of $cfg['SQLQuery']* to act like old behavior
* lang/*:
- Changed $strExplain to say 'Query' instead of code
- Added $strNoExplain for reverse of Explain state
2002-08-03 08:22:01 +00:00
Marc Delisle
2fb919dafa typo 2002-07-25 13:12:15 +00:00
Marc Delisle
2f03dfeca6 for Loic 2002-07-25 12:29:02 +00:00
Robin Johnson
f932ee45ed libraries/sqlparser.lib.php3:
- Cleaned up CSS creation functions
- Formatting fixes
libraries/sqlparser.data.php3:
- Added 'ANALYSE' reserved word (note spelling)
header.inc.php3:
- Added CSS for SQL Parser
libraries/common.lib.php3:
- Change of PMA_format_sql to use new SQL Parser
2002-07-25 05:02:54 +00:00
Mike Beck
86efec66f7 change by Loic: XHTML compliance 2002-07-24 14:08:28 +00:00
Mike Beck
7c886392ca fix against bug #578404 by Loic 2002-07-23 15:54:40 +00:00
Marc Delisle
ed74cb4bfa for Loic 2002-07-22 13:18:02 +00:00
Marc Delisle
aab4919565 faq for mysql extension 2002-07-21 23:29:07 +00:00
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