Commit Graph

2379 Commits

Author SHA1 Message Date
Michal Čihař
bab5d4cb8e Allow to configure how often space is added (RFE #1440384). 2006-03-02 17:27:07 +00:00
Marc Delisle
df17ff7448 bug #1411996, support session.autostart=1 without the need of .htaccess 2006-03-02 16:14:45 +00:00
Michal Čihař
a6f407c343 Fix parameter to transformation (bug #1440926). 2006-03-02 15:58:00 +00:00
Marc Delisle
d5d8aef10f bug #1437754, search combos default to key zero 2006-02-24 20:31:45 +00:00
Michal Čihař
6b9e9555b7 More replacements for page title (RFE #1408241). 2006-02-23 13:15:20 +00:00
Marc Delisle
6fe79cc137 bug #1418769 part 1: stat failed for ./config.inc.php (under PHP 4) 2006-02-23 12:45:13 +00:00
Michal Čihař
5850b36472 Use correct server... 2006-02-22 19:02:56 +00:00
Michal Čihař
4ed1239682 Allow to use external authentication and use empty MySQL passwords (path #1388210, thanks to Patrick MONNERAT - monnerat). 2006-02-22 17:45:52 +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ř
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ř
30bbf58924 Improve compatibility modes function, thanks to Sebastian. 2006-02-22 11:49: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ř
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ř
3ffb7e775e New line before values (RFE #1435919). 2006-02-21 17:37:35 +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
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
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
Sebastian Mendel
0f695e35f9 - fixed undefined MYSQLI_BINARY_FLAG constant
- documentation
2006-02-20 08:41:16 +00:00
Marc Delisle
b8976c10c5 bug #1434578, missing argument for __construct() 2006-02-19 15:36:55 +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
Sebastian Mendel
c0ee9b9c13 PMA_getUvaCondition():
- fixed missing $analyzed_sql (partly bug #1431615)
- added table names to column names (partly bug #1431615)
- simplified search for alias
2006-02-19 09:47:16 +00:00
Sebastian Mendel
f0c7d5b271 @TODO add missing keys like in from mysqli_query (orgname, orgtable, flags, decimals) 2006-02-19 09:41:19 +00:00
Marc Delisle
caeff963f8 bit operations are fun 2006-02-18 15:30:24 +00:00
Marc Delisle
b3f8d5cc88 bug #1377215, errors with E_STRICT 2006-02-18 15:16:09 +00:00
Sebastian Mendel
2433c3f2af fixed bug #1433882 html special chars not escaped in query in querybox 2006-02-18 13:51:11 +00:00
Marc Delisle
29b387b350 add strViewMaxExactCount when browsing 2006-02-17 21:47:09 +00:00
Marc Delisle
5d87cfb2a2 array to string conversion 2006-02-17 21:06:24 +00:00
Sebastian Mendel
2cecb832e6 do not print selflink 2006-02-17 11:05:26 +00:00
Sebastian Mendel
c80232dd7d - fixed pre-select for current server (fixed type missmatch)
- do not auto submit on '(Server) ...'
2006-02-17 09:48:10 +00:00
Sebastian Mendel
884834db27 fixed bug #1432626 'bad url error after select "(Databases)..."' 2006-02-17 09:20:55 +00:00