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 |
|
Marc Delisle
|
85b6320c3c
|
bug #1406378, default value and auto_increment
|
2006-02-15 17:37:01 +00:00 |
|
Marc Delisle
|
541fb3f4b2
|
bug #1425522, warning when calling a stored procedure
|
2006-02-13 17:54:07 +00:00 |
|
Sebastian Mendel
|
e91c4e2b10
|
- fixed bug #1425688 'Server Select quirk'
- valid XHTML 1.0
- code readability
|
2006-02-13 15:10:05 +00:00 |
|
Sebastian Mendel
|
f4b8fae9cf
|
fixed bug #1409893 - links in navigation frame opens new window
|
2006-02-13 13:21:18 +00:00 |
|
Sebastian Mendel
|
43f74a9c2a
|
fixed bug #1416848 'Insert new row from Browse page'
|
2006-02-13 12:19:51 +00:00 |
|
Sebastian Mendel
|
dcfec7c4df
|
stop execution and ommit warning on session.auto_start enabled
|
2006-02-10 10:09:46 +00:00 |
|
Marc Delisle
|
c0a2064e12
|
bug #1404565, left frame refresh on db drop from Databases link in main page
|
2006-02-09 19:22:06 +00:00 |
|
Marc Delisle
|
dee8d64c1c
|
bug #1418769 part 2, missing argument for PHP 4
|
2006-02-08 18:26:33 +00:00 |
|
Marc Delisle
|
5c736824c3
|
possibility of having a backslash in a non-windows path
|
2006-02-08 17:58:06 +00:00 |
|
Sebastian Mendel
|
7d54921f81
|
- fixed bug #1416848 'Insert new row from Browse page'
- PMA_checkPageValidity() [bug #1416848]
- added PMA_getIcon()
- PMA_getDbLink(): unescape names
|
2006-02-05 12:02:08 +00:00 |
|
Sebastian Mendel
|
a38d7c05d0
|
array to string conversion (sorry to late :-( ), use of $_REQUEST
|
2006-02-05 10:22:48 +00:00 |
|
Marc Delisle
|
7e93c28871
|
bug #1415465, undefined variable
|
2006-02-04 18:38:42 +00:00 |
|