Marc Delisle
87dd6b3cee
Merge branch 'QA_3_3'
2010-03-12 17:16:58 -05:00
Dieter Adriaenssens
7c818d046a
patch #2969449 Name for MERGE engine varies depending on the MySQL version
2010-03-12 17:16:05 -05:00
Michal Čihař
94c2f864ae
[core] Remove config data from session as it brings chicken-egg problem.
...
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +00:00
Herman van Rink
1ad5d85666
bug #2926613 [edit] Copy database shows errors when DB has foreign key
2010-01-20 08:00:47 +00:00
Herman van Rink
8cae0a1d0f
bug #2926613 [edit] Copy database shows errors when DB has foreign key
2010-01-20 08:00:47 +00:00
Marc Delisle
c67ceaa83b
unwanted side effect of tracking when renaming a database
2010-01-01 22:57:34 +00:00
Marc Delisle
f92038b022
unwanted side effect of tracking when renaming a database
2010-01-01 22:57:34 +00:00
Marc Delisle
4e4e40188f
bug #2924357 [operations] Cannot rename a database that has foreign key constraints
2010-01-01 22:41:29 +00:00
Marc Delisle
d3892fdbff
bug #2924357 [operations] Cannot rename a database that has foreign key constraints
2010-01-01 22:41:29 +00:00
Marc Delisle
526dce65cb
3.3
2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4
3.3
2009-12-31 13:09:18 +00:00
Marc Delisle
8ec5434999
[security] XSS and SQL injection
2009-10-12 21:47:40 +00:00
Marc Delisle
b296a5fa31
no longer to do
2009-09-29 11:40:10 +00:00
Marc Delisle
2227f1c4c3
bug #2852370 [operations] Renaming database deletes triggers
2009-09-27 13:23:07 +00:00
Marc Delisle
2751a8c000
unneeded messages
2009-09-07 12:24:19 +00:00
Marc Delisle
e67f4cbc54
clarify function name
2009-06-24 11:34:56 +00:00
Marc Delisle
8480ffb665
improve function names
2009-06-07 11:09:13 +00:00
Michal Čihař
4884179e63
rfe #1688975 [display] enable copying of auto increment by default
2008-11-28 12:47:41 +00:00
Michal Čihař
ebeb0c319f
Adding @package, first part.
2008-11-24 10:32:56 +00:00
Michal Čihař
37315b0c79
Document some require/includes as phpdoc otherwise takes random block before to document it.
2008-11-24 10:02:56 +00:00
Marc Delisle
b9793ab02c
patch #2122883 [PDF schema] Option to display just the keys
2008-09-29 17:03:02 +00:00
Marc Delisle
e77938bb20
BLOBstreaming support (Google Summer of Code 2008, Raj Kissu Rajandran) -- work in progress
2008-08-20 17:04:37 +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
Marc Delisle
26abcac5e7
bug #1919808 [operations] Renaming a database fails to handle functions
2008-04-14 14:32:06 +00:00
Marc Delisle
4469b64e4e
RENAME DATABASE removed in 5.1.23
2008-04-12 13:27:18 +00:00
Marc Delisle
d32b9ae46c
bug #1862661 [GUI] Warn about rename deleting database
2008-01-07 18:07:08 +00:00
Marc Delisle
6d63f4bbd1
use PMA_generate_html_radio()
2007-12-29 21:06:30 +00:00
Marc Delisle
786a67f0e6
bug 1823224, no legend/icon for db comment
2007-11-01 16:36:52 +00:00
Sebastian Mendel
26599a4fe2
fixed call to PMA_Message::addParam()
2007-10-18 07:24:04 +00:00
Sebastian Mendel
9a510cabf3
make use of PMA_Message
2007-10-17 10:42:33 +00:00
Sebastian Mendel
68cad9ad8b
bug #1814733 win: copy db to mixed name db fails
...
make use of PMA_Message
do not just exit (blank white page) in case of error when copying/moving tables
2007-10-17 07:38:31 +00:00
Sebastian Mendel
82d5c295c4
typo
2007-10-09 12:18:34 +00:00
Sebastian Mendel
ec7a30f4fd
make use of new third 'class' parameter for PMA_showMessage()
2007-10-09 12:16:10 +00:00
Sebastian Mendel
640becedc4
make use of PMA_getDbComment()
2007-10-02 14:16:39 +00:00
Sebastian Mendel
e1fd395631
removed MySQL < 5 code
2007-10-02 09:53:43 +00:00
Marc Delisle
63d4e4ef69
bug #1774825 Rename database loses charset info
2007-09-10 17:08:32 +00:00
Marc Delisle
bcb341575a
bug #1771239 Edit PDF Pages not working
2007-08-11 12:35:12 +00:00
Marc Delisle
aee689a5a2
bug #1755339 Warn about rename dataase actually being copy/delete
2007-07-19 15:34:02 +00:00
Sebastian Mendel
008734f8b0
do NEVER unset $table or $db;
...
no need to test for isset() on $db and $table;
always test with strlen() for valid $table or $db;
2007-03-30 09:12:05 +00:00
Sebastian Mendel
711eb76ce3
do not mess with $table
2007-03-30 08:42:41 +00:00
Sebastian Mendel
d0facc3d4f
splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php
2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173
fixed/added page level docblock
2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762
synced/fixed vim line
2007-03-19 17:55:39 +00:00
Michal Čihař
fb9a3a598e
Check before commit!
2006-11-17 08:49:30 +00:00
Michal Čihař
cac4247057
Rename db_* files to drop useless _details part.
2006-10-25 12:25:01 +00:00
Michal Čihař
39ac60384a
Rename db_details_db_info.inc.php to db_info.inc.php.
2006-10-19 08:54:19 +00:00
Marc Delisle
9116db01b7
must rebuild the db list after a CREATE DATABASE
2006-10-18 13:17:28 +00:00
Marc Delisle
6e7eba3d5b
bug #1567316 , renaming a db containing a view
2006-10-18 13:03:57 +00:00
Sebastian Mendel
1eadc0a41a
use @todo tag for todo items, to show up in generated documentation
2006-09-21 14:28:46 +00:00
Marc Delisle
4eae69b250
bug #1544779 , undefined variable on db copy
2006-08-26 13:41:29 +00:00