Commit Graph

2054 Commits

Author SHA1 Message Date
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
Marc Delisle
8032bb0a2f array to string conversion 2006-02-04 15:52:32 +00:00
Marc Delisle
94d85a6bc3 array to string conversion 2006-02-04 15:47:35 +00:00
Marc Delisle
3809b1e8b8 bug #1409770 auto-detection and dirname on Windows 2006-02-04 15:33:54 +00:00
Marc Delisle
4a470bb142 bug #1418145, missing global 2006-01-30 22:53:44 +00:00
Marc Delisle
672c5e5ab5 bug #1414628, session.save_handler not set to files 2006-01-29 19:41:59 +00:00
Marc Delisle
cae374b0d4 optimization TODO 2006-01-29 19:07:15 +00:00
Marc Delisle
32cca60124 2.9.0-dev 2006-01-29 13:03:26 +00:00
Marc Delisle
ef014b0fa3 left panel and view row count 2006-01-28 12:34:22 +00:00
Marc Delisle
54b07d2f66 bug #1396998, avoid displaying exact row count for views, work in progress 2006-01-28 12:04:29 +00:00
Marc Delisle
2edb509535 bug #1410787, incorrect merging of parameters contained in an array 2006-01-22 19:22:17 +00:00
Marc Delisle
c7b5fd2e3f bug #1376314, detection of privilege to create a table 2006-01-19 17:13:20 +00:00
Sebastian Mendel
c51a55ec79 fixed bug: undefined index server ($GLOBALS['server']) 2006-01-19 15:47:22 +00:00
Sebastian Mendel
6b4f751e41 fixed bug #1409972 PHP 5.1.2 compatibility 2006-01-19 15:39:29 +00:00