Commit Graph

523 Commits

Author SHA1 Message Date
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
Alexander M. Turek
e942c1ce70 Better fix against bug #594947. 2002-08-26 07:04:07 +00:00
Alexander M. Turek
11b4950345 For Lo�c: bug #571409 2002-08-23 10:22:54 +00:00
Alexander M. Turek
470fe2acac Don't let php display an error message if dl() fails. 2002-08-23 06:13:07 +00:00
Marc Delisle
619b72b1ef true -> TRUE 2002-08-22 19:28:42 +00:00
Alexander M. Turek
bad5f5dd95 Backwards compatibility 2002-08-22 14:10:43 +00:00
Alexander M. Turek
94b54524cb Backwards compatibility / (ms) New language 2002-08-22 13:30:10 +00:00
Alexander M. Turek
98e16357dd bug #594947 2002-08-22 07:08:39 +00:00
Marc Delisle
589ffda3ac logo 2002-08-21 14:47:22 +00:00
Marc Delisle
c694b7d412 web-based upload dir 2002-08-21 12:42:46 +00:00
Alexander M. Turek
7184bb81c8 For Lo�c: Coding standards 2002-08-21 09:30:53 +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
Michal Čihař
383f6b6949 Improvements to importing/exporting when utf-8 translation is being used:
* Improved detection of used recoding function, now can be configured
      which function should be preffered ($cfg['RecodingEngine']).
    * read_dump.php3 uses new fuction PMA_convert_string instead of hardcoded
      iconv.
    * Support for converting charset of loaded files, used new function
      PMA_convert_file.
    * Support for exporting in custom charset.
2002-08-14 16:18:51 +00:00
Alexander M. Turek
62aa653c52 bug #594235 2002-08-13 18:12:45 +00:00
Robin Johnson
8ea92fb4f1 Fixed bug #594098 2002-08-12 18:58:55 +00:00
Alexander M. Turek
1184150fd9 disallow accessing serious server files via "?goto=". 2002-08-12 08:43:45 +00:00
Alexander M. Turek
82f307edf3 We're not yet at RC1, Robin ;-) 2002-08-12 07:28:11 +00:00
Robin Johnson
28c3abda26 Updated Tags 2002-08-12 02:29:14 +00:00
Marc Delisle
ac1eb3840a 2.3.0 2002-08-11 23:48:47 +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
Robin Johnson
2fc7634686 Fix for bug #593386 might need more work depending on character set
research. We will need to end up knowing the character set MySQL is
using to do it totally right.
2002-08-11 07:27:36 +00:00
Alexander M. Turek
5a578cd5d4 Default pages for tables / databases. 2002-08-10 19:54:20 +00:00
Loïc Chapeaux
0738b17033 PHP3 fix and coding standards 2002-08-10 11:43:18 +00:00
Robin Johnson
c4f9ad6e96 accented characters function 2002-08-10 11:10:09 +00:00
Alexander M. Turek
aa69c5b36c The Georgian UTF-8 language file was offered even if $cfg['AllowAnywhereRecoding'] was set to FALSE. 2002-08-08 22:16:54 +00:00
Alexander M. Turek
a18a3d10f9 (hi) New language file 2002-08-08 16:08:35 +00:00
Alexander M. Turek
a388bb2532 XHTML fixes. 2002-08-08 10:01:47 +00:00
Robin Johnson
c439d917a4 Coding standards fixes by Loic 2002-08-07 22:36:18 +00:00
Robin Johnson
0aede53a1a - Spelling fix in $strSQPBugUnknownPunctation where not yet translated
- Spelling fix in
  $strSQPBugUnknownPunctation - $strSQPBugUnknownPunctuation
2002-08-07 21:39:46 +00:00
Marc Delisle
5e419a7d66 MySQL 3.21 compatibility 2002-08-07 12:07:35 +00:00
Robin Johnson
a9f696253d BUG() Change 2002-08-07 08:07:50 +00:00
Robin Johnson
9278aaeb17 * libraries/sqlparser.lib.php3:
- Converted code to use $str* variables
- BUG() code cleaned up (PMA_SQP_BUG, PMA_SQP_throwError)
- More PHP3 compatibility
2002-08-07 05:47:13 +00:00
Robin Johnson
0b55f80a01 Fix for renamed sqlvalidator 2002-08-07 03:14:12 +00:00
Robin Johnson
c6f8143fe4 2002-08-06 Robin Johnson <robbat2@users.sourceforge.net>
* libraries/sqlvalidator.php3, libraries/sqlvalidator.lib.php3:
            - Renamed libraries/sqlvalidator.php3 to libraries/sqlvalidator.lib.php3
2002-08-07 03:08:43 +00:00
Robin Johnson
f99a7c0463 Fixes for bugs in Loic's changes 2002-08-06 17:15:39 +00:00
Robin Johnson
09c1290781 Loic's updates 2002-08-06 17:09:32 +00:00
Robin Johnson
5db6cebdf7 Loic's code updates 2002-08-06 17:09:02 +00:00
Alexander M. Turek
12da5f0730 For Lo�c: do not die if relation table is broken in browse mode. 2002-08-06 09:56:41 +00:00
Marc Delisle
3513a3fe2f from Loic 2002-08-05 20:06:09 +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
Alexander M. Turek
ceb299777b typo 2002-08-04 08:03:19 +00:00
Robin Johnson
cff6f5f7ab Fix typo 2002-08-03 22:46:25 +00:00
Robin Johnson
d67eb1ca1d * libraries/sqlvalidator.php3, libraries/sqlvalidator.class.php3:
- Function documentation and cleanup
2002-08-03 22:17:48 +00:00