Commit Graph

2925 Commits

Author SHA1 Message Date
Marc Delisle
23cfd9f868 typos 2008-05-09 10:50:28 +00:00
Sebastian Mendel
b294b2d647 do not display class twice in query trace 2008-05-09 10:42:13 +00:00
Sebastian Mendel
fa21fe3ea5 make the database list more magic:
load/fetch only if really required
use SPL ArrayObject to behave like an array
2008-05-09 10:41:16 +00:00
Sebastian Mendel
91007aa3d6 include trace of executed queries 2008-05-08 06:07:00 +00:00
Sebastian Mendel
c53238a89e no need to fetch tables twice 2008-05-08 06:02:08 +00:00
Sebastian Mendel
1536decef8 no need to check for VIEW if we already know 2008-05-08 05:36:57 +00:00
Sebastian Mendel
c69ae450aa cache relation information (saves at least two queries per HTTP request) 2008-05-08 05:06:50 +00:00
Sebastian Mendel
38160f9932 removed forgotten debug commands 2008-05-07 12:44:28 +00:00
Sebastian Mendel
206f4add2f refactored complete table/column creation altering;
register_globals independent;
fixed bug #1344768 [database] create/alter table new field can not have empty string as default;
tweaked form layout to save space;
2008-05-07 12:35:00 +00:00
Marc Delisle
14edea6b1a bug #1910621 [display] part 2: do not display a BINARY content as text 2008-05-07 10:28:12 +00:00
Sebastian Mendel
5cfa78a087 added permanently ON UPDATE CURRENT_TIMESTAMP to column attributes (use case like in the MySQL manual) 2008-05-07 08:41:15 +00:00
Sebastian Mendel
c4948d0e76 added permanently ON UPDATE CURRENT_TIMESTAMP to column attributes 2008-05-07 08:35:46 +00:00
Sebastian Mendel
f35c4ce7cc DEFAULT can also be empty string 2008-05-06 14:06:39 +00:00
Sebastian Mendel
e8a6b1af54 new function to rename a field in relation tables (from tbl_alter.php) 2008-05-06 14:04:54 +00:00
Sebastian Mendel
7c7b9b55a2 $_REQUEST variables are ALWAYS already url decoded 2008-05-06 08:45:08 +00:00
Marc Delisle
7c5d5c466a PBXT: foreign key support 2008-05-04 18:36:17 +00:00
Marc Delisle
f0cd8feebe undefined $server 2008-05-04 12:41:26 +00:00
Marc Delisle
51ea0c93c8 undefined $_type on successful table rename 2008-05-04 12:23:48 +00:00
Marc Delisle
5620fa7a1f bug #1955386 [session] Overriding session.hash_bits_per_character 2008-05-01 16:41:25 +00:00
Marc Delisle
fc041e4e15 do not remove the BINARY attribute in drop-down 2008-04-30 17:00:54 +00:00
Marc Delisle
c8cfea6fd9 bug #1910621 [display] part 1: do not display a TEXT utf8_bin as BLOB (fixed for mysqli extension only) 2008-04-28 16:47:31 +00:00
Marc Delisle
cce08fc068 [dbi] Incorrect interpretation for some mysqli field flags 2008-04-27 15:45:50 +00:00
Marc Delisle
4d4ec9ccc9 change querying of triggers in conformity with the example in MySQL manual 2008-04-26 15:18:12 +00:00
Marc Delisle
728e553098 bug #1908719 [interface] New field cannot be auto-increment and primary key 2008-04-24 17:05:50 +00:00
Michal Čihař
3174c8f873 Check whether UploadDir is defined before using it. 2008-04-22 11:26:24 +00:00
Marc Delisle
166d0e181a clarifications 2008-04-09 00:22:06 +00:00
Marc Delisle
4e66babab7 undefined variable row on table creation, since the new logic for BIT values 2008-04-07 16:22:07 +00:00
Marc Delisle
565dc8d348 bug #1906983 [export] Reimport of FUNCTION fails 2008-04-06 23:22:19 +00:00
Marc Delisle
e8c15e7e85 bug 1926357, last part of the fix 2008-04-06 12:52:53 +00:00
Marc Delisle
3c01ca4b4e typos 2008-04-05 12:35:24 +00:00
Marc Delisle
cb692f0267 patch #1930057 [auth] colon in password prevents HTTP login on CGI/IIS 2008-04-03 12:42:33 +00:00
Marc Delisle
42a4a8c24b bug #1926357 [data] BIT defaults displayed incorrectly 2008-04-02 17:19:59 +00:00
Sebastian Mendel
c44c681d35 prevent search indexes from indexing phpMyAdmin installations 2008-04-02 07:18:20 +00:00
Marc Delisle
fd34e26ca1 enable testing under PHP 5.3.0-dev 2008-03-29 11:16:04 +00:00
Marc Delisle
ba57a90e8b bug #1909711 [security] Sensitive data in session files 2008-03-29 06:06:35 +00:00
Marc Delisle
c0efdb2e9d bug #1812763 [Copy] Table copy when server is in ANSI_QUOTES sql_mode 2008-03-21 14:38:14 +00:00
Marc Delisle
32bb3ab273 support ROW_FORMAT and PAGE_CHECKSUM table option; verify warnings coming from ALTER TABLE 2008-03-21 13:38:23 +00:00
Marc Delisle
9ddb422b87 bug #1906980 [Export] Import of VIEWs fails if temp table exists 2008-03-18 16:57:33 +00:00
Marc Delisle
e8248f8772 MARIA: TRANSACTIONAL create option (in Operations) 2008-03-17 17:17:59 +00:00
Marc Delisle
03e49d15eb MARIA: FULLTEXT, reserved word 2008-03-17 16:38:18 +00:00
Marc Delisle
b11306d521 start work on Maria table options 2008-03-16 13:24:35 +00:00
Marc Delisle
128219bf92 comment about work in progress for loadStructure 2008-03-16 12:06:48 +00:00
Marc Delisle
4f98c84dd7 dead code 2008-03-16 11:28:18 +00:00
Marc Delisle
c8e25f9459 bug #1910485 [core] Unsetting the whitelist during the loop 2008-03-11 16:57:55 +00:00
Marc Delisle
a034f729ae bug #1893034 [Export] SET NAMES for importing with command-line client 2008-03-09 13:42:39 +00:00
Marc Delisle
e80a9cda23 bug #1905711 [compatibility] Functions deprecated in PHP 5.3 2008-03-03 13:51:34 +00:00
Marc Delisle
73764ba49b patch 1902591 (Valid YAML), thanks to Dan Barry 2008-03-02 20:06:09 +00:00
Marc Delisle
09fcb9465c upgrade to tcpdf 2.2.002 2008-03-02 19:51:20 +00:00
Marc Delisle
ebcbf621d2 bug #1903724 [interface] Displaying of very large queries in error message 2008-02-28 17:38:43 +00:00
Marc Delisle
5d0c2032ce Export events 2008-02-27 18:00:30 +00:00