Commit Graph

7434 Commits

Author SHA1 Message Date
Marc Delisle
56da2cc32d I did not commit this change :) 2006-02-22 15:11:56 +00:00
Sebastian Mendel
f1aedc6ab0 added workaround for bug #1436171 Cannot display Capitalised Databases 2006-02-22 15:10:28 +00:00
Michal Čihař
7e3e50e34c new line at the end ;-) 2006-02-22 15:00:10 +00:00
Sebastian Mendel
5caf0445e6 added workaround for bug #1436171 Cannot display Capitalised Databases 2006-02-22 14:46:35 +00:00
Sebastian Mendel
91b6c00048 workaround for http://bugs.php.net/36007 2006-02-22 13:40:32 +00:00
Sebastian Mendel
ce2a08587d workaround for http://bugs.php.net/36007 2006-02-22 13:38:11 +00:00
Marc Delisle
1a55a28a2a bug #1435303, error on empty BLOB transformation 2006-02-22 12:52:30 +00:00
Michal Čihař
59c480cd57 Czech translation update. 2006-02-22 12:46:10 +00:00
Michal Čihař
7b96b58417 Better message for query export, move operation above query results into one fieldset (bug #1431420). 2006-02-22 12:42:35 +00:00
Michal Čihař
276737a3ea Update Czech translation. 2006-02-22 11:52:03 +00:00
Michal Čihař
30bbf58924 Improve compatibility modes function, thanks to Sebastian. 2006-02-22 11:49:44 +00:00
Michal Čihař
ab26da2418 Remove unused strTableType, resorted, added missing strings to various translations (timespanfmt was most often missing). 2006-02-22 11:46:44 +00:00
Michal Čihař
e789e40a0b Same title for processes link (RFE #1350356). 2006-02-22 11:31:32 +00:00
Michal Čihař
8b7b4ed53e Customizable window title (RFE #1408241). 2006-02-22 11:20:57 +00:00
Michal Čihař
b105c6c0eb Better message for reloading privileges (RFE #1420556). 2006-02-22 10:41:52 +00:00
Michal Čihař
e44872f959 Possibility to select SQL compatibility on import (RFE #1386132). 2006-02-22 10:20:01 +00:00
Michal Čihař
99e5d3478b Use new function for SQL compatibility modes. 2006-02-22 10:16:45 +00:00
Michal Čihař
3575d8b0d2 Add support for select options and documentation. 2006-02-22 10:15:41 +00:00
Michal Čihař
7ad31e219c New function for getting available SQL compatibility modes. 2006-02-22 10:14:43 +00:00
Sebastian Mendel
784a4fb4f7 added icon for new window 2006-02-22 08:46:54 +00:00
Michal Čihař
62431c7cc8 Fixes for AIX wrapper, thanks to Bj��rn Wiberg - bwiberg. 2006-02-22 08:26:32 +00:00
Sebastian Mendel
9290eff347 bug #1436279 Left frame links open in new windows in Safari 2006-02-22 07:56:42 +00:00
Michal Čihař
56a0ec9638 Skip byte order marks (bug #1423362). 2006-02-21 20:28:27 +00:00
Sebastian Mendel
ecc793bf83 make use of PMA_Table object for renaming tables (added also some required functionality to PMA_Table class) 2006-02-21 18:25:57 +00:00
Michal Čihař
c69bebb25b Compatibility with iconv charset names on AIX (patch #1420704, thanks to Bj��rn Wiberg - bwiberg). 2006-02-21 18:14:44 +00:00
Sebastian Mendel
c438a35ac8 fixed bug #1436058 Notices while browsing table 2006-02-21 18:12:09 +00:00
Michal Čihař
03ca5b8846 Trim spaces from config file to avoid unwanted outpu (path #1431566, thanks to Piotr_Skowronek - piotr_skowronek). 2006-02-21 17:44:38 +00:00
Michal Čihař
eb8874eec5 XHTML fixes (patch #1435772, thanks to Matt LaPlante - cyberdog3k). 2006-02-21 17:41:13 +00:00
Michal Čihař
3ffb7e775e New line before values (RFE #1435919). 2006-02-21 17:37:35 +00:00
Michal Čihař
6c877664af Various bug fixes (bug #1435700, bug #1435806, undefined indexes). 2006-02-21 17:21:19 +00:00
Sebastian Mendel
ac9d8b21a3 check if $cfg['Server']['pmadb'] really exists and is selectable, minor tweaks and formating 2006-02-21 15:31:37 +00:00
Marc Delisle
5a0cc81aee let's keep the history of releases in the ChangeLog, with a precision about the branch 2006-02-21 14:20:16 +00:00
Marc Delisle
a3a2ad0cdf mentionning this release can be confusing regarding the log of changes 2006-02-21 13:56:49 +00:00
Sebastian Mendel
b5a19a0b83 minor fixes and improvements, formating, documentation 2006-02-21 13:17:40 +00:00
Sebastian Mendel
f341c72fbe merged libraries\tbl_move_copy.php in class PMA_Table 2006-02-21 11:34:19 +00:00
Sebastian Mendel
cd340d8496 moved PMA_generateFieldSpec(), PMA_tableIsView(), PMA_countRecords(), PMA_generateAlterTable() into class PMA_Table 2006-02-21 11:07:46 +00:00
Sebastian Mendel
9515f39849 moved PMA_generateFieldSpec() into PMA_Table 2006-02-21 10:17:37 +00:00
Sebastian Mendel
82ded89d51 use Table.class.php 2006-02-21 10:15:01 +00:00
Sebastian Mendel
71a69a0263 *NEW* 2006-02-21 10:12:46 +00:00
Sebastian Mendel
66d910e5bb do not test for isset but strlen on orgname of table 2006-02-21 09:45:56 +00:00
Marc Delisle
e20205c998 2.8.0-rc1 2006-02-20 23:03:40 +00:00
Sebastian Mendel
f21826d64c fixed bug #1431422 Safari: Print view prints blank page 2006-02-20 14:19:56 +00:00
Sebastian Mendel
3d83605027 RFE #1433382 visulal feat. request for left bar 2006-02-20 13:29:06 +00:00
Sebastian Mendel
6e2ee9e001 - RFE #1434196 More significant digits in /status
- replaced number_format() with PMA_formatNumber()
- coding standards
2006-02-20 10:07:10 +00:00
Sebastian Mendel
0f695e35f9 - fixed undefined MYSQLI_BINARY_FLAG constant
- documentation
2006-02-20 08:41:16 +00:00
Marc Delisle
3569728605 bug 1433633, Internal server error 2006-02-19 21:58:10 +00:00
Marc Delisle
b8976c10c5 bug #1434578, missing argument for __construct() 2006-02-19 15:36:55 +00:00
Marc Delisle
4532d8d0b0 bug #1434576, undefined variable db 2006-02-19 14:34:25 +00:00
Marc Delisle
c7bb1d9871 re-establish previous error reporting 2006-02-19 14:27:39 +00:00
Sebastian Mendel
7a22937583 - make use of MYSQLI_* constants
- added column types newdecimal and bit
2006-02-19 11:02:38 +00:00